/* CSS Document */
html
{
	overflow-x: auto;
}

body,td,th {
	font-family: Tahoma, "MS Sans Serif";
	font-size: 14px;
	color: #FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/* background: transparent url(images/pcbgof3.gif); */
	background: transparent url(http://ore.stou.ac.th/home/css/images/pcbgof3.gif); 
}
a:link {
	color: #FFFFCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFCC;
}
a:hover {
	
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1 {
	font-size: 24px;
	color: #FFFF33;
}
h2 {
	font-size: 18px;
	color: #CCFF33;
}

.xMenu {	
	color: #999999;
	padding: 4px 10px;
	line-height: 1.5em;
	float: left;
	display: block;
	background-color: #242424;
	border-top: 1px solid #3A3A3A;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #3A3A3A;
	}

.xMenu a {
	text-decoration: none;
	color: #66CCFF;
	}
	
.xMenu a:hover {
	color: #99FF00;
	}
	
.xContent {
	padding: 5px 10px;
	line-height: 1.6em;
	color: #FFFFFF;
	background-color: #242424;
	border-top: 1px solid #3A3A3A;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #3A3A3A;
	}
.NewsHeadline {
	font-size: 16px;
	color: #33FF99;
	text-decoration: none;
	font-weight: bold;
}
.NewsDate {
	font-size: 20px;
	font-weight: bold;
	color: #FF00FF;
}
.NewsMonth {
	font-size: 18px;
	font-weight: bold;
	color: #FF00FF;
}
.verysmalltxt {
	font-size: 12px;
}

img {
   border : none;
}

form
{
	display: inline;
	margin: 0;
	padding: 0;
}

/*»ØèÁµèÒ§æ */

.BtnGray{
	cursor:pointer;
	height: 36px;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(http://ore.stou.ac.th/home/css/images/formbg.gif) repeat-x left top;
}
.BtnGrayOver {
	cursor:pointer;
	height: 36px;
	border:inset 1px #ccc;
	background:#999;
	color:#993300;
	font-weight:bold;
	padding: 1px 2px;
	background:url(http://ore.stou.ac.th/home/css/images/formbg.gif) repeat-x left top;
}
.BtnYellow {
	cursor:pointer;
	height: 36px;
	border:outset 1px #ccc;
	background:#999;
	color:#000066;
	font-weight:bold;
	padding: 1px 2px;
	background:url(http://ore.stou.ac.th/home/css/images/orange.jpg) repeat-x left top;
}
.BtnYellowOver {
	cursor:pointer;
	height: 36px;
	border:inset 1px #ccc;
	background:#999;
	color:#FFFF00;
	font-weight:bold;
	padding: 1px 2px;
	background:url(http://ore.stou.ac.th/home/css/images/orange.jpg) repeat-x left top;
}
.BtnBlue {
	font-size: 14px;
	cursor:pointer;
	height: 36px;
	border:1px outset #ccc;
	background:#999;
	color:#000066;
	font-weight:bold;
	padding: 1px 2px;
	background:url(http://ore.stou.ac.th/home/css/images/blue.jpg) repeat-x left top;
}
.BtnBlueOver {
	font-size: 14px;
	cursor:pointer;
	height: 36px;
	border:1px inset #ccc;
	background:#999;
	color:#009900;
	font-weight:bold;
	padding: 1px 2px;
	background:url(http://ore.stou.ac.th/home/css/images/blue.jpg) repeat-x left top;
}
.BtnAqua {
	cursor:pointer;
	font-size: 14px;
	color: #000000;
	background-image: url(http://ore.stou.ac.th/home/css/images/aquabtn2.gif);
	height: 40px;
	width: 150px;
	border: none;
}
.BtnAquaOver {
	cursor:pointer;
	font-size: 14px;
	color: #000066;
	background-image: url(http://ore.stou.ac.th/home/css/images/aquabtn.gif);
	height: 40px;
	width: 150px;
	border: none;
}
.BtnGo {
	cursor:pointer;
	font-size: 12px;
	color: #000000;
	background-image: url('http://ore.stou.ac.th/home/css/images/go.jpg');
	border: none;
	height: 20px;
	width: 100px;
}
.BtnGoOver {
	cursor:pointer;
	font-size: 12px;
	color: #0000CC;
	background-image: url('http://ore.stou.ac.th/home/css/images/go2.jpg');
	border: none;
	height: 20px;
	width: 100px;
}
.KT_field_error {
	color: #FFFF66;
	}

.KT_field_hint {
	color:#FFFF33;
	font-size: 12px;
}

.KT_tngtable label span.KT_required {
	padding: 0 2px;
	color: #FFFF33;
	font-weight: normal;
	}

.YellowTxt {
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}

.SmallText {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.RedText {
	color: #FF0000;
	text-decoration: none;
}
.BlackText {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.GreenText {
	font-size: 14px;
	color: #33FF00;
	text-decoration: none;
}
