/* -------------- Main -------------- */

html, body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, san-serif;
	font-size: 9.8pt;
	color: #333333;
	background-color: white;
	background: url(../../images/bckgrd_main.jpg) top left repeat-x;
}
body {
	background-color: white;
}
#Container {
	margin: 0px 10%;
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	min-width: 800px;
}

#CreditsContainer {
	margin: 0px 10%;
	padding: 0px;
	background-color: white;
	min-width: 800px;
}

/* -------------- Header/Footer -------------- */

#Header {
	margin: 0px;
	padding: 0px;
	background: #BE6E72 url(../../images/ser_prov_top_bar_r1_c1.gif) top left repeat-y;
	text-transform: uppercase;
}
#Header img {
	position: absolute;
	top: 10px;
}
#Header table {
	margin: 0px 21px 0px auto;
	padding: 0px;
}
#Header table tr td {
	margin: 0px;
	padding: 10px;
	font-size: 90%;
	border-left: 1px solid white;
	background: #BE6E72 url(../../images/ser_prov_top_bar_r2_c3.gif) top left repeat-x;
}
#Header table tr td a {
	color: black;
	text-decoration: none;
}
#Header table tr td.first {
	border: none;
}
#Header table tr td a:hover {
	color: white;
}
#Titlebar {
	margin: 3px 21px 0px 0px;
	padding: 0px;
	background: white url(../../images/vsn_logo.gif) top left no-repeat;
	text-align: right;
}
#Footer {
	background: #CECECE url(../../images/bckgrd_footer.jpg) top left repeat-y;
	color: white;
	text-align: center;
	height: 60px;
	padding: 5px 0px;
	clear: both;
}

/* -------------- Sidebar -------------- */

#Sidebar {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	position: relative;
	float: left;
	width: 190px;
	background-color: #940202;
	color: white;
	border: 2px solid #940202;
	min-height: 346px;
}
#Sidebar #TopLeft {
	position: absolute;
	top: -2px;
	left: -2px;
}
#Sidebar #TopRight {
	position: absolute;
	top: -3px;
	right: -3px;
}
#Sidebar #BottomLeft {
	position: absolute;
	bottom: -2px;
	left: -2px;
}
#Sidebar #BottomRight {
	position: absolute;
	bottom: -3px;
	right: -3px;
}
#Sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 95%;
}
#Sidebar ul li {
	padding: 10px;
	border-bottom: 1px solid #CB8181;
	text-transform: uppercase;
}
#Sidebar ul li.bottom {
	border: none;
}
#Sidebar ul li a {
	text-decoration: none;
	color: white;
}
#Sidebar ul li a:hover {
	color: #CB8181;
}
#Sidebar ul li ul {
	margin: 10px 0px 0px 0em;
	padding: 0px 0px 0px 0.75em;
	list-style: none;
	text-indent: -0.75em;
	font-size: 95%;
}
#Sidebar ul li ul li {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border: none;
	text-transform: none;
}

/* -------------- Content -------------- */

#Content {
	position: relative;
	margin: 0px 0px 0px 200px;
	padding: 10px;
	min-height: 400px;
	border: 2px solid #C9C9C9;
}
#Content #TopLeft {
	position: absolute;
	top: -2px;
	left: -2px;
}
#Content #TopRight {
	position: absolute;
	top: -2px;
	right: -2px;
}
#Content #BottomLeft {
	position: absolute;
	bottom: -2px;
	left: -2px;
}
#Content #BottomRight {
	position: absolute;
	bottom: -2px;
	right: -2px;
}
#Content h1 {
	margin: 0px 0px 0px -10px;
	padding: 7px 0px 7px 10px;
	font-family: Verdana, Tahoma, Arial, Helvetica, san-serif;
	color: #666666;
	font-size: 150%;
	font-weight: normal;
	font-style: italic;
	background: white url(../../images/ser_prov_titlegradient.gif) top left repeat-y;
}
#Content h1 hr {
	margin: 0px;
	padding: 0px;
	height: 1px;
	background-color: #999999;
	border: 0px;
}
#Content h2 {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font-size: 125%;
	color: #888888;
	text-transform: uppercase;
}
#Content p {
}
#Content .icons {
	border: none;
	vertical-align: middle;
}
#Content span.iconspan {
	white-space: nowrap;
	margin: 0px 0px 0px 7px;
}
#Content input, select, option, textarea {
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, san-serif;
	font-size: 100%;
}
#Content table {
	font-size: 100%;
}
#Content .LoginBox {
	margin: 100px;
	padding: 10px;
	background-color: white;
	border: 2px solid #64748B;
	width: 66%;
	text-align: center;
}
#Content div.FormContainer {
	margin: 0px;
	padding: 10px;
	border: 1px solid #9C977C;
	min-height: 300px;
}

