﻿
.autocomplete-w1 { background:url(../images/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: left;
}


#facebox .popup{
	position:relative;
	border:10px  solid rgba(0,0,0,0.3);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
	-moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
	box-shadow:0 0 18px rgba(0,0,0,0.4);
	 z-index: 1000;
}

#facebox .content {
	display:table;
	width: 370px;
	background: #fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .close{
	position:absolute;
	top:5px;
	right:5px;
	padding:2px;
	background-color: #1589C5;
}
#facebox .close img{
  opacity:0.3;
}
#facebox .close:hover img{
  opacity:1.0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
	background-color: #666666;
	z-index:99;
}
 
@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}
h1, h2, h3, h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 50px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	font-weight: normal;
}
h4 span {
	font-weight: normal;
	font-size: 13px;
}

h4 {
	font-size: 14px;
	border: 1px none #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #ECEFF0;
	color: #333333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
h6 {
	color: #FFFFFF;
	background-color: #1589C5;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 16px;
}



p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.blank {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table {
	border-collapse:collapse;
}

a:link img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link, a:visited {
	color: #2179B9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.link_white:link, a.link_white:visited {
	color: #FFFFFF;
	font-size: 11px;
}
a.link_blue_button:link, a.link_blue_button:visited {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #2179C5;
	color: #FFFFFF;
	float: left;
}
a.link_blue_button:hover {
	background-color: #154A7B;
}





.content_div {
	float: left;
	width: 100%;
}
.content_div_pad {
	padding: 10px;
	float: left;
	width: 940px;
	background-color: #FFFFFF;
}
.content_div_pad_iframe {
	padding: 2%;
	float: right;
	width: 95%;
	background-color: #FFFFFF;
}
.content_div_pad_half {
	padding: 10px;
	width: 450px;
	background-color: #FFFFFF;
}
.prog_bar_box {
	float: left;
	width: 100%;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	height: 25px;
}
.prog_bar {
	float: left;
	height: 25px;
}
.prog_bar_rate {
	color: #000000;
	font-weight: bold;
	width: 938px;
	text-align: center;
	padding-top: 4px;
	text-shadow: 1px 1px 1px #cccccc;
	filter: dropshadow(color=#cccccc, offx=1, offy=1);
	left: 20%;
	position: absolute;
	float: left;
}
.prog_bar_rate_small {
	width: 450px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
	text-shadow: 1px 1px 1px #cccccc;
	filter: dropshadow(color=#cccccc, offx=1, offy=1);
	left: 20%;
	position: absolute;
	float: left;
}





input, textarea, select {
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
}



input.main_textbox {
	font-family: calibri, Arial;
	font-size: 18px;
	font-weight: normal;
	color: #999999;
	padding: 5px;
	background-color: #F7F7F7;
	border: 2px solid #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
input.main_textbox:focus {
	border-top-color: #FEBF01;
	border-right-color: #FEBF01;
	border-bottom-color: #FEBF01;
	border-left-color: #FEBF01;
}

.button_l {
	font-size: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-shadow: 1px 1px 1px #666666;
filter: dropshadow(color=#666666, offx=1, offy=1);
}
.button_m {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 1px #666666;
filter: dropshadow(color=#666666, offx=1, offy=1);
}
.button_blue {
	background-color: #005d27;
	color: #FFFFFF;
}

.button_orange {
	background-color: #febf01;
	color: #FFFFFF;
}
.button_orange:active {
	background-color: #E9AF01;
}

.c_white {
	color: #FFFFFF;
}
.c_lightblue {
	color: #CDE8F5;
}
.c_grey {
	color: #666666;
}
.progress_color_box {
	float: left;
	height: 18px;
	width: 60px;
}


.clear {
	clear: both;
}

.full_width {
	width: 96%;
}


.text_16 {
	font-size: 13px;
}
.text12 {
	font-size: 11px;
}



.hyperlink {
	cursor: pointer;
}
.absolute {
	position: absolute;
}




.float_left {
	float: left;
}
.float_right {
	float: right;
}
.border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}


.top_5 {
	padding-top: 5px;
}
.top_10 {
	padding-top: 10px;
}
.top_15 {
	padding-top: 15px;
}
.top_20 {
	padding-top: 20px;
}
.top_15 {
	padding-top: 15px;
}

.top_30 {
	padding-top: 30px;
}
.top_50 {
	padding-top: 50px;
}

.top_margin_10 {
	margin-top: 10px;
}

.bottom_5 {
	padding-bottom: 5px;
}
.bottom_10 {
	padding-bottom: 10px;
}
.bottom_15 {
	padding-bottom: 15px;
}
.bottom_20 {
	padding-bottom: 20px;
}
.bottom_30 {
	padding-bottom: 30px;
}
.bottom_70 {
	padding-bottom: 70px;
}

.bottom_120 {
	padding-bottom: 120px;
}

.bottom_margin_10 {
	margin-bottom: 10px;
}
.bottom_margin_5 {
	margin-bottom: 5px;
}


.left_5 {
	padding-left: 5px;
}
.left_10 {
	padding-left: 10px;
}
.left_15 {
	padding-left: 15px;
}
.left_20 {
	padding-left: 20px;
}
.left_30 {
	padding-left: 30px;
}
.left_140 {
	padding-left: 140px;
}

.left_margin_5 {
	margin-left: 5px;
}
.left_margin_10 {
	margin-left: 10px;
}
.left_margin_20 {
	margin-left: 20px;
}
.left_margin_30 {
	margin-left: 30px;
}
.left_margin_40 {
	margin-left: 40px;
}
.right_margin_5 {
	margin-right: 5px;
}
.right_margin_10 {
	margin-right: 10px;
}
.right_margin_15 {
	margin-right: 15px;
}.right_margin_20 {
	margin-right: 20px;
}


.right_5 {
	padding-right: 5px;
}
.right_10 {
	padding-right: 10px;
}
.right_15 {
	padding-right: 15px;
}
.right_20 {
	padding-right: 20px;
}
.right_30 {
	padding-right: 30px;
}
.border_grey {
	border: 1px solid #CCCCCC;
}
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.border_radius_5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

.box_shadow_main {
	-webkit-box-shadow: 0px 30px 30px 0px #ececec;
	-moz-box-shadow: 0px 30px 30px 0px #ececec;
	box-shadow: 0px 30px 30px 0px #ececec; 
}
.box_shadow {
	-webkit-box-shadow: 1px 1px 0px 0px #ececec;
	-moz-box-shadow: 1px 1px 0px 0px #ececec;
	box-shadow: 1px 1px 0px 0px #ececec; 
}
.box_shadow_inset {
	-webkit-box-shadow: inset 0px 0px 10px 0px #e4e4e4;
	-moz-box-shadow: inset 0px 0px 10px 0px #e4e4e4;
	box-shadow: inset 0px 0px 10px 0px #e4e4e4; 
}




#container {
	float: left;
	width: 100%;
}
#header_wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}
#search_wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#subscription_box {
	position: absolute;
	width: 480px;
	top: -60px;
	background-image: url(../images/bg_subcribe.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
}

.half_div {
	float: left;
	width: 50%;
}
#subscription_wrapper {
	width: 440px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/cell.png);
	background-repeat: no-repeat;
	background-position: 360px -4px;
	z-index: 0;
	float: left;
}
#subscription_wrapper  input.main_textbox {
	width: 310px;
}
.content_wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#dist_list {
	padding: 20px;
	float: left;
	width: 300px;
	background-image: url(../images/bg_dists.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#dist_list ul {
	margin: 0px;
	padding: 0px;
}
#dist_list ul li {
	list-style-type: none;
}
#dist_list ul li a {
text-decoration: none;
    width: 44%;
    float: left;
    color: #005d27;
    font-size: 12px;
    padding-top: 2%;
    padding-right: 3%;
    padding-bottom: 2%;
    padding-left: 2%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 2px;
    margin-right: 2px;
    font-weight: bold;


}

#dist_list ul li a:hover {
	color: #FFFFFF;
	background-color:#005d27;
}
#home_intro {
	float: right;
	width: 600px;
}
#home_intro_img {
	float: left;
	width: 140px;
}
#home_intro_content {
	float: right;
	width: 460px;
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footnav {
	float: left;
}
#footnav ul {
	margin: 0px;
	padding: 0px;
}
#footnav ul li {
	display: inline;
}
#footnav ul li a {
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}
#footnav ul li a:hover {
	color: #1589C5;
}

#footer_wrapper {
	width: 100%;
	bottom: 0px;
	float: left;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
}
table.table_list {
	border: 1px none #CCCCCC;

}
table.table_list  tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
table.table_list  tr  td {
}
table.table_list     tr     td   a:link, table.table_list  tr  td  a:visited {
	text-decoration: none;
	color: #2179A9;
	display: block;
	float: left;
	width: 80%;
	padding-right: 10%;
	padding-left: 10%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
table.table_list    tr    td:hover  a  {
	color: #FFFFFF;
	background-color: #1589C5;
}
table.table_general {
}
table.table_general th {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #4FADDD;
	border-right-color: #4FADDD;
	border-bottom-color: #4FADDD;
	border-left-color: #4FADDD;
	background-color: #EDF7FC;
	padding: 5px;
}
table.table_general tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
table.table_general tr:hover {
	background-color: #FFE4AE;
}
table.table_general     td   a:link, table.table_general  td  a:visited   {
	width: 100%;
	float: left;
	text-decoration: none;
	padding: 4px;
	color: #333333;
}
table.table_general td a:hover {
	text-decoration: underline;
}

table.table_details {
}
table.table_details th {
	font-weight: bold;
	color: #666666;
	text-align: left;
	font-size: 11px;
}
table.table_details tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4F4F4;
}
table.table_details tr:hover {
	border-bottom-color: #CCCCCC;
}

table.table_details tr:last-child {
	border-bottom-style: none;
}



#breadcrumb {
	float: left;
	width: 100%;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
#breadcrumb ul {
	margin: 0px;
	padding: 0px;
}
#breadcrumb ul li {
	display: inline;
	list-style-type: none;
	float: left;
}
#breadcrumb ul li a {
	text-decoration: none;
	float: left;
	background-image: url(../images/breadcrumb_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
#breadcrumb ul li a:hover {
	text-decoration: underline;
}
.status_up_details {
	float: left;
	width: 18%;
}
.status_up_content {
	float: right;
	width: 80%;
}
.status_up_content_iframe {
	float: right;
	width: 90%;
}
.status_up_content img {
	height: 50px;
	width: 65px;
	padding-right: 5px;
}
.w_90pc {
	width: 90%;
}
.w_10pc {
	width: 10%;
}
.proj_type_main {
	background-color: #F9F9F9;
	margin-left: 10px;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #663300;
	font-weight: bold;
	border: 1px inset #666666;
}
.home-intro-box {
    width: 22%;
    margin-left: 2%;
    margin-bottom: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ffffff;
    float: left;
    text-align: center;
    border: solid 1px #cccccc;
    border-radius: 4px;
}
fieldset legend {
    font-size: 14px;
    font-weight: bold;
    border: solid 1px #CCCCCC;
    padding: 5px 20px 5px 20px;
    border-radius: 4px;
    padding-top: 10px;
}

fieldset {
	border-radius: 5px;
	border: solid 1px #cccccc;
	padding-top: 10px;
}

