@charset "UTF-8";
/* CSS Document */

/* ======================================================== GENERAL STARTS ======================================================== */
body { 
	padding:0; margin:0; font-family:Arial, Helvetica, sans-serif; font-size:13px; 
	background:#94090D; width:auto; height:auto; color:#FFF; line-height:18px;
}
img { border:none; }
a { outline:none; text-decoration:none; }
a:hover { text-decoration:underline; }
object { outline:none; }
input { outline:none; }
p { width:auto; padding:0; margin:0; }
/* ======================================================== GENERAL FINISH ======================================================== */

/* ======================================================== HEADER  STARTS ======================================================== */
#headerContainer { width:98%; height:auto; padding:10px 1%; margin:0; float:left; display:block; background:#94090D; text-align:right; }
#headerContainer a { color:#FFF; font-weight:bold; }
#header { width:940px; padding:5px 30px; margin:0 auto; display:block; }

#navigationContainer { 
	width:100%; height:auto; padding:0; margin:0; float:left; display:block; border-top:1px solid #CD0100;
	background:url(../images/header_footer/navigation_repeat.gif) repeat-x;
}
#navigation { 
	width:960px; height:49px; padding:0 20px; margin:0 auto; display:block;
	background:url(../images/header_footer/navigation_background.jpg) no-repeat;
}

ul.mainMenu { 
	width:960px; margin:0px; padding:0px; float:left; color:#FBC8C8; font-size:16px; font-weight:bold;
	font-family:"Myriad Web", Arial, Helvetica, sans-serif; height:46px;
}
ul.mainMenu li { list-style-type:none; float:left; display:block; position:relative; }

ul.mainMenu li a {
	display:block; color:#FBC8C8; text-decoration:none; height:20px; width:137px; padding:16px 0 10px 0; text-align:center;
	float:left; margin:0; background:url(../images/header_footer/button_border.gif) right no-repeat;
}
ul.mainMenu li a#lastItem { background:none; width:138px; }

ul.mainMenu li a:hover {
	display:block; color:#CD0100; text-decoration:none; height:20px; width:auto; padding:16px 0 10px 0; width:137px;
	float:left; margin:0; background:url(../images/header_footer/button_active.jpg) center; cursor:pointer;
}
ul.mainMenu li a#lastItem:hover {
	display:block; color:#CD0100; text-decoration:none; height:20px; width:auto; padding:16px 0 10px 0; width:138px;
	float:left; margin:0; background:url(../images/header_footer/button_active.jpg) center; cursor:pointer;
}
ul.mainMenu li a.active {
	display:block; color:#CD0100; text-decoration:none; height:20px; width:auto; padding:16px 0 10px 0; width:137px;
	float:left; margin:0; background:url(../images/header_footer/button_active.jpg) center; cursor:pointer;
}
ul.mainMenu li a#lastItem.active {
	display:block; color:#CD0100; text-decoration:none; height:20px; width:auto; padding:16px 0 10px 0; width:138px;
	float:left; margin:0; background:url(../images/header_footer/button_active.jpg) center; cursor:pointer;
}

ul.mainMenu li ul { 
	position:absolute; left:-1px; top:46px; display:none; margin:0px; padding:0px; border-left:1px solid #590000;
	border-right:1px solid #590000; width:250px;
}
ul.mainMenu li ul li { 
	position:relative; float:left; clear:left; list-style-type:none; display:block;
	border-bottom:1px solid #590000;
}
ul.mainMenu li ul li a { 
	float:left; display:block; color:#FBC8C8; padding:8px 15px 3px 15px; width:220px; font-size:13px;
	border-top:1px solid #CD0100; background:url(../images/header_footer/navigation_repeat.gif); text-align:left;
}
ul.mainMenu li ul li a:hover { 
	float:left; display:block; color:#FFF; padding:8px 15px 3px 15px; width:220px; background:#590000; 
	cursor:pointer;
}

