/* CSS Document */


/* header block */
table.adminheading {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	border-collapse: collapse;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
table.adminheading th {
	width: 99%;
	height: 50px;
	padding-left: 50px;
	background: url(images/asterisk.png) no-repeat left;
}

table.adminheading th.checkin {
	background: url(images/checkin.png) no-repeat left;
}
table.adminheading th.cpanel {
	background: url(images/cpanel.png) no-repeat left;
}
table.adminheading th.tools {
	background: url(images/tools.png) no-repeat left;
}
table.adminheading th.config {
	background: url(images/config.png) no-repeat left;
}
table.adminheading th.modules {
	background: url(images/module.png) no-repeat left;
}
table.adminheading th.menus {
	background: url(images/menu.png) no-repeat left;
}
table.adminheading th.trash {
	background: url(images/trash.png) no-repeat left;
}
table.adminheading th.user {
	background: url(images/user.png) no-repeat left;
}
table.adminheading th.agency {
	background: url(images/agency.png) no-repeat left;
}
table.adminheading th.financials {
	background: url(images/financials.png) no-repeat left;
}

table.adminheading th.sendinfo {
	background: url(images/messagebox_info.png) no-repeat left;
}

table.adminheading th.access {
	background: url(images/access.png) no-repeat left;
}
table.adminheading th.inbox {
	background: url(images/inbox.png) no-repeat left;
}
table.adminheading th.msgconfig {
	background: url(images/message_config.png) no-repeat left;
}
table.adminheading th.langmanager {
	background: url(images/langmanager.png) no-repeat left;
}
table.adminheading th.mediamanager {
	background: url(images/mediamanager.png) no-repeat left;
}
table.adminheading th.impressions {
	background: url(images/impressions.png) no-repeat left;
}
table.adminheading th.browser {
	background: url(images/browser.png) no-repeat left;
}
table.adminheading th.searchtext {
	background: url(images/searchtext.png) no-repeat left;
}
table.adminheading th.templates {
	background: url(images/templatemanager.png) no-repeat left;
}
table.adminheading th.massemail {
	background: url(images/massemail.png) no-repeat left;
}
table.adminheading th.frontpage {
	background: url(images/frontpage.png) no-repeat left;
}
table.adminheading th.sections {
	background: url(images/sections.png) no-repeat left;
}
table.adminheading th.edit {
	background: url(images/content.png) no-repeat left;
}
table.adminheading th.static {
	background: url(images/static.png) no-repeat left;
}
table.adminheading th.categories {
	background: url(images/categories.png) no-repeat left;
}

table.adminheading th.properties {
	background: url(images/hproperties.png) no-repeat left;
}

table.adminheading th.pimages {
	background: url(images/pimages.png) no-repeat left;
}
table.adminheading th.pvideos {
	background: url(images/pvideo.png) no-repeat left;
}
table.adminheading th.pplans {
	background: url(images/pplans.png) no-repeat left;
}
table.adminheading th.pfinancials {
	background: url(images/pfinancials.png) no-repeat left;
}
table.adminheading th.install {
	background: url(images/install.png) no-repeat left;
}
table.adminheading th.dbbackup {
	background: url(images/backup.png) no-repeat left;
}
table.adminheading th.dbrestore {
	background: url(images/dbrestore.png) no-repeat left;
}
table.adminheading th.dbquery {
	background: url(images/query.png) no-repeat left;
}
table.adminheading th.info {
	background: url(images/systeminfo.png) no-repeat left;
}
table.adminheading th.database {
	background: url(images/database.png) no-repeat left;
}
table.adminheading th.syndicate {
	background: url(images/syndicate.png) no-repeat left;
}
table.adminheading th.poll {
	background: url(images/poll.png) no-repeat left;
}
table.adminheading th.contact {
	background: url(images/contact.png) no-repeat left;
}
table.adminheading th.banner {
	background: url(images/banner.png) no-repeat left;
}

table.adminheading th.owners {
	background: url(images/owners.png) no-repeat left;
}
table.adminheading th.outbox {
	background: url(images/mail_compose.png) no-repeat left;
}

table.adminheading th.settings {
	background: url(images/settings.png) no-repeat left;
}

table.adminheading th.softhead {
    background: url(../../../../components/com_softdisk/images/softdisk48.png) no-repeat left;
}

table.adminheading td {
	color: #000000;
	font-size:12px;
	vertical-align:bottom;
}
/* standard list style table */
table.adminlist {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}

table.adminlist th {
	margin: 0px;
	padding: 4px 2px 2px 4px;
	height: 26px;
	background: #DDDDDD url(../images/thback.gif) top left repeat-x;
	border-bottom: 1px solid #CCCCCC;
	font-size: 11px;
	color: #444444;
	white-space:nowrap;
}

table.adminlist th.title {
	text-align: left;
}

table.adminlist th a {
	color: #395A08;
}

table.adminlist tr.row0 {
	background-color: #F5F5F5;
}
table.adminlist tr.row1 {
	background-color: #FFFFFF;
}
table.adminlist tr.rowX {
	background-color: #F6F1A1;
}
table.adminlist td {
	border-bottom: 1px solid #e5e5e5;
	padding: 4px;
	text-align:left;
}
table.adminlist tr.row0:hover {
	background-color: #f1f1f1;
}
table.adminlist tr.row1:hover {
	background-color: #f1f1f1;
}
table.adminlist tr.rowX:hover {
	background-color: #F4EB58;
}
table.adminlist td.options {
	background-color: #ffffff;
	font-size: 8px;
}
select.options, input.options {
	font-size: 8px;
	font-weight: normal;
	border: 1px solid #999999;
}
/* standard form style table */
table.adminForm, table.adminform {
	background-color: #f5f5f5;
	border: solid 1px #d5d5d5;
	width: 100%;
	padding: 10px;
	border-collapse: collapse;
}
table.adminForm tr.row0, table.adminform tr.row0 {
	background-color: #f5f5f5;
}
table.adminForm tr.row1, table.adminform tr.row1 {
	background-color: #eeeeee;
}

table.adminForm th, table.adminform th {
	font-size: 12px;
	padding: 4px 4px 4px 4px;
	text-align: left;
	height: 26px;
	color: #444444;
	background: #DDDDDD url(../images/thback.gif) top left repeat-x;
	border-bottom: 1px solid #CCCCCC;
}

table.adminForm td, table.adminform td {
	padding: 3px;
	text-align: left;
}
table.adminForm td.editor, table.adminform td.editor {
	font-size: 9px;
}

table.cpanel td {
	text-align: center;
}

form {
	margin: 0px 0px 0px 0px;
}

/* Styles for dhtml tabbed-pages */
.ontab {
	font-size: 12px;
	background-color: #AA0F1B;
	border: 1px solid #cccccc;
	width: 14%;
	text-align: center;
	/*cursor: hand;  not compatible with all browsers*/
	font-weight: bold;
	color: #FFFFFF;
}
.offtab {
	font-size: 12px;
	background-color: #e5e5e5;
	border: 1px solid #cccccc;
	width: 14%;
	text-align: center;
	/*cursor: hand; not compatible with all browsers*/
	font-weight: normal;
}
.tabpadding {
	/*border-bottom: solid 1px #D5D5D5;*/
}
.tabheading {
	background-color: #AA0F1B;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
}
.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}
.menubackgr {
	background: #3D4D72; /* #253352; */
	/* background: url(../images/menuback.gif); */
	/* background-repeat: repeat-x; */
	/* border-top: 1px solid #0E1B37; */
	border-bottom: 2px solid #CCCCCC;
	color: #FFFFFF;
}
.menudottedline {
	background-color: #F1F1F1;
    right: 50px;
}

.curve_out {
    height: 10px;
	border: 0px;
	border-top: 1px solid #CCCCCC;
}

.pathway {
	padding: 1px;
	width: 95%;
	margin: 4px;
}

.adminheader {
	color: #9C0F1A;
	font-size: 24px;
}

a.toolbar, a.toolbar:active, a.toolbar:hover {
	text-decoration: none;
}

a.toolbar:link, a.toolbar:visited {
	color: #000000;
	font-size: 10px;
	padding: 0px 1px 0px 1px;
	margin: 1px 1px 0px 0px;
	text-align: center;
}

a.toolbar:hover {
	color: #666666;
}

.filtertop {
	background: url(images/menuback_on.gif) top left repeat-x;
    border: 1px #2D3B5B solid;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	white-space:nowrap;
	text-align: center;
	margin-bottom: 4px;
}

.filterbottom {
	padding: 4px;
	text-align: center;
}
.filter {
	margin: 2px;
	border: 1px solid #666666;
	background-color: #E5E5E5;
	padding: 2px;
}
