/* ///////////////////////////////////////////////////// HTML ELEMENTS */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
form {
	display: inline;
}
select.Quick-Jump {
    color: #000000;
	height: 16px;
	font-size: 10px;
	width: 150px;
}
input.input250px {
	width: 250px;
}
textarea.textarea450px {
	width: 450px;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bg.jpg);
}
/* ///////////////////////////////////////////////////// EOF HTML ELEMENTS */

/* ///////////////////////////////////////////////////// LEFT ELEMENTS */
.Project-Glance {
	background-color: #F0EFE8;
	border: 1px solid #C9C8C3;
}
.Project-Glance-Text {
	font-size: 9px;
	color: #6A6A6A;
	padding: 0px 2px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Project-Glance-Text a {
	color: #6A6A6A;
	font-size: 10px;
	text-decoration: none;
}
.Project-Glance-Text a:hover {
	color: #8D4398;
}
.Contract-Op {
	background-color: #F0EFE8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #C9C8C3;
	border-right-color: #C9C8C3;
	border-bottom-color: #C9C8C3;
	border-left-color: #C9C8C3;
}
/* ///////////////////////////////////////////////////// EOF LEFT ELEMENTS */

/* ///////////////////////////////////////////////////// RIGHT ELEMENTS */
.Right-Box-Text {
	font-size: 10px;
	color: #575757;
	padding: 4px;
}
.Right-Box-Text a {
	font-size: 10px;
	color: #575757;
	text-decoration: none;
}
.Right-Box-Text a:hover {
    color: #8D4398;
}
/* ///////////////////////////////////////////////////// EOF RIGHT ELEMENTS */

/* ///////////////////////////////////////////////////// BODY ELEMENTS */
.Body-Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
	text-decoration: none;
	padding: 12px 18px;
	text-align: justify;

}
.Body-Text-Puprle-Sm, .Body-Text-Puprle-Sm a {
	font-size: 10px;
	color: #174E75;
	text-decoration: none;
}
.Body-Text-Puprle-Sm a:hover {
    color: blue;
}
.Body-Text-Puprle, .Body-Text-Puprle a {
	font-size: 11px;
	color: #174E75;
	text-decoration: none;
    line-height: 18px;
}
.Body-Text-Puprle a:hover {
    color: blue;
}
/* ///////////////////////////////////////////////////// EOF BODY ELEMENTS */


.Footer, .Footer a {
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(images/footer_repeat.gif);
	line-height: 17px;
	height: 18px;
	text-decoration: none;
}
.Table-Border {
	border: 1px solid #E0E0E0;
}
.Table-Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/table_header.jpg);
	line-height: 25px;
	text-indent: 5pt;
	height: 26px;
}
.Table-Text-L, .Table-Text-L a {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #575757;
	text-decoration: none;
	list-style-image: url(/images/icon_purple_diamond.gif); 
}
.Table-Text-D, .Table-Text-D a {
	background-color: #F4F4F4;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #575757;
	text-decoration: none;
	list-style-image: url(/images/icon_purple_diamond.gif); 
}
.Header-Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9946A0;
}


.Sub-Nav, .Sub-Nav a  { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9C48A3;
	text-decoration: none;
	display: block;
	padding: 2px;
	background-color: #FFFFFF;
	filter: Alpha(Opacity=90, FinishOpacity=90, Style=, StartX=, StartY=, FinishX=, FinishY=);

 } 
.Sub-Nav a:hover{ 
	background-color: #9C48A3;
	color: #FFFFFF;
	filter: Alpha(Opacity=100, FinishOpacity=100, Style=, StartX=, StartY=, FinishX=, FinishY=);
 } 