ul.mainMenu li ul li ul { 
	position:absolute; left:250px; top:0; display:none; margin:0px; padding:0px; border-left:1px solid #590000;
	border-right:1px solid #590000; width:250px;
}

ul.mainMenu li ul, ul.mainMenu li:hover ul ul, ul.mainMenu li ul:hover ul  { display:none; } /* The magic */
ul.mainMenu li:hover ul, ul.mainMenu li ul li:hover ul { display:block; } /* The magic */
/* ======================================================== HEADER  FINISH ======================================================== */

/* ======================================================== CONTENT STARTS ======================================================== */
#contentContainer { width:100%; height:auto; padding:0; margin:0; float:left; display:block; }
#content { 
	width:960px; height:auto; padding:35px 20px; margin:0 auto; display:block; overflow:hidden;
}
#content .row { width:960px; padding:5px 0; margin:0; float:left; display:block; }
#content .row input { height:30px; padding:0; margin:0 10px 0 0; float:left; display:block; }
#content .row input:hover { cursor:pointer; }

#content .row h2 { margin:0 10px 0 0; font-size:20px; float:left; display:block; line-height:24px; color:#F3ADAF; }
#content .row h1 { margin:0 10px 0 0; font-size:22px; float:left; display:block; line-height:24px; }
.row a { color:#F3ADAF; }

.projectsTable { width:960px; height:auto; overflow:hidden; }
.projectsTable a { color:#E36C29; }
.projectsTable td { border-bottom:1px dashed #F3ADAF; padding:10px 0; }
.projectsTable td:first-child { width:590px; padding:0 5px; font-size:14px; }
.projectsTable td:last-child { width:150px; }

.projectsTable .left { width:60px; height:auto; overflow:hidden; }
.projectsTable .right { width:800px; height:auto; overflow:hidden; }

.editTable { width:860px; height:auto; overflow:hidden; }
.editTable .inputBox {
	width:200px; height:auto; margin:2px; background:#fff ; padding:4px;
	border-top:#a5a5a5 solid 1px; border-left:#a5a5a5 solid 1px; border-bottom:#cfcfcf solid 1px; border-right:#cfcfcf solid 1px;
}

.editTable { width:860px; height:auto; overflow:hidden; }
.editTable a { color:#F3ADAF; }
.editTable td { padding:0 0 10px 0; }
.editTable .left { width:190px; height:auto; overflow:hidden; font-size:15px; font-weight:bold; padding:10px 15px 0 5px; }
.editTable .right { width:650px; height:auto; overflow:hidden; }

#content .editTable input.inputBox {
	width:250px; height:15px; background:#fff; padding:5px; border:#a5a5a5 solid 1px; margin:5px 0;
}
#content .editTable input#file { height:22px; padding:5px; }
#content .editTable input#date { height:12px; padding:5px; }

/* ======================================================== CHART   STARTS ======================================================== */
.pretty-table { 
	padding:0; margin:0 0 20px 0; border-collapse:collapse; border:1px solid #333; font-size:11px; color:#000; 
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; width:940px; border-spacing:0;
	background:#BCD0E4 url(../images/widget-table-bg.jpg) top left repeat-x; float:left; display:block;
}

.pretty-table a { color:#E36C29; }
	
.pretty-table th { border:1px dotted #666; color:#632A39; }
.pretty-table td { 
	border:1px dashed #666; padding:5px 0; color:#632A39; text-align:center; font-size:12px; 
}

.pretty-table th[scope=col] { 
	color:#000; background-color:#8FADCC; text-transform: uppercase; font-size:11px; border-bottom:2px solid #333;
	border-right:2px solid #333; text-align:center; vertical-align:text-top; padding:0 3px; margin:0; width:55px;
}
.pretty-table th:first-child { width:155px; }
.pretty-table th:last-child { width:150px; text-align:center; }

.pretty-table th+th[scope=col] { color:#FFF; background-color:#7D98B3; border-right:1px dashed #666; }

.pretty-table th[scope=row] { 
	background-color:#B8CFE5; border-right:2px solid #333; padding:2px 5px 2px 10px; text-align:left; 
}

.pretty-table tr.alt th, .pretty-table tr.alt td { color:#2A4763; }

.pretty-table tr:hover th[scope=row], .pretty-table tr:hover td { background-color:#632A2A; color:#fff; }


.pretty-table2 { 
	padding:0; margin:0 0 20px 0; border-collapse:collapse; border:1px solid #333; font-size:11px; color:#000; 
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; width:633px; border-spacing:0;
	background:#BCD0E4 url(../images/widget-table-bg.jpg) top left repeat-x; float:left; display:block;
}

.pretty-table2 th { border:1px dotted #666; color:#632A39; }
.pretty-table2 td { 
	border:1px dashed #666; padding:5px 0; color:#632A39; text-align:center; font-size:12px; 
}

.pretty-table2 th[scope=col] { 
	color:#000; background-color:#8FADCC; text-transform: uppercase; font-size:11px; border-bottom:2px solid #333;
	border-right:2px solid #333; text-align:center; vertical-align:text-top; padding:0 3px; margin:0; width:42px;
}

.pretty-table2 th+th[scope=col] { color:#FFF; background-color:#7D98B3; border-right:1px dashed #666; }

.pretty-table2 th[scope=row] { 
	background-color:#B8CFE5; border-right:2px solid #333; padding:2px 5px; width:50px; text-align:left; 
}

.pretty-table2 tr.alt th, .pretty-table2 tr.alt td { color:#2A4763; }

.pretty-table2 tr:hover th[scope=row], .pretty-table2 tr:hover td { background-color:#632A2A; color:#fff; }

.chartItem { height:60px; }
.chartUnit { border-top:1px dotted #CCC; margin:10px 0 0 0; padding:0; }
.pretty-table span { display:block; padding:5px 0; }
.pretty-table2 span { display:block; padding:5px 0; }

.chartTitle { 
	font-size:18px; font-weight:bold; padding:5px 0 15px 0; margin:0; width:635px; color:#E36C29;
	float:left; display:block; font-style:italic;
}
.summarySheetLinks { 
	width:600px; padding:10px 10px 10px 25px; margin:0 0 30px 0; float:left; display:block;
	background:url(../images/doc_pdf.png) no-repeat left center;
}
.summarySheetLinks a { text-decoration:underline; }
.summarySheetLinks a:hover { text-decoration:none; }
/* ======================================================== CHART   FINISH ======================================================== */

/* ======================================================== LOGIN   STARTS ======================================================== */
#loginContainer { width:420px; padding:20px; margin:20px 250px; float:left; display:block; }
.loginTitle { 
	font-size:14px; font-weight:bold; color:#FBC8C8; padding:5px 0; margin:0; float:left; display:block; 
	width:400px; padding:10px; border-bottom:1px solid #590000;
}

#topLogin { width:400px; padding:10px; margin:0; float:left; display:block; border-bottom:1px solid #590000; border-top:1px solid #CD0100; }
.loginRow { width:400px; padding:5px 0; margin:0; float:left; display:block; }
#topLogin label { width:100px; padding:3px 0; margin:0; font-weight:bold; float:left; display:block; color:#FBC8C8; }
#topLogin input { 
	width:288px; padding:5px; margin:0; float:left; display:block; border:1px solid #590000; 
	background:url(../images/right_content_header.gif) repeat-x; color:#999;
}
#bottomLogin { width:400px; padding:15px 10px; margin:0; float:left; display:block; border-top:1px solid #CD0100; text-align:right; }
#bottomLogin input { width:100px; height:30px; padding:5px; margin:0 5px; font-weight:bold; color:#333; }
#bottomLogin input:hover { color:#000; cursor:pointer; }
/* ======================================================== LOGIN   FINISH ======================================================== */


