/*
[Contents]

	0- Global
	1- Links
	2- Content(For tinymce)
	3- Fontface
	4- Alerta
*/

/* =0 Global
---------------------------------------------------------------------------------------------------------------------*/
/* Main styles
------------------------------ */

.container:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }


body {
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	background: #202f80; color: #333;
}

body { /*height: auto !important; height: 100%; min-height: 100%;*/ position: relative; } /* body height 100% */



/* Layout Boxs
------------------------------ */
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
/* Layout Boxs
------------------------------ */

.page-layout { margin-right: -5px; }
.layout-box { margin: 0 5px 4px 0; }


.lb-1 { width: 947px; padding: 0 28px; z-index: 10; position: relative; } /* 100% */

/* Template
------------------------------ */

#outer-1 { background: #293984 url(../img/outer-1.jpg) no-repeat center top; padding-bottom: 252px; }
.ul-page #outer-1 { padding-bottom: 80px; }
/*#outer-2 { background: url(../img/outer-2.jpg) no-repeat center bottom; }*/
#outer-3 { width: 1003px; margin: 0 auto; background: url(../img/outer-3.gif) repeat-y center top; }
#outer-4 { background: url(../img/outer-4.jpg) no-repeat center top; }
.inner-page #outer-4, .ul-inner-page .inner-page #outer-4 { background: url(../img/outer-4-inner.jpg) no-repeat center top; }
.ul-page #outer-4 { background: url(../img/outer-4-ul.jpg) no-repeat center top; }
#outer-5 { background: url(../img/outer-5.png) no-repeat center bottom; }
.ul-page #outer-5 { background-image: url(../img/outer-5-ul.png); }
#content { min-height: 500px; position: relative; z-index: 2000; }



/* Header
------------------------------ */

#header { height: 10px; position: relative; }
.ul-page #header { height: 198px; }
.inner-page #header, .ul-inner-page #header { height: 100px; z-index:3000; }
#logo { position: absolute; left: 28px; top: 66px; width: 200px; height: 75px; background: url(../images/logo.png) no-repeat; }

.hide {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}
/* Clearfix */
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
/* for IE6 */
*html .clearfix {
	zoom: 1;
}
/* for IE7 */
* + html .clearfix {
	zoom: 1;
}

label 
{
	cursor:pointer;	
}
/* =1 Links
---------------------------------------------------------------------------------------------------------------------*/
a {
	color: #0078B1;
	cursor: pointer;
	text-decoration: none;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

a.action {
	display: inline-block;
}

a.action.hide {
	display: none;
}

a.button {
	background: #0078B1;
	color: #FFF;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	min-width: 80px;
	padding: 0 10px;
	text-align: center;
}

a.button.gray {
	background: #CCC;
	color: #000;
}

a.button.white {
	background: #FFF;
	color: #333;
}

a.button.upload {
	position: relative;
}

a.button.upload span {
	filter: alpha(opacity=0);
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}

a.button.upload input {
	cursor: pointer;
	font-size: 32px;
	height: 100px;
	position: absolute;
	right: 0;
	top: 0;
}

.dropdown-button {
	background: #0078B1;
	cursor: pointer;
	display: inline-block;
	min-width: 140px;
	position: relative;
	white-space: nowrap;
}

.dropdown-button span {
	border-right: 1px solid #FFF;
	color: #FFF;
	display: block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin-right: 30px;
	padding: 0 10px;
	position: relative;
	text-align: center;
	z-index: 3;
}

.dropdown-button .icon {
	position: absolute;
	right: 7px;
	top: 7px;
}

.dropdown-button.active .icon {
	background-position: -145px -64px;
}

.dropdown-button ul {
	background: #FFF;
	border: 2px solid #0078B1;
	cursor: default;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	left: 0;
	min-width: 100%;
	position: absolute;
	top: 28px;
}

.dropdown-button li {
	color: #999;
	cursor: not-allowed;
	font-style: italic;
	line-height: 2;
	padding: 0 10px;
	text-align: left;
}

.dropdown-button li a {
	color: #000;
	display: block;
	font-style: normal;
	margin: 0 -10px;
	padding: 0 10px;
}

.dropdown-button li a:hover {
	background: #DDD;
}

/* =2 Content(For Tinymce)
---------------------------------------------------------------------------------------------------------------------*/
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	font-weight: normal;
	margin-bottom: 15px;
}

.content h1 {
	font-size: 2em;
}

.content h2 {
	font-size: 1.5em;
}

.content h3 {
	font-size: 1.17em;
}

.content h4 {
	font-size: 1em;
}

.content h5 {
	font-size: 0.83em;
}

.content h6 {
	font-size: 0.75em;
}

.content p {
	margin-bottom: 10px;
}

.content pre {
	padding: 8px;
}

.content ol,
.content ul {
	margin-bottom: 10px;
	padding-left: 20px;
}

.content ol li {
	list-style: decimal outside;
}

.content ul li {
	list-style: disc outside;
}

/* =3 Fontface
---------------------------------------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'openSansLight';
	src: url('fonts/opensans-light-webfont.eot');
	src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-light-webfont.woff') format('woff'), url('fonts/opensans-light-webfont.ttf') format('truetype'), url('fonts/opensans-light-webfont.svg#openSansLight') format('svg');
	font-weight: normal;
	font-style: normal;
}




@font-face {
	font-family: 'openSansRegular';
	src: url('fonts/opensans-regular-webfont.eot');
	src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular-webfont.woff') format('woff'), url('fonts/opensans-regular-webfont.ttf') format('truetype'), url('fonts/opensans-regular-webfont.svg#openSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* =4 Alerta
---------------------------------------------------------------------------------------------------------------------*/
.alert
{
    font-size: 1.3em;
    padding: 1em;
    text-align: center;
    white-space: nowrap;
    width: auto;
    word-wrap: normal;
}