@charset "utf-8";

body{
	font-family: 'Helvetica Neue LT Std','arial';
	padding:0;
	margin:0;
	background:#e1efda;	
	font-size:12px;
	text-align:justify;
}

div.acticle{
	font-size:11pt;
}

a{
	text-decoration:none;
	acolor:#fff;
}
img{
	border:none;	
}
#kh,#en:hover{
	cursor:pointer;
}
#wrapper{
	width:980px;
	height:auto;
	margin:0 auto;

}


#headlight{
	width: 100%;
	min-height: 96px;
	box-shadow: 1px 1px 3px rgba(3, 3, 6, 0.5);
	background-color: #d2e9c7;

}

#footlight{
	width: 100%;
	height: 31px;
	background-color: #d2e9c7;
}

#wrapper #header, #headlight #header{
	margin:0 auto;

	overflow:hidden;
}



#logo_moh{
	float:left;		
	margin-left: 5px;
}
#wrapper #title, #headlight #title{
	color: #006536;
    font-family: 'Helvetica Neue LT Std','arial';
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 64pt;
}
#logo_cdc{	
	float: right;
    margin-right: 5px;
    margin-top: 12px;
    text-align: center;
    width: 157px;
}
#home_wrapper #container {
    margin: 0px auto;
    width: 90%;
}

#content .content_left{
	float: left;
    overflow: hidden;
    width: 320px;
}
#content .content_center{
	width:320px;
	overflow:hidden;
	margin-left:-8px;
	float:left;
}
#content .content_right{
	float: left;
	margin-left:12px;
    overflow: hidden;
    width: 320px;
}
#content .content_right .content_right_left{
	float:left;
	width:50%;	
}
#content .content_right .content_right_right{
	float:left;
	width:50%;	
	margin-left:-4px;
}
#content .menu{
	float:left;
	margin:4px;
}
#content .menu{
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.75);
	 -webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.75);
	 box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.75);
	 /* For IE 8 */
	 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#323232')";
	 /* For IE 5.5 - 7 */
	 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#323232');
}
#content .menu:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
}
#footlight #footer{
	margin-top:30px;
	margin:0 auto;
	overflow:hidden;
}

#flag{
	margin-bottom: 15px;
    margin-left: 57px;
}
#flag img {
    float: right;
    margin: 7px 2px 0;
}

#login{
	clear: left;
}
/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 10px;
	font-size:16px;
	clear: both;
	margin-top:20px;
	color: #fff;
	background: -moz-linear-gradient(center top , #76BF6B, #3B8230) repeat scroll 0 0 #62AF56;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.success,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.cake-error,
p.error,
.error-message {
	clear: both;
	margin-top:20px;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}


@media (min-width: 1345px) {
	#title{
		font-size: 24pt;
	}
}

@media (min-width: 1300px) and (max-width: 1344px) {
	#title{
		font-size: 23pt;
	}
}

@media (min-width: 1200px) and (max-width: 1299px) {
	#title{
		font-size: 21pt;
	}
}

@media (min-width: 1081px) and (max-width: 1199px) {
	#title{
		font-size: 17pt;
	}
}

@media (min-width: 980px) and (max-width: 1080px) {
	.marg-top-empty{
    	height: 25px;
  	}
	#title{
		font-size: 18pt;
		letter-spacing: 0 !important;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#title{
		font-size: 15pt;
		line-height: 50pt !important;
		letter-spacing: 0 !important;
	}
	.marg-top-empty{
    height: 25px;
  }
}

@media (min-width: 361px) and (max-width: 676px) {	
	#title{
		font-size: 14pt;
		letter-spacing: 0 !important;
		line-height: 50pt !important;
	}
}

@media (max-width: 360px) {
	#title{
		font-size: 12pt;
		letter-spacing: 0 !important;
		line-height: 50pt !important;
	}
}