/* ---------- main defaults ---------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	background-color: #BFAD97;
	background-image: url(../../images/background.jpg);
}

input {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input.btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	padding: 5px;
	border: 1px solid #000000;
	scrollbar-base-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: auto;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #666666;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #999933;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	color: #DF9C27;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
/* ---------- a's ---------- */
a:link, a:active, a:visited {
	text-decoration: none;
	color: #EC8520;
}
a:hover {
	color: #000000;
}

a.onwhitelink:link, a.onwhitelink:active, a.onwhitelink:visited {
	color : #FFFFFF;
	font-size : 11px;
	text-decoration : underline;
	font-weight : bold;
	padding: 3px;
} 
/* ---------- div's ---------- */
#header {
}
#container {
	border: 15px solid #EC8520;
	margin: 10px;
	padding: 5px;
	height: 100%;
	background-color: #FFFFFF;
	z-index: 2;
}
#campaignbox {
	width: auto;
	background-color: #F4F4F4;
	float: right;
	position: relative;
	top: 0px;
	right: 0px;
	padding: 10px;
	border: 1px solid #00CCFF;
	background-image: url(../../images/sub-header-back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
}
#rightcolumn {
	width: auto;
	background-color: #F4F4F4;
	float: right;
	position: relative;
	top: 0px;
	right: -10px;
	padding: 10px;
	border: 1px solid #00CCFF;
	background-image: url(../../images/sub-header-back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
}
#maincontent {
	position: relative;
	top: 5px;
	right: 5px;
	margin: 0px;
	text-align: left;
	clear: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 0px;
}

#selected {
	width: 110px;
	text-align: center;
	height: 110px;
	position: relative;
	top: 14px;
	right: -10px;
	float: left;
}
/* ---------- navigation ---------- */

#navcontainer {
	position: absolute;
	z-index: 1;
	left: 40px;
	top: 40px;
	margin: auto;
	clear: both;
	float: left;
}

.navigation ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

.navigation li { /* all list items */
	background-color: #FFFFFF;
	border: 1px solid #DF9C27;
	float: left;
	position: relative;
	width: auto;
	height: auto;
	margin: 0px 2px;
	padding: 5px;
}


.navigation li ul {
	padding: 0px;
	display: none;
	position: absolute;
	z-index: 1;
	width: 200px;
}
.navigation li ul li{
	width: 200px;
	margin: 0px;
}

.navigation li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 24px;
	left: 0px;
}

.navigation li:hover ul, li.over ul {
	display: block;
	margin: 0px;
}

.navigation li a:link, .navigation li a:active, .navigation li a:visited {
	text-decoration : none;
	font-size: 11px;
}
.navigation a:hover {
	text-decoration : none;
	font-size: 11px;
}


/* ---------- misc's ---------- */
.tableborder {
	border: 1px solid #666666;
}
.orangecellheader {
	font-weight: bold;
	background-color: #DF9C27;
	color: #FFFFFF;
	border: 1px solid #00CCFF;
}
.bluecell {
	background-color: #00CCFF;
	border: 1px solid #DF9C27;
	font-weight: bold;
	font-size: 16px;
}
.alternatecellcolor {
	background-color: #D7D7D7;
}
.noboarder {
	border: 0px none;
}
.boldredtext {
	font-weight: bold;
	color: #FF0000;
}
.smalltext {
	font-size: 10px;
}
