/* Any H1 tag*/
H1
{
                font-family: Calibri, Arial;
                font-size: medium;
}

/* Any H2 tag*/
H2
{
                font-family: Calibri, Arial;
                font-size: small;
}

/* Body tags of all pages */
BODY
{
		background-color: #f7f8fa;          
		background-repeat: repeat-x;
                font-family: Calibri, Arial;
}

/* Text on the Reporting page */
.reportingText
 {
		color: #333333;
 }

/* Cell Padding for tables*/
.TDPadding
{
                padding-right: 6px;
                padding-left: 6px;
                padding-bottom: 4px;
                padding-top: 4px;
}

/* Any drop down textbox*/
SELECT
{
                font-family: Calibri, Arial;
}

/* Any Menu tag*/
MENU
{
                font-family: Calibri, Arial;
}

/* Any a tag that is a hyperlink */
a:link
{
                color: #3E5975;
}

/* Any a tag that is an active hyperlink*/
a:active
{
                color: #3E5975;
}
/* Any a tag that is a visited hyperlink*/
a:visited
{
                color: #3E5975;
}

/* Any a tag that is a hover hyperlink*/
a:hover
{
                color: #3E5975;
}

/* Any body title text*/
.bodytitletext
{
	font-size: small;
	font-weight: bold;
}

/* A label or span that needs small text */
.smalltext
{
                color: gray;
                font-family: Calibri, Arial;
                font-size: 9pt;
                line-height: 140%;
}

/* A label or span that needs small red text */
.smallredtext
{
                color: red;
                font-family: Calibri, Arial;
                font-size: 9pt;
                line-height: 140%;
}

.TableHeading
{
	background-color: #000099;
	color: #ffffff;
	font-weight: bold;
	font-size: smaller;
}

.DBTD
{
	font-size: 10px;
	font-family: Arial;
	border-width: 1px;
	border-style: none;
	border-collapse: collapse;
}

.alternatingitemstyle
{
	background-color: #E5E6E7;
}

.itemstyle
{
	background-color: #DEDFE0;
}

.commLink
{
	text-decoration: underline;
}

/* any fieldset */
FIELDSET
{
                background-image: url(../images/bg_fieldset.gif);
                background-repeat: repeat-x;
}

/* any internal fieldset */
.fs1
{
                background-image: url(../images/bg_fieldset2.gif);
                background-repeat: repeat-x;
}

/* any legend or label of the fieldset */
LEGEND
{
                font-weight:bold;
                color: #3e5975;
}

/* any strong tag */
STRONG
{
                color: #3e5975;
}

/* any button */
INPUT.button
{
    background-image: url(../images/button_bg.gif);
    background-repeat: repeat-x;
    background-position: left top;
    border-top: 1px #B4B4B4 solid;
    border-left: 1px #B4B4B4 solid;
    border-right: 1px #727272 solid;
    border-bottom: 1px #727272 solid;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
    font-size: 8pt;
}

/* any textbox */
INPUT.textbox
{
    background-image: url(../images/button_bg.gif);
    background-repeat: repeat-x;
    background-position: left top;
}

/* any H$ */
H4
{
    color: #008000;
}

/* any table */
Table
{
    font-size: 8pt;
    font-family: Arial, Verdana, Trebuchet MS, Sans-Serif, Geneva, Helvetica, Times New Roman;
}

.tableHeader 
{
	color: White; 
	background-color: #5D7B9D; 
	font-weight: bold;
}

a.HeaderLinkButton 
{
	color: White;
}

.BGCorpGreen
{
    background-color: #5D7B9D;
    color: #006600;
}

.ReportTable
{
    font-family: Arial;
    border-collapse: collapse;
    border-width: 1px 1px 1px 1px;
    border-spacing: 0px;
    border-color: rgb(227, 234, 235) rgb(227, 234, 235) rgb(227, 234, 235) rgb(227, 234, 235);
}

.HeaderRow
{
    color: #ffffff;
    font-size: 9pt;
    font-weight: bold;
    background-color: #5d7b9d;
    border-collapse: collapse;
    vertical-align: bottom;
}

.DataRow
{
    background-color: #e3eaeb;
    font-size: 8pt;
}
.AlternatingDataRow
{
    background-color: #ffffff;
    font-size: 8pt;
}

.FooterRow
{
    background-color: #ffffff;
    font-size: 8pt;
    font-weight: bold;
    color:#999999;
}

/* any a tag that is a link */
a:link
{
    color: rgb(93, 123, 157);
}

/* any a tag that was visited */
a:visited
{
    color: rgb(93, 123, 157);
}

.PagerLink
{
	font-size : 8pt;
}

.PagerCurrentPage 
{
	font-size : 9pt;
	font-weight : bold;
}
.suspendedAffiliate
{
	color : Red;
}

.reportTitle
{
	font-size: 12pt;
}

.dddate
{
	width:75px;
}
/* div that controls any core page */
.acpage
{
}
/* div that controls the header of any core page */
.acheader
{
}
/* div that controls the body of any core page */
.acbody
{
}
/* div that controls the menu of any core page */
.acmenu
{
}
/* div that controls the content of any core page */
.accontent
{
}
/* div that controls the footer of any core page */
.acfooter
{
}
/* div that controls the login page */
.acloginpage
{
text-align:center;
}
/* div that controls the header of login page */
.acloginheader
{
}
/* div that controls the body of login page */
.acloginbody
{
width: 100%;
}
/* div that controls the contentof login page */
.aclogincontent
{
width: 100%;
}/* div that controls the footer of login page */
.acloginfooter
{
}
/* div that controls any report page */
.acreportpage
{
}
/* div that controls the body of any report page */
.acreportbody
{
}
/* div that controls the footer of any report page */
.acreportfooter
{
}