/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=- File :: style.css
=- Comment :: Style Sheet For Thai
=- Created  :: 24 ÊÔ§ËÒ¤Á 2548 16:49:36
=- Last Update :: 15 ¡Ñ¹ÂÒÂ¹ 2548 18:56:03
=- Author By :: PerLs 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=- Note :: 
=- 
=- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
		margin: 0px  0px; 
		padding: 0px  0px;

		background-color: #373330;
		background-image: url(images/bg1.gif);
		background-repeat: repeat;
}

form {
		margin: 0px  0px; 
		padding: 0px  0px;
}

/* General font families for common tags */
font,th,p {
	font-family: Tahoma, "Microsoft Sans Serif";
	font-size : 16px;
}
a:link,a:active,a:visited {
	color:#6699CC;
	text-decoration: none;
	border-bottom: #CC9900 0px dashed;
}
a:hover {
	color:#0066CC;
	text-decoration: none;
	border-bottom: #CC9900 0px solid;
}

/*tr {font-size: 12px; color:#000000; font-weight: normal}*/
td {font-size: 14px; font-family: Tahoma, Microsoft Sans Serif; color:#333333}

hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

h1	{ margin: 0px  0px; padding: 0px  0px; font-size : 14px; font-family: Tahoma, Microsoft Sans Serif; font-weight:bold}

/* General text */
.fonttitle {
	font-size : 20px;
	color:#45A4CB;
	font-family: Tahoma, "Microsoft Sans Serif";
	font-weight: normal;
	text-decoration: blink;
	line-height: normal;
	cursor: crosshair;
}
.fonthead { font-size : 16px; color:#45A4CB; font-family: Tahoma, Microsoft Sans Serif; font-weight:normal}
.fontlarge { font-size : 14px; font-family: Tahoma, Microsoft Sans Serif; font-weight:normal}
.fontnormal { font-size : 14px; font-family: Tahoma, Microsoft Sans Serif; font-weight: normal}
.fontsmall { font-size : 12px; font-family: Tahoma, Microsoft Sans Serif; font-weight: normal}
.fonttiny { font-size : 11px; font-family: Tahoma, Microsoft Sans Serif; font-weight: normal}

/* Copyright */
.copyright	 { font-size: 10px; color : #333333;}
a.copyright:link,a.copyright:active,a.copyright:visited { color : #333333; font-weight: bold;  text-decoration: none;}
a.copyright:hover {color : #333333; font-weight: bold; text-decoration: none;}


/* Link Lang*/
.link-lang { font-size: 14px;}
a.link-lang:link,a.link-lang-top:active,a.link-lang-top:visited { color : #333333; font-weight: normal;  text-decoration: none; border-bottom: #888888 0px solid;}
a.link-lang:hover {color : #333333; font-weight: normal; text-decoration: none; text-decoration: none; border-bottom: #333333 0px solid;}

/* Link Menu Top*/
.link-menu-top { font-size: 14px;}
a.link-menu-top:link,a.link-menu-top:active,a.link-menu-top:visited { color : #333333; font-weight: normal;  text-decoration: none; border-bottom: #888888 0px solid;}
a.link-menu-top:hover {color : #333333; font-weight: normal; text-decoration: none; text-decoration: none; border-bottom: #333333 1px solid;}

/* Line Horizontal */
td.horizontal { 
		width: auto;
		height: 1px; 

		background-image: url(images/line-hdott.gif);
		background-repeat: repeat-x;
		background-position:center;
} 

/* Line Vertical */
td.vertical { 
		width: 1px; 
		height:auto;

		background-image: url(images/line-vdott.gif);
		background-repeat: repeat-y;
		background-position: center;
} 

