@import "help_icon.css"; 
@import "nav.css";
@import "custom.css";
body.primary * 
{
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
}
table { border-collapse:collapse; }
table, tr, td { border:0px; }
body, body * { padding:0px; margin:0px; }
a { cursor:pointer; color:#4E7588; /*border: 1px solid black;*/ }
/*a:link { color:#4E7588; }
a:visited { color:#4E7588; }
a:hover { color:#4E7588; }
a:active { color:#4E7588; }*/
a.orange_link:link{ color:#4E7588;}
a.orange_link:hover{ color:#4E7588; /*text-decoration: none;*/}
a.orange_link:visited{ color:#4E7588;}
a.orange_link:active{ color:#4E7588; }
ul, ol {
    margin:0;
    padding:0 0 0 30px;
}
li {
    margin:0;
    padding:0 0 0 0;
}
blockquote {
    padding:0 0 0 30px;
}
p.textBlock 
{
    float:left;
    display:block;
}
.orangeText {
	color:#DB8206;
	font-weight:normal;
	text-decoration:none;
	font-family: Arial;
	font-size:10pt;
}
.bullet {
	margin: 0px 5px 0px 0px;
	border:none;
}

.orange_subheader {
	color:#FAA634;
	font-family:Times;
	font-size:18pt;
	font-weight:bolder;
}
.layout_table {
	width:100%;
	margin:0px;
}
.orange_stripe {
	width:100%;
	height:8px;
	background:#FAA634;
}
.title_area {
	width:100%;
	height:70px;
}
.title_area_links {
	float:right;
	/*margin:8px 8px 0px 0px;*/
	margin-top: -1px;
}
.title_area_links img {
	margin:0px 3px 0px 8px;
}
.title_area_links a:link {
	color:#66737B;
	font-size:10pt;
	text-decoration:none;
}
.title_area_links a:visited {
	color:#66737B;
	font-size:10pt;
	text-decoration:none;
}
.title_area_links a:hover {
	color:#66737B;
	font-size:10pt;
	text-decoration:underline;
}
.title_area_links a:active {
	color:#66737B;
	font-size:10pt;
	text-decoration:underline;
}
.content {
	margin:0px;
	padding:0px;
	font-family: Arial;
	vertical-align: top;
	font-size:10pt;
}
.content_border_bottom {
	border-bottom:solid 1px #ddd;
	margin:0px;
}
.content_header {
	height:50px;
	margin-top:10px;
	/* background-image: url('../images/orange_gradient.jpg'); */
	background-repeat: no-repeat;
	background-position: left top;
	padding:15px 0px 0px 15px;
}
.content_header img {
	float:right;
	margin:0px 10px 0px 0px;
}
.content_title {
	font-family:Arial;
	font-size:16px;
	font-weight:bolder;
	color:#415A68;
	padding-left: 6px;
	/*border:solid 1px #FF0000;*/
	white-space: nowrap;
}
.content_subtitle 
{
	font-size:12px;
	font-weight:bolder;
	color:#415A68;
}
.content_title_level2 
{
	font-size:13px;
	font-weight:bolder;
	color:#415A68;
	/*margin-left: -7px;*/
}	
.content_form {
	padding: 15px 0px 15px 15px;
}
/*
.form {
	width:450px;
	margin-left:8px;
	margin:0px;	
	padding:0px;
}
*/
.form1 {
	margin:0px;
	padding:0px;
}
/*
.form_table {
	margin:0px;
	padding:0px;
	width:100%;
}
.form_table table 
{
	width:100%;
}/*
.form_table td {
	font-size:10pt;
	font-weight:bold;
	text-align:left;
	padding:3px 0px 3px 0px;
}
.form_table_right {
	margin-left:15px;
}
*/

.content_normal {
	padding: 5px 15px 15px 15px;
}
.content td { vertical-align: top; }
.project_table {
	width:100%;
	border: solid 1px #EEEEEE;
}
.project_table .emptyDataRowStyle td
{
    border:solid 5px #40A8A8;
    text-align:center;
    padding:0px;
}
.project_table .emptyDataRowStyle div
{
    padding:10px 8px 10px 8px;
    border-top:solid 8px #40A8A8;
    color:#C80107;
    font-style:italic;    
}


.project_table tr td {
	padding:10px 8px 10px 8px;
	border-top: solid 1px #DDDDDD;
	border-bottom: solid 1px #DDDDDD;
	border-left: solid 1px #DDDDDD;
	border-right: solid 1px #DDDDDD;
	background: url(../images/design/tblCellBg_btm.gif) repeat-x bottom;
	vertical-align:top;
}
.project_table tr th 
{
    padding:5px 8px 5px 8px;
}    
/*.project_table tr:hover 
{
	background-color: #E5F0FF;
}*/
/*
.project_table table 
{
	border: 1px solid #eee;
}
*/

/* TABLE STYLES */
.col_title1, .col_title1 th, .col_title1 td, .col_title2, .col_title2 th, .col_title2 td 
{
    white-space:nowrap;
    border-left:solid 1px #FFF;
    border-right:solid 1px #FFF;
}
.col_title1 {
	background:#40A8A8;
	color:#FFFFFF;
	padding:5px;
}
.col_title2 {
	background:#40A8A8;
	color:#FFFFFF;
	padding:5px;
}

.col_title1 img {
	position:relative;
	top:2px;
}
.box_white {
	font-size:12px;
}
.box_grey {
	font-size:12px;
	background:#f8f8f8;
}
.box_white td, .box_grey td 
{
	padding: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #f3f3f3;
}
.box_left {
	border-left:solid 1px #C8D2CB;
}
.box_right {
	border-right:solid 1px #C8D2CB;
}
.box_bottom {
	border-top:solid 1px #C8D2CB;
}
.col_title1 a:link {
     color:#FFFFFF;
     font-size:10pt;
     font-weight:bold;
    text-decoration:none;     
}
.col_title1 a:visited {
  color:#FFFFFF;
  font-size:10pt;
  font-weight:bold;
  text-decoration:none;
}
.col_title1 a:hover {
   color:#FAA634;
   font-size:10pt;
   font-weight:bold;
   text-decoration:underline;
}
.col_title1 a:active {
    color:#FAA634;
    font-size:10pt;
    font-weight:bold;
    text-decoration:underline;
}
.col_title2 a:link {
     color:#FFFFFF;
     font-size:10pt;
     font-weight:bold;
     text-decoration:none;   
}
.col_title2 a:visited {
     color:#FFFFFF;
     font-size:10pt;
     font-weight:bold;
     text-decoration:none;
}
.col_title2 a:hover {
   color:#FAA634;
   font-size:10pt;
   font-weight:bold;
   text-decoration:underline;
}
.col_title2 a:active {
    color:#FAA634;
    font-size:10pt;
    font-weight:bold;
    text-decoration:underline;
}

a.black_link:link {
	color:#000000;
	font-weight:normal;
	text-decoration:none important!;
}
.blackText {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	font-family: Arial;
	font-size:10pt;
}
a.black_link:visited {
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}
a.black_link:hover {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
a.black_link:active {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
.welcome {
	font-size:12px;
	font-weight:bold;
	color:#415A68;
	margin-top:13px;
	text-align: right;
	padding-right: 18px;
}
img.logo {
	padding-left:7px;
	padding-top:8px;
}
a.selected:link, a.selected:visited {
    color:#000000;
}

.border_left {
	border-left: solid 1px #7F9DB9;
    padding-left: 10px;
}

.scroll {

            overflow: auto;

            height:63px;

            border: solid 1px #7F9DB9;

}
.scrollSmall {
            overflow: auto;
            height:63px;
            width:100px;
            border: solid 1px #7F9DB9;

}

.off {

            background:#FFFFFF;

}

.on {

            background:#A3C6E6;

}


.footer {
            background:#777777;
            height:25px;
            width:100%;
            color:#FFFFFF;
            /*padding-left:15px;*/
            font-size:12px;
            font-family:Arial;
            font-weight:bold;
}

.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
            color:#FFFFFF;
            padding-left:15px;
            font-family:Arial;
            font-weight:bold;
            text-decoration:none;
}

.small {

            font-size:8pt;

}
.text_small {
            font-family: Arial;
            font-size:7pt;
}
.labelText 
{
	font-weight:bold;
	text-align:left;
	float:left;
	width:175px;
	display:block;
	line-height:16px;
	padding:0px 0px 10px 0px;
	white-space: nowrap;
}
.ErrorText {
	font-size:10pt;
	font-weight:bold;
	text-align:left;
	padding:3px 0px 3px 0px;
	color:#ff0000;
	width:100%;
}
.clearTable 
{
	border: 0px;
	padding: 0px;
}
.errorMessage
{
	color:#ff0000;
}

div.support_help
{
	text-align:right;
	width:183px;
	height:34px;
	background-repeat:no-repeat; background-position: right top;
	background-image:url(../images/shadow_box.gif);
	padding-top: 6px;
	padding-right: 15px;
}

div.support_help span 
{
	color: #ddd;
	padding: 0 0 0 10px;
}

img.title
{	
	padding: 0px 0px 4px 41px;
}
img.bullet_sub
{
	background: url("../images/bullet_subtitle.gif") no-repeat;
	display: block;
	margin-top: 4px;
	margin-left: 6px;
	float: left;
	width: 10px;
	height: 9px;
}
img.bullet_sub2
{
	background: url("../images/bullet_subtitle.gif") no-repeat;
	display: block;
	margin-top: 4px;
	margin-left: 16px;
	float: left;
	width: 10px;
	height: 9px;
}
