/*
************************************************************************
Author : Phusit Roongroj <phusit@nectec.or.th>
IIR Website CSS Control 
Update : 13-03-2008 
Network Technology Lab , National Electronics and Computer Technology Center,NECTEC
************************************************************************
*/
/*###################################################################################
DEFAULT BUTTON FOR IIR WEBSITES 
###################################################################################*/
.DefaultButton {
	font-family: Tahoma;
	font-size: 9pt;
}

/*###################################################################################
THAILAND INTERNET BANDWIDTH 
###################################################################################*/
.bwHeader {
	font-family: Tahoma;
	font-size: 9pt;
	color: #000000;
	background: #798697;
}

.bwDetail {
	font-family:Arial;
	font-size: 9pt;
	color: #000000;
}

.bwDetailHelpBox {
	font-family: Bitstream Vera Sans,Candara,Tahoma;
	font-size: 9pt;
	color: #000000;
	width: 90%;
	text-align: left;
	padding: 5px 5px;
	background: #f6eeb0;
	border:2px solid #ff8c10;
}

/*###################################################################################
INTERNET MAP  
###################################################################################*/
.HeaderMapImages {
	text-align: left;
}

.InternetMapBOX {
	width: 930px;
	margin: 2px;
}

.InternetMapPolicyHead {
	font-family: Bitstream Vera Sans,Candara,Tahoma;
	font-size: 15pt;
	font-weight: normal;
	text-align: left;
}

.InternetMapPolicy {
	font-family: Verdana;
	font-size: 9pt;
	text-align: left;
	color: #000000;
	padding: 6px 6px;
}

.InternetMapLink {
	font-family: Verdana;
	color: #2989f4;
	font-size: 9pt;
	font-weight:normal;
}

.InternetMapLink:hover {
	font-family: Verdana;
	color: #0e2d6d;
	font-size: 9pt;
	font-weight:normal;
}

.InternetMapPolicyOthersMap {
	border: 1px solid #AAAAAA;
	background: #EEEEEE;
	font-family: Tahoma;
	font-size: 9pt;
	text-align: left;
	padding: 20px 20px;
}

.InternetMapHeaderYear {
	font-family: Verdana;
	font-weight: normal;
	font-size: 14pt;
	color: #FFF;
	background: #30a065;
}

/*###################################################################################
MENU FOR HEADER 
###################################################################################*/
#tabsG   2q {
	float: left;
	width: 100%;
	background: #FFFFFF;
	font-size: 93%;
	line-height: normal;
}

#tabsG ul {
	margin: 0;
	padding: 5px 5px 0 50px;
	list-style: none;
}

#tabsG li {
	display: inline;
	margin: 0;
	padding: 0;
}

#tabsG a {
	float: left;
	background: url("../images/tableftG.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
}

#tabsG a span {
	float: left;
	display: block;
	background: url("../images/tabrightG.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #000000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsG a span {
	float: none;
}

/* End IE5-Mac hack */
#tabsG a:hover span {
	color: #FFF;
}

#tabsG a:hover {
	background-position: 0% -42px;
}

#tabsG a:hover span {
	background-position: 100% -42px;
}

#tabsG #current a {
	background-position: 0% -42px;
}

#tabsG #current a span {
	background-position: 100% -42px;
}

/*###################################################################################
MENU FOR HEADER  
###################################################################################*/
#tabsJ {
	float: left;
	width: 100%;
	background: #FFFFFF;
	font-size: 45%;
	font-family: Verdana;
	line-height: normal;
	border-bottom: 2px solid #CCCCCC;
	font-weight: bold;
	color: #000000;
}

#tabsJ ul {
	margin: 0;
	padding: 10px 10px 0 10px;
	list-style: none;
}

#tabsJ li {
	display: inline;
	margin: 0;
	padding: 0;
}

#tabsJ a {
	float: left;
	background: url("../images/tableftJ.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 3px;
	text-decoration: none;
}

#tabsJ a span {
	float: left;
	display: block;
	background: url("../images/tabrightJ.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #531313;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span {
	float: none;
}

