body {
	margin: 0px;	
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: 12px; 
}
/* for images in sizer div */
div#sizer img {
    margin-right:2px;
    }

/* Basic Layout Class */
.mt_bgcolor{
background-color:#998877;
}

.menu_bgcolor{
background-color:#FFF8F0;
}

.body_bgcolor{
background-color:#FFFFFF;
}

.rmenu_bgcolor{
background-color:#FFFFFF;
}
/* Basic Layout Class */

/* Header Template Class */
.info_text{
color:#000000;
font-size:24px;
font-family:Trebuchet MS;
}

.counter_text{
color:#c58806;
font-size:24px;
font-family:Trebuchet MS;
}

.header_left_button{
background-image:url(images/button_left.gif);
}

.header_right_button{
background-image:url(images/button_right.gif);
}

.header_bg_button{
background-image:url(images/button_bg.gif);
}

.top_background{
background-image:url(images/top_bg.gif);
}
/* Header Template Class */


/* Footer Template Class */
.strip{
background-color:#c54206;
}
.partner_site{
background-color:#eeeeee;
}

/* Footer Template Class */


/* common CSS */
.stdTable
{
border:1px solid #c58806;
}

.light1 {
	border:1px solid #E9D0AB;
}

.small 
{
	font-size:13px; 
	color:#000000; 
	text-decoration:none;
}

a.small{
	font-size 		: 8pt;
	color 			: #ffcc99;
	font-weight		: bold;
}
a.small:link   	{ text-decoration: none; color : #ffffff; }
a.small:visited 	{ text-decoration: none; color : #ffffff; }
a.small:hover		{ text-decoration: none; color : #ffcc99; }



.norepet {
	background-repeat: repeat-x;
}

a{
	font-size 		: 8pt;
	color 			: #000000;
	font-weight		: bold;
}
a:link   	{ text-decoration: none; color : #000000; }
a:visited 	{ text-decoration: none; color : #000000; }
ahover		{ text-decoration: underline; color : #990000; }


input.stdButton { 
	color:#ffffff; 
	background-color:#333333; 
	font-weight:bold; 
	border: 1px solid #333333
}


input {
color:#000000;
}
.textbox 
{
	color:#006699;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #999999;
}



.errorMsg{
	color:#FF0000;
}
.stdHead
{
	background-color:#c58806;
/*	border: 1px solid #000000; */
	font-weight:bold; 
	color:#FFFFFF;
	text-align:center;
}


tr.list_A{
background-color:#ffEDD6; color:#000000;
}
tr.list_B{
background-color:#ffF8F0; color:#000000;
}

td.main_bg{
	background-image:url(images/main_bg.gif);
}
td.main_bg_left{
	background-image:url(images/main_left.gif);
}
td.main_bg_right{
	background-image:url(images/main_right.gif);
}
td.stats_user_login{
	background-image:url(images/stats_user_login.gif);
}
td.account_detail{
	background-image:url(images/account_detail.gif);
}







/* for glowing tabs */



.glowingtabs{
float:left;
line-height:normal;
border-bottom: 1px solid #7e9fff; /*Add border strip to bottom of menu*/
/*
width:100%;
border-bottom: 1px solid #7e9fff; /*Add border strip to bottom of menu*/

}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
background:url(images/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(images/glowtab.gif) no-repeat right top;
padding: 5px 12px 3px 3px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: black;
}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

.glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}

.signup_bg {background-color:#99ccff; border: 1px solid #000;}
/* common CSS */
