/***********************************************/
	/* 2col_leftNav.css                            */
	/* Use with template 2col_leftNav.html          */
	/***********************************************/
	/***********************************************/
	/* HTML tag styles                             */
	/***********************************************/
.activetab {
	background-image: url(../images/tab_hover.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}

body {
	font-size: 12px;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0px;
	padding: 0 0 0 0;
	position:relative;
}

form{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a{
	font-size: 12px;
	text-decoration:none;
	color: blue;
}

a:hover{
	color:#EC0000;
	text-decoration:underline
}	

img{
	border: 0px;
}

pre{
	font-family: Arial, Helvetica, sans-serif;
	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
 	padding: 0px;
 	margin: 0px;
}
img {
	border: 0px;
}


/* overrides decoration from previous rule for hovered links */
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #334d55;
}

h2 {
	font-size: 114%;
	color: #006699;
}

h3 {
	font-size: 100%;
	color: #334d55;
}

h4 {
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}

h5 {
	font-size: 100%;
	color: #334d55;
}

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;
}

li {
	list-style-type: square;
	list-style-position: inherit;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
#navBar {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url("../images/topnavbg.jpg");
}

#content {
	/*background-image: url("../images/navbasebg.jpg");
	background-position: top;
	background-repeat: repeat-x;*/
	width: 80%;
	margin: 0px;
	padding-left: 10px;
	/*padding-top: 30px;*/
}

/************* #Footer styles ***************/
#siteInfo {
	clear: both;
	border: 0px solid #cccccc;
	font-size: 12px;
	color: #cccccc;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}

.error {
	color: red;
}

/************* #side menu styles ***************/
#welcome {
	font-size: 15px;
	font-weight: bold;
	color: black;
}
#welcome a, #welcome a:link{
	color: black;
}

#egovMenu {
	margin: 3px 3px 3px 3px;
	padding: 0px;
	font-size: 14px;
	border: 1px outset #527496;
}

#egovMenu #menuBody {
	background-color: #EBEFF3;
	padding-bottom: 10px;
}

#egovMenu #menuTitle {
	color: maroon;
	background-color: #D9E1EA;
	font-weight: bold;
	font-size: 15px;
	/*text-decoration: underline; */
	height: 32px;
	text-align: center;
	background-image: url("../images/menuTitleBg.jpg");
	background-repeat: repeat-x;
}


#egovMenu #menuLink {
	
}

#egovMenu #menuLink a {
	padding-left: 10px;
	display: block;
}

#egovMenu #menuLink a:hover {
	background-color: #97ADC4;
}
/***********************************************/
/* Form Component                  			   */
/***********************************************/

textarea .disable{
	background-color: #F8F8F8;
}
input{
}
/***********************************************/
/* Custom CSS                   			   */
/***********************************************/

.submissionStep {
	border: 1px solid #cccccc;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.instruction {
	font-family: arial, sans-serif;
	color: #003355;
	font-size: 12px;
}

.esubmissionmenu{
	width: 50%;
	margin: 50px 0 0 0;
	text-align: left;
}
.esubmissionmenu #details{
	padding: 2 0 20 0;
	font: 15px Arial, sans-serif;
}
.uploadform tr.head {
	font: bold 13px Arial, sans-serif;
	background-color: #A7B6CD;
}

.uploadform tr.odd {
	background-color: #D7DEE8;
}

.uploadform tr.even {
	background-color: #EBEEF3;
}
/********************************************/
/************* #Content styles ***************/
/*******************************************/

.pageGroup{
	font-size: 15px;
	font-weight: bold;
}

.pageActivity{
	font-size: 14px;
	font-weight: bold;
}

.instruction{
	font-size: 13px;
}

.recordEmpty{
	font-size: 12px;	
}

.childLegend{
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	width:98%;
	margin-left: 7px;
	background-color: #B4C0D3;
}

/************* #MESSAGES styles ***************/

.formError{
	color:#F40000;
	font-size: 12px;
}

#successMessages{
	margin-top:50px;
	margin-bottom:50px;
	text-align:center;
}
		
