/* 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: #c1c0c1;          
		background-repeat: repeat-x;
                                font-family: Calibri, Arial;
margin-top:0px;
margin-left:0px;
margin-right:0px;
text-align: center;                                
}

/* 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
{
color: #666666;
text-decoration: none;
}

/* Any a tag that is an active hyperlink*/
a:active
{
color: #666666;
text-decoration: none;
}

/* Any a tag that is a visited hyperlink*/
a:visited
{
color: #666666;
text-decoration: none;
}

/* Any a tag that is a hover hyperlink*/
a:hover
{
color: #666666;
text-decoration: none;
}

/* 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
{
	color: #666666;
	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: #706e6f;
}

/* any strong tag */
STRONG
{
                color: #706e6f;
}

/* 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: #666666; 
	background-image:url('http://www.linktrust.com/images/affiliatecentertemplates/template2_menu.gif');
	font-weight: bold;
}

a.HeaderLinkButton 
{
	color: #666666;
}

/*This sets the header row in the creatives grid*/
.BGCorpGreen
{
    background-image:url('http://www.linktrust.com/images/affiliatecentertemplates/template2_menu.gif');
    color: #666666;
}

.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);
}

/*This sets the header row of reporting grids*/
.HeaderRow
{
    color: #666666;
    font-size: 9pt;
    font-weight: bold;
    background-image:url('http://www.linktrust.com/images/affiliatecentertemplates/template2_menu.gif');
    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;
}

.PagerLink
{
	font-size : 8pt;
}

.PagerCurrentPage 
{
	font-size : 9pt;
	font-weight : bold;
}

.suspendedAffiliate
{
color : Red;
}

.reportTitle
{
font-size: 12pt;
color : Red;
}

.dddate
{
	width:75px;
}

/* div that controls any core page */
.acpage
{

}

/* div that controls the header of any core page */
.acheader
{
width: 980px;
text-align: left;
margin: auto;
}

/* div that controls the body of any core page */
.acbody
{
width: 980px;
background-color: #ffffff;
text-align: left;
margin: auto;
}

/* div that controls the menu of any core page */
.acmenu
{
width: 980px;
background-color: #ffffff;   
margin: auto;
}

/* div that controls the content of any core page */
.accontent
{
width: 980px;
margin-top: 10px;
margin: auto;
}

/* div that controls the footer of any core page */
.acfooter
{
width: 980px;
text-align: left;
margin: auto;
}

/* div that controls the login page */
.acloginpage
{
width: 980px;
background-color: #ffffff;
}

/* div that controls the header of login page */
.acloginheader
{
width: 980px;
}

/* div that controls the body of the login page */
.acloginbody
{
width: 980px;
}

/* div that controls the content of the login page */
.aclogincontent
{
width: 980px;
text-align: left;
margin: auto;
}

/* div that controls the footer of login page */
.acloginfooter
{
width: 980px;
}

/* div that controls any report page */
.acreportpage
{
width: 1000px;
background-color: #ffffff;
margin: auto;
}

/* div that controls the body of any report page */
.acreportbody
{
margin-left: 10px;
margin-right: 10px;
text-align: left;
background-color: #ffffff;
}

/* div that controls the footer of any report page */
.acreportfooter
{
background-color: #ffffff;
}
