/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	background-color: rgb(215,219,220);
	font: 12px/14px Arial, sans-serif;
	color: #0b1315;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:hover {
   color: rgb(31,92,153);
   text-decoration: none;
}
th a:link {
	color: rgb(255,255,255);
}

a:hover {
   text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h2#pageName, h3, h4, h5, h6, h7 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2em;
	line-height: 2em;
}

h2 {
	font-size: 1.75em;
	line-height: 1.75em;
}
/*
 color: #006699;
*/
h3 {
	font-size: 100%;
	color: #334d55;
}

h4 {
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}

h5 {
	font-size: 100%;
	color: #334d55;
}

h7 {
	font-size: 100%;
	font-weight: bold;
	color: white;
	background-color: rgb(0, 102, 153);
}


ul {
	list-style-type: square;
}

ul ul {
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

label {
	font: bold 100% Arial,sans-serif;
	color: #334d55;
}

bluecol {
	color: #006699;
}

table {
	border: 0 none;
	border-collapse: collapse;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	padding: 0;
}
tr.b1{
	text-align: center;
	font:100% Arial,sans-serif;
	background-color: #5e6167; color: white;
}

tr.b2 th, .iceDatTblColHdr, .iceDatTblColHdr1, .iceDatTblColHdr2, .iceDatTblColGrpHdrCol, .iceDatTblFtr, .ui-widget-header {
	background: rgb(155,158,159);
	background: -moz-linear-gradient(top, rgb(155,158,159) 0%, rgb(131,135,137) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(155,158,159)), color-stop(100%,rgb(131,135,137)));
	background: -webkit-linear-gradient(top, rgb(155,158,159) 0%,rgb(131,135,137) 100%);
	background: -o-linear-gradient(top, rgb(155,158,159) 0%,rgb(131,135,137) 100%);
	background: -ms-linear-gradient(top, rgb(155,158,159) 0%,rgb(131,135,137) 100%);
	background: linear-gradient(to bottom, rgb(155,158,159) 0%,rgb(131,135,137) 100%);
	border-right: 1px solid rgb(255,255,255);
	color: rgb(255,255,255);
	font-size: 12px;
	font-weight: normal;
	padding: 0.8em 0.3em;
}

.ui-header-text {
	font-size: 12px;
	font-weight: normal !important;
}

.ui-datatable-data {
	font-size: 12px;
	text-align: left;
}

th.b2 {
   font:100% Arial,sans-serif;
        background-color: #5e6167; color: white;
}
/*
        background-color: #006699; color: white;
*/

.floatingHeader {
	position: fixed;
	top: 0;
	visibility: hidden;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead {
	margin-top: 0.8em;
   /*margin: 0;
   padding: 4px 0px;
   border-bottom: 10px solid #a71930;
   width: 100%;
   background-color:#5e6167;
   color: #FFFFFF;*/
}
/*
   border-bottom: 10px solid #b91f3b;
#masthead{
   margin: 0;
   padding: 4px 0px;
   border-bottom: 10px solid #FFC04B;
   width: 100%;
   background-color:#002D62;
   color: #FFFFFF;
}
*/

#header {
	min-height: 80px;
	width: 100%;
	position: relative;
}
#loginpage #header {
	min-height: 0;
}
#header img, #header #masthead {
	float: left;
	position: relative;
}
.locatorfilter, .formfilter {
	background: rgb(198,204,210);
	background: rgba(194,200,208,0.8);
	background: -moz-linear-gradient(top, rgba(194,200,208,1) 0%, rgba(184,191,201,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(194,200,208,1)), color-stop(100%,rgba(184,191,201,1)));
	background: -webkit-linear-gradient(top, rgba(194,200,208,1) 0%,rgba(184,191,201,1) 100%);
	background: -o-linear-gradient(top, rgba(194,200,208,1) 0%,rgba(184,191,201,1) 100%);
	background: -ms-linear-gradient(top, rgba(194,200,208,1) 0%,rgba(184,191,201,1) 100%);
	background: linear-gradient(to bottom, rgba(194,200,208,1) 0%,rgba(184,191,201,1) 100%);
	clear: both;
	padding: 0.5em 1em;
	position: relative;
	width: 100%;
}
#header .locatorfilter {
	position: absolute;
	top: 40px;
}
.locatorfilter input[type="text"], .formfilter input[type="text"], .locatorfilter select, .formfilter select {
	margin-right: 0.5em;
	margin-bottom: 0;
}
.locatorfilter label, .formfilter label {
	margin: 0 0.5em 0 1em;
}
.locatorfilter label:first-child, .formfilter label:first-child {
	margin-left: 0;
}
#header #loginlink {
	float: right;
	margin-top: 0.8em;
	
}