#successMessages .attention, #errorMessages .attention{
	font-weight:bold;
}

#successMessages fieldset, #errorMessages fieldset{
	margin: 0px 10px 0px 10px ;
	padding: 10px 10px 10px 10px ;
}
			
#errorMessages{
	margin-top:50px;
	margin-bottom:50px;
	text-align:center;
}

#successMessages label{
	/*place style such as color @ etc*/
}

#errorMessages label{
	/*place style such as color @ etc*/
}		

/********************************************/
/************* #FORMS styles ***************/
/*******************************************/
.loginForm {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  width: 98%; 
}

.loginForm fieldset {
  /*clear: both; /*note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border:0px;
  border-style: solid;
  margin: 0;
  padding:2px;
}
.loginForm label { 
	padding-bottom:3px; 
	margin: 0 0 0 0; 
	text-align: left; 
	font-weight:bold;
}
.formStyle {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  width: 98%; 
  margin-left:5px;
  margin-right:5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.formStyle fieldset {
  /*clear: both;  note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border:0px;
  border-top:1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0px 0px 0px 0px;
  padding-top: 0px;
}

.formStyle fieldset legend {
	font-size:15px; /* bump up legend font size, not too large or it'll overwrite border on left */
					   /* be careful with padding, it'll shift the nice offset on top of border  */
	font-weight:bold;
	color:black;
	margin-bottom: 6px;
}

.formStyle label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 160px; 
	padding: 0; 
	margin: 2px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	font-weight:bold;
	font-size: 13px;
}

