/* any h1 */
H1
{
                font-family: Arial;
                font-size: medium;
}
/* any h2 */
H2
{
                font-family: Arial;
                font-size: small;
}
/* all body's of pages */
BODY
{
background-color: #FFFFFF;          
background-repeat: repeat-x;
                font-family: Arial;
text-align:center; 
margin:0 auto; 
}
/* text on the reporting page */
.reportingText
 {
color: #333333;
 }
/* Cell Padding */
.TDPadding
{
                padding-right: 6px;
                padding-left: 6px;
                padding-bottom: 4px;
                padding-top: 4px;
}
/* any drop down */
SELECT
{
                font-family: Arial;
}
/* any menu */
MENU
{
                font-family: Arial;
}
/* any a tag that is a link */
a:link
{
                color: #3E5975;
}
/* any a tag that is active */
a:active
{
                color: #3E5975;
}
/* any a tag that is a visited */
a:visited
{
                color: #3E5975;
}
/* any a tag that is a hover */
a:hover
{
                color: #3E5975;
}
/* a label or span that needs small text */
.smalltext
{
                color: gray;
                font-family: Arial;
                font-size: 9pt;
                line-height: 140%;
}
/* a label or span that needs small red text */
.smallredtext
{
                color: red;
                font-family: Arial;
                font-size: 9pt;
                line-height: 140%;
}
/* 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;
}
/* 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);
}
/* div that controls any core page */
.mcpage
{
}
/* div that controls the header of any core page */
.mcheader
{
}
/* div that controls the body of any core page */
.mcbody
{
}
/* div that controls the menu of any core page */
.mcmenu
{
}
/* div that controls the content of any core page */
.mccontent
{
}
/* div that controls the footer of any core page */
.mcfooter
{
}
/* div that controls the login page */
.mcloginpage
{
text-align:center;
}
/* div that controls the header of login page */
.mcloginheader
{
}
/* div that controls the body of login page */
.mcloginbody
{
width: 400px;
}
/* div that controls the content of login page */
.mclogincontent
{
width: 100%;
}
/* div that controls any report page */
.mcreportpage
{
}
/* div that controls the body of any report page */
.mcreportbody
{
}
/* div that controls the footer of any report page */
.mcreportfooter
{
}

/*------NEW OFFERS---------*/
.new-offers table {
	width:100%;
	font-size:12px;
	color:#414141;
}
.new-offers-header {
	font-size:16px;
	letter-spacing:1px;
}
.new-offers table thead tr {
	height:41px;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
}
.new-offers table thead tr td {
	padding:0 20px;
	background-image: url(http://www.linktrust.com/images/affiliatecentertemplates/template-default/table-head-back.png);
	background-repeat:no-repeat;
}
.firstcell { background-position: left; }
.midcell { background-position: center; }
.lastcell { background-position: right; }

.new-offers table tbody td {
	padding:10px 20px;
	font-size:12px;
}
.new-offers table tbody td a {
	color:#22A2DC;
	text-decoration:underline;
}
.new-offers table tbody td a:hover {
	color:#6CD7F4;
}
.new-offers table tfoot td{
	height:18px;
	background-image: url(http://www.linktrust.com/images/affiliatecentertemplates/template-default/table-foot-back.png);
	background-repeat:no-repeat;
}
.payout-text {
	color:#00931F;	
}
tr.rowcolor td {
	background-color:#e8e8e8;	
}
tr.altrow td {
	background-color:#ffffff;
}
.footer {
	height:52px;
	color:#888;
	font-size:10px;
	background-image: url(http://www.linktrust.com/images/affiliatecentertemplates/template-default/footer.gif);
	background-repeat:no-repeat;
	border-top:dotted 1px #888;
	text-align:center;
                line-height:30px;
                padding-top:9px;
}
.reportheader{
font-size:19px;
font-weight: normal;
font-family: Calibri, Arial;
color:#80c342;
}



