/* CSS Document */
a:link {
	color:#0066FF;
	text-decoration: none; 
}
a:visited {
	color:#0066FF;
	text-decoration: none; 
}
a:hover {
	color:#009900;
	text-decoration: none; 
}
a:active {
	text-decoration: none; 
}

body {
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	border:none;
	background:none;
	font-size:18px;
	font-family:Tahoma, Arial, Geneva, sans-serif;
}
.head {font-size:20px; color:#000000; font-weight:bolder; font-family:AngsanaUPC, BrowalliaUPC, CordiaUPC;}
.detail {font-size:20px; color:#000000; font-weight:normal; font-family:AngsanaUPC, BrowalliaUPC, CordiaUPC;}
.detailgray {
	font-size:14px;
	color:#666666;
	font-weight:normal;
	font-family:"Microsoft Sans Serif";
}
.subhead {font-size:18px; color:#000000; font-weight:bold; font-family:AngsanaUPC, BrowalliaUPC, CordiaUPC;}
.subdetail {font-size:18px; color:#000000; font-weight:normal; font-family:AngsanaUPC, BrowalliaUPC, CordiaUPC;}
.subdetailgray {font-size:18px; color:#666666; font-weight:normal; font-family:AngsanaUPC, BrowalliaUPC, CordiaUPC;}
.jobhead {font-size:22px; color:#009900; font-weight:bold; font-family:AngsanaUPC, BrowalliaUPC, CordiaUPC;}
.prorecommand {font-size:18px; color:#FF0000; font-weight:bold; font-family:AngsanaUPC, BrowalliaUPC, CordiaUPC;}
.procol_label {font-size:16px; color:#FFFFFF; font-weight:bold; font-family:Tahoma, Arial, Geneva, sans-serif;}
/*subhead company profile*/
#subheadmenu:link  { color:#EE8508; text-decoration:none; font-size:18px; font-weight:bold;font-family:AngsanaUPC, BrowalliaUPC, CordiaUPC;}
#subheadmenu:visited { color:#EE8508; text-decoration:none; font-size:18px; font-weight:bold;font-family:AngsanaUPC, BrowalliaUPC, CordiaUPC;}
#subheadmenu:hover { color:#0000FF; text-decoration:none;font-size:18px; font-weight:bold;font-family:AngsanaUPC, BrowalliaUPC, CordiaUPC;}
/*login link*/
#loginmenu:link  { color:#FFFFFF; text-decoration:none; font-size:18px; font-weight:bold;font-family:AngsanaUPC, BrowalliaUPC, CordiaUPC;}
#loginmenu:visited { color:#FFFFFF; text-decoration:none; font-size:18px; font-weight:bold;font-family:AngsanaUPC, BrowalliaUPC, CordiaUPC;}
#loginmenu:hover { color:#009900; text-decoration:none;font-size:18px; font-weight:bold;font-family:AngsanaUPC, BrowalliaUPC, CordiaUPC;}
/*login welcome*/
.loginwelcome {font-size:18px; color:#CCCCCC; font-weight:bold; font-family:AngsanaUPC, BrowalliaUPC, CordiaUPC;}

#headmenu:link  { color:#009900; text-decoration:none; font-size:14px; font-weight:bold;font-family:Tahoma, Arial, Geneva, sans-serif;}
#headmenu:visited { color:#009900; text-decoration:none; font-size:14px; font-weight:bold;font-family:Tahoma, Arial, Geneva, sans-serif;}
#headmenu:hover { color:#0000FF; text-decoration:none;font-size:14px; font-weight:bold;font-family:Tahoma, Arial, Geneva, sans-serif;}
/*Paging*/
.headmenucurpaging  { color:#FF0000; text-decoration:none; font-size:14px; font-weight:bold;font-family:Tahoma, Arial, Geneva, sans-serif;}
#headmenup:link  { color:#009900; text-decoration:none; font-size:14px; font-weight:bold;font-family:Tahoma, Arial, Geneva, sans-serif;}
#headmenup:visited { color:#009900; text-decoration:none; font-size:14px; font-weight:bold;font-family:Tahoma, Arial, Geneva, sans-serif;}
#headmenup:hover { color:#0000FF; text-decoration:none;font-size:14px; font-weight:bold;font-family:Tahoma, Arial, Geneva, sans-serif;}

#graymenu:link  { color:#000000; text-decoration:none; font-weight:bold; font-size:10px;}
#graymenu:visited { color:#000000; text-decoration:none; font-weight:bold; font-size:10px;}
#graymenu:hover { color:#7c0606; text-decoration:none; font-weight:bold; font-size:10px;}

html {
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #f0f0ff;
	scrollbar-darkshadow-color: #666666;
	scrollbar-face-color: #f0f8ff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color:#EBEBEB;
	scrollbar-track-color: #85BAEC;
}

span a.usermember{
	text-decoration: none;
}
span a.usermember:link{
	text-decoration: none;
	color: red;
}
span a.usermember:visited{
	text-decoration: none;
	color: red;
}
span a.usermember:hover{
	text-decoration: none;
	color: black;
}
/*
a.logout{
	margin: 0;
	padding-left: 32px;
	width: 100px;
	text-align: right;
	font-size: 12px;
	text-decoration: none;
}
a.logout:link{
	text-decoration: none;
	color: blue;
}
a.logout:visited{
	text-decoration: none;
	color: blue;
}
a.logout:hover{
	text-decoration: none;
	color: black;
}*/

