﻿@charset "utf-8";
/* CSS Document */
html,body,p,h1,h2,h3,h4,h5,ul,ol,header,footer
{
	padding:0;
	margin:0;
	font-weight:normal;
}
body
{
	font-family: WebFont;
	font-size:13px;
	color: #666;
	position: relative;
	background:#003366;
}
li
{
	list-style:none;
}

@font-face {
    font-family: "WebFont";
    src: url("../fonts/segoeui.ttf")   format('truetype');
}
@font-face {
    font-family: "BoldFont";
    src: url("../fonts/segoeuib.ttf")   format('truetype');
}
@font-face {
    font-family: "HeadFont";
    src: url("../fonts/UTMBebas.ttf")   format('truetype');
}
.HeadStyles
{
	font-family:HeadFont;
	text-transform:uppercase;
}
.ClearFix, .row-group
{
	
}
.ClearFix:after, .row-group:after
{
	clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.txt-center
{
	text-align:center;
}
.txt-right
{
	text-align:right;
}
.red-text
{
	color:#C00;
}
.link
{
	text-decoration:none;
	color:#666;
}
.link:hover
{
	color:#333;
	text-decoration:underline;
}
.head-link
{
	color:#333;
	text-decoration:none;
}
.head-link:hover
{
	color:#C00;
}
.red-link
{
	color:#C00;
	text-decoration:none;
}
.red-link:hover
{
	text-decoration:underline;
}
.fade-text
{
	position:absolute;
	width:80px;
	height:100%;
	background-image: -o-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
	background-image: -webkit-gradient(linear,left top,right 	top,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,1)));
	background-image: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
	background-image: -moz-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
	background-image: -ms-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
	background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#00ffffff',EndColorStr='#ffffff');
	top:0px;
	right:0px;
}
.box-raised 
{
	box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.1) inset;
}
#toTop
{
    position:fixed;
    bottom:50px;
    right:50px;
    display:none;
    text-indent:-9999px;
	width: 34px;
	height: 18px;
	background: url(../images/design/totop.png) no-repeat left top;
}
#toTop:hover
{
	outline: none;
	background-position: right 0px;
}
.divPage
{
	clear: both;
	padding:10px 0px;
}
.divPage ul
{
	margin: 0 !important;
	padding: 0 !important;
	display: inline-block;
}
.divPage ul li
{
	list-style: none;
    padding: 0px !important;
	margin: 5px !important;
	float: left;
	width: inherit !important;
	height: inherit !important;
    border:none !important;
}
.divPage ul li a
{
	padding: 5px 10px;
	font-size: 90%;
	color: #333;
	background: #ececec;
	border: solid 1px #ccc;
	border-radius: 5px;
	text-decoration: none;
}
.divPage ul li a:hover, .divPage .PageSeleted
{
	background: #1ba1e2 !important;
	color: #fff !important;
}
header
{
	background: #ececec;
}
.web-size
{
	max-width: 1230px;
	margin: 0 auto;
}
.inline-text
{
	overflow:hidden;
	position:relative;
	height:30px;
}
.inline-text a
{
	white-space:nowrap;
}
.info-star
{
	color:#F90;
}
nav
{
	padding: 10px 0px;
}
footer
{
	height:inherit !important;
}
.two-column
{
	
	margin-bottom:10px;
}
.two-column .two-column-form
{
	display:inline-block;
	vertical-align:top;
	width:49.5%;
}
.three-column
{
	
	margin-bottom:10px;
}
.three-column .three-column-form
{
	display:inline-block;
	vertical-align:top;
	width:33%;
}
.row-detail
{
	padding:5px 0px;
}
.input-control p
{
	margin-bottom:5px;
}
.row-group
{
	padding: 20px 0;
}
.unit2
{
	width:50%;
	float:left;
}
.unit3
{
	width:33.33%;
	float:left;
}
.unit4
{
	width:25%;
	float:left;
}
.unit5
{
	width:20%;
	float:left;
}
.span1
{
	width:10%;
	float:left;
}
.span2
{
	width:20%;
	float:left;
}
.span3
{
	width:30%;
	float:left;
}
.span4
{
	width:40%;
	float:left;
}
.span5
{
	width:50%;
	float:left;
}
.span6
{
	width:60%;
	float:left;
}
.span7
{
	width:70%;
	float:left;
}
.span8
{
	width:80%;
	float:left;
}
.pad5
{
	padding:5px;
}
.pad10
{
	padding:10px;
}
.pad15
{
	padding:15px;
}
.pad20
{
	padding:20px;
}
.mar5
{
	margin:5px;
}
.mar10
{
	margin:10px;
}
.mar15
{
	margin:15px;
}
.mar20
{
	margin:20px;
}
.mar-5
{
	margin:0px -5px;
}
.mar-10
{
	margin:0px -10px;
}
.mar-15
{
	margin:0px -15px;
}
.mar-20
{
	margin:0px -20px;
}
.col-left
{
	float:left;
}
.col-left-2
{
	width:20%;
	float:left;
}
.col-left-3
{
	width:30%;
	float:left;
}
.col-left-7
{
	width:67%;
	float:left;
}
.col-right-7
{
	width:67%;
	float:right;
}
.col-right-3
{
	width:30%;
	float:right;
}
.col-left-4
{
	width:40%;
	float:left;
}
.col-left-5
{
	width:49%;
	float:left;
}
.col-left-6
{
	width:57%;
	float:left;
}
.col-right
{
	float:right;
}
.col-right-8
{
	float:right;
	width:77%;
}
.col-right-6
{
	width:57%;
	float:right;
}
.col-right-5
{
	width:49%;
	float:right;
}
.col-right-4
{
	width:40%;
	float:right;
}
section
{
	padding-top:30px;
}
section > h1, .text-group
{
	font-size:200%;
	margin-bottom:10px;
	border-bottom:solid 2px #666;
	padding-bottom:5px;
}
section > h1 > span, .text-group > span , section > h1 a, .text-group a
{
	color:#096;
	padding-bottom:5px;
	border-bottom:solid 2px #096;
	padding-left:5px;
}
section > h1 a:hover, .text-group:hover
{
	color:#F90;
}
b
{
	font-family:BoldFont;
	font-weight:normal;
}
a
{
	text-decoration:none;
}

