@charset "utf-8";
/**
	Data Grid CSS
**/

table.tableList{}
table.tableList th{
background:url(../images/section-hearder-middle.jpg) repeat-x;
height:29px;
font-size:11px;
color:#FFFFFF;
padding:0px;
}
.sectionHeaderRightForGrid{
	background:url(../images/section-hearder-right.jpg) no-repeat;
	height:29px;
	width:4px;
	float:right;
}
table.tableList td{
font-size:11px;
border-bottom:1px solid #E6E7E8;
padding:4px;
}
table.tableList tr.oddRow{
	background-color:#FFFFFF;
	padding:3px;
}

table.tableList tr.evenRow{
	background-color:#F2F3F3;
	padding:3px;
}

table.tableList td a{
	color:#2E2E2E;
	text-decoration:underline;
}
table.tableList td a:hover{
	text-decoration:none;
}
div.pagenav a{
	color:#0063A9;
	cursor:pointer;
	border:1px solid #0063A9;
	padding:2px 6px;
	text-decoration:none;
	background:#FFFFFF;
}
div.pagenav{
	margin:8px 0;
}
div.pagenav a:hover{
	background:#0063A9;
	color:#FFFFFF;
}
div.pagenav b{
	background:#0063A9;
	color:#FFFFFF;
	border:1px solid #0063A9;
	padding:2px 6px;
}
/** End Datagrid **/

.colored_table .top, .colored_table .bottom{
	background:url(../images/color_table/top_bottom_middle.gif) repeat-x top;
	height:10px;
}
.colored_table .bottom{
	background-position:bottom;
}
.colored_table .top .left, .colored_table .top .right{
	background:url(../images/color_table/corners.gif) no-repeat top left;
	height:10px;
	width:9px;
	float:left;
	font-size:0;
}
.colored_table .top .right{
	background-position:top right;
	width:85px;
	float:right;
}
.colored_table .middle{
	background:url(../images/color_table/middle_middle.gif);
	text-align:left;
}
.colored_table .middle .left, .colored_table .middle .right{
	background:url(../images/color_table/middle_borders.gif) repeat-y;
	width:9px;
	float:left;
	padding:5px 0;
}
.colored_table .middle .middle{
	float:left;
	width:76%;
	padding:5px 0;
	font-size:12px;
}
.colored_table .middle .right{
	background-position:top right;
	float:right;
	width:85px;
	text-align:center;
	font-size:12px;
}
.colored_table .middle .right a, .colored_table .middle .right a:visited{
	color:#0000FF;
	text-decoration:none;
}
.colored_table .middle .right a:hover{
	text-decoration:underline;
}
.colored_table .bottom .left, .colored_table .bottom .right{
	background:url(../images/color_table/corners.gif) no-repeat bottom left;
	height:10px;
	width:9px;
	float:left;
	font-size:0;
}
.colored_table .bottom .right{
	background-position:bottom right;
	width:85px;
	float:right;
}
.bold_heading{
	font-size:14px;
	color:#1e4f70;
	font-weight:bold;
}

