/* CSS */

body {
	background-color: #83888c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
a, a:link {
	font-weight: bold;
	text-decoration: none;
	color: #330099;
	background-color: inherit;
}
a:visited {
	color: #330099;
	background-color: inherit;
}
a:active {
	color: #990000;
	background-color: inherit;
}
a:hover {
	color: #000000;
	background-color: inherit;
}
#container {
	background-color: #f1f1f1;
	background-image: url("../../images/its/olr/OLR-BKG.GIF");
	background-repeat: repeat-y;
}
#menuCol {
	margin-left: 0px;
	margin-top: 0px;
	font-weight: bold;
	color: #585858;
}
#menuCol #linkList {
	margin-top: -3px;
}
#menuCol h2 {
	/*background-color: #c8c8c8;*/
	background-color: #686868;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #585858;
	color: #EFEFEF;
}
#menuCol #linkList ul {
	margin-bottom: -2px;
	margin-left: -4px;
	margin-right: -4px;
}
#menuCol #linkList li {
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #585858;
}
#menuCol #linkList a, #menuCol #linkList a:link {
	text-decoration: none;
	color: #585858;
	background-color: inherit;
	font-size: 0.8em;
}
#menuCol #linkList a:hover {
	background-color: transparent;
	color: #000000;
}
#menuCol img {
	margin: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #83888C;
}
#bodyCol {
	margin-left: 105px;
	margin-top: 0px;
	margin-right: 0px;
}
#bodyCol #bodyHeader {
	background-image: url("../../images/its/olr/olr_banner.jpg");
	height: 128px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #83888C;
}
#bodyCol #bodyHeader #searchBox {
	padding-top: 5px;
	padding-right: 5px;
	color: #000000;
}
#bodyCol #bodyHeader #searchBox label {
	padding-top: 5px;
	padding-right: 5px;
	color: #FFFFFF;
}

#bodyCol #bodyHeader #searchBox img {
	vertical-align: baseline;
}
#bodyCol #bodyHeader #searchBox input {
	vertical-align: baseline;
}
#bodyCol #bodyHeader a, #bodyCol #bodyHeader a {
	text-decoration: none;
	color: #FFFFCC;
	padding-right: 8px;
	font-weight: normal;
}
#bodyCol #bodyHeader a:hover {
	text-decoration: underline;
	background-color: transparent;
}
#bodyCol #navMenu {
	background-color: #83888C;
	padding-top: 5px;
}
#bodyCol #navMenu #tabs a, #bodyCol #navMenu #tabs a:link {
	font-weight: bold;
	text-decoration: none;
	color: #585858;
	font-size: 0.8em;
}
#bodyCol #navMenu #tabs a:hover {
	background-color: transparent;
	font-weight: bold;
	color: #000000;
}
#bodyCol #navMenu #tabs {
	padding-bottom: 5px;
}
#bodyCol #navMenu #tabs li {
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 5px;
	background-color: #d5d5d5;
}
#bodyCol #navMenu #tabs li.activeTab{
	background-color: #f1f1f1;
}
#bodyCol #breadcrumbs {
	padding: 0px;
	font-size: 0.75em;
	margin-top: 10px;
	margin-bottom: 6px;
	margin-left: 18px;
}

#bodyCol #breadcrumbs li {
	display: inline;
}
#itsLayout {
	font-size: 0.9em;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 12px;
	overflow: hidden;
	padding-bottom: 1.5em;
}
#itsLayout .oneCol li {
	margin-bottom: 0.8em;
}
#itsLayout table {
	padding-top: 1.5em;
}
#itsLayout th {
	font-size: 1.1em;
	font-style: italic;
	text-align: center;
	text-decoration: underline;
}
#itsLayout td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
}
#itsLayout table caption {
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
}
#bodyCol h2 {
	font-size: 1.5em;
}

