﻿html,
body
{
    margin:0px;
    padding:0px;
    height:100%;
    background-color: #000000;
    background-image: url('/images/bg.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
}
a:link,
a:visited
{  
    color: #5697e7; 
    text-decoration: none;
}
a:hover
{
    color: #5697e7; 
    text-decoration: underline;
}
hr
{
    color: #111144;
    background: #111144;
    height: 2px;
    border: 0px;
}
.footer
{
    font-size: 9px;
    color: #acacbd;
}
.footer hr
{
    margin-top: 22px;
    color: #acacbd;
    background: #acacbd;
    height: 1px;
    border: 0px;
}
.footer a:link,
.footer a:visited
{  
    color: #5286ba; 
    text-decoration: none;
}
.footer a:hover
{
    color: #5286ba; 
    text-decoration: underline;
}
em
{
    color: #51b9ff;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
}
#optiontext
{
    BORDER-RIGHT: #000000 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #000000 1px solid;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    BORDER-LEFT: #000000 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica;
    BACKGROUND-COLOR: #FFFFFF;
    FONT-VARIANT: normal
}
#button
{
    BORDER-RIGHT: #000000 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #000000 1px solid;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    BORDER-LEFT: #000000 1px solid;
    COLOR: #000000;
	CURSOR: hand;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica;
    BACKGROUND-COLOR: #FFCC00;
    FONT-VARIANT: normal
}  
.darkField
{
    background-color: #999999;
    background-position: left top;
    border: 0px;
    color: #121f29;
    font-family: Verdana;
    font-size: 11px;
	padding-left: 3px;
	font-weight:bold;
}
#form1 .darkField
{
	width: 180px;
	padding:2px;
	margin-top:5px;
}
.notice
{
	color: #ce6100;
	font-size: 12px;
}
.mainContent
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.chart
{
	border-color: #071f47;
	border-style:solid;
	border-width: 1px 0px 0px 1px;
	background-color: #e6f4fb;
}
.chart td
{
	border-color: #071f47;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	padding: 4px 8px 4px 8px;
}
.mListActiveSponsored
{
    background-image: url('/images/mListActiveSponsored.gif');
    background-repeat: no-repeat;
    padding-left: 24px;
    padding-top: 2px;
    color: #3b7b37;
    margin-bottom: 4px;
    cursor: pointer;
}
.mListActive
{
    background-image: url('/images/mListActive.gif');
    background-repeat: no-repeat;
    padding-left: 24px;
    padding-top: 2px;
    color: #3b7b37;
    margin-bottom: 4px;
    cursor: pointer;
}
.mListFreeSponsored
{
    background-image: url('/images/mListFreeSponsored.gif');
    background-repeat: no-repeat;
    padding-left: 24px;
    padding-top: 2px;
    color: #325e80;
    margin-bottom: 4px;
    cursor: pointer;
}
.mListFree
{
    background-image: url('/images/mListFree.gif');
    background-repeat: no-repeat;
    padding-left: 24px;
    padding-top: 2px;
    color: #325e80;
    margin-bottom: 4px;
    cursor: pointer;
}
.mListOpen
{
    background-image: url('/images/mListOpen.gif');
    background-repeat: no-repeat;
    padding-left: 24px;
    padding-top: 2px;
    color: #666666;
    margin-bottom: 4px;
    cursor: pointer;
}
.tinytext
{
    font-weight: normal;
    font-size: 10px;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, SansSerif
}