@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("button.css");
@font-face
{
font-family: myFirstFont;
src: url('fontface/db_ozone_x_bd_it_v3.2Ozone.ttf'),
     url('fontface/db_ozone_x_bd_it_v3.2Ozone.eot'); /* IE9 */
} 
body {
	position: relative;
	font-family: tahoma;
	font-size: 14px;
	line-height: 17px;
	color: #464646;/*	background: #ededed;*/
	/*background-image:url(../../images/bg/bg1.png);*/
	background-position:center;
	background-repeat:repeat-y;
/*	background-color:#eee;
*/}
#mainContainer{width:990px;}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
.clearAll{ clear: both;}
h1{
	font-size:14px;
}
h2{
	font-size:12px;
}
a {
	text-decoration: none;
	color: #005D9C;
	outline: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color: #d50303;
}
a.txtlink1 {
	text-decoration: none;
	color: #005D9C;
	outline: none;
	cursor: pointer;
}
a.txtlink1:hover {
	text-decoration: none;
	color: #d50303;
}
span.b14{ font-size:16px; font-weight:bold;color:#F00;}
/*      */
.wrapper {
	width: 1342px;
	background: #fff;

	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*h1 {
	font: 32pt Helvetica, "Helvetica neue", Arial, sans-serif;
	background: url(../images/header-bg.png) center top no-repeat;
	text-align: center;
	text-transform: uppercase;
	color: #e5b7ad;
	padding-top: 30px;
	text-shadow: 1px 1px 2px #fff;
}*/
/*  Header    */
aside {
	float: left;
	width: 1050px;
/*	min-height: 680px;
*/	/*background: url(../images/aside-bg.png) center top no-repeat;*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
section {
	float: right;
	width: 280px;
	padding-left: 0px;
	margin: 0 0 00px 0px;
	/*min-height: 680px;
	 border-left: 2px dotted #b2a497;*/
}
section h2 {
	font: 14pt Helvetica, "Helvetica neue", Arial, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	color: #493831;
	padding-bottom: 10px;
	margin: 0;
}
footer {
	clear: both !important;
	width: 1322px;   
	height: 50px;
	padding: 10px;
	color: #200f08;
	background: #efefef;
	/*Opacity*/
	
}
#footer2 {
	clear: both !important;
	width: 1322px;   
	height: 50px;
	padding: 10px;
	color: #200f08;
	background: #ddd3bf;
	/*Opacity*/
	filter: alpha(opacity=50); /* msie */
	-moz-opacity: 0.50; /* firefox 1.0 */
	-khtml-opacity: 0.50; /* webkit */
	opacity: 0.50; /* css 3 */
	/*Gradient*/
	background-image: -moz-linear-gradient(top, #ddd3bf, #bcae91); /* FF3.6 */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ddd3bf), color-stop(1, #bcae91)); /* Saf4+, Chrome *
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddd3bf', EndColorStr='#bcae91'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddd3bf', EndColorStr='#bcae91')"; /* IE8 */
	/*Round corners*/
	-moz-border-radius: 12px; /* FF1+ */
	-webkit-border-radius: 12px; /* Saf3+, Chrome */
	border-radius: 12px; /* Opera 10.5, IE 9 */
	margin-bottom:3px;
	border-bottom: solid 2px #666;
}
#full_width {
	clear: both !important;
	width: 1322px;   
	padding: 10px;
	color: #200f08;
	margin-top:30px;
}

#top_head {
	padding-top: 5px;
	height:120px;
}
#top_head #top_head_left{
	float:left;
	width: 450px;	
	margin-top:10px;
}
#top_head #top_head_right{
	float:right;
	width: 550px;	
/*	background-color:#999;
*/	margin-right:15px;
	margin-top:35px;
	text-align:right;
	height:40px;
	position:relative;
	padding-left:50px;
}

#top_menu {
	height: 23px;
	border-bottom: solid 1px #999999;
	padding-top: 5px;
	text-align: right;
	
	right:0px;
	background-color:#efefef;
