@charset "utf-8";
/* CSS Document */

table.searchGrid {
    border: 1px solid #336699;
}

table.searchGrid th {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #336699;
    border-bottom: 2px solid #6699CC;
}

.repeat {
    color: #000000;
    background-color: #EEEEEE;
}

.repeatCenter {
    color: #000000;
    background-color: #EEEEEE;
    text-align: center;
}

div.backNext {width: 48.5%; padding-bottom: 14px;}

.error {background-color: #ffffff; color: #cc0000;}
.bar {
    background-color: white;
    text-align: right;
    border-left: solid 1px black;
    padding-right: 0.5em;
    width: 200px;
	border: solid 1px #CCC;
		
}
      
.bar div { 
    border-top: solid 2px #4593DF;
    background-color: #336699;
    border-bottom: solid 2px #27547F;
    text-align: right;
    color: white;
    float: left;
    padding-top: 0;
    height: 1em;
}
	  
.bar2 {
    background-color: white;
    text-align: right;
    border-left: solid 1px black;
    width: 110px;
	border: solid 1px #CCC;
	padding: 0px;
		
}
      
.bar2 div { 
    border-top: solid 2px #4593DF;
    background-color: #336699;
    border-bottom: solid 2px #27547F;
    text-align: right;
    color: white;
    float: left;
    padding-top: 0;
	
}
div.icRow{
	padding-bottom: 5px;
}
div.ic3col1{
	width:180px;
}
div.ic3col2{
	width:150px;
}
div.ic2col1{
	width:180px;
}
div.ic2col2{
	width:100px;
}
div.icRowN {float:none; overflow:hidden; margin: 0; padding: 0; width: 99.5%;}

div.ic2col1N {float: left; width: 40%; margin: 0 3px 0 0; padding: 3px;}
div.ic2col2N {float: left; width: 57%; margin: 0; padding: 3px;}
	
.topV{
	vertical-align:top;
}
.buttonS{
	cursor:pointer;
}

div.popuppage {
background:#FFFFFF;
color:#000000;
margin-left:auto;
margin-right:auto;
min-width:12em;
width:525px;
}

hr.popup {
	color:#fff;
	border: 1px dashed #D3DBFE;
}

div.nwWndwNt {
background-color:#EEEEEE;
border-top:1px solid #666666;
display:block;
margin:-5px 0px;
text-align:right;
padding:0.25em;
font-size:85%;
}
div.ic2col1N1 {float: left; width: 8%; margin: 0; padding: 5px 0px 0px 1px;}
div.ic2col2N1 {float: left; width: 91%; margin: 0; padding-top: 5px;}

div.ic2col1N2 { float: left; margin: 0; padding: 5px 0 0 1px; width: 89%; }
div.ic2col2N2 { float: left; margin: 0; padding-top: 5px; width: 10%; }

	
/* TABS CLass*/

#featured {
    margin-bottom: 2em;
}
.tabs-nav {
    bottom: -2px;
    height: 2em;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}
.tabs-nav li {
    float: left;
    margin: 0;
    padding: 0;
}
.tabs-nav li a {
    background: url("bg-tab_blue.png") repeat-x scroll 50% 50% #336699;
    border: 1px solid #336699;
    color: #000;
    cursor: pointer;
    float: left;
    margin-right: -1px;
    padding: 0.3em 1.4em;
    text-decoration: none;
}
.tabs-nav li a:hover {
    background: url("bg-tab-hover_blue.png") repeat-x scroll 50% 50% #EEEEEE;
	  color: #003399;
}
.tabs-nav li a:selected, .tabs-nav li a:active, .tabs-nav li a:visited, .tabs-nav li a:link {
	  color: #003399;
}
.tabs-nav li a:focus{
	color: #003399;
}
.tabs-nav li.tabs-selected {
}
.tabs-nav li.tabs-selected a {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 0 none;
    margin-top: -0.2em;
    padding-bottom: 0.4em;
    padding-top: 0.5em;
    position: relative;
	
}
.tabs-body {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topright: 5px;
    background: none repeat-x scroll 100% bottom #FFFFFF;
    border: 1px solid #336699;
    /*width: 540px;*/
}
.tabs-body div.tabs-panel {
    display: none;
    padding: 15px;
}
.tabs-body div.tabs-panel-selected {
    display: block;
}
.tabs-body div.tabs-panel h2 {
    font-size: 1em;
    margin-bottom: 8px;
}
.tabs-body div.tabs-panel ul, dl {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.tabs-body div.tabs-panel ul li {
    margin-bottom: 3px;
}
.tabs-body div.tabs-panel dl dt {
    color: #777777;
    display: block;
    float: left;
    font-size: 80%;
    font-weight: bold;
    margin: 2px 15px 3px 0;
    text-align: right;
    text-transform: uppercase;
    width: 80px;
}
.tabs-body div.tabs-panel dl dd {
    border-top: 1px solid #DDDDDD;
    display: block;
    margin: 0 0 2px;
}

/*end*/

.infoHelp {
	font-size: 75%; 
	background-color:#DDEEFF; 
	color:#336699; 
	font-weight:normal; 
	padding: 1px; 
	text-decoration:none;
	border: 1px solid #DDEEFF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
div.center a.infoHelp:visited{
		color:#336699; 
	}	
div.center a.infoHelp:hover{
		color:#DDEEFF; 
		background-color:#336699;
		border: 1px solid #336699;
	}
	
.buttonLine { height: 1px;
              background-color: #CCC; 
              color: #CCC; 
              border: none; 
}