.rounded_border{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.rounded_border .s4X4{
	width:4px;
	height:4px;
	font-size:0;
}
.rounded_border .top{
	background:url(../images/round_border_middle.gif) repeat-x;
	height:4px;
	font-size:0;
}
.rounded_border .round_left{
	background:url(../images/round_border_left.gif) no-repeat;
	float:left;
}
.rounded_border .round_right{
	background:url(../images/round_border_right.gif) no-repeat;
	float:right;
}
.rounded_border .body, .section_box .rounded_border .body{
	border-top:0;
	border-left:1px solid #2366ac;
	border-right:1px solid #2366ac;
	border-bottom:1px solid #2366ac;
}
.round_table{
	width:100%;
	margin:0 auto;
    border-left: 1px solid #b0b0b0;
    border-right : 1px solid #b0b0b0;
    border-bottom : 1px solid #b0b0b0;
}
.round_table th, .round_table .header{
	background:url(../images/table_header.gif) repeat-x;
	color:#FFFFFF;
	padding:4px 3px 6px 3px;
	vertical-align:middle;
	font-weight:bold;
}
.round_table td{
	padding:3px;
}
.round_table_td_border td{
	border-bottom:1px solid #CCCCCC;
}
.section_box{
	width:96%;
	margin:0 auto;
}
.section_box .title, .section_box .title span{
	background:url(../images/cart/section_title_bg.png) no-repeat;
}
.section_box .title{
	background-position:right;
	float:left;
	padding:0 10px 0 0;
}
.section_box .title span{
	display:block;
	padding:6px 0 0 10px;
	height:22px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3f3f3f;
	font-weight:bold;
}
.section_box .body{
	border:1px solid #a8a8a8;
	padding:5px;
}
.section_box .body_2{
	border-top:2px solid #2366ac;
	padding:5px;
}
.section_box .rounded_border .body{
	padding:0;
}
.clear_both{
	clear:both;
}
.two_color_round{
	width:787px;
	font-weight:bold;
	color:#175d97;
}
.two_color_round .top_left, .two_color_round .top_center, .two_color_round .top_right, 
.two_color_round .bottom_left, .two_color_round .bottom_center, .two_color_round .bottom_right{
	height:25px;
	float:left;
	width:20px;
	background:url(../images/color_table/tcr_corners.gif) no-repeat;
}
.two_color_round .bottom_left, .two_color_round .bottom_center, .two_color_round .bottom_right{
	height:40px;
}
.two_color_round .top_center, .two_color_round .bottom_center{
	width:747px;
	background:url(../images/color_table/tcr_center.gif) repeat-x;
	font-size:12px;
}
.two_color_round .top_right{
	background-position:-20px 0;
}
.two_color_round .bottom_left{
	background-position:0 bottom;
}
.two_color_round .bottom_right{
	background-position:-20px bottom;
}
.two_color_round .bottom_center{
	background-position:bottom;
}
.two_color_round .middle{
	background:url(../images/color_table/tcr_bg.gif) repeat-y;
}
.two_color_round .middle .content{
	width:747px;
	margin:0px auto;
	padding:5px 0;
}
.two_color_round .middle .content .label, .two_color_round .middle .content .value{
	margin-bottom:5px;
}
.two_color_round .label, .two_color_round .value{
	float:left;
	margin-top:10px;
	background:url(../images/color_table/tcr_dot.gif) repeat-x;
}
.two_color_round .label span, .two_color_round .value span{
	background-color:#FFFFFF;
}
.two_color_round .bottom_center .label span, .two_color_round .bottom_center .value span{
	background-color:#dde3d5;
}
.two_color_round .label{
	width:680px;
	text-align:left;
}
.two_color_round .value{
	width:67px;
	text-align:right;
}
.one_color_round{
	width:787px;
	font-weight:bold;
	color:#175d97;
	text-align:left;
}
.one_color_round .top_left, .one_color_round .top_center, .one_color_round .top_right, 
.one_color_round .bottom_left, .one_color_round .bottom_center, .one_color_round .bottom_right{
	height:20px;
	float:left;
	font-size:0;
	width:20px;
	background:url(../images/color_table/ocr_corners.gif) no-repeat;
}
.one_color_round .top_right{
	background-position:right top;
}
.one_color_round .bottom_left{
	background-position:left bottom;
}
.one_color_round .bottom_right{
	background-position:right bottom;
}
.one_color_round .top_center, .one_color_round .bottom_center{
	width:747px;
	background:url(../images/color_table/tcr_center.gif) repeat-x;
	font-size:12px;
}
.one_color_round .bottom_center{
	background-position:0 18px;
}
.one_color_round .middle{
	background:url(../images/color_table/tcr_bg.gif) repeat-y;
}
.one_color_round .middle .content{
	width:747px;
	margin:0px auto;
	padding:5px 0;
}
.one_color_round .label{
	width:680px;
	text-align:left;
}
.one_color_round .value{
	width:67px;
	text-align:right;
}
.one_color_round table.tdWithDot td{
	background:url(../images/color_table/tcr_dot.gif) repeat-x bottom;	
	padding:10px 0 0 0;
}
.one_color_round table.tdWithDot tr.first_row td{
	padding:0;
}
.one_color_round table.tdWithDot td.noBg{
	background-image:none;
}
.one_color_round table.tdWithDot td.gap{
	width:30px;
}
.one_color_round table.tdWithDot span{
	background-color:#FFFFFF;
}
.body_bg{
	background:url(../images/sub_section_bg.gif) repeat-x bottom;
}
.section_box .no_border{
	border:0;
}
.single_color_round_table{
	width:230px;
}
.single_color_round_table .top,
.single_color_round_table .bottom{
	background:url(../images/color_table/top_bottom_middle.gif) repeat-x;
}
.single_color_round_table .bottom{
	background-position:bottom;
}
.single_color_round_table .top .left, 
.single_color_round_table .top .right, 
.single_color_round_table .bottom .left, 
.single_color_round_table .bottom .right{
	background:url(../images/color_table/corners2.gif) no-repeat top left;
	height:10px; 
	width:9px;
	float:left;
}
.single_color_round_table .top .right{
	background-position:top right;
	float:right;
}
.single_color_round_table .bottom .left{
	background-position:bottom left;
} 
.single_color_round_table .bottom .right{
	background-position:bottom right;
	float:right;
}
.single_color_round_table .middle{
	background:url(../images/color_table/left_right_middle.gif) repeat-y;
	padding:0 10px;
}

.innerTableList th{
	background:#e1effc;
	color:#2366ac;
	border-top:2px solid #2366ac;
	border-bottom:2px solid #2366ac;
	padding:3px 5px;
}
.innerTableList td{
	border-bottom:1px solid #2366ac;
	padding:3px 5px;
}
.tableForm th{
	font-size:11px;
	font-weight:bold;
	color:#2E2E2E;
	vertical-align:top;
	text-align:left;
}

.common_height{
height: 15px;
}