/* -------------- Tabs -------------- */

#Content div.Tabs {
}
#Content div.Tabs ul {
	margin: 5px 0px -3px 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 30px;
	font-size: 90%;
}
#Content div.Tabs ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#Content div.Tabs ul li a {
	margin: 0px;
	padding: 5px 8px;
	color: black;
	border-bottom: none !important;
}
#Content div.Tabs ul li a.activeTab,
#Content div.Tabs ul li a.inactiveTabWithInfo,
#Content div.Tabs ul li a.inactiveTabNoInfo {
	font-weight: bold;
}
#Content div.Tabs ul li a.activeTab {
	background-color: white;
	border: 1px solid #9C977C;
}
#Content div.Tabs ul li a.inactiveTabWithInfo {
	background-color: #E9A7A7;
	border: 1px solid #856D6B;
}
#Content div.Tabs ul li a.inactiveTabNoInfo {
	background-color: #ADAA93;
	border: 1px solid #746E54;
}
#Content div.Tabs ul li a.activeTab,
#Content div.Tabs ul li a.inactiveTabWithInfo,
#Content div.Tabs ul li a.inactiveTabNoInfo {
	text-decoration: none;
}
#Content div.Tabs ul li a.activeTab:hover,
#Content div.Tabs ul li a.inactiveTabWithInfo:hover,
#Content div.Tabs ul li a.inactiveTabNoInfo:hover {
	background-color: #EDF3EF;
	border: 1px solid #9BB9A4;
}

/* -------------- Table styles -------------- */

#Content table.ListTable {
}
#Content table.ListTable tr td {
	padding: 5px;
}
#Content table.EntriesTable {
	border: 2px solid #A0B4A6;
}
#Content table.EntriesTable tr th {
	text-align: left;
	background-color: #E1EBE4;
}
#Content table.EntriesTable tr th,
#Content table.EntriesTable tr td {
	padding: 3px 5px;
}
#Content table.EntriesSubTable {
	margin: 7px 0px;
	border: 1px solid #BBB;
}
#Content table.EntriesSubTable tr th {
	background-color: #EEE;
}
#Content table.EntriesSubTable tr th,
#Content table.EntriesSubTable tr td {
	padding: 0px 3px;
}
#Content table.FormTable tr th,
#Content table.FormTable tr td {
	vertical-align: top;
}
#Content table.FormTable tr th {
	text-align: left;
	border-bottom: 1px dashed #CCC;
}
#Content table.FormTable tr td h3 {
	margin: 0px;
	padding: 0px;
}

/* -------------- Classes -------------- */

#Content .DarkRow {
	background-color: #EDEFF3;
}
#Content .LightRow {
}
#Content .smallText {
	font-size: 80%;
}
#Content .center {
	text-align: center !important;
}
#Content .numberField {
	text-align: right;
	width: 75px;
}
#Content .dateField {
	width: 100px;
}
#Content .textField {
	width: 200px;
}
#Content .inactiveEntry {
	color: #666666;	
}
label {
	cursor: pointer !important;
}