/* CSS Document */
body {
	margin:0;
	padding:0;
	font: normal 11px/1.5em Verdana;
}

.tabline
{
background:url(../images/blue-bg.gif);
height:40px;
}

.taboptionsline
{
border-top:solid 1px #fff;
background-color:#315599;
/*background:url(../images/image_drop_back.gif);*/
color:#fff;
}

.menu
{
background:url(../images/menubg.gif);

height:520px;
width:150px;
vertical-align:top;
color:#17397E;
font-weight:bold;
background-repeat:repeat-y;
}

.pagetitle
{
color:#17397E;
font-weight:bold;
font-size:20px;
}

.content
{
vertical-align:text-top;
/*padding-left:10px;*/
padding: 10px;
width:100%;
}

.systemtitle
{
padding-top:10px;
padding-bottom:5px;
padding-left:10px;
color:#fff;
float:left;
font-size:24px;
}
#breadcrumbs
{
padding-left:10px;
}

.blue
{
background-color:#0099FF;
}

 Tabs 
h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

img {
border: none;
}

/* Menus */
.listexpander
{
	width:12.0em;
	font-size:12px;
}
.listexpander, .listexpander ul, .listexpander li{
	margin:0;
	padding:0;
	list-style:none;
}
.listexpander ul li{
	/*
	Uncomment this if you want to initially hide the child lists. 
	If you do, Javascript disabled and CSS enabled browsers will not be able to use this list.
	display:none;
	*/ 
	line-height:175%;
	margin-top:1px;
	cursor:default;
	text-indent:10px;
	font-weight:normal;
	color:#1F2D74;
}
.listexpander li{
	line-height:175%;
	margin-top:1px;
	text-indent:5px;
	font-weight:normal;
	color:#1F2D74;
}

.listexpander li a
{
	text-decoration: none;
	color:#1F2D74;
}

.listexpander li a:hover
{
}

.listexpander li:hover
{
}

.listexpander li.collapsed
{
}
.listexpander li.expanded
{
	cursor:hand;
}
/* first level */
.listexpander li {cursor:hand; font-weight:bolder;} 
.listexpander li.collapsed:hover
{
	color:#fff;
}
 
/* second level */
.listexpander li ul, .listexpander li li{font-weight:normal;}
.listexpander li li.collapsed{} 
.listexpander li li.expanded{color:#000;}
.listexpander li li a, .listexpander li li ul li
{

}
.listexpander li li:hover
{
	color:#1F2D74;
}
.listexpander li li.heading
{
	text-decoration:underline;
	color:#1F2D74;
}
.listexpander li li.heading:hover
{
	cursor:pointer;
}
/* third level */
.listexpander li li ul, .listexpander li li li{}
.listexpander li li li.collapsed{} 
.listexpander li li li.expanded{}

/* fourth level */

.listexpander li li li li{text-indent:0;margin-left:30px;width:auto;}

/* etc. */

/* buttons */

p.listexpander{
	height:1.5em;
	margin:1em 0;
}
p.listexpander a{
	float:left;
	height:1.5em;
	line-height:1.5em;
	padding:0 10px;
	border:1px solid #eee;
	margin-right:5px;
	cursor:pointer;
}
p.listexpander a:hover{
	background:#f8f8f8;
}

/* float fix */
.listexpander li:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.listexpander li{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .listexpander li{
	height: 1%;
}
.listexpander li{
	display: block;
}
/* End hide from IE-mac */
/* end float fix */

/*- Menu Tabs 10--------------------------- */

#tabs10 {
  float:left;
  width:100%;
  font-size:93%;
  border-bottom:1px solid #2763A5;
  line-height:normal;
  margin-top:15px;
  }
#tabs10 ul {
	  margin:0;
	  margin-left:105px;
	  padding:10px 10px 0 50px;
	  list-style:none;
  }
#tabs10 li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs10 a {
  float:left;
  background:url("../images/tableft10.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#tabs10 a span {
  float:left;
  display:block;
  background:url("../images/tabright10.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#FFF;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs10 a span {float:none;}
/* End IE5-Mac hack */
#tabs9 a:hover span {
  color:#FFF;
  }
#tabs10 a:hover {
  background-position:0% -42px;
  }
#tabs10 a:hover span {
  background-position:100% -42px;
  }

  #tabs10 #current a {
		  background-position:0% -42px;
  }
  #tabs10 #current a span {
		  background-position:100% -42px;
  }

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 45em; /* ems so it will grow */
	background: url(sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}


/* AJAX Toolkit: Accordion */

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}



#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}



#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}