.button-control
{
	min-height:30px;
}
.button-control .button-form
{
	background:#1ba1e2;
	color:#fff;
	display:inline-block;
	position:relative;
	vertical-align:top;
	border:solid 1px ##1ba1e2;
	min-height:30px;
}
.button-control .control-disabled
{
	background:#ccc !important;
	color:#999 !important;
	border:solid 1px #999;
}
.button-form .form-btn
{
	background:none;
	color:#fff;
	border:none;
	cursor:pointer;
	padding:8px 10px;
	vertical-align:top;
	display:inline-block;
	
}
.button-control .button-form:hover
{
	box-shadow:0px 2px 0px #009;
}
.button-control .control-disabled:hover
{
	box-shadow:none !important;
}
.button-control .button-form .btn-icon
{
	position:absolute;
	width:100%;
	height:100%;
	border:none;
	background:none;
	cursor:pointer;	
	top:0;
	left:0;
	z-index:1;
}
.button-control .button-form .btn-icon-blank
{
	position:absolute;
	width:100%;
	height:100%;
	border:none;
	background:none;
	cursor:pointer;	
	top:0;
	left:0;
	z-index:1;
}
.button-control .button-form .btn-value
{
	padding:5px 10px 5px 35px;
}
.button-control .btn-icon-blank + .btn-value
{
	padding:5px 10px 5px 30px;
}
.button-control .button-form .btn-value span
{
	position:absolute;
	top:5px;
	left:10px;
	font-size:120%;
}
.button-control .btn-icon-blank + .btn-value span
{
	position:absolute;
	top:5px;
	left:10px;
	font-size:150%;
}

.radio-control label 
{
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 110%;
	margin-bottom:10px;
}
input[type=checkbox]
{
    display: none;
}
input[type="radio"] 
{
	display: none;
}

input[type=radio] ~ label:before 
{
	content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    position: absolute;
    left: 0;
	top:0;
    bottom: 1px;
    background-color: #ececec;
}
input[type=radio] ~ label:before 
{
    border-radius: 50%;
	border:solid 1px #ccc;
}
input[type=radio]:checked + input[type=hidden] + label:before 
{
    content: "\2022";
    color: #666;
    font-size: 30px;
    text-align: center;
    line-height: 10px;
}
input[type=radio]:checked + label:before 
{
    content: "\2022";
    color: #666;
    font-size: 30px;
    text-align: center;
    line-height: 10px;
}
input[type=checkbox] ~ label
{
    display:inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 90%;
	z-index:1;
	margin-bottom:20px;
}
input[type=checkbox] ~ label:before
{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    position: absolute;
    left: 0;
	top:0;
    bottom: 1px;
    background-color: #ececec;
}
.checkbox-control label:before 
{
    border:solid 1px #ccc;
}
input[type=checkbox]:checked + input[type=hidden] + label:before
{
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #666;
    text-align: center;
    line-height: 18px;
}


input[type=checkbox]:checked + label:before
{
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #666;
    text-align: center;
    line-height: 18px;
}