/* PAGE PROPERTIES */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	font-family:"Times New Roman", Times, serif;
}


#left { 
/* position:relative;  */
position:relative;
left:0; 
top:96; 
padding:0; 
width:148px; 
height:100%; /* works only if parent container is assigned a height value */ 
background-image: url(/Templates/Images/SideBar.jpg);
background-repeat: no-repeat;
} 

/* TEXT STYLES */
.pageTitle{
	color:#000000;
	font-size:32px;
	text-decoration: none;
}

/* LINK STYLES */
a:link, a:visited{
	color:#BA521D; 
	text-decoration: none;
}
a:active, a:hover{
	color:#131A48;
	text-decoration:underline;
}

a.footer:link, a.footer:visited{
	color:#666666;
	text-decoration: underline;
}
.footer, a.footer:active, a.footer:hover{
	color:#666666;
	text-decoration:none;
}

a.side_Section:link, a.side_Section:visited{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
a.side_Page:link, a.side_Page:visited{
	color:#DDDDDD;
	font-size:12px;
}

a.main_Links:link, a.main_Links:visited{
	color:#000000;
	font-size:20px;
	text-decoration: none;
	/*font-weight:bold;*/
}

a.main_Links:active, a.main_Links:hover{
	color:#555555;
	font-size:20px;
	text-decoration: none;
	/*font-weight:bold;*/
}

a.menu1:link, a.menu1:visited{
	color:#FFFFFF;
	text-decoration: none;
}

a.menu1:active, a.menu1:hover{
	color:#BBBBBB;
	text-decoration: none;
}

a.submenu:link, a.submenu:visited{
	color:#BBBBBB;
	text-decoration: none;
}

a.submenu:active, a.submenu:hover{
	color:#999999;
	text-decoration: none;
}

.Msg {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.detail {
	color: #333333;
}
.detailBold {
	font-weight: bolder;
	color: #000000;
}
.header {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
.headerLarge {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bolder;
}

/* TABLE PROPERTIES */
#fullheight{height:100%}

#sidebar{
	background-image: url(/Templates/Images/SideBar.jpg);
	background-repeat: no-repeat;
	background-color: #FFCC00;
}

#structure{
	height:100%;
	min-height: 100%;
}


/************* table options styles **************/


table.servicesT
{ 
font-weight: normal;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;
}


table.servicesT td.servHd
{ border-bottom: 2px solid #6699CC;
background-color: #BEC8D1;
text-align: center;
font-weight: bold;
}


table.servicesT td
{ border-bottom: 1px dotted #6699CC;
border-left: 1px dotted #6699CC;
font-weight: normal;
background-color: white;
text-align: left;
padding-left: 3px;} 

table.dotted
{ font-weight: normal;
background-color: #fafafa;
border: 1px #6699CC dotted;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;}


table.dotted td.servHd
{ border-bottom: 2px solid #6699CC;
background-color: #BEC8D1;
text-align: center;
font-weight: bold;
}


table.dotted td
{ border-bottom: 1px dotted #6699CC;
border-left: 1px dotted #6699CC;
font-weight: normal;
background-color: white;
text-align: left;
padding-left: 3px;} 

table.invisible
{ 
font-weight: normal;
background-color: #fafafa;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;}


table.invisible td.servHd
{ border-bottom: 0px;
background-color: #BEC8D1;
text-align: center;
font-weight: bold;
}


table.invisible td
{ border-bottom: 0px ;
border-left: 0px ;
font-weight: normal;
background-color: white;
text-align: left;
padding-left: 3px;} 


form.formBorder{
border:thin #FFCC00 dashed;
margin:10px;
padding:5px;
}

/************** email Hidding CSS *****************/
div.emailBlockUnsent {

}

div.emailBlockSent{

background-color:#99FF99;
border-color:#999999;
border-width:medium;
border-style:dashed;
}

/* BULLETT PROPERTIES */

ul.side {
list-style-type:none;
	margin-left: 0em;
	float: left;
	width:100px;
}
li.side {
	margin-left: -1em;
	float: left;
	width:125px;
}

/* MENU */
.menu1{
/* background-image:url(images/menudiv1bg.gif); */
margin-left:0px;
padding-left:0px;
padding-top:3px;
padding-bottom: 2px;
display:block;
text-decoration: none;
color: #FFFFFF;
height: 20px;
font-weight:bold;
}

.submenu{
/* background-image: url(images/submenu.gif); */
display: block;
height: 19px;
margin-left: 5px;
padding-top: 2px;
padding-left: 0px;
text-decoration: none;
color: #DDDDDD;
}

.hide{
display: none;
}

.show{
display: block;
}


.SubTitle {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	text-decoration:underline;
}

/* AWARD Page Pop Up display CSS Code */
/* Hover Script */
a.rollover
{
	z-index: 10;
	text-decoration:none;
}
a.rollover:hover
{
	position: relative;
	z-index: 100;
}
a.rollover span.tooltip
{
	display: none;
}
a.rollover:hover span.tooltip
{
	display: block;
	position: absolute;
	float: left;
	white-space: wrap;
	width: 300;
	top: -2.2em;
	left: .5em;
	background: #CCCCCC;
	border: 1px solid #444;
	color: #444;
	padding: 2px;
	z-index: 10;
}

