/* ' *
'
'	CSS Themes
'	Description:  CSS Themes
'
'	Labour By Withichiwit.com and Labourcorporate.com
'	Copyright Withichiwit.com and Labourcorporate.com
'
'	Website:	http://www.withichiwit.com
'					http://www.labourcorporate.com
'	Email:		labour@labourcorporate.com
'	Country:	Thailand
'
* ' */


/* html tag */ 
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF; 
	color: #000000;
	font-family: Tahoma, Verdana; 
	font-size: 8pt;
	scrollbar-face-color: #CCCCCC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #999999;
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: #999999;
	scrollbar-track-color: #EBEBEB;
	scrollbar-darkshadow-color: #FFFFFF;
	}

table, div  {
	font-family: Tahoma , Verdana , Ms Sans Serif; 
	font-size: 8pt;
	color: #000000;
	}

select , textarea , input { 
	font-family: Verdana , Tahoma ; 
	font-size: 8pt; 
	}

a { 
	color: #000000; 
	text-decoration: underline; 
	}

a:hover { 
	color: #000000; 
	text-decoration: none; 
	}

a:active { 
	color: #000000; 
	text-decoration: none;
	}
/* end html tag */ 




/* menu */
.menuleft { font-family: tahoma, verdana; font-size: 8pt; color: #FFFFFF; }
.menuleft a { color: #FFFFFF; text-decoration: none; }
.menuleft a:hover { color: #FFFFFF; text-decoration: underline; }
.menuleft a:active { color: #FFFFFF; text-decoration: underline; }
/* end menu */



/* caption */
.caption { font-family: verdana; font-size: 11pt; font-weight: bold; color: #FFFFFF; padding-top: 2px; }
/* end caption */



/* banner small */
.bannersmall { border: 1px solid #7F7F7F; background-color: #FFFFFF; }
.bannersmall a { color: #000000; text-decoration: none; }
.bannersmall a:hover { color: #000000; text-decoration: underline; }
.bannersmall a:active { color: #000000; text-decoration: underline; }
/* end banner small */




.bgcaption { width: 100%; padding: 4px; color: #000000; font-size: 14pt; border-left: 8px solid #DB1376; background-color: #CCCCCC; }
.bgcaption a { color: #000000; text-decoration: none; }
.bgcaption a:hover { color: #FFFFFF; text-decoration: underline; }
.bgcaption a:active { color: #000000; text-decoration: underline; }



/* navigator */
.navigator { padding-bottom: 8px; color: #666666; }
.navigator a { color: #666666; text-decoration: underline; }
.navigator a:hover { color: #666666; text-decoration: none; }
.navigator a:active { color: #666666; text-decoration: none; }
/* end */




.FormButton {
	font-family: Tahoma, Verdana;
	font-weight: Normal;
	font-size: 8pt;
	cursor: hand;
	color: #000000;
	background-color: #EBEBEB;
	border: 1px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
}