.accordionContent
{
    background-color: #FFFFFF; /*#D3DEEF;*/
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.divField
{
	Padding-Bottom: 7px
}

.fieldLable
{
	float: left; 
	width: 150px; 
	height:20px; 
	font-weight:bold;
}

.fieldLable2
{
	float: left; 	
	height:20px; 
	font-weight:bold;
}

.textRed 
{
	color:Red
}

.text13
{
	font-size:13px
}

.error
{
	font-weight:bold; 
	height:20px; 
	color:Red;
}

.messageboard
{
	font-weight: bold;
	padding-bottom: 10px;
	color: #315599;
}

.messageboard2
{
	color:#315599; 
    font-weight:300;
}

.messageboard3
{
	color:#315599; 
    font-weight:300;
	/*border: outset thin #315599;*/
	padding: 0px 10px 10px 10px; 
}

.folderMap
{
	font-family: "Trebuchet MS" ,helvetica,sans-serif;
	color: #188CFF;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px solid #188CFF;
}
/*
.divfieldset fieldset
{
	width: 99%; 
	border: solid 1px #E3EFFF;	
}

.divfieldset legend
{
	font-size: 12px; 
	font-weight: bold; 
	padding-bottom: 5px;
	font-weight:bold
}
*/
/*Style for Login Page*/
#top{
 width:354px;
 height:114px;
 background:url(images/log_01.jpg) no-repeat;
 margin:0px;
 padding:0px;
}

#content-wrap{
text-align: left;
width:210px;
margin: 0 auto;
}
#content-wrap p{
margin:0px;
       margin-bottom:8px;
}

/* styles below are for email purposes*/
.menupanelforemail
{
background:url(../images/menubg.gif);
border-left:solid 1px #fff;

width:150px;
vertical-align:top;
color:#17397E;
font-weight:bold;
background-repeat:repeat-y;
}

.tdemailbody div, .tdemailbody tr, .tdemailbody
{
	font: normal 12px/1.5em Verdana;
	padding-left: 5px;
	padding-top: 5px;
}

.headGridEmail
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#D4D7DB;
	background-image: url(../images/igwgHeader.jpg);
	background-repeat: repeat-x;
}

/* FeildSet - An Nguyen */
fieldset.wizardfieldsetlegend
{
	border: none;
	border-top: 1px solid #C9DCA6;
	font-weight:normal;
}

fieldset legend.wizardfieldsetlegend
{
	border:none;
	font-weight:bold;
}

fieldset.wizardfieldsetlegend ol
{
	margin: 0;
	padding: 0;
}

fieldset.wizardfieldsetlegend ol li
{
	list-style: none;
	margin: 0;
	padding: 5px;
}

fieldset.wizardfieldsetlegend ol li label
{
	font-weight: normal;
	vertical-align: middle;
	width: 100px;
	color: #000;
	margin: 0;
	padding-left: 20px;
}

/* Modal popup */
.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
 background-color:#ffffdd;
 border-width:3px;
 border-style:solid;
 border-color:Gray;
 padding:3px;
}

/* Standard Table*/
.standardtable
{
border-collapse:collapse;
font-size:12px;
}
.standardtable th
{
background: #2E73A3 url(images/toolbar/blank.gif);
font-family:arial, verdana, sans-serif;
font-size:11px;
color:#ccc;
font-weight:bold;
padding-left:15px;
padding-right:15px;
padding-bottom:5px;
padding-top:5px;
}
.standardtable td
{
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
color:#000;
}
.standardtable tr.altrow
{
background-color:#DBE9FA;
}
.standardtable tr.row
{
background-color:#fff;
}
/* End Standard Table */

.bluehr
{
/*	color:#1958B7;
	background-color:#1958B7;
	width:500px;*/
	margin-bottom:10px;
}

/*Modal Popup Extender Style*/
.modal
{
	background-color: Gray;
	filter:alpha(opacity=40); /*40*/
	opacity:0.7; /*0.7*/
}
.tblPopup
{
	/*background-color: #FED681;*/
	background-color: #FFFFDE;
	color:Black;
	padding:5px;
}

.tblPopup .heading
{
	font-size:16px;
	font-weight:bold;
	/*background-color: SaddleBrown;
	color:White;
  */
	background-color: #FFFFDE;
	color: #000;
}

.tblPopup .footer
{
	background-color:#fff;
	padding:5px;
	text-align:center;
	text-decoration:underline;
	cursor:hand; /* IE */
	cursor:pointer; /*FF */
}
/*End Modal Popup Extender Style*/

/*Progress Bar*/
.modalProgressGreyBackground 
{    
    background:#FFFFFF;
	filter:alpha(opacity=70);
	opacity:0.7;        
}