table[id*="LeftNavMain"] td.icePnlGrdCol1 {
	width: 20%;
}
div[id*="LeftTreePanelNav"] {
	background-color: rgb(235,237,238);
	background-color: rgba(255,255,255,0.5);
	border-color: rgb(204,209,219);
	border: 1px solid rgba(153,164,184,0.5);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 1em;
	height: 800px;
	/*width: 220px;*/
}
.maincontent {
	background-color: rgb(255,255,255);
}

#jpgBar{
   margin: 0 0 0 0;
   float:left;
   width: 20%;
   padding: 0px;
}
#navBar{
   margin: 5 5 5 0;
   float:left;
   width: 20%;
   padding: 0px;
   background-color: #eeeeee;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
}

#content_old{
	float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}
#content{
	float:left;
	width: 97%;
	margin: 0;
	padding: 0 3% 0 0;
}

#contentXhtml{
  float:left;
   width: 97%;
   margin: 0;
   padding: 0 3% 0 0;
}

#content2{
  float:right;
   width: 40%;
   margin: 0;
   padding: 0 3% 0 0;
}
#content3{
   float:left;
   width: 40%;
   margin: 0;
   padding: 0 3% 0 0;
}

iframe#mainiframe {
	min-height: 800px;
	height: 100%;
	width: 100%;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	font-size: 1.25em;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	/*color: #FFFFFF;
	color:#d0d090;*/
}


/*************** #pageName styles **************/

#pageName{
   padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
   font-size: 90%;
   padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
   font-size: 80%;
   padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
   padding: 0px 0px 10px 10px;
   font-size: 80%;
}

.feature h3{
   padding: 30px 0px 5px 0px;
   text-align: center;
}

.feature img{
   float: left;
   padding: 0px 10px 0px 0px;
   margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
   clear: both;
   padding: 10px 0px 0px 10px;
   font-size: 80%;
}

.story p{
   padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
   clear: both;
   border: 1px solid #cccccc;
   font-size: 75%;
   color: #cccccc;
   padding: 10px 10px 10px 10px;
   margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
   padding: 4px 4px 4px 0px;
   vertical-align: middle;
}


/************* #search styles ***************/

#search{
   padding: 5px 0px 5px 10px;
   border-bottom: 1px solid #cccccc;
   font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
   display: block;
   margin: 0px;
   padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
*#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
   position: relative;
   margin: 0px;
   padding: 0px;
   border-bottom: 1px solid #cccccc;
   font-size: 90%;
}

#sectionLinks h3{
   padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
   padding: 2px 0px 2px 10px;
   border-top: 1px solid #cccccc;
   width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
   width: auto;
}

#sectionLinks a:visited{
   border-top: 1px solid #cccccc;
   padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
   border-top: 1px solid #cccccc;
   background-color: #dddddd;
   padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
   margin: 0px;
   padding: 0px 0px 10px 10px;
   font-size: 90%;
}

.relatedLinks h3{
   padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
   padding: 10px 0px 0px 10px;
   font-size: 80%;
   border-top: 1px solid #cccccc;
}

#advert img{
   display: block;
}


/************** #headlines styles **************/

#headlines{
   margin: 0px;
   padding: 10px 0px 20px 10px;
   font-size: 80%;
}

#headlines p{
   padding: 5px 0px 5px 0px;
}

.tabletitle {
   color: #ffff00;
   background-color: #ce0000;
}

.tableheader {
   color: #ffff00;
   background-color: #ce0000;
}

.viewtitle {
   color: #ffff00;
   background-color: #ce0000;
}

.viewheader {
   color: #ffff00;
   background-color: #ce0000;
}


.helptitle {
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 15px;
   padding-bottom: 15px;
   background-color: #d8d8d8;
   color: #000080;
   margin-top: 0;
   margin-bottom: 0;
   font: bold 130% Arial,sans-serif;
}

.helptext {
   padding: 0px;
}

.helppanel {
   border-top: 1px groove #ce0000;
   background-color: #f0f0f0;
   padding: 5px;
}

.helppanel li{
   border: 1px groove #000000;
   list-style-type: none;
}

.helppanel dt{
   color: #70c070;
   font: bold 110% Arial,sans-serif;
   padding-left: 5px;
   padding-right: 5px;
}

.helppanel dd{
   color: #000000;
   font: bold 70% Arial,sans-serif;
   padding-left: 5px;
   padding-right: 5px;
   margin-bottom: 5px;
}

