﻿body {
	font-family:Verdana;
	font-size: 11px;
	margin:0;
	padding:0 23px;
	color:#000;
	background:#ffffff url('/images/body-bg.gif') repeat-x;
}

img {
	border:none;
}

#page_wrapper{
	margin: 0 auto;
	padding: 0;
	width: 750px;
}
#page{
	margin: 0;
	padding: 0;
	width: 750px;
	float: left;
}
#page_right_column{
	margin: 0;
	padding: 0 0 0 4px;
	width: 176px;
	float: right;
}
#page_left_column{
	margin: 0;
	padding: 0;
	width: 570px;
	float: left;
}
#logOff
{
    float:right;
    margin:43px 3px 0 0;
}
#logOff a
{
    background:url('/images/logoutConnect.gif');
    width:79px;
    height:25px;
    display:block;
}

#page_left_column h1 {
	margin:0;
	padding: 21px 0 0 0;
	float:left;
	height: 71px;
	
}
#page_left_column h1 a {
	float:left;
	margin:0;
	display:block;
	text-indent:-9999px;
	height:54px;
	width:281px;
	overflow:hidden;
	background:url('/images/logo.jpg') no-repeat;
}
#header_image{
	margin: 0;
	padding: 0;
	height: 92px;
}
#header_image .actual_image
{
    background:url('/images/header-bg.jpg');
    height:92px; 
    width:163px;
}

.login_actual_image
{

    display:block;
    background:url('/images/header-bg.jpg');
    height:92px; 
    width:163px;
    float:right;
}
#content_wrapper{
	margin: 0;
	padding: 0;
	clear: both;
	width: 570px;
	background: url('/images/content_rounded_right.png') no-repeat right top;
	float: left;
}
#rounded_top_left{
	margin: 0;
	padding: 4px 0 0 0;
	background: url('/images/content_rounded_left.png') no-repeat left top;
	float: left;
}
#rounded_bottom_left{
	margin: 0;
	padding: 0 0 0 6px;
	background: url('/images/content_rounded_left.png') no-repeat left bottom;
	float: left;
}
#uxContent{
	margin: 0;
	padding: 9px 15px 13px 0;
	background: url('/images/content_rounded_right.png') no-repeat right bottom;
	float: left;
	width: 549px;
}
#content_left{
	margin: 0 0 0 -6px;
	padding: 0 0 0 0;	
	width: 162px;
	float: left;
	position: relative;
	display:inline;
	border-right: 1px solid #1d416a;
}
#content_right{
	margin: 0 0 0 -1px;
	padding: 0 0 0 12px;
	width: 380px;
	float: right;
	border-left: 1px solid #1d416a;
	
}

#search_block{
	padding: 0 0 9px 0;
	margin: 0;
	list-style: none;
	float:right;
	
}
#search_block li{
	margin: 0;
	padding: 0;	
}
#search_block li a{	
	margin: 0 0 0 6px;
	float: left;
	font-size:11px;
	color:#1D416A;
	text-decoration:underline;
	display: block;
	line-height: 19px;
}
#search_block li a:hover{
	text-decoration: none;
}
#search_block input{
	padding: 2px 1px;	
	border: 1px solid #0a0a0a;
	height: 17px;
	width: 125px;
	float:left;
}
#search_block li.adv_search{
	clear: both;
	float: none;
    text-align: center;
}
#search_block li.adv_search a{
	margin: 0 0 0 0;
	padding: 0;
	float: none;
	line-height: normal;
	display: inline;
}

#uxContent h2 {
	margin:0;
	font-size:150%;
	line-height:132%;
	padding:0 0 2px 0;
	border-bottom:1px solid #7086A0;
}
.noUnderline
{
    border-bottom:none 0px !important;
}
#uxContent h2.noUnderline
{
    line-height:normal;
}
#breadcrumb {
	margin:0 0 0 -5px;
	margin-bottom: 10px;
	padding:2px 0 0 5px;
	float:left;
	width:100%;
}	
#breadcrumb li {
	list-style:none;
	float:left;
	font-size:10px;
	padding:0 4px 0 4px;
	background: url('/images/breadcrumb-arrow.gif') no-repeat 0 50%;
}
#breadcrumb li.first {
	padding: 0 4px 0 0;
	background: none;
}
#breadcrumb li a {
	text-decoration:underline;
	padding:0 0 0 1px;
	float:left;
	color:#3A70B1;
}
#breadcrumb li a:hover {
	text-decoration:none;
}
#theForm h1
{
    float:none;
    padding:2px 0 2px 0;
    height:auto;
}

