body {
background-color:#ffffff;
}

.line { background-image:url(../images/line.gif);
background-position:center;
background-repeat:repeat-x;	
}
.textbox_yellow {
text-align:left;
font-size:12px;
color:#55555;
background-color:#FAFCD1;
border:1px solid #999999; 
}
.txt0 {
	font-family: "tahoma", BrowalliaUPC, CordiaUPC, AngsanaUPC;
	font-size: 11px;
	color: #411e00; 
}
.txt0red {
	font-family: "tahoma", BrowalliaUPC, CordiaUPC, AngsanaUPC;
	font-size: 12px;
	color: #ff0000; 
}
.txt11red {
	font-family: "tahoma", BrowalliaUPC, CordiaUPC, AngsanaUPC;
	font-size: 11px;
	color: #ff0000; 
}
.txtcopyright {
	font-family: "tahoma", BrowalliaUPC, CordiaUPC, AngsanaUPC;
	font-size: 11px;
	color: #5D5257; 
}
.txt1_w {
	font-family: "tahoma", BrowalliaUPC, CordiaUPC, AngsanaUPC;
	font-size: 13px;
	color: #ffffff; 
}
.txt1 {
	font-family: "tahoma", BrowalliaUPC, CordiaUPC, AngsanaUPC;
	font-size: 13px;
	color: #000000; 
}
.txt1blue {
	font-family: "tahoma", BrowalliaUPC, CordiaUPC, AngsanaUPC;
	font-size: 13px;
	color: #13138f; 
}
.txt12 {
	font-family: "tahoma", BrowalliaUPC, CordiaUPC, AngsanaUPC;
	font-size: 12px;
	color: #411e00; 
}
.txt11g{
	font-family: "tahoma", BrowalliaUPC, CordiaUPC, AngsanaUPC;
	font-size: 12px;
	color: #17c003; 
}
.txtmenu_pro {
	font-family: "tahoma", BrowalliaUPC, CordiaUPC, AngsanaUPC;
	font-size: 14px;
	color: #014D98; 
	line-height:120%;
	font-weight:bold;

}
.txt2 {
	font-family: "tahoma", BrowalliaUPC, CordiaUPC, AngsanaUPC;
	font-size: 15px;
	color: #000000; 
	line-height:110%;
}
.txt2yellow {
	font-family: "tahoma", BrowalliaUPC, CordiaUPC, AngsanaUPC;
	font-size: 15px;
	color: #ffff00; 
}
.txt2red {
	font-family: "tahoma", BrowalliaUPC, CordiaUPC, AngsanaUPC;
	font-size: 15px;
	color: #ff0000; 
	line-height:130%;
}
.tabpink {
	font-family: "tahoma", BrowalliaUPC, CordiaUPC, AngsanaUPC;
	font-size: 15px;
	color: #ffffff; 
	background:#ff257c;
}
.tabwhite {
	font-family: "tahoma", BrowalliaUPC, CordiaUPC, AngsanaUPC;
	font-size: 13px;
	color: #000000; 
	background:#ffffff;
}

a:link {
	color: #000000 ;
	text-decoration: none;
		font-size: 13px;
			font-family: "tahoma", AngsanaUPC, CordiaUPC, BrowalliaUPC;

}
a:visited {
	color: #000000 ;
	text-decoration: none;
		font-size: 13px;
			font-family: "tahoma", AngsanaUPC, CordiaUPC, BrowalliaUPC;

}
a:hover {
	font-family: "tahoma", AngsanaUPC, CordiaUPC, BrowalliaUPC;
	color: #ff6600 ;
		font-size: 13px;
}
a:active {
    color: #000000 ;
	text-decoration: none;
		font-size: 13px;
	font-family: "tahoma", AngsanaUPC, CordiaUPC, BrowalliaUPC;
}
a.link_w:link {
	font-size: 12px;
	color: #ffffff;
	font-family: "tahoma", AngsanaUPC, CordiaUPC, BrowalliaUPC;
	text-decoration: none;
}
a.link_w:visited {
		font-size: 12px;
	color: #ffffff;
		font-family: "tahoma", AngsanaUPC, CordiaUPC, BrowalliaUPC;
	text-decoration: none;
}
a.link_w:hover {
	font-size: 12px;
	color: #ff0000 ;
		font-family: "tahoma", AngsanaUPC, CordiaUPC, BrowalliaUPC;
}
a.link_w:active {
    	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
		font-family: "tahoma", AngsanaUPC, CordiaUPC, BrowalliaUPC;
}
a.linkpro:link {
	font-size: 11px;
	color: #411e00; 
	font-family: "tahoma", AngsanaUPC, CordiaUPC, BrowalliaUPC;
	text-decoration: none;
}
a.linkpro:visited {
		font-size: 11px;
	color: #411e00; 
		font-family: "tahoma", AngsanaUPC, CordiaUPC, BrowalliaUPC;
	text-decoration: none;
}
a.linkpro:hover {
	font-size: 11px;
	color: #ff0000 ;
		font-family: "tahoma", AngsanaUPC, CordiaUPC, BrowalliaUPC;
}
a.linkpro:active {
    	font-size: 11px;
	color: #411e00; 
	text-decoration: none;
		font-family: "tahoma", AngsanaUPC, CordiaUPC, BrowalliaUPC;
}
.dhtmlwindow{
position: absolute;
border: 1px solid #dddddd;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 2px;
text-indent: 0px;
font: bold 14px Trebuchet MS;
background-color: #CA0000;
color: white;
cursor: move;
overflow: hidden;
width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 0px;
cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 5px solid #f6f6f6;
background-color: white;
color: white;
height: 150px;
padding: 0px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}
/*=-----------------------------------------------------------------------------Modal.css--------------------------------------------=*/
.drag-handle{ /*Overwrite default drag handle bar background color with below*/
/*background-color: #CA0000;
background-color: #2277aa;*/
background-color: #dddddd;
}

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background: black url(blackdot.gif);
width: 10px;
left: 0;
top: 0;
z-index: 0;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}