.formStyle input, form textarea, .formStyle select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 4px; /* set margin on left of form elements rather than right of
							  label aligns textarea better in IE */
	float: left;
	margin-top: 0px;
	margin-bottom: 5px;
}
.formStyle font,.formStyle pre{
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:0px 0px 0px 4px; /* set margin on left of form elements rather than right of
							  label aligns textarea better in IE */
	height:auto;
	vertical-align:text-bottom;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
.formStyle pre {
	white-space: pre-wrap;       /* css-3 should we be so lucky... */
 	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 	white-space: -pre-wrap;      /* Opera 4-6 ?? */
 	white-space: -o-pre-wrap;    /* Opera 7 ?? */
 	word-wrap: break-word;       /* Internet Explorer 5.5+ */
 	_white-space: pre;   /* IE only hack to re-specify in addition toword-wrap  */
	margin:0px 0px 0px 4px;
	height:auto;
	text-align: justify;
	float: left;
	margin-bottom:5px;
	max-width: 500px;
}
.formStyle input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

.formStyle textarea { overflow: auto; }

.formStyle small  {
	display: block;
	margin: 0 0 0px 165px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 11px;
	float: left;
}
.formStyle span{
	font-size: 11px;	
}
.formStyle .required{font-weight:bold;} /* uses class instead of div, more efficient */

.formStyle br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.formStyle div.dateholder input, form div.dateholder textarea , .formStyle select.calendarDateInput {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:0px 0px 0px 0px; /* set margin on left of form elements rather than right of
							  label aligns textarea better in IE */
	margin-left: 10px;
	padding:0px 0px 0px 0px;
	float: left;
}
.formStyle div.dateholder img{
	margin-top: 5px;
}
.formStyle fieldset.innerFieldset{
	border: 1px solid;
	border-color: gray;
	text-indent: 10px;
	margin: 0px 0px 10px 0px ;
	padding: 0px 0px 0px 0px ;
}
.formStyle fieldset.innerFieldset .displaytag{
	margin-left: 10px;
}
.formStyle fieldset.innerFieldset .title{
	background-color: #A9B7CD;
	text-align: center;
	font-weight: bold;
	width: 100%;
}
.formStyle fieldset.innerFieldset .title div.titleName{
	float:left;
	width:90%;
	text-align: center;
	text-indent: 10%;
}
.formStyle fieldset.innerFieldset .title div.titlelink{
	text-align: right;
}
.formStyle fieldset.innerFieldset .header{
	background-color: #CDD2E9;
	font-weight: bold;
	width: 100%;
	height: 20px;
	margin-bottom: 5px;
}

.formStyle fieldset.innerFieldset label{
	width: 135px;
	display: block;
	margin: 0px 0px 0px 0px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	margin-bottom: 5px;
}

.formStyle fieldset.innerFieldset .header div{
	font-size: 12px;
	margin: 0px;
	margin-right: 5px;
	padding-top: 5px;
	vertical-align:text-bottom;
}
.formStyle fieldset.innerFieldset font,.formStyle fieldset.innerFieldset pre{
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:0px 0px 0px 4px; /* set margin on left of form elements rather than right of
							  label aligns textarea better in IE */
	height:auto;
	vertical-align:text-bottom;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding: 0px 0px 0px 0px;
	text-indent:0px;
}
.formStyle fieldset.innerFieldset pre {
	white-space: pre-wrap;       /* css-3 should we be so lucky... */
 	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 	white-space: -pre-wrap;      /* Opera 4-6 ?? */
 	white-space: -o-pre-wrap;    /* Opera 7 ?? */
 	word-wrap: break-word;       /* Internet Explorer 5.5+ */
 	_white-space: pre;   /* IE only hack to re-specify in addition toword-wrap  */
	margin:0px 0px 0px 4px;
	margin-bottom:5px;
	height:auto;
	text-align: justify;
	float: left;
	max-width: 485px;
}
/***********************************************/
/* Table CSS for DISPLAYTAG                    */
/***********************************************/
.displaytag {
	width:97%;
	margin-left: 10px;
	margin-right: 10px;
}
.displaytag table{
	/*border: 1px inset #8B8378;*/
	width:97%;
	margin-left: 10px;
	margin-right: 10px;
}
.displaytag td {
	/*padding: 2px 4px 2px 4px !important;
	text-align: left;*/
	vertical-align: top;
	font: 12px Arial, sans-serif;
	color: #000000;
}

.displaytag thead, .displaytag th{
	border: 1px solid #cccccc;
}

.displaytag thead tr {
	font: bold 13px Arial, sans-serif;
	background-color: #B4C0D3;
}

.displaytag th a,.displaytag th a:visited {

}

.displaytag th a:hover {
	text-decoration: underline;
}

.displaytag th.sorted a,.displaytag th.sortable a {
	background-position: right;
	background-repeat:no-repeat;
	display: block;
	color: black;
	width: 100%;
}
.displaytag th.sortable a {
	background-image: url(../images/arrow_off.png);
}

.displaytag th.order1 a {
	background-image: url(../images/arrow_down.png);
}

.displaytag th.order2 a {
	background-image: url(../images/arrow_up.png);
}

.displaytag tr.odd {
	background-color: #D7DEE8;
}

.displaytag tr.tableRowEven,tr.even {
	background-color: #EBEEF3;
}

.displaytag form{
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
}
.displaytag span{
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	width:100%;
}
.displaytag table.simple thead tr th {
	background-color: #eee;
}

.displaytag table.simple tr.odd {
	background-color: #fff;
}

.displaytag table.simple tr.even {
	background-color: #F1F4F8;
}

.displaytag table.simple {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.exportlinks{
	margin: 0 0 0px 0px;
	padding:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	font-size: 12px;
	
}

#displaytagEmpty{
	margin-left: 10px;
}

table.simple td,table.simple th {
	border: 1px solid #ccc;
}

#displaytag .pagelinks{
	font-size: 12px;
	width:100%;
}

#displaytag .pagebanner{
	font-size: 12px;
	text-align: left;
	width:100%;
}
/***********************************************/
/* Link Button				                   */
/***********************************************/
 .buttonLink {
  margin: 1em 0;
  margin-left:10px;
  /*width: 9em;*/
  font-family: helvetica,arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.buttonLink a {
  display: inline;
  padding: 2px 5px 2px 5px;
  text-align: center;
}
.buttonLink a:link,
.buttonLink a:visited,
.buttonLink a:hover {
  background-color: #fc6;
  color: #000;
  text-decoration: none;
}
.buttonLink a:link,
.buttonLink a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
}
.buttonLink a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
}
.buttonLink span.secondComp {
  padding: 0 0.4em;
  background-color: #fff;
  color: #0c479d;
}
/***********************************************/
/* Fuad 		                               */
/***********************************************/
.t1 {
	font: bold 16px arial, sans-serif;
	color: #005091;
}

