@charset "UTF-8";

#main p.lead {
	font-size: 1.3em;
	padding: 10px 10px 7px 10px;
}

#main div.grid { padding: 14px 10px 10px 10px; }
#main div.column { width: 275px; }
#main div.column.left  { float: left; }
#main div.column.right { float: right; }


#main div.column p.lead { height: 5em; padding: 10px 0 0 0; }

#main div.column table {
	border-top: 1px solid #c3c6cf;
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
	font-size: 1.3em;
}
#main div.column table th, 
#main div.column table td {
	border-bottom: 1px solid #dfe3e6;
	border-left: 1px solid #c3c6cf;
	border-right: 1px solid #c3c6cf;
	padding: 5px 7px;
	text-align: right;
}
#main div.column table thead th {
	border-bottom: 2px solid #74829c;
	background: url(/shared/images/global/table_thead_bg.png) repeat-x left bottom;
	background-color: #fff;
	border-right: 1px solid #c3c6cf;
	text-align: center;
}
#main div.column table td.mbps {
	border-right: 0px none;
	width: 94px;
	text-align: center;
}
#main div.column table tr.even td { background-color: #f6f6f6; }
#main div.column table tr.last-child td { border-bottom: 1px solid #c3c6cf; }



#main div.column .lv4 {
	background: url(/shared/images/service/line/lv3.png) no-repeat left top;
	height: 30px;
	color: #fff;
	font-size: 1.4em;
	line-height: 31px;
	text-indent: 7px;
	overflow: hidden;
	}



div.ui-tab-box .ui-tab-content {
	position: relative;
	}

.ui-tab-content h2 {
	margin-bottom: 5px;
	color: #444853;
	font-size: 2em;
	}
	
	div.ui-tab-box ul.tabs {border-bottom: 2px solid #53a1f0;}
	
	div.ui-tab-box ul.tabs li a {
		float: left;
		display: block;
		overflow: hidden;
		border-radius: 3px 3px 0 0;/* [op10.5], [e9] */
		-moz-border-radius: 3px 3px 0 0;/* [ff] */
		-webkit-border-radius: 3px 3px 0 0;/* [s3] [ch] */
		-opera-border-radiusw: 3px 3px 0 0;/* [op] */
		height: 30px;
		margin-right: 5px;
		padding: 0 10px;
		color: #444;
		font-size: 14px;
		line-height: 32px;
		background: url(/shared/images/ui/tabs/tabs_bg.png) repeat-x left bottom;
		}
	.ui-tab-box ul.tabs li a:hover {
		background-position: left top;
		color: #fff;
		}
	.ui-tab-box ul.tabs li a.active, 
	.ui-tab-box ul.tabs li a.active:hover {
		background-color: #fff;
		color: #fff;
		background-position: left top;
		}
	
	div.ui-tab-box .ui-tab-content {
		clear: both;
		padding-top: 10px;
		}
		.ui-tab-content p.overview { margin: 0 30px; padding-top: 15px; }

