#background, #column1, #column2  {
	background: #542E5C;
}

* html #background {
	height: expression(document.body.clientHeight-80) !important;
}

#resizer {
	background: transparent !important;
}

#header {
	background: #000000 url(admin-logo.gif) no-repeat top left;
	padding-left: 10px;
	padding-right: 0;
}

div.countDown {
	background-color:transparent;
	color:#FFF;
}

/*div.countDown br {
	display: none;
} */

.mainTabArea {
	text-align: right;
}

.counter {
	background-color:transparent;
	color:#FFF;
}

.title {
	color:#38556E;
	visibility: hidden;
}

.description {
	color: white;
	background-color: transparent !important;
	visibility: hidden;
}

a {
	color:navy;
}

form {
	margin: 0;
	padding: 0;
}

.dataheader td {
	font-size:11px !important;
	font-weight: bold;
	background: #38556E url(tabMainTop.gif) repeat-x;
}

table, td, tr {
	border: 0px;
}

.overviewdraft {
	background-color:#dddddd;
}

.overviewpending {
	background-color:#99CCFF;
}

.overviewapproved {
	background-color:#B7D6B4;
}

.overviewdraft a, .overviewpending a, .overviewapproved a {
	font-size: 12px;
	line-height: 1.5em;
	color: navy !important;
}

.activetab {
	background: white url(activetab3.gif) repeat-x;
	-moz-border-radius: 0;
	border-radius-topleft: 0;
	border-radius-topright: 0;
}

.tab {
	background: #dddddd url(tab3.gif) repeat-x;
	-moz-border-radius: 0;
	border-radius-topleft: 0;
	border-radius-topright: 0;
	border: 0;
	color: white !important;
	border-bottom: 0;
	top: 3px;
	font-size: 1.1em;
	margin-right: 2px;
}

* html .tab {
	top: 4px;
}

.tab:hover {
	background: white url(tab3.gif) repeat-x;
	top: 2px;
	color: white !important;
	padding: 5px 1em 6px 1em;
}

* html .tab:hover {
	top: 3px;
}

.activetab {
	background: white url(activetab3.gif) repeat-x;
	-moz-border-radius: 0;
	border-radius-topleft: 0;
	border-radius-topright: 0;
	border: 0;
	top: 1px;
	color: white !important;
	font-size: 1.1em;
	margin-right: 2px;
}

* html .activetab {
	top: 2px;
}

.subtab {
	background: #dddddd url(subtab.gif) repeat-x;
	-moz-border-radius: 0;
	border-radius-topleft: 0;
	border-radius-topright: 0;
	border: 0;
	border-bottom: 0;
	border-left: 1px solid #d5d2c3;
	border-right: 1px solid #d5d2c3;
	padding: 3px .7em 5px .7em;
}

.subtab:hover {
	background: white url(subtab.gif) repeat-x;
	padding: 3px .7em 5px .7em;
	border-left: 1px solid #d5d2c3;
	border-right: 1px solid #d5d2c3;
	top: 2px;
}

div.tabMain {
	border: 0;
}

.activesubtab {
	background: #38556E url(tabMainTop.gif) repeat-x;
	color: white;
	border-color: #91A7B4 !important;
	-moz-border-radius: 0;
	border-radius-topleft: 0;
	border-radius-topright: 0;
	border: 0;
	padding: 3px .7em 5px .7em;
	top: 1px;
}

#title form {display: none;}


.tabTitle {
	background: #38556E url(tabMainTop.gif) repeat-x !important;
}

* html .tabTitle {
	height: 40px !important;
}

/*.tabMain {
	border-color: #91A7B4 !important;
} */

div.instructions {
	color: #666666 !important;
	clear: both;
	margin-bottom: 4px;
	padding-left: 20px;
	padding-bottom: 4px;
	background: transparent url(/whitman/images/admin/info.gif) no-repeat top left;
	border-bottom: 1px solid #CCCCCC;
	min-height: 1.5em;
}

div.error {
	color: darkred !important;
	padding-left: 20px;
	padding-bottom: 10px;
	background: transparent url(/whitman/images/admin/error.gif) no-repeat top left;
}


div.formSection {
	margin: 15px 0;
}

div.editTitle {
	font-size: larger;
	padding-bottom: .2em;
}

iframe.tabContent {
	padding: 0;
}

div.editBody {
	padding: 1em;
}