.helpbody {
   background-color: #0000ff;
   margin: 0px;
}

.helpBar {
   border: 1px solid #ce0000;
   margin-top: 10px;
   padding: 0px;
   background-color: #d8d8d8;
}

.error_block {
   color: #ffff00;
   background-color: #a00000;
   border: 1px solid #ffff00
}


.smallfont {
    font-size: 80%;
}

.error {
	color: #cc0000
}

.status {
    margin: 30px;
    font-size: 150%;
}

.cbutton {
	margin: 20px;
}

/************** popup windows **************/
.popup {
	position: absolute;
	border: 2px solid black;
	padding: 20px;
	background: #FFFFFF;
	top: 100px;
	left: 50px;
	width: 600px;
	height: 300px;
}

/************** login **************/
#login {
	background-color: rgb(235,237,238);
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*margin: 100px auto 0;*/
	margin: 0 1em;
	padding: 1em 1.5em;
	position: relative;
	width: 180px;
}
#login img {
	position: absolute;
	top: -70px;
}
#login label {
	display: none;
}
#login input {
	display: block;
}

/************** forms **************/

#content form {
	width: 100%;
}
input[type="text"], input[type="password"], select {
	background-color: rgba(255,255,255,0.9);
	border: 1px solid rgba(0,0,0,0.2);
	color: rgba(0,0,0,0.5);
	margin-bottom: 1em;
	padding: 0.25em 0.75em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: inset 0px 3px 3px rgba(000,000,000,0.1);
	-webkit-box-shadow: inset 0px 3px 3px rgba(000,000,000,0.1);
}
input:focus, select:focus {
	color: #0b1315;
}
input[type="button"], input[type="submit"], a.button, 
input[type="button"]:active, input[type="submit"]:active, a.button:active {
	font-size: 12px;
	color: rgb(255,255,255);
	margin: 0 0.25em 0 0;
	padding: 0.2em 0.5em 0.3em;
	text-transform: capitalize;
	background: #1f5c99;
	background: -moz-linear-gradient(top,#297acc 0%,#1f5c99);
	background: -webkit-gradient(linear, left top, left bottom, from(#297acc),to(#1f5c99));
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #1f5c99;
	-moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.2), inset 0px 3px 3px rgba(000,000,000,0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(000,000,000,0.2), inset 0px 3px 3px rgba(000,000,000,0.2);
	/*text-shadow: 0px -1px 0px rgba(000,000,000,0.5), 0px 0px 0px rgb(255,255,255);*/
}
input[type="button"]:hover, input[type="submit"]:hover, a.button:hover {
	background: #1297ac;
	background: -moz-linear-gradient(top,#1f5c99 0%,#297acc);
	background: -webkit-gradient(linear, left top, left bottom, from(#1f5c99),to(#297acc));
	color: rgb(255,255,255);
	text-decoration: none;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 3px 3px rgba(000,000,000,0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 3px 3px rgba(000,000,000,0.2);
}

input[disabled="disabled"], input[disabled="disabled"]:hover {
   background: #d7dbdc;
   border-color: #b1b4b5;
   cursor: default;
}

.floatright {
	float: right;
}
.tablefilters {
	margin-top: 1em;
	vertical-align: middle;
}

/************** rime.css override **************/
.icePnlGrd {
	width: 99%;
}
.iceSelOneMnu, .iceSelMnyLb, .iceSelMnyMnu, .iceSelOneLb {
	font-size: 12px;
	padding: 0.25em;
}
.icePnlGrdCol1, .icePnlGrdCol2 {
	text-align: left;
	vertical-align: top;
}
table[id*="LeftNavMain"] t.icePnlGrdCol2 {
	padding-left: 1em;
}

.iceDatTblRow1, .iceDatTblRow2, .ui-datatable-odd, .ui-datatable-even {
	background-color: rgb(215,219,220);
	color: #0b1315;
    	border-left:  1px solid rgb(155,158,159);
}

.iceDatTbl {
	background-color: rgb(215,219,220);
}

.iceDatTblCol, .iceDatTblCol1, .iceDatTblCol2 {
    	border-right:  1px solid rgb(155,158,159);
    	border-bottom: 1px solid rgb(155,158,159);
}

.popupIceDatTbl {
	background-color: rgb(255,255,255);
	color: #0b1315;
}

.popupIceDatTblRow {
	background-color: rgb(255,255,255);
	color: #0b1315;
}

.number {
}

.changedNumber {
	color: #cc3333;	      
}