/*	border-radius: 17px; 
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
*/	top:10px;
	right:5px;
}
#top_menu a {
	font-size: 11px;
	color: #444;
}
#top_menu a:hover {
	font-size: 11px;
	color: #000;
	text-decoration:none;
}
.bar_line_main_org {
	background-color: #eee;
	height: 30px;
	width: auto;
	border-top: solid 1px #eee;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background: -moz-linear-gradient(top, #eee, #eee);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
	color: #FFF;
	bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 12px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 0;
}
.bar_line_main_org .line_span {
	font-weight: 200;
	color: #55aaee;
}
.bar_line_main_org a {
	color:#fff;
}
.bar_line_main_org a:hover {
	color:#d8d8d8;
	text-decoration:none;
}
.boder_gray {
	height: auto;
	width: auto;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom: solid 2px #aaa;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: #003366;
	bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.boder_gray a{
		color: #003366;
}
.bar_line_main_gry {
/*	background-color: #efefef;
*/	height: 25px;
	width: auto;
	border-bottom: solid 2px #55aaee;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
/*	background: -moz-linear-gradient(top, #eee, #efefef);
	background: -webkit-gradient(linear, left top, left bottom, from(#55aaee), to(#003366));
*/	color: #003366;
	bottom: 0px;
	margin-top: 3px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.bar_persoon {
/*	background-color: #efefef;
*/	height: 25px;
	width: auto;
	border-bottom: solid 2px #ccc;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	background: -moz-linear-gradient(top, #fff, #eee);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	color: #003366;
	bottom: 0px;
	margin-top: 3px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

.boss_pic{
 text-align:center;	
}
.boss_pic img{
	border:solid 2px #ccc;
}
img .noboder{
	border:solid 2px #fff;
	}

/*           banner_slide       */

#big_banner_slide{
width:1050px;
height:300px;
border:solid 1px #ccc;
overflow:hidden;
}
#news-tab{
	margin-top:10px;
width:1050px;
height:autp;
/*border:solid 1px #ccc;
*/}



/*           FONT       */
.font_blue_bold12{
color: #003366;
	font-weight: bold;
	font-size: 12px;
}
.font_blue_bold14{
color: #003366;
	font-weight: bold;
	font-size: 12px;
}




table th {
    background: #dfe6ee; padding: 3px 0;
}
table td {
    padding: 7px 5px;
   /* border-bottom: 1px solid #c3ccd8;*/
}
table tr.stripe td {
    background: #f9fbfc;
}
 #sign_up {
        -moz-border-radius: 6px;
        background: #eef2f7;
        -webkit-border-radius: 6px;
        border: 1px solid #536376;
        -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
        -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
        padding: 14px 22px;
        width: 400px;
        position: relative;
        display: none;
    }
    #sign_up #sign_up_form {
        margin-top: 13px;
    }
    #sign_up label {
        display: block;
        margin-bottom: 10px; 
        color: #536376;
        font-size: .9em;
    }
  
    #sign_up label input {
        display: block;
        width: 393px;
        height: 31px;
        background-position: -201px 0;
        padding: 2px 8px;
        font-size: 1.2em;
        line-height: 31px;
    }
    
    #see_id {
        width: 228px;
        height: 23px;
        background-position: -202px -133px;
    }
    #left_out {
        background-position: -202px -158px;
        width: 113px; height: 16px;
    }
    #sign_up_form {
        position: relative;
        background: url(divider.png) repeat-x bottom left;
        padding-bottom: 54px;
        margin-bottom: 12px;
    }
    #actions {
        float: left;
        position: absolute;
        right: 0;
        height: 31px;
        bottom: 20px;
    }
    a.form_button {
        float: left;
        width: 93px; height: 31px;
        margin-right: 15px;
    }
    #cancel { background-position: -198px -36px; }
    #log_in { background-position: -291px -36px; }
    #cancel:hover { background-position: -198px -67px; }
    #cancel:active { background-position: -198px -98px; }
    #log_in:hover { background-position: -291px -67px; }
    #log_in:active { background-position: -291px -98px; }
    #close_x { 
        width: 24px; height: 23px;
        overflow: hidden; line-height: 1000px;
        display: block;
        position: absolute; top: 5px; right: 5px;
        background-position: -387px -102px;
    }
    #usage { background-position: -323px -172px; width: 67px; height: 22px;}
	.sprited {
    background: url(../../images/download_sprite.png) no-repeat;
    line-height: 1000px;
    overflow: hidden;
    display: block;
	border:none;
}



/* รายละเอียดข่าว */
#detail_news{
	text-align:left; background-color:#FFF;}
#news_head{
	text-align:left;
	padding: 10px;
}

#news_head h1.news{
	font-size:16px;
	font-weight:bold;
	color:#666;
}

#news_date{
		width:710px;
	
}
#news_date #news_time{
	float:left;
	width:300px;
	font-size:12px;
	color:#999;
}
#news_date #news_share{
	float:right;
	width:300px;
	text-align:right;
	padding-top:5px;
}
#news_detail{
	margin-top:15px;
	margin-left:15px;
	width:1000px;
	border:dashed 1px #efefef;
	font-family:tahoma;
	font-size:12px;
	font-weight:normal;
	color:#060;
}
#news_detail a {
	text-decoration: none;
	color: #005D9C;
	outline: none;
	cursor: pointer;
}
#news_detail  a:hover {
	text-decoration: none;
	color: #d50303;
}
#ac_detail{
	margin-top:15px;
	margin-left:15px;
	width:685px;
	font-family:tahoma;
	font-size:12px;
	font-weight:normal;
	color:#060;
}
#ac_detail a {
	text-decoration: none;
	color: #005D9C;
	outline: none;
	cursor: pointer;
}
#ac_detail  a:hover {
	text-decoration: none;
	color: #d50303;
}
#ac_detail table.tbs{
	border:none !important;
	}
