html { 
	font-size: .625em; 
}

body { 
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.3em; 
	line-height: 1.8em; 
}

a img { 
	border: 0; 
}

a:link { 
	color: #336699; 
	text-decoration: none;
}

a:visited { 
	color: #336699; 
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline; 
	color: #152e54;
}

a:active {
	color: #cc6633; 
	text-decoration: underline; 
}

.huv:hover {
	background: #ddd;
}


body.design { 
	text-align: left; 
	background: #fff; 
}

body.design_img {
	text-align: left;
	background: #fff url(../images/background_page.gif) top repeat-x; 
}


.left {
	float:left;
}

.right {
	float:right;
}

.spacehalf{
	line-height: 1.6em;
}

a {
	color: #406080;
	text-decoration: none;
}


a.headerlink:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a.headerlink:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a.headerlink:hover {
	color: #fff;
	background: #036;
	text-decoration: underline;
}

a.headerlink:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a.headerlink_selected:link {
	color: #c63;
	text-decoration: none;
	font-weight: bold;
}

a.headerlink_selected:visited {
	color: #c63;
	text-decoration: none;
	font-weight: bold;
}

a.headerlink_sub:link {
	color: #888;
}

a.headerlink_sub:visited {
	color: #888;
}

a.headerlink_sub:hover {
	color: #fff;
	background: #036;
	text-decoration: none;
}


.left_title_outdial {
	float:left;
	position: absolute;
	left: 440px;
}

input {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	color: #152e54;
	font-size: 9pt;
}

.subbutton {
	border: 1px solid #000030;
	background: #152e54;
	color: #fff;
	font-weight: bold;
	font-family: arial, sans-serif; 
	font-size: 9pt;
	padding: 1px 10px 1px 10px;

}

.subbutton:hover {
	color: #152e54;
	background: #fff;}

.sublight {
	border: 1px solid #000030;
	background: #e7e7e7;
	color: #202020;
	font-weight: bold;
	font-family: arial, sans-serif; 
	font-size: 8pt;
	padding: 1px 7px 1px 7px;

}

.sublight:hover {
	color: #000080;
	background: #fff;}

.mainWrapper{
	width:98%;
	overflow:hidden;
	height:auto;
	margin:auto;
	font-size: 94%;
}

.titleBar {
	background-color: #f0f0f0;
	padding: 5px 8px 5px 8px;
	font-weight: bold;
	overflow: hidden;
	height: 25px;
	border-bottom: 1px solid #d0d0d0;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
}

.titleBarI{
	border-top: 2px solid #808080;
}

.titleBarO{
	border-top: 2px solid #0000F0;
}

.titleBarII{
	border-top: 2px solid #FFAE21;
}

.titleBarIII{
	border-top: 2px solid #336666;
}

.row_dark{
	background-color:#f0f0f0;
	padding: 5px 8px 4px 8px;
	font-weight:bold;
	overflow:hidden;
	line-height:18px;
	border-bottom: 1px solid #d0d0d0;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	border-top: 2px solid #3030A0;
}

.pad4width{
	padding-right: 30px;
}

#content_main {
	width: 880px;
	clear: both; 
	padding-top: 15px; 
	padding-left: 45px;
}


.content {
	padding: 5px 14px 5px 14px;
	overflow:hidden;
	height:auto;
	line-height:14px;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

.content2{
	width:100%;
	padding: 5px 14px 5px 14px;
	overflow:hidden;
	height:auto;
	line-height:14px;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

div.incomingCR {
	margin:13px;
	border-left:1px solid #1E3D1B;
	border-bottom:1px solid #1E3D1B;
	border-right:0;
	border-top:2px solid #1E3D1B;
	background-color:#D5FDD1;
	
}

h3.incomingCR {
	border-bottom:1px solid #666;
	padding:3px;
}

div.incCRPod {
	margin:0;
	padding: 10px 0 5px 10px;
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #ccc;
	background-color:#FFF;
}
