/*TEMPLATE*/
* 		   { margin:0; padding:0; border:0; }
Body       { font-family:Verdana, Arial, Helvetica, sans-serif; background-color:#666666;  font-size:11px; color:#4e4e4e; }
H1         { font-size:14px; font-weight:bold; color:#555555; padding-bottom:2px; }
H2     	   { font-size:12px; font-weight:bold; color:#003366; padding-bottom:2px; }
a	       { text-decoration:none; color:#4e4e4e; }
a:visited  { text-decoration:none; color:#4e4e4e; }
a:hover    { text-decoration:underline; color:#4e4e4e; }

.Left      { float:left; }
.Right     { float:right; }
.Clear     { clear:both; }
.Center    { margin:0 auto; }

.Border_All    { border:1px solid #555555; }
.Border_LR     { border-left:1px solid #000000; border-right:1px solid #000000; }
.Border_Box    { border:1px solid #e3e3e3; background-color:#F5F5F5; }

.Container   { width:700px; background-color:#ffffff; padding:10px 10px 10px 10px; }
.Top         { width:720px; height:96px; background-color:#FFFFFF; background-image:url(images/top_bg.gif);}
.Footer		 { width:720px; border-top:0px solid #3A3A3A; padding:10px 0px; color:#999999; text-align:right }
.Footer	a	       { text-decoration:none; color:#999999; }
.Footer	a:visited  { text-decoration:none; color:#999999; }
.Footer	a:hover    { text-decoration:underline; color:#999999; }
.Logo     	 { margin:7px 0px 0px 26px; }
.Information { text-align:left; font-family:"Trebuchet MS"; font-size:13px; font-weight:bold; color:#FFFFFF; text-align:center; 
padding:10px; background-color:#CC0000; margin-bottom:10px; border-bottom:2px solid #000000; }

.Box_1 { width:203px; height:250px; margin-right:10px; margin-bottom:10px; }
.Box_2 { width:250px; height:250px; margin-right:10px; }
.Box_3 { width:223px; height:250px; }
.Box_3 a	      { text-decoration:none; color:#649908; padding:0px 5px; }
.Box_3 a:visited  { text-decoration:none; color:#649908; padding:0px 5px; }
.Box_3 a:hover    { text-decoration:none; color:#DE5B2E; padding:0px 5px; }

.Box_4 { width:120px; height:200px; margin-right:10px; }
.Box_5 { width:278px; margin-right:10px; text-align:center; }
.Box_6 { width:278px; text-align:center;}

.Box_7 { width:468px; height:60px; margin-left:15px; margin-top:20px; }


.Green_Cap   { background-color:#649908; font-family:"Trebuchet MS"; font-size:20px; font-weight:bold; line-height:20px; padding:7px; color:#FFFFFF; text-align:center; margin-bottom:20px; border-bottom:1px solid #e3e3e3;}
.Orange_Cap  { background-color:#DE5B2E; font-family:"Trebuchet MS"; font-size:20px; font-weight:bold; line-height:20px; padding:7px; color:#FFFFFF; text-align:center; margin-bottom:10px; border-bottom:1px solid #e3e3e3;}

.Winner_Box { background-image:url(images/result_bg_green.gif); font-family:"Trebuchet MS"; font-size:16px; font-weight:bold; line-height:16px; padding:5px; 
color:#FFFFFF; text-align:center; margin-bottom:4px; line-height:20px; }
.Loser_Box  { background-image:url(images/result_bg_red.gif); font-family:"Trebuchet MS"; font-size:16px; font-weight:bold; line-height:16px; padding:5px; 
color:#FFFFFF; text-align:center; margin-bottom:4px; line-height:20px; }

.tag_01 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; font-weight:bold; color:#649908; }
.tag_02 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; color:#649908; }
.tag_03 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#649908; }
.tag_04 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; font-weight:normal; color:#649908; }
.tag_05 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; color:#649908; }
.vs     { width:140px; color: #776b1b; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; padding:5px; text-align:center; }

.input_box  { width:150px; background-image:url(images/bginput.gif); background-repeat: repeat-x; background-attachment: scroll; 
border:1px solid #cbb945; color: #776b1b; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; padding:5px; margin-bottom:2px; }
.button_box { width:110px; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; color:#FFF; background-color:#FFA73D; border-right:2px solid #FF7C00; border-bottom:2px solid #FF7C00; border-top:1px solid #FFFFFF; border-left:1px solid #FFFFFF; padding:3px; margin-bottom:2px; margin-left:5px; }

.Sitemap        { line-height:18px; margin-top:10px; }
.Sitemap ul     { list-style:none; }
.Sitemap H1     { font-size:18px; color:#666666; font-family:"Trebuchet MS"; }
.Sitemap_letter { font-size:18px; color:#666666; font-family:"Trebuchet MS"; }

/*Tooltip*/
#dhtmltooltip{
position: absolute;
left: -300px;
// width: 50px;
border: 1px solid black;
padding: 4px;
background-color: #FFD200;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
font-family:verdana;
font-size: 10px;
line-height: 10px;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

.semitrans {
filter: alpha(opacity=50);
-moz-opacity: 0.50;
}
.notrans {
filter: alpha(opacity=100);
-moz-opacity: 1.00;
}
/*########*/
