/* START OIT TEMPLATE STRUCTURE - NOT NOT CHANGE */

#OIT_container {
	background: url(/GeneralWeb/WebComponents/oitTemplate/images/bodyBg.gif) repeat-y;
	width: 978px;
}
#OIT_right {
	background: url(/GeneralWeb/WebComponents/oitTemplate/images/topCurve.gif) no-repeat;
	float: right;
	width: 840px;
}
#OIT_left {
	background: url(/GeneralWeb/WebComponents/oitTemplate/images/menuBg.gif) repeat-y;
	float: left;
	width: 138px;
}
#OIT_leftIn {
	background: url(/GeneralWeb/WebComponents/oitTemplate/images/menuBtm.gif) no-repeat left bottom;
	padding-bottom: 20px;
}
#OIT_left ul {
	margin: 0;
	padding-left: 0.8em;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 0;
	list-style-type: none;
	font: 0.75em Arial, Helvetica, sans-serif;
	color: #333333;
}
#OIT_left ul li {
	background: url(/GeneralWeb/WebComponents/oitTemplate/images/blkArw.gif) no-repeat 0px 2px;
	margin: 0 2px 6px 2px;
	padding-top: 0;
	padding-left: 0.5em;
	line-height: 1em;
}
#OIT_left ul li ul {
	font: 1em Arial, Helvetica, sans-serif;
	margin-top: 6px;
	padding-left: 0.5em;
}
#OIT_left ul a:link, #OIT_left ul a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#OIT_left ul a:hover {
	color: #336699;
}
#OIT_left ul li ul a:link, #OIT_left ul li ul a:visited {
	font-weight: normal;
}
/* END OIT TEMPLATE STRUCTURE - NOT NOT CHANGE */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* CSS added in on 9-01-2010 by D. Blackbird for standardization of OIT web sites */

/* FOR CONTENT MANAGER SECTION */
#cm {
	border-top:1px dotted #808080;
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 0px 2px;
	font: 8pt Arial, Helvetica, sans-serif;
	list-style-type: none;
	background: none;
}
/* TITLE TEXT */
#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	font-style: normal;
	padding-left: 20px;
	padding-top: 8px;
	color: #000000;
	text-shadow: 0px -1px 0px rgba(255,255,255,0.6);
}
/* TITLE BACKGROUND */
#title_bg {
	background-image: url(/GeneralWeb/WebComponents/oitTemplate/images/title_bg.png);
	background-repeat: no-repeat;
}
/* MAIN CONTENT TEXT ATTRIBUTES */
.content {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:10pt;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:20px;
}
.content2 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:10pt;
}
H1 {
	color: #336699;
	font-size:16pt;
	font-weight:bold;
	letter-spacing:1px;
	margin: 0px 0px 5px 0px;
}
H2 {
	color: #373737;
	font-size:13pt;
	font-weight:bold;
	margin: 10px 0px 5px 0px;
}
H3 {
	color: #000000;
	font-size:11pt;
	font-weight:bold;
	margin: 10px 0px 5px 0px;
}
/* CAN BE USED AS A HORIZONTAL LINE - USED IN MENU AS SEPERATOR */
#dotline {
	border-bottom:1px dotted #808080;
}
/* FOR SMALL TEXT */
.small {
	font-family : Arial;
	font-size : 8pt
}
/* IMAGE CLASS: SETS 1PX BORDER AND adds MARGIN SPACING */
.img {
	border:1px solid #c9c9c9;
	margin:3px 0px 3px 13px;
}
/* IMAGE CLASS: SETS no BORDER AND adds MARGIN SPACING */
.img0 {
	margin:3px 0px 3px 13px;
}
/* USED ONLY FOR HIGHLIGHTING TEXT */
.focus {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:10pt;
	background:#ffff66
}
.note {
	display:block;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 9pt;
	background:#efefef;
	padding:2px;
}
#boxed {
	display:block;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 9pt;
	background:#ebebd8;
	padding:5px;
	border:1px dashed #808040;
	width:720px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* USED FOR TABLE CONTROL */
.data table {
	border-bottom:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
}
.data th {
	font-family:arial;
	font-size: 10pt;
	font-weight:bold;
	color: #000000;
	text-align:left;
	background:#dbdee6;
	border-top:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
}
#row {
	font-family:arial;
	font-size: 10pt;
	font-weight:normal;
	color: #000000;
	text-align:left;
	background:#ffffff;
	border-top:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
}
.data td {
	font-family:arial;
	font-size: 9pt;
	color: #000000;
	font-weight:normal;
	text-align:left;
	border-top:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
}
.content ul {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.content ul li {
	margin: 0px 0px 0px 5px;
	list-style-type: none;
	padding: 2px 0px 2px 10px;
	line-height: 1.2em;
	background: url(/GeneralWeb/WebComponents/oitTemplate/images/sqBullet.gif) no-repeat 0px 7px;
}
/* Show/Hide layer
--------------------------------------------------*/
.showHide {
	display: block;	
}
.collapsed, .expanded {
	width: 118px;
	padding: 0;
	margin: 0 0 5px;
	cursor: pointer;
	color: #00c;
}
.expanded {
	background: url(/GeneralWeb/WebComponents/oitTemplate/images/showHide.gif) no-repeat 103px -57px;
}
.expanded:hover {
	color: #03F;
}
.collapsed {
	background: url(/GeneralWeb/WebComponents/oitTemplate/images/showHide.gif) no-repeat 103px 5px;
	color: #00c;
}
.collapsed:hover {
	background: url(/GeneralWeb/WebComponents/oitTemplate/images/showHide.gif) no-repeat 103px -26px;
	color: #03F;
}

