﻿
/* --------------- HTML Tags ---------------- */

html 
{
    /* prevent unnecessary horizontal scroll bar */
	overflow-x: hidden;
	overflow-y: auto;
}

body 
{
	margin: 0px; 
	background-color: #FFFFFF;	
	
	SCROLLBAR-FACE-COLOR: #FFBAB5; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #FFA6A5; 
	SCROLLBAR-3DLIGHT-COLOR: #FFA6A5; 
	SCROLLBAR-ARROW-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
	SCROLLBAR-BASE-COLOR: #999999;
	SCROLLBAR-TRACK-COLOR: #FFECEC;	
}

a.Std, a.Marquee
{
	font-size: 13px;
	font-family: "Arial";
	color: #FF1100;
	text-decoration: none;
}

a:hover 
{	
	text-decoration: underline;	
}

table tr.Std
{
	background-color: #FF1100;
}

/* --------------- Independent Class ---------------- */

.lbl, .lblW, .Article, .ArticleVM, .ArticleW, .ArticleB
{
	font-size: 13px;
	font-family: "Arial";
}

.ArticleVMS
{
	font-size: 10px;
	font-family: "Arial";
	letter-spacing: 1pt;
	vertical-align: top;
}

.lblW
{
    color: #ffffff;
}

.Article, .ArticleVM, .ArticleW, .ArticleB
{
	letter-spacing: 1pt;
	vertical-align: top;
}
.ArticleVM
{
    vertical-align: middle;
}
.ArticleW
{
    color: #FFFFFF;
}
.ArticleB
{
	font-weight: bold;
}
.AlternateBg
{
	background-color: #F7F7F7;
}

.MoveHover
{
	POSITION: relative;	
	top: 1px;
}

.BannerSTitle
{
    font-size: 15px;
	color: #6F3F1A;
	line-height: 20px;
	vertical-align: top;
}

/* --------------- Content ---------------- */

a.Marquee
{
	color: #993300;
}
a.Marquee:hover
{
	text-decoration: none;
}

a.BannerS
{
    font-size: 12px;
	color: #666666;
	text-decoration: none;
	letter-spacing: 1pt;
	line-height: 16px;
}
a.BannerS:hover 
{	
	POSITION: relative;	
	top: 1px;
}

a.Fun
{
	font-size: 13px;
	font-family: "Arial";
}
a.Fun:hover 
{	
	POSITION: relative;	
	top: 1px;
}

a.Article:link, a.Article:visited, a.Article:active 
{
    color: #000000;
	letter-spacing: 1pt;
	vertical-align: top;
	text-decoration: none;
}
a.Article:hover {
    POSITION: relative;	
	top: 1px;
}

img.BannerS
{
	width: 200px;
	height: 90px;
	border: 0;
}

img.BannerB
{
	width: 785px;
	height: 120px;
	border: 0;
}

img.Fun
{
	width: 170px;
	height: 48px;
	border: 0;
}

table td.Title
{
    border: 1px solid #F998B8;
	background-color: #FFFBF7;
	height: 30px;
}
table td.Caption, table td.Body, table td.CaptionL, table td.CaptionC, table td.CaptionTL, table td.BodyTR, table td.CaptionML, table td.BodyMR
{
    font-size: 13px;
	font-family: "Arial";
}
table td.Caption, table td.CaptionTL, table td.CaptionML
{
    text-align: right;
    padding-right: 3px;
}
table td.Body, table td.BodyTR, table td.BodyMR
{
    text-align: left;
    padding-left: 4px;
}
table td.CaptionL
{
    text-align: left;
}
table td.CaptionC
{
    text-align: center;
}

table td.CaptionTL
{
    border: 1px solid #FF9999; 
    border-width: 1px 1px 1px 0px;
}
table td.BodyTR
{
    border: 1px solid #FF9999; 
    border-width: 1px 0px 1px 0px;
}
table td.CaptionML
{
    border: 1px solid #FF9999; 
    border-width: 0px 1px 1px 0px;
}
table td.BodyMR
{
    border: 1px solid #FF9999; 
    border-width: 0px 0px 1px 0px;
}
table td.Caption
{
    background-color: #F7DFCE;
}
table td.Body
{
    background-color: #FFF7EF;
}

table td.Tab
{
    font-size: 13px;
    color: #ffffff;
	font-family: "Arial";    
    white-space: nowrap;
    background-color: #FF9A9C;
}

table td.BtnRow
{
    background-color: #F7EBC6;
    height: 30px;
}

.DataSource
{
    font-size: 10px;
    color: Gray;
    font-family: "Arial";
    text-align: center;
}

/* --------------- Top ---------------- */

a.Top
{
	
}

a.Top:hover
{
	
}

/* --------------- Bottom ---------------- */

a.Bottom 
{	
	font-size: 12px;
	font-family: "Arial";
	color: white;
	text-decoration: none;
}

a.Bottom:hover
{
	POSITION: relative;	
	top: 1px;
}

.lblBottom
{
	font-size: 12px;
	font-family: "Arial";
	color: #000000;
	/*color: white;*/
}

/* --------------- Menu Left ---------------- */

table td.MenuL
{	
	font-size: 13px;
	font-family: "Arial";
	color: #1D3541; 
	text-decoration: none;
	letter-spacing: 5pt;
	width: 158px;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../Img/Menu/MenuBg.gif);	
	background-repeat: no-repeat;
	cursor: hand;
}

table td.MenuL_Sub
{
    vertical-align: middle;
    padding: 2px 0 1px 0;
	cursor: hand;
}

table td.MenuL_Sub_Dot
{
    width: 25px;
    text-align: center;
    vertical-align: top;
}

a.MenuL
{
	font-size: 13px;
	font-family: "Arial";
	color: #1D3541; 
	text-decoration: none;
	letter-spacing: 5pt;
}

a.MenuL:hover {
	text-decoration: none;	
	POSITION: relative;	
	top: 1px;
}

a.MenuL_Sub
{
	font-size: 13px;
	font-family: "Arial";
	color: #E61A0F; 
	text-decoration: none;
	letter-spacing: 3pt;
}

a.MenuL_Sub:hover {
	text-decoration: none;
	POSITION: relative;	
	top: 1px;
}

a.Pic_Sub
{
	color: Blue;
	text-decoration: none;
	
}

a.Pic_Sub:hover {
	text-decoration: none;
	POSITION: relative;	
}

a.Pick_Sub
{
	color: Red;
	text-decoration: none;
	
}

a.Pick_Sub:hover {
	text-decoration: none;
	POSITION: relative;	
}

Img.Url
{
	border: 0;
}


Li.Menu
{
    list-style-type: square;
    color: #FF1100;
}
    
.input_01 {
	BORDER-BOTTOM: #808080 1px solid;
	BORDER-LEFT: #808080 1px solid;
	BORDER-RIGHT: #808080 1px solid;
	BORDER-TOP: #808080 1px solid;
	FONT-SIZE: 13px;
	color: #666666;
}

/* --------------- Menu Top ---------------- */

a.MenuT
{
	font-size: 13px;
	font-family: "Arial";
	color: #FFFFFF; 
	text-decoration: none;
	letter-spacing: 1pt;
}

a.MenuT:hover {
	text-decoration: none;	
}

a.MenuT_Sub
{
	font-size: 13px;
	font-family: "Arial";
	color: #FFFFFF; 
	text-decoration: none;
	letter-spacing: 1pt;
}

a.MenuT_Sub:hover {
	text-decoration: none;
}

UL.MenuT
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* --------------- CSS From SKB ------------------- */

.titlered {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF0600;
}
