@charset "utf-8";
/* CSS Document */

div{
border:1px #000000 solid;
border:none;
}
body{
	margin:0;padding:0;
	background: #003F77 url('images/layout/bg-body.jpg') repeat-x scroll 0%;
	background-attachment: fixed;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}


.pageWidth{		width:850px;	/* ความกว้างของ page		*/ }
.sideWidth{		width:200px;	/* ความกว้างของเมนู			*/}
.detailWidth{	width:640px; 	/* ความกว้างของ content	*/}


.input,.select,.button{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}
.input{	width:180px;}


/* จัดการส่วน header */
#header{
	background:url(images/layout/bg-header.gif) no-repeat top left;
	height:109px; /*ความสูงของรูป header*/
}

#content{
	background-color:#FFFFFF;
	text-align:left;
	display:table;
}

#flag{
	text-align:right;
	margin-bottom:15px;
	font-size:8pt;
}
#flag a:link,#flag a:visited{
	text-decoration:none;
	color:#cc3333;
}
#flag a:hover{
	text-decoration:none;
	color:#33CC00;
}

#sidebar{
	float:left;
	background:url(images/layout/bg-sidebar.jpg) no-repeat left bottom;
}
/*
#sidebar ul{
	margin:10px 10px 10px 30px;
	padding:0;
}
#sidebar li{
	list-style:none;
	display:block;
	margin:5px 30px 5px 0px;
	padding:5px 5px 5px 0px;
}
.menu a{
	width:125px;	
	color:#FFFFFF;
	
	display:block;
	padding:5px 5px 5px 5px;
	text-decoration:none;
	font-weight:bold;
}
.menu a:link, .menu a:visited{
	background-color:#22b24c;
}
.menu a:hover , .aview{
	background-color:#CC0000!IMPORTANT;
	text-decoration:none;	
}
*/

.aview{
	background-color:#CC0000!IMPORTANT;
}

.menudiv{
margin-left:25px;
}

.menudiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 175px; /* Width of Menu Items */
}
	
.menudiv ul li{
position: relative;
margin-right:25px;
}



/*Sub level menu items */
.menudiv ul li ul{
position: absolute;
width: 175px; /*sub menu width*/
top: 0;
visibility: hidden;
}

.nomargin{
margin: 0px 0px!IMPORTANT;
font-weight:500!IMPORTANT;
}

/* Sub level menu links style */
.menudiv li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #FFFFFF;
text-decoration: none;
background: #22b24c;
/*padding: 1px 5px;*/
border: 1px solid #ccc;
border-bottom: 0;
padding:5px 5px 5px 5px;
margin:7px 0px;
font-weight:bold;
}

.menudiv ul li a:visited{
color: #ffffff;
background: #22b24c;
}

.menudiv ul li a:hover, .aview{
background-color: #CC0000;
}

.menudiv .subfolderstyle{
background:#22b24c url(http://www.alodiafrance.com/images/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .menudiv ul li { float: left; height: 1%; }
* html .menudiv ul li a { height: 1%; }
/* End */



#detail{
	float:right;	
}

#footer{
	clear:both;
	background:url(images/layout/bg-footer.jpg) no-repeat bottom;
	height:45px;
	text-align:left;
}

#footer, #footer a:link , #footer a:visited{
	color:#FFFFFF;	/* สี link ของ footer */
}
#footer a:hover{
	color:#00CC00;	/* สี link ของ footer ตอน mouse over */
}
#footer p{
	/* font size ของ footer*/
	font-family:tahoma,;
	font-size:8pt;	
	
	margin: 0px 0px 10px 10px;
	padding:10px 0px 0px 0px;
}