.t2 {
	font: bold 16px Arial, sans-serif;
	color: #990000;
	text-align: center;
}

.t3 {
	font: bold 15px Arial, sans-serif;
	color: #334d55;
}

.t4 {
	font: 14px Arial, sans-serif;
	text-align: justify;
	color: #000000;
}

.t5 {
	font: 12px Arial, sans-serif;
	color: #000000;
}

.t6 {
	font:13px Arial, sans-serif;
	text-align: justify;
	color: #000000;
}

.t7 {
	font: bold 14px arial, sans-serif;
	text-align: center;
	color: #000000;
}

.t8 {
	font: bold 90% Arial, sans-serif;
	color: #114d55;
	background-color: #EBEFFF
}

.t9 {
	font: bold 120% Arial, sans-serif;
	color: #114d55;
	background-color: #EBEFFF;
}
.t9-1 {
	font: bold 110% Arial, sans-serif;
	color: #000000;
}

.requiredfield {
	font: 12px Arial, sans-serif;
	color: red;
}

.errorfield {
	font: 11px Arial, sans-serif;
	color: red;
}

.b1 {
	font: bold 13px arial, sans-serif;
	color: #000000;
}

.b2 {
	font: bold 12px arial, sans-serif;
	color: #000000;
}

.b4 {
	font: bold 15px arial, sans-serif;
	color: #005091;
}

.b4 a:hover {
	background-color: #DBDFF3;
}

.b3 {
	font: 85% arial, sans-serif;
	color: #000000;
	text-align: justify;
}

.b3 a:hover {
	background-color: #DDDFFF;
	color: #000000;
	font-weight: bold;
}

.textarea {
	
}

.f1 {
	font: 95% arial, sans-serif;
	color: #FFFFFF;
}

.f2 {
	font: 95% arial, sans-serif;
	color: #00F000;
}

.table {
	font: 100% arial, sans-serif;
	color: #000000;
}

.false {
	font: bold 15px arial, sans-serif;
	text-align: center;
	color: #990000;
}
.success {
	font: bold 15px arial, sans-serif;
	text-align: center;
	color: #334d55;
}

.border {
	font: 13px arial, sans-serif;
	border: 1px solid;
	color: black;
	border-color: blue;
	background-color: #E2E8EF;	
	width: 55%;
	text-align: center;	
}

.header {
	font: bold 14px arial, sans-serif;
	color: #FFFFFF;
}
.linkHeader{
	color: #FFFFFF;
}
.login {
	font: bold 100% arial, sans-serif;
	color: #990000;
}

l2 {
	font: bold 100% arial, sans-serif;
	text-align: center;
	color: #000000;
}

leftside {
	
}
.hidethis {
	display: none;
}

/********************************/
/* PBT SELECTION PAGE                            */
/*******************************/

.treemenu {
	
	margin : 0px 20px;
	
	padding : 10px;
	
	list-style : none;	
	
 	background-color : #EEE;
	
	border : 1px solid #000;
	
	width : 200px;

}



.treemenu UL {
	
	list-style : none;
	
	margin : 0px 10px;
	
	padding : 0px 10px;

}



.treemenu LI {
	
	display : inline;

}



.treemenu A {
	
	display : block;
	
	padding-left : 12px;
	
	text-decoration : none;


}



.treemenu .treeopen {
	
	background-image : url('open.gif');
	
	background-repeat : no-repeat;
	
	background-position : left;

}		



.treemenu .treeclosed {
	
	background-image : url('closed.gif');
	
	background-repeat : no-repeat;
	
	background-position : left;

}

