/* End IE5-Mac hack */
#tabsJ a:hover span {
	color: #FFF;
}

#tabsJ a:hover {
	background-position: 0% -42px;
}

#tabsJ a:hover span {
	background-position: 100% -42px;
}

#tabsJ #current a {
	background-position: 0% -42px;
}

#tabsJ #current a span {
	background-position: 100% -42px;
	color: #FFF;
}

/*###################################################################################
APNIC STATISTICS 
###################################################################################*/
.APNICDetail {
	font-family: Courier New;
	font-size: 10pt;
	font-weight: bold;
}

.APNICHeader {
	font-family: Bitstream Vera San, Candara, Tahoma;
	font-size: 9pt;
	color: #000000;
}

.APNICLink {
	font-family: Verdana; 
	color: #0033FF;
	font-size:8pt;
}

.APNICLink:hover {
	font-family: Verdana;
	color: #FF0066;
	font-size:8pt;
}

.APNICDetail {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	font-weight:normal;
}

/*###################################################################################
FOOTER DESCRIPTION 
###################################################################################*/
.footerdesc {
	font-family: Verdana;
	font-size: 8pt;
	color: #777777;
	background: #EEEEEE;
	width: 100%;
	font-weight: normal;
	border-top: 1px dashed #000000;
}

.footerlink {
	font-family: Arial;
	font-size: 9pt;
	color: #0033CC;
}

.footerlink:hover {
	font-family: Arial;
	font-size: 9pt;
	color: #FF0066;
}

.footerlink1 {
	font-family: Arial;
	font-size: 9pt;
	color: #0033CC;
}

.footerlink1:hover {
	font-family:Arial;
	font-size: 9pt;
	color: #FF0000;
}

/*###################################################################################
CONTACT INFORMATION 
###################################################################################*/
.Contact {
	font-family: Arial,Tahoma;
	font-size: 9pt;
	color: #000000;
	text-align: left;
	margin: 20px;
	width: 85%;
	padding: 10px 10px;
}

.ContactLink {
	font-family: Tahoma;
	font-size: 9pt;
	color: #3333FF;
}

.ContactLink:hover {
	font-family: Tahoma;
	font-size: 9pt;
	color: #FF3333;
}

/*###################################################################################
SET DEFAULT FONT FOR THAI CHARACTER 
###################################################################################*/
.MarkThaiChar {
	font-family: Tahoma;
	font-weight: bold;
	color: #000000;
	font-size: 
}

/*###################################################################################
INTERNET USERS IN THAILAND 
###################################################################################*/
.InternetUserDetailBox {
	font-family: Bitstream Vera Sans, Candara,Tahoma;
	font-weight: normal;
	color: #000000;
	font-size: 9pt;
	width: 700px;
	margin: 20px;
	text-align: left;
	padding: 10px 10px;
	background: #EEEEEE;
}

.InternetUserDetail {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
}

.InternetUserLink {
	font-family: Bitstream Vera Sans, Candara;
	font-size: 8pt;
	color: #003399;
}

.InternetUserLink:hover {
	font-family: Bitstream Vera Sans, Candara;
	font-size: 8pt;
	color: #CC0066;
}

/*###################################################################################
ISP LIST IN THAILAND  
###################################################################################*/
.ISPHeader {
	font-family:Verdana, Tahoma;
	font-size: 11pt;
	color: #000000;
	text-align: center;
	background: url("../images/barbg.jpg") repeat;
	height: 22px;
	font-weight: normal;
	border-top: 1px dashed #000000;
}

.ISPLink {
	font-family: Verdana,Tahoma;
	font-size: 9pt;
	color: #0000CC;
}

.ISPLink:hover {
	font-family: Verdana,Tahoma;
	font-size: 9pt;
	color: #006633;
}

.ISPLinkWhiteBG {
	font-family: Verdana;
	font-size: 9pt;
}

.ISPLinkWhiteBG:hover {
	font-family: Verdana;
	font-size: 9pt;
	color: #666666;
}

