﻿html,
body,
form
{
    margin:0px;
    padding:0px;
    height:100%;
    background-color: #dbe2e2;
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
    background-image: url('/images/bgTop.gif');
    background-position: top;
    background-repeat: repeat-x;
}
html
{
    overflow-y: scroll;
}
a:link,
a:visited
{  
    color: #26466D; 
    text-decoration: underline;
}
a:hover
{
    color: #0000FF; 
    text-decoration: none;
}
hr
{
    color: #7792b1;
    background: #7792b1;
    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;
}
.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;
}

.pageheader
{
    font-family: Verdana; 
    font-weight: bold;
    font-size: 16px;
    color: #22316C;
}

.paragraphheader
{
    font-family: Verdana; 
    font-weight: bold;
    font-size: 16px;
    color: #27408B;
}

.bullet_header
{
    font-family: Verdana; 
    font-weight: bold;
    font-size: 13px;
    color: #27408B;
}

.button
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: verdana, arial, helvetica;
    background-color: #5D92B1;
	cursor: pointer
}

.field
{
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    BORDER-LEFT: 1px solid;
    BORDER-BOTTOM: 1px solid;
    FONT-FAMILY: verdana, arial, helvetica;
    BACKGROUND-COLOR: #eeeeee
}



