<?
header('Content-type: text/css');
$ie = (ereg('MSIE', $_SERVER['HTTP_USER_AGENT'])) ? true : false;
?>html,body {padding:0;height:100%;}

body,td,th, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #232323;
}
body {
	margin-left: 0px;
	margin-top: <?=($ie) ? 5 : 0?>px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	width: 100%;
	margin-bottom: -40px;
	min-height:100%;
	height:auto;
}
* html #container {
height:100%;
}
#bg_tabnav {
	background: #ffffff url(none) repeat-x left top;
	width: 100%;
}
#bg_sidenav {
	background: url(none) repeat-y left top;
	width: 100%;
}
#forcewidth {
	width:650px;
}
#contentarea {
	float: left;
	width: 600px;
	margin-left: 20px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 60px;
	background: #F1F1EC;
	border: 1px solid #91A7B4;
}
html>body #contentarea {
	margin-bottom: 40px;
}
h1 {
	font-size: 15px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}
.huge {
	width:400px;
}
.wide {
	width:300px;
}
.medium {
	width:200px;
}
.narrow {
	width:100px;
}
.small {
	width:80px;
}
.tiny {
	width:20px;
}
.auto {
	width: auto;
}

input {
	height: <?=($ie) ? '15' : '12'?>px;
}
/* ---- SIDENAV CLASSES controls menu only, sidenav background is held in #bg_sidenav in Page Layout ---- */
#sidenav {
	float: left;
	width: 189px;
	position: relative;
}
#sidenav ul {
	margin: 3px;
	list-style: none;
}
html>body #sidenav ul {
	margin-left: -72px;
}
#sidenav ul img {
	vertical-align: middle;
	margin-right: 7px;
}
#sidenav ul li a:link, #sidenav ul li a:visited, #sidenav ul li a:active, #sidenav ul li #selectedmenu {
	color: #232323;
	display: block;
	height: 32px;
	width: 176px;
	border-right: 1px solid #efeff7;
	border-left: 1px solid #efeff7;
	border-top: 1px solid #efeff7;
	border-bottom: 1px solid #e4e4ee;
	background: #efeff6 url(none) no-repeat;
	padding-top: 15px;
	padding-left: <?=($ie) ? 78 : 38?>px;
	margin-top:1px;
	white-space:nowrap;
}
#sidenav ul li a:hover {
	font-weight: normal;
	background: #f8f8ff;
	text-decoration: none;
	border: 1px solid #e4e4ee;
}
#sidenav ul li #selectedmenu {
	text-decoration: none;
	font-weight: bold;
	background: #f8f8ff;
	border: 1px solid #e4e4ee;
}
td #selectedmenu {
	width: 100px;
	text-decoration: none;
	font-weight: bold;
	/*
	background: #F8F8FF;
	border: 1px solid #e4e4ee;
	padding-left: 20px;
	padding-right: 20px;
	*/
}
td #unselectedmenu {
	width: 100px;
	text-decoration: none;
	color: #000000;
	/*
	background: #EFEFF6;
	border: 1px solid #e4e4ee;
	padding-left: 20px;
	padding-right: 20px;
	*/
}
a {
	text-decoration: none;
}

/* ---- TABNAV CLASSES for the tab navigation. #active is the currently selected tab ---- */
#tabnav {
	margin-top: 10px;
	margin-right: 10px;
	margin-left:20px;
	width:780px;
	float: left;
}
#tabnav ul {
	margin: 0px;
	list-style: none;
}
html>body #tabnav ul {
	margin-left: -40px;
}
#tabnav ul li {
	display: inline;
}
.tab {
	background: url(../flipbook/images/tab_off.gif) repeat-x;
	display: inline;
	float: left;
	margin-right: 1px;
}
.tab img {
	vertical-align:middle;
	margin-top: 7px;
}
.tab span.tabtext {
	margin:6px 6px 0px 2px;
	display: inline;
	float: left;
}
.tableft {
	background: url(../flipbook/images/tab_left_off.gif) no-repeat;
	height: 27px;
	width: 3px;
	float: left;
}
.tabright {
	background: url(../flipbook/images/tab_right_off.gif) no-repeat;
	height: 27px;
	width: 3px;
	float: left;
}
.tabicon {
	margin-right: 4px;
	margin-left: 4px;
}
a.tablink:link, a.tablink:visited, a.tablink:active {
	display: block;
	color: #232323;
	cursor: pointer;
}
a.tablink:hover {
}
#active {
	background: url(../flipbook/images/tab_on.gif) repeat-x;
	font-weight:bold;
}
#active .tableft {
	background: url(../flipbook/images/tab_left_on.gif);
}
#active .tabright {
	background: url(../flipbook/images/tab_right_on.gif);
}

/* container for all error messages */
div.alert {
	background: #fefbea url(../flipbook/images/error.gif) no-repeat 3px 2px;
	border: 1px solid #edc55c;
	padding: 3px;
	text-indent:22px;
	text-align: left;
	margin-bottom: 6px;
	width: 50%;
}
INPUT.button {
	height: 18px;
	border: 1px solid #999999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0px;
	color: #000
}
.dotted_horiz {
	background-image: url(../flipbook/images/dotted_horiz.gif);
	background-repeat: repeat-x;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

