/* CSS Document */
/* Admin's style */
	.text {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 12px;
	}
	.textkhmer {
		font-family: "Khmer OS";
		text-decoration: none;
		font-size: 12px;
	}
	.LogOff {
		background-color: #F2F3ED;
		vertical-align: bottom;
		height:22px;
	}
	.Path {
		background-color: #C1C554;
		color:#000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		line-height: 20px;
	}
	.adminIcon {
		font-family: Verdana,Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color:#0000FF;
	}
	
	.LinkColor {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#0000FF;
		font-size: 12px;
	}
	A.LinkColor:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:red;
		font-size: 12px;
	}
	.textField {
		font-style: normal;
		color: #333333;
		border:1px solid silver ;
	}
	.label {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #993300;
	}
	.example {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #006600;
	}
	
	.attention {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: red;
	}
	
	.info {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #4D4D4D;
	}
	.actionTitle {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		font-weight: bold;
		color: #333366;
	}
	
	/* Start of Alternating Style of List Item */
	.AlternatingHeader {
		font-family: "Verdana, Arial, Helvetica, sans-serif";
		font-size: 14px;
		background-color: #CCCCCC;
		color: #0033CC;
		border-top: 1px solid #D4D0C8;
		border-right: 1px solid #F5F5F5;
		border-bottom: 1px solid #D4D0C8;
		border-left: 0px solid #B3B3B3;
		text-align: left;
	}
	
	.Alternating0 {
		font-family: "Verdana, Arial, Helvetica, sans-serif";
		font-size: 14px;
		text-align: left ;
		border-top-width: 1px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #CCCCCC;
		border-right-color: #CCCCCC;
		border-bottom-color: #CCCCCC;
		border-left-color: #CCCCCC;
	}
	.Alternating1 {
		font-family: "Verdana, Arial, Helvetica, sans-serif";
		font-size: 14px;
		text-align: left ;
		background-color: #F5F5F5;
		border-top-width: 1px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #CCCCCC;
		border-right-color: #CCCCCC;
		border-bottom-color: #CCCCCC;
		border-left-color: #CCCCCC;
	}
	/* End of Start of Alternating Style of List Item */

/* End of Admin's style */

a:hover {
	/* color: #FFFF00; */
	color: red;
	text-decoration: none;
}

a:link {
	/* color: #FFFFFF; */
	color: blue;
	text-decoration: none;
}
a:visited {
	/* color: #FFFFFF; */
	color: blue;
	text-decoration: none;
}

.Info_Content {
	font-family: Limon S1;
	font-size: 24px;
}
.buttonPrev {
	background:url(../images/btn_prev.gif) no-repeat;
	float: none;
	border:0px;
	margin-left: 0px;
	margin-right:5px;
	margin-bottom:0px;
	margin-top:0px;
	height:25px; 
	color:#0000FF;
	font-weight:800;
	width:30px;
	vertical-align:top;
	cursor:hand;	
}
.buttonFirst {
	background:url(../images/btn_first.gif) no-repeat;
	float: none;
	border:0px;
	margin-left: 0px;
	margin-right:5px;
	margin-bottom:0px;
	margin-top:0px;
	height:25px; 
	color:#0000FF;
	font-weight:800;
	width:30px;
	vertical-align:top;
	cursor:hand;	
}

.buttonNext {
	background:url(../images/btn_next.gif) no-repeat;
	float: none;
	border:0px;
	margin-left: 0px;
	margin-right:5px;
	margin-bottom:0px;
	margin-top:0px;
	height:25px; 
	color:#0000FF;
	font-weight:800;
	width:30px;
	vertical-align:top;
	cursor:hand;	
}

.buttonLast {
	background:url(../images/btn_last.gif) no-repeat;
	float: none;
	border:0px;
	margin-left: 0px;
	margin-right:5px;
	margin-bottom:0px;
	margin-top:0px;
	height:25px; 
	color:#0000FF;
	font-weight:800;
	width:30px;
	vertical-align:top;
	cursor:hand;	
}