.ISPFooter {
	font-family: Tahoma;
	font-size: 9pt;
	color: #000000;
	background: #FFFFFF;
}

.ISPLinkFooter {
	font-family: Tahoma;
	font-size: 9pt;
	color: #0000CC;
}

.ISPLinkFooter:hover {
	font-family: Tahoma;
	font-size: 9pt;
	color: #0000CC;
}

.ISPDetail {
	font-family: Tahoma;
	font-size: 11pt;
	color: #000000;
	padding: 5px 5px;
}

.ISPServiceListbox {
	font-family: Tahoma;
	font-size: 9pt;
	color: #084869;
	width: 300px;
	background: #EEEEEE;
}

.ISPBG {
	background: #FFFFFF;
}

.BackgroundGrayStyle {
	background: #FFFFFF;
}

.ISPList {
	font-family: Microsoft Sans Serif;
	font-size: 9pt;
	color: #000000;
	background: #FFFFFF;
}

.ISPButton {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	background: #fb760b;
	color: #FFFFFF;
	height: 15pt;
}

/*###################################################################################
TODAY SUMMARY [FRONT OF IIR.NECTEC.OR.TH] 
###################################################################################*/
.SummaryDisplayDate {
	font-family: Bitstream Vera Sans, Candara, Tahoma;
	font-size: 18pt;
	color: #000000;
}

.SummaryCoverBox {
	font-family: Verdana;
	font-size: 9pt;
	border: 1px solid #FFFFFF;
	width: 960px;
	margin: 5px;
}

.SummaryGraph {
	float: left;
	width: 956px;
	font-family: Tahoma;
	font-size: 11pt;
	font-weight: normal;
	background: #FFFFFF;
	color: #444444;
}

.SummaryGraphTopic {
	color: #000000;
	font-family: Tahoma;
	margin: 3px;
	font-size: 9pt;
	margin: 0px;
	text-align: left;
	background: url("../images/barbg.jpg") repeat;
	height: 22px;
	border-top: 2px solid #071a77;
	font-weight: normal;
}

.SummaryAPNICZone1 {
	float: left;
	width: 450px;
	text-align: center;
	background: #FFFFFF;
	margin: 2px;
	font-family: Verdana,Tahoma;
	font-size: 9pt;
	color: #000000;
}

.SummaryAPNICZone2 {
	float: left;
	width: 450px;
	text-align: center;
	font-family: Verdana, Tahoma;
	font-size: 9pt;
	color: #000000;
}

.SummaryFooter {
	font-family: Tahoma;
	font-size: 9pt;
	background: #fdf67e;
	width: 940px;
	margin: 3px;
	border: 1px dashed #e38325;
	color: #000000;
	padding: 3px 4px;
}

.SummaryNoteLink {
	font-family: Tahoma;
	font-size: 11pt;
}

.SummaryNoteLink:hover {
	font-family: Tahoma;
	font-size: 11pt;
	color: #006633;
}

.summaryDetailDate {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	background: #ff5f07;
	color: #FFFFFF;
}

/*###################################################################################
WEBSITE HEADER  [LINK ONLY]
###################################################################################*/
.topheader {
	font-family: verdana;
	font-size: 9pt;
	background: #FFFFFF;
	width: 980px;
}

.topheaderlink {
	font-family: Verdana;
	color: #0000FF;
	font-size: 7pt;
}

.topheaderlink:hover {
	font-family: Verdana;
	color: #000099;
	font-size: 7pt;
}

/*###################################################################################
DOMAIN UNDER .TH IN THAILAND 
###################################################################################*/
.domainTableHeader {
	font-family: Bitstream Vera Sans;
	font-size: 15pt;
	background: #666666;
	color: #FFFFFF;
}

.domainTableTitleHeader {
	font-family: Arial;
	font-size: 9pt;
	background: #CCCCCC;
	color: #000000;
}

.domainTableTitleHeaderLink {
	font-family: Bitstream Vera Sans,Candara;
	font-size: 8pt;
	color: #FFFFFF;
}

