/* Any H1 tag*/
H1
{
                font-family: tahoma;
                font-size: medium;
}

/* Any H2 tag*/
H2
{
                font-family: tahoma;
                font-size: small;
}

/* Body tags of all pages */
BODY
{
		         
background-image: url(http://www.linktrust.com/images/affiliatecentertemplates/template4/template4_pagebg.gif);
background-repeat: repeat-x;
font-family: tahoma;
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: tahoma;
}

/* Any Menu tag*/
MENU
{
font-family: tahoma;
}

/* 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: tahoma;
                font-size: 9pt;
                line-height: 140%;
}

/* A label or span that needs small red text */
.smallredtext
{
                color: red;
                font-family: tahoma;
                font-size: 9pt;
                line-height: 140%;
}
/* controls  */
.TableHeading
{
	color: #ffffff;
	font-weight: bold;
	font-size: smaller;
}
/* controls  */
.DBTD
{
	font-size: 10px;
	font-family: Arial;
	border-width: 1px;
	border-style: none;
	border-collapse: collapse;
}
/* controls  */
.alternatingitemstyle
{
	background-color: #ffffff;
}
/* controls  the alternating row of the My Offers and Request Offers grids*/
.itemstyle
{
	background-color: #e9f0f4;
}
/* controls  */
.commLink
{
	text-decoration: underline;
}

/* Controls any fieldset */
FIELDSET
{
                background-image: url(../images/bg_fieldset.gif);
                background-repeat: repeat-x;
}

/* Controls any internal fieldset */
.fs1
{
                background-image: url(../images/bg_fieldset2.gif);
                background-repeat: repeat-x;
}

/* Controls any legend or label of the fieldset */
LEGEND
{
                font-weight:bold;
                color: #706e6f;
}

/* Controls any strong tag */
STRONG
{
                color: #706e6f;
}

/* Controls 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;
}

/* Controls any textbox */
INPUT.textbox
{
    background-image: url(../images/button_bg.gif);
    background-repeat: repeat-x;
    background-position: left top;
}

/* controls any H$ */
H4
{
    color: #666666;
}

/* Controls any table */
Table
{
    font-size: 8pt;
    font-family: Arial, Verdana, Trebuchet MS, Sans-Serif, Geneva, Helvetica, Times New Roman;
}
/* controls  */
.tableHeader 
{
	color: #666666; 
    background-color: #ddf5fd;
	font-weight: bold;
}
/* controls  */
a.HeaderLinkButton 
{
	color: #666666;
}

/* controls  */
.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: #ffffff;
    font-size: 9pt;
    font-weight: bold;
background-color: #f58220;     
    border-collapse: collapse;
    vertical-align: bottom;
}
/* controls the data row of the My Offers and Request Offers grid*/
.DataRow
{
    background-color: #cccccc;
    font-size: 8pt;
}
/* controls the alternating data row of the My Offers and Request Offers grid*/
.AlternatingDataRow
{
    background-color: #ffffff;
    font-size: 8pt;
}
/* controls  */
.FooterRow
{
    background-color: #ffffff;
    font-size: 8pt;
    font-weight: bold;
    color:#999999;
}
/* controls  */
.PagerLink
{
	font-size : 8pt;
}
/* controls  */
.PagerCurrentPage 
{
	font-size : 9pt;
	font-weight : bold;
}
/* controls  */
.suspendedAffiliate
{
color : Red;
}
/* controls  */
.reportTitle
{
font-size: 12pt;
color : Red;
}
/* controls  */
.dddate
{
	width:75px;
}

/* div that controls any core page */
.acpage
{

}

/* div that controls the header of any core page */
.acheader
{
width: 1275px;
text-align: left;
margin: auto;
}

/* div that controls the body of any core page */
.acbody
{
width: 1275px;
background-color: #ffffff;
text-align: left;
margin: auto;
}

/* div that controls the menu of any core page */
.acmenu
{
width: 1275px;
background-color: #ffffff;   
margin: auto;
}

/* div that controls the content of any core page */
.accontent
{
width: 1275px;
margin-top: 10px;
margin: auto;
}

/* div that controls the footer of any core page */
.acfooter
{
width: 1275px;
text-align: left;
margin: auto;
}

/* div that controls the login page */
.acloginpage
{
width: 1275px;
}

/* div that controls the header of login page */
.acloginheader
{
width: 1275px;
}

/* div that controls the body of the login page */
.acloginbody
{
margin-top: 100px;
width: 1275px;
}

/* div that controls the content of the login page */
.aclogincontent
{
width: 1275px;
text-align: left;
margin: auto;
}

/* div that controls the footer of login page */
.acloginfooter
{
width: 1275px;
}

/* div that controls any report page */
.acreportpage
{
width: 1000px;
margin: auto;
}

/* div that controls the body of any report page */
.acreportbody
{
margin-top: 100px;
margin-left: 10px;
margin-right: 10px;
text-align: left;
}

/* div that controls the footer of any report page */
.acreportfooter
{
}
/* controls the right side of the offer pages */
.offerpagerightside
{
                background-color: #d2dee6;
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 4px;
    padding-top: 4px;
}

/* controls the hover over on a row */
.rowhover
{
                background-color: #f1f7f8;
}

/* controls the color on a selected row */
.rowhighlight
{
                background-color: #eef1f2;
}