#news_pics{
	margin-top:15px;
	margin-left:15px;
	width:685px;
	border:dashed 1px #efefef;
	font-family:tahoma;
	font-size:12px;
	font-weight:normal;
	color:#060;
	text-align:center;
}
#news_pics a {
	text-decoration: none;
	color: #005D9C;
	outline: none;
	cursor: pointer;
}
#news_pics  a:hover {
	text-decoration: none;
	color: #d50303;
}
#news_acs{
	margin-top:15px;
	margin-left:15px;
	width:685px;
	border:dashed 1px #efefef;
	font-family:tahoma;
	font-size:12px;
	font-weight:normal;
	color:#060;
	/*text-align:center;*/
}
#news_acs a {
	text-decoration: none;
	color: #005D9C;
	outline: none;
	cursor: pointer;
}
#news_acs  a:hover {
	text-decoration: none;
	color: #d50303;
}

#news_acs span.bb{
	font-weight:bold;
	font-size: 14px;
	color:#039;
	}
#news_acs	p{text-indent: 2.5em;}
#news_footer{
	margin-top:15px;
	}
	#news_footer #news_file{
	float:left;
	width:500px;
	font-size:14px;
	color:#000;
	font-weight:bold;
}
#news_file a{
	text-decoration: none;
	color: #005D9C;
	outline: none;
	cursor: pointer;
	font-weight:normal;
}
#news_file a:hover {
	text-decoration: none;
	color: #d50303;
	font-weight:normal;
}

}
#news_file span.nofile{
		font-size:12px;
	color:#f00;
	font-weight:normal;

}
#news_footer #news_print{
	float:right;
	width:50px;
	text-align:right;
	padding-top:5px;
	padding-right:30px;
}

/* รายละเอียดข่าว */



/*  กิจกรรมหน้าแรก */
.acs{
	width:700px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#FFF;
	 border-bottom: 1px  dashed #666;
}
.ad_pics{
	float:left;
	width:100px;
	height:80px;
}
.ac_pics img{ border:solid 2px #CCC !important; }
.ac_pics a{ border:none !important; }
.ac_pics a:hover{ border:none !important; }
.ad_des{
	float:right;
	width:590px;
}
#activity_types{
		width:1000px;
	background-color:#FFF;
}
#activity_types a{
	text-decoration: none;
	color: #005D9C;
	outline: none;
	cursor: pointer;
}
#activity_types a:hover {
	text-decoration: none;
	color: #d50303;
}
table.EE tr{border-bottom: 1px solid #c3ccd8;}
/*  กิจกรรมหน้าแรก */






/*  Person  /**/
#permain{

margin:0 auto;
height:auto;
}
.perpic{
	width:150px;
	float:left;
}
.perpic img{
	border: solid 2px #CCC;
box-shadow: 2px 2px 2px #666;}

.perdetail{
	
	float:left;
}
.perdetail div.pername{
font-size:16px;
font-weight:bold;
}
.perdetail div.pername a{
font-size:16px;
font-weight:bold;
	color: #005D9C;
}
.perdetail div.pername a:hover{
font-size:16px;
font-weight:bold;
	color: #d50303;
}

.perdetail div.perpos{
	margin-top:15px;
	margin-bottom::15px;
font-size:16px;
font-weight:bold;
}
.perdetail div.peredu{
	margin-top:15px;
	margin-bottom::15px;
font-size:16px;
font-weight:bold;
}
.pergra table{
}
.dots{	border-bottom:solid 1px #CCC;
}
.spanred {
background-color:#F00;
	border-style: groove;
	font-size: 20px;
}
.spanblue {
	background-color: #00F;
	border-style: groove;
	font-size: 20px;
	}
.spangreen {
background-color:#0F0;
	border-style: groove;
	font-size: 20px;
}
.colorblack{
	color:#000;
}
.new_520_left{
	width: 520px;
	float:left;
	/*background-color:#CCC;*/
}
.new_520_right{
	width: 520px;
	float:right;
	/*background-color:#ddd;*/
}
.aside1050{

width: 1050px;
}
#aside1050-250{

width: 1050px;
height:390px;
}
.news_list{
font-weight:normal;
}
.news_list a {
	text-decoration: none;
	color: #005D9C;
	outline: none;
	cursor: pointer;
}
.news_list a:hover {
	text-decoration: none;
	color: #d50303;
}
.fontBig{
font-family:myFirstFont;
font-size:36px;
font-weight:bold;
color:#06C;
}
.header1{
font-family:myFirstFont;
font-size:22px;
font-weight:bold;
color:#003366;
}
.content_1{
width:1300px;
margin-top:20px;
margin-left:22px;
}
.content_1 a {
	text-decoration: none;
	color: #005D9C;
	outline: none;
	cursor: pointer;
}
.content_1 a:hover {
	text-decoration: none;
	color: #d50303;
}
.content_left{
	width: 430px;
	float:left;
}
.content_mid{
	margin-left:5px;
	width: 430px;
	float:left;
}.content_right{
	width: 430px;
	float:right;
}
.mFont button{
	width:50px;
	height:20px;
	text-align:center;
	display:block;
	float:left;
	background-color:#000000;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	border:1px solid #666666;
	margin-right:2px;
	line-height:17px;
	cursor:pointer;
       	font-family:tahoma;
}
.bbacolor{
	height:250px;
	width:250px;
	background-color:66CCFF;
}
#cssmenu{
	
z-index:1000;}