/* CSS Document */

* { padding: 0; margin: 0; }
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #575757;
	background: url(../images/pg_bg.gif) repeat-x top #f0f0f0;
}
p{ padding: 5px;}

h1 {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #0057ad;
	padding: 6px 0 5px 25px;
	background: url(../images/bl_1.gif) no-repeat 0px 8px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 5px;
	line-height: 25px;
}
h3 {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #006dbc;
	padding: 6px 0 5px 25px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 5px;
	line-height: 25px;
}
#mid_col h1, #mid_col_inside h1 {
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #6b6b6b;
	padding: 6px 0 5px 28px;
	background: url(../images/bl_1.gif) no-repeat 0px 9px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 5px;
	line-height: 25px;
}
#mid_col h2, #mid_col_inside h2 {
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #df0100;
	padding: 6px 0 5px 28px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 5px;
	line-height: 25px;
	text-align: center;
}
h2 {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #fd8a56;
	padding: 5px 0 0px 0;
}


#header {
	background: url(../images/top_pgbg.gif) repeat-y top;
	width: 895px;
	margin: 0 auto;
	padding: 0 10px;
}
#top_section {
	background: url(../images/top_bg.gif) repeat-x top;
	height: 96px;
	padding: 13px 20px 0 20px;
}
.headertext {
color: #ffffff;
text-decoration:none;

}
.top_left_image {
	float: left;
	border: 1 px solid red;
	background: url(../images/logo.gif) no-repeat ;
	width:500px;
	height:82px;
}
.top_rgt_links {
	float: right;
	color: #ffffff;
	padding: 5px 0 0;
	line-height: 20px;
	text-align: right;
}
.top_rgt_links a{
	color: #ffffff;
	background: url(../images/bl_2.gif) no-repeat 10px 0px;
	padding: 5px 0px 5px 35px;
	text-decoration: none;
}
.top_rgt_links a:hover{
	color: #000000;
}


#main_nav {
	background: url(../images/menu_pgbg.gif) repeat-y top;
	width: 895px;
	margin: 0 auto;
	padding: 0 10px;
}
#nav_bar {
	background: url(../images/nav_barbg.gif) repeat-x top;
	height: 35px;
	border-bottom: 1px solid #ffffff;
/*	border-top: 1px solid #ffffff;*/
}
#nav_bar ul{
	list-style: none;
}
#nav_bar li{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	float: left;
}
#nav_bar li a{
	color: #ffffff;
	background: url(../images/nav_bg.gif) repeat-x 0 0;
	padding: 10px 24px 9px 24px; 
        /** old version: padding: 10px 15px 9px 37px; **/
	/** border-left: 1px solid #a4a9ad;
	border-right: 1px solid #5b6268; **/
	text-decoration: none;
	line-height: 33px;
}
#nav_bar li a:hover, #nav_bar li#active a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: url(../images/nav_bg.gif) repeat-x 0 -40px;
	line-height: 33px;
}

#container {
	width: 895px;
	margin: -1pt auto;
	padding: 0px 10px;
	background: url(../images/container_pgbg.gif) repeat-y top;
}
#main_banner {
	border-bottom: 1px solid #d1d1d1;
}
#left_col {
	float: left;
	width: 238px;
	margin-right: 7px;
	color: #2d5889;
}
#mid_col {
	float: left;
	width: 492px;
}
#mid_col_inside {
	float: left;
	width: 648px;
}
#mid_col_inside p{
	padding: 10px 0;
}

#right_col {
	float: right;
	width: 151px;
	background: #ffffff;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#footer {
	color: #9e9e9e;
	background: url(../images/bot_bg.gif) no-repeat top;
	width: 895px;
	margin: 0 auto;
	padding: 36px 10px 10px;
	text-align: center;
}
#footer a{
	color: #9e9e9e;
	text-decoration: none;
	padding: 0 5px;
}
#footer a:hover{
	color: #000000;
}
.copyright {
	color: #9e9e9e;
	text-align: center;
}

.cl_both { clear:both; }
.fl_rgt { float:right; }
.fl_rgt img, img.fl_rgt{ padding: 0 0 5px 5px; }

.fl_lft { float:left; }
.fl_lft img, img.fl_lft{ padding: 0 5px 5px 0; }


.banner_block {
	background: #f0f0f0;
	border-top: 1px solid #0090ee;
	padding: 5px;
	text-align: center;
}
.banner_block img{
	padding: 5px 0;
}

.block1 {
	background: url(../images/blocks/block_bg1.gif) repeat-x top #ffffff;
	border-top: 1px solid #0090ee;
	padding: 5px;
	clear: both;
}
.block1 ul li{
list-style:none;
}

.block2 {
	background: url(../images/blocks/block_bg2.gif) repeat-x top #ffffff;
	padding: 5px;
	clear: both;
}
.producedby {
	float: center; 
	padding: 4px 4px;
	color: #ff0000;
	background-color:#BDBABD;
}

.more_link {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
.more_link a{
	text-decoration: none;
	color: #8a8a8a;
	background: url(../images/arrw1.gif) no-repeat right 5px;
	padding-right: 11px;
}
.more_link a:hover{
	color: #000000;
}

.Title_link {
	font: 11px text-align: right;
	color: #0000EE;
	text-decoration: none;
}

a.Title_link:hover{
	color: #0000EE;  
	text-decoration: underline; 
}

.hr_brd {
	background: #777777;
	margin: 5px 0;
	clear: both;
}

.package_rates {
	margin: 10px;
}
.package_rates .top_row{
	background: url(../images/blocks/tbl_top_rgt.gif) no-repeat top right;
}
.package_rates .bot_row{
	background: url(../images/blocks/tbl_bot_rgt.gif) no-repeat top right;
}
.package_rates .mid_row{
	background: url(../images/blocks/tbl_rgtbg.gif) repeat-y top right #dadada;
	padding-right: 7px;
}
.package_rates .mid_row .insideblock{
	font: bold 18px Arial, Helvetica, sans-serif;
	background: url(../images/blocks/tbl_lftbg.gif) repeat-y top left #ffffff;
	padding: 7px 0px 7px 7px;
	text-align: center;
	color: #015c98;
}
.package_rates .mid_row .insideblock span{
	font: bold 15px Arial, Helvetica, sans-serif;
}

.tbl_rgt_col {
	border-left: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding: 5px 5px 5px 10px;
}
.tbl_lft_col {
	border-bottom: 1px solid #bfbfbf;
	padding: 5px 10px 5px 5px;
}

.txt_red { color: #df0100; }
.txt_blue { color: #0200fe; }

#mid_col ul {
	list-style: none;
}
#mid_col li {
	background: url(../images/arrw2.gif) no-repeat 0px 5px;
	padding: 2px 0 3px 15px;
}

.btn_sty_top {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #5d5c5c;
	background: url(../images/btn_bg1.gif) repeat-x bottom #eae8e3;
	border: 1px solid #ffffff;
	padding: 2px 3px;
	height:20px;
}

ul#sub_menu {
	list-style: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

#sub_menu li a{
	background: url(../images/arrw2.gif) no-repeat 5px 5px;
	padding: 0px 0 0px 20px;
	color: #6b6b6b;
	text-decoration: none;
	vertical-align:bottom;
	display: block;
	font: bold 11px Verdana,Arial,Helvetica,sans-serif;
	line-height: 18px;
}
#sub_menu li a:hover{
	color: #006dbc;
	vertical-align:bottom;
	background-color:#CCCCCC;
}
/********************************************/
#tblChart tbody tr.selected td, #tblNew tbody tr.selected td {
	background: #f0f9ff;
	color: #0067b0;
	font: bold 11px verdana, arial, Helvetica, sans-serif;
	border-left: 1px solid #ebf1f6;
	word-wrap: break-word;
	}

span.txtInfo {
	font: 9px verdana, Helvetica, sans-serif;
/*	color: #ff2a00;*/
	color: #ff0000;
	}

td.rText {
	text-align: right;
	word-wrap: break-word;
	}

td.mText {
	text-align: center;
	word-wrap: break-word;
	}

select {
	margin: 0px;
	color: #000000;
	padding: 2px;
	font: 11px verdana, Helvetica, sans-serif;
	border: 1px solid #96c7ea;
	}

input {
	margin: 0px;
	height: 14px;
	color: #000000;
	padding: 2px;
	font: 11px verdana, Helvetica, sans-serif;
	border: 1px solid #D7D7EC;
	}

input.btnStyFile {
	margin: 0px;
	height: 20px;
	width:250;
	color: #000000;
	padding: 2px;
	font: 11px verdana, Helvetica, sans-serif;
	border: 1px solid #D7D7EC;
	}


input.btnSty {
	/*color: #0060a4;	*/
	height: 20px;
	color: #0086D6;
	cursor: hand;
	cursor: pointer;
	border: 1px solid #000000;
	font: bold 11px , verdana, Helvetica, sans-serif;
	background: #FFFFFF;

	}

select.txtFld {
	width: 243px;
	height: 18px;
	border: 1px solid #FF0099;
	font: 11px verdana, Helvetica, sans-serif;
	}

textarea {
	width: 206px; 
	height: 115px;
	font: 11px verdana, Helvetica, sans-serif;
	border: 1px solid #96c7ea;
	overflow: auto;
	line-height: 15px;
	scrollbar-face-color: #ffffff;
	scrollbar-base-color: #ffffff; 
	scrollbar-arrow-color: #d6b9d6;
	scrollbar-track-color: #ffffff; 
	scrollbar-shadow-color: #d6b9d6; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-highlight-color: #d6b9d6;
	scrollbar-3dlight-color: #ffffff;
	}

.w25 {
	width: 25px;
	}

.w50 {
	width: 50px;
	}

.w75 {
	width: 75px;
	}

.w100 {
	width: 100px;
	}

.w125 {
	width: 125px;
	}

.w150 {
	width: 150px;
	}

.w175 {
	width: 175px;
	}

.w200 {
	width: 200px;
	}

.w225 {
	width: 225px;
	}

.w250 {
	width: 250px;
	}

.w275 {
	width: 275px;
	}

.w300 {
	width: 300px;
	}

.w325 {
	width: 325px;
	}

.w350 {
	width: 350px;
	}

.w375 {
	width: 375px;
	}

.w400 {
	width: 400px;
	}

.w425 {
	width: 425px;
	}

.w450 {
	width: 450px;
	}

.w475 {
	width: 475px;
	}

.h100 {
	height: 100px;
	}
	.btnUnit {
	font: 11px verdana;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	}

.btnUnit:hover {
	color: #00599e; 
	}

.fLeft {
	float: left;
	}

.btnLft {
	width: 6px;
	float: left; 
	padding: 7px 0px;
	background: url(../images/btnLt.jpg) no-repeat; 
	}

.btnCen {
	float: left;
	text-align: center;
	padding: 5px 5px 8px 5px;
	background: url(../images/btnBg.jpg) repeat-x;
	}

.btnRgt {
	width: 8px;
	float: left; 
	padding: 7px 0px;
	background: url(../images/btnRt.jpg) no-repeat;
	}
