/* CSS Document Prawit wawsri (Pom) V1.0 */

@import url("font.css");/* load font*/
@import url("link.css");/* load link*/
@import url("textbox.css");/* load textbox*/
@import url("button.css");/* load button*/



.body {
    background-color:#EB9BFF;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	/*border:1px 1px 1px 1px solid #FF7F00;*/
}
.border_info{
	border-top: 3px solid #FF7F00;
	border-right: 5px solid #FF7F00;
	border-bottom: 3px solid #FF7F00;
	border-left: 5px solid #FF7F00;		
	font-family:Tahoma,Bodoni MT,MS Sans Serif;
	font-size: 14px;
	font-weight: none;
	color: #000000;
	text-decoration: none;
	padding:3px 3px 3px 3px ;
	background-color:#FFFFFF;
}
.border_home{
	border-top: 3px solid #FF7F00;
	/*border-right: 3px solid #FF7F00;*/
	border-bottom: 3px solid #FF7F00;
	border-left: 3px solid #FF7F00;		
}
.table_bg{
		text-align:center;
		background-color:#F3F2F1;
}
.bg_color_head{
		background-color:#97B00C;
}
.bg_color_body{
		background-color:#FFC488;
}
/***Logi in admin**/
#Layer1 {
	position:absolute;
	left:30%;
	top:20%;
	width:258px;
	height:123px;
	z-index:1;
}

.bg1{
	background:#F9DFFF;
}
.bg2{
	background:#009900;
}
.bg3{
	background:#FF9900;
}
.bg4{
	background:#9900FF;
}




/*---------------*/
/*Sprite pages*/
/*---------------*/

.pagination{
padding: 2px;
}
.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

.borderImg{
	border:#FFFFFF 3px solid;
}