.domainTableTitleHeaderLink:hover {
	font-family:Bitstream Vera Sans,Candara;
	font-size: 8pt;
	color: #FFFF00;
}

.domainTableTitleHeaderLink1 {
	font-family: Bitstream Vera Sans,Candara;
	font-size: 8pt;
	color: #006600;
}

.domainTableTitleHeaderLink1:hover {
	font-family:Bitstream Vera Sans,Candara;
	font-size: 8pt;
	color: #000000;
}

.domainTableDetail {
	font-family: Arial;
	font-size: 9pt;
	color: #000000	;
}

.dotthHead {
	font-family: Tahoma;
	font-size: 17pt;
}

.dotthHeadDetail {
	font-family: Tahoma;
	font-size: 9pt;
	color: #000000;
}

.dotthHeadDetail1 {
	font-family: Bitstream Vera Sans, Candara;
	font-size: 9pt;
	color: #000000;
}

.dotthLink {
	font-family: Tahoma;
	font-size: 9pt;
	color: #0033FF;
}

.dotthLink:hover {
	font-family: Tahoma;
	font-size: 9pt;
	color: #CC0033;
}

.dotthComment {
	font-family: Bitstream Vera Sans, Candara, Tahoma;
	font-size: 9pt;
	color: #000000;
	padding: 10px 10px;
	font-weight: normal;
	background: #b0f6c5;
	width: 800px;
	border:1px solid #2edb63;
}

.dotthHeader {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}

.dotthTableHeader {
	font-family:Arial,Tahoma;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: normal;
}

/*###################################################################################
LOGO HEADER  
###################################################################################*/
.logoheader {
	width: 980px;
	background: #FFFFFF;
	text-align: left;
}

/*###################################################################################
DOCUMENTS OF INTERNET.NECTEC.OR.TH  
###################################################################################*/
.DocumentDetail {
	font-family: Tahoma;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
}

.DocumentDetailFooter {
	font-family: Tahoma;
	font-size: 9pt;
	color: #000000;
}

.DocumentDetailList {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	font-weight:normal;
}


/*################################################################################
CSS MENU ON HEADER
#################################################################################*/
#MainMenu 
{
	width:100%;
	height:40px;
	background:#FFF url(../images/bmid_029.gif);
	border:0;
	margin:0;
}
#tab 
{
	top:0;
	height:0;
	background:repeat-x top;
	margin:0 0 0 10px;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab a 
{
	background:#000 url(../images/bright_029.gif) no-repeat right top;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span 
{
	display:block;
	background:url(../images/bleft_029.gif) no-repeat left top;
	font-family:Arial Narrow;
	font-size:9pt;
	color:#FFF;
	line-height:30px;
	padding:0 18px 0 16px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
	border-color:#000;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#000;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv 
{
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	border:0 #306;
	background:#FFF url(../images/bmid_029.gif);
	color:#FFF;
	z-index:100;
	text-decoration:none;
	padding:0 0 0 10px;
}
.dropmenudiv ul 
{
	list-style:none;
	margin:0;
	padding:0;
}
.dropmenudiv li 
{
	display:inline;
	margin:0;
	padding:0;
}
.dropmenudiv a:link,.dropmenudiv a:visited 
{
	width:180px;
	display:block;
	border:0 #000;
	color:#FFF;
	background:url(../images/bleft_029.gif) no-repeat left top;
	text-decoration:none;
	margin:0;
	padding:0;
}
.dropmenudiv a span 
{
	display:block;
	line-height:30px;
	background:url(../images/bright_029.gif) no-repeat right top;
	font-family:Sans,Arial;
	font-size:9pt;
	color:#FFF;
	float:none;
	font-weight:bold;
	padding:0 18px 0 16px;
}
.dropmenudiv a:hover 
{
	border:0 #000;
	background-position:left bottom;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#000;
}
.dropmenudiv a:hover span 
{
	background-position:right bottom;
	color:#000;
	font-weight:bold;
}