.priority 
{
    padding:8px 8px;
}
.news{
	clear:both;
	margin: 0;
	padding: 0;
	list-style: none;
}
.news li{
	margin: 0;
	padding: 9px 0 16px 32px;
	border-bottom: 1px solid #d9d9d9;
	font-size:12px;
}
.news li p{
	margin: 0;
	padding: 0;
	line-height:130%;
}
.news li a{
	font-size: 120%;
	font-weight:bold;
	text-decoration:underline;
	color:#3A70B1;
}
.news li a:hover {
	text-decoration:none;
}

div.critical,
div.urgent,
div.important,
div.information
{
    padding:0 0 2px 32px;
    display:block;
    background-position: 0 50%;
    margin:0;
	font-size:11px;
	line-height:20px;
	border-bottom:1px solid #7086A0;
}	

.urgent {
	background-position: left 9px;
	background-repeat: no-repeat;
	background-image: url('/images/urgent-icon.gif');
}	
.alert{
	background-position: left 9px;
	background-repeat: no-repeat;
	background-image: url('/images/critical-icon.gif');
}
.critical 
{
    background-position: left 9px;
	background-repeat: no-repeat;
	background-image:url('/images/critical-icon.gif');
}
.information {
	background-position: left 9px;
	background-repeat: no-repeat;
	background-image: url('/images/information-icon.gif');
}
.important{
  	background-position: left 9px;
	background-repeat: no-repeat;
	background-image: url('/images/important-icon.gif');  
}

.visited {
	background-position: left 9px;
	background-repeat: no-repeat;
	
	color:#999999;
}	
.visited a {
	color:#999999 !important;
}	
.news li p a{
	font-weight: normal;
	font-size: 100%;
}

#content_right .print_link {
	float:left;
	color:#3A70B1;
	font-size:90%;
	line-height:160%;
	background:url('/images/print-icon.gif') no-repeat;
	padding:0 0 0 25px; 
	margin:2px 0 0 0;
}
#content_right .archive_link {
	float:right;
	color:#3A70B1;
	font-size:90%;
	line-height:160%;
	margin:2px 0 0 0;
}
#content_right .archive_link:hover,
#content_right .print_link:hover {
	text-decoration:none;
}	

.category {
	float:left;
	margin:0 0 15px 0;
	padding:0;
	width:100%;
}

.category h3 {
	margin:0;
	font-size:120%;
	padding:0 0 2px 0;
	float:left;
}
.category h3 a {
	text-decoration:none;
	color:#000;
}
.category h3 a span {
  padding:0 0 0 5px;
	color:#3A70B1;
	font-size:90%;
}

.category .value{
	float:left;
	clear:left;
	font-size:80%;
	font-weight:bold;
	margin-bottom:5px;
}
.category .value a{
	color:#000;
	}
.category .abstract{
	float:left;
	clear:left;
	font-size:100%;
	width:100%;
	}
.category .abstract a{
	color:#3A70B1;
}

.fluform
{
    width:560px;
    padding:10px 0;
    float:left;
}
.fluform dl 
{
    width:560px;
    float:left;
    margin: 0;
    padding: 0;
}
.fluform dt
{
    float:left;
    margin:0;
    padding:0;
    font-weight:bold;
    margin-right:5px; 
    text-align:right;
    width:250px;  
}
.fluform dd
{   
    width:300px;
    padding:0px;
    margin-left:5px;
}
.fluform .button
{
    float:right;
    margin:0 0 0 10px;
}

.banners
{
    width:175px;
   	margin: 40px 0 0 0;
   	padding: 10px 0 3px 0;
	  text-decoration:none;
	  border-top:solid 1px #d9d9d9;
	  border-bottom:solid 1px #d9d9d9;
}
.banners div
{
  text-align:center;
  width:175px;
  padding:0;
  margin:0;
}
.banners a
{
  width:175px;
  text-align:center;
  padding:0 0;
  display:block;
}


.bannercontrols
{
  width:171px;
  padding: 13px 0 0 0;
}

.bannercontrols a
{
  cursor:pointer;
  float:left;
  margin:0;
  padding:0;
  color:#1d416a;
  text-decoration:none;  
}
.bannercontrols a.first
{
  width:49px;
}
.bannercontrols a.middle
{
  width:38px;
  padding: 0 30px 0 22px;
}
.bannercontrols a.last
{
  width:26px;
}

.bannercontrols .button
{
width:20px;
height:20px;
}
.bannercontrols .back
{
background:url('/images/bannercontrols/back.jpg') no-repeat;
margin:0 0 0 12px;
}

.bannercontrols .play
{
background:url('/images/bannercontrols/play.jpg') no-repeat;
margin:0 0 0 9px;

}
.bannercontrols .pause
{
background:url('/images/bannercontrols/pause.jpg') no-repeat;
margin:0 0 0 9px;
}

.bannercontrols .forward
{
background:url('/images/bannercontrols/forward.jpg') no-repeat;
margin:0 0 0 4px;
}


