@import url(reset.css);
@import url(font-awesome.min.css);
@import url(text.css);
@import url(960_12_col.css);
@import url(nivo-slider.css);

/* Site  */

body { 
	background: url(../images/common/body-bg.png) scroll top center repeat-x #4396ca;
	position: relative;
}

#wrap { 
	background: url(../images/common/bg.png) scroll top center repeat-y transparent;
	width: 990px;
	margin: 0 auto;
}

.no-data {  
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin-top: 110px;
}

/* Header */

#header {
	height: 150px;
	margin-bottom: 10px;
}

#logo {
	margin-top: 30px;
	margin-left: 20px;
	float: left 
}

#checkpoint_block {
	/*background-color: #5987C6;*/
	color: #fff;
	/*border-radius: 10px 10px 10px 10px;
	padding: 10px 20px 20px 20px;*/
	float: right;
	margin-top: 15px;
	margin-right: 30px;
	/*box-shadow: 0 2px 5px 1px #999999;*/
	background: url(../images/common/checkpoint-block.png) scroll center center no-repeat transparent;
	width: 254px;
	height: 131px;
}

#checkpoint_block p {
	font-size: 28px;
	font-weight: bold;	
	margin: 12px 0 12px 35px;	
}

#checkpoint_block input {
	border: none;
 	border-color: transparent;
	float: left;
	margin-left: 40px;
	margin-top: 10px;
	width: 140px;
	-webkit-appearance:none;
}

#checkpoint_block #btnCheckPoint {
	background: url(../images/common/btn-checkpoint.png) scroll center center no-repeat transparent;
	width: 33px;
	height: 32px;
	float: left;
	overflow: hidden;
	text-indent: -999px;
	margin-left: 15px;
	margin-top: 2px;
}
/* End Header */


/* Sidebar */
#nav ul {
	list-style: none;
	margin-bottom: 0;
}

#nav li {
	margin-left: 0;
	border-top: 1px solid #aaa;
}
#nav li.first {
	border-top: none;
}

#nav a {
	text-decoration: none;		
	margin: 8px 2px;
	display: block;	
	font-size: 18px;
	font-weight: bold;		
	color: #555;
	transition: padding-left 0.2s ease;
	padding-left: 0;
}
#nav li.first a {
	margin-top: 0;
}

#nav a:hover {
	/*background-color: #999;*/
	color: #5987C6;
	padding-left: 5px;
}

/* End Sidebar */


/* Footer */
#footer {	
	height: 50px;
	padding-top: 50px;
	clear:both;
	background: url(../images/common/bg-footer.png) scroll top center no-repeat transparent;
} 

#footer_inner {
	color: #fff;
	font-size: 14px;
	text-align: center;	
}

/* End Footer */

/* Banner Link */

#link_banner_container {
	float: left;
	margin-top: 20px;	
}

.link_banner {
	height: 120px;
	background: #ddd;
	text-align: center;
	line-height: 120px;
	vertical-align: middle;
}

.link_banner img {
	display: block;
}

/* End Banner Link */

/* Check Point Popup */
#checkpoint_popup {
	display: none;
	min-width: 300px;
	padding: 25px;
	background: #fff;
	/*border-radius: 10px 10px 10px 10px;*/
    box-shadow: 0 0 25px 5px #999999;
    text-align: center;
}

#checkpoint_inner_popup {
	clear: both;
}

#checkpoint_inner_popup h4 {
	clear: both;
	font-size: 14px;
	margin-bottom: 5px;
	color: #4193C8;
	text-align: left;
}
#checkpoint_inner_popup p {
	float: left;
	margin-bottom: 30px;
}

#checkpoint_bottom_popup {
	clear: both;	
	text-align: center;
}

.bClose {
	text-align: center;
    text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	background-color: #999;
    border-radius: 10px 10px 10px 10px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -10px;
    top: -10px;
}

.bClose > span {
    font-size: 84%;
}

.btnOk {
	background-color: #999;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}

.btnOk:hover ,.bClose:hover {
	background-color: #4193C8;
}


/* End Check Point Popup */



/* Index Page */

#slider {
	height: 350px;
	margin-bottom: 10px;	
	background-color: #ddd;

}

/* End Index Page */

/* nivoSlider */
.nivoSlider {
	background:#fff url(../images/common/slider-loading.gif) no-repeat 50% 50%;
}

.nivo-controlNav {
	text-align: center;
	padding: 5px 0; 	
	height: 10px;	
}

.nivo-controlNav a {
	display:inline-block;
	width:10px;
	height:10px;
	background:url(../images/common/slider-bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}

.nivo-controlNav a.active {
	background-position:0 -18px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/common/slider-arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

.theme-default:hover .nivo-directionNav a { opacity: 1; }
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
/* End nivoSlider */


/* Preload */
.preload {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(0,0,0,0.5);
}

.preload .fa {
	font-size: 80px;
	color: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -40px;
}


/* End Preload */