/* Controls the Body tags of all pages */
BODY {
	background-image: url(http://triadmedia.com/linktrust_ac/bg.gif);
	background-repeat: repeat-x;
	background-color:#1c2122;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding:0;
	color:#333;
	font-size:12px;
}
/* Controls all text on the Reporting page */
.reportingText {
	color: #333;
}
/* Controls all cell Padding for tables*/
.TDPadding {
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 4px;
	padding-top: 4px;
}
/* Controls all drop down textboxes*/
SELECT {
	font-family:Arial, Helvetica, sans-serif;
}
/* Controls all Menu tags*/
MENU {
	font-family:Arial, Helvetica, sans-serif;
}
/* Controls all a tags that is a hyperlink */
a {
	color: #61ab00;
	text-decoration: none;
}
/* Controls all a tags that is an active hyperlink*/
a:active {
	color: #61ab00;
	text-decoration: none;
}
/* Controls all a tags that is a visited hyperlink*/
a:visited {
	color: #61ab00;
	text-decoration: none;
}
/* Controls all a tags that is a hover hyperlink*/
a:hover {
	color: #61ab00;
	text-decoration: none;
}
/* Controls all 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%;
}
/* Controls all fieldsets */
FIELDSET {
	background-color:#7a8182;
        color:#000;
}
/* Controls all inner fieldsets */
.fs1 {
	background-color:#7a8182;
}
/* Controls all legend or label of a fieldset */
LEGEND {
	font-weight:bold;
	color: #ccc;
}
/* Controls all strong tags */
STRONG {
	color: #706e6f;
}
/* Controls all buttons */
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 all textboxes */
INPUT.textbox {
	background-image: url(../images/button_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
/* Controls all H1 tags*/
H1 {
	font-family: Calibri, Arial;
	font-size: medium;
}
/* Controls all H2 tags*/
H2 {
	font-family: Calibri, Arial;
	font-size: small;
}
/* controls all H$ tags*/
H4 {
	color: #666666;
}
/* Controls all tables */
Table {
	font-size: 8pt;
	font-family: Arial, Verdana, Trebuchet MS, Sans-Serif, Geneva, Helvetica, Times New Roman;
}
/*Controls the header row of all reporting grids on report pages*/
.HeaderRow {
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	background-color: #666;
	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 My Offers and Request Offers grids  */
.DBTD {
	font-size: 10px;
	font-family: Arial;
	border-width: 1px;
	border-style: none;
	border-collapse: collapse;
}
/* controls alternating Rows in the My Offers and Request Offers grids*/
.alternatingitemstyle {
	background-color: #ffffff;
}
/* controls the row of the My Offers and Request Offers grids*/
.itemstyle {
	background-color: #efefef;
}
/* controls the right side of the offer page grid */
.offerpagerightside {
	background-color: #e1e1e1;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 4px;
	padding-top: 4px;
}
/* controls the hover over on a row of the My Offers and Request Offers pages*/
.rowhover {
	background-color: #fcfcd2;
}
/* controls the color on a selected rows of the My Offers and Request Offers pages */
.rowhighlight {
	background-color: #FFFF99;
}
/* controls the textboxs of the date range in any report criteria*/
.dddate {
	width:75px;
}
/* div that controls any core page outermost container - not pages that popout*/
.acpage {
	margin:34px auto;
	width:1100px;
}
/* div that controls the header of any core page - no header on pages that popout*/
.acheader {
	background-image: url(http://triadmedia.com/linktrust_ac/header.jpg);
	width: 1100px;
	height:113px;
	margin:0 auto;
}
/* div that controls the body of any core page - not pages that popout*/
.acbody {
	width: 1100px;
}
/* div that controls the menu of any core page - no menu on pages that popout*/

.acmenu {
	width: 1100px;
	height:35px;
	background-image: url(http://triadmedia.com/linktrust_ac/menu-bg.gif);
}
/* div that controls the content of all core pages - not pages that popout*/
.accontent {
	width: 1080px;
	padding:0 10px 10px 10px;
	text-align: left;
	background-image: url(http://triadmedia.com/linktrust_ac/297.gif);
	background-repeat:repeat-x;
	background-color:#333839;
        min-height:350px;
}
/* div that controls the footer of all core pages - no footer on pages that popout*/
.acfooter {
	width: 1100px;
	text-align: left;
	margin: auto;
}
/* div that controls the outermost container of the login page*/
.acloginpage {
	width: 100%;

}
/* div that controls the header of login page */
.acloginheader {
	width: 80%;
        margin:0 auto;
}
/* div that controls the body of the login page */
.acloginbody {
	margin-top: 50px;
	width: 100%;
}
/* div that controls the content within the body of the login page */
.aclogincontent {
	width: 100%;
	text-align: left;
	margin: auto;
}
/* div that controls the footer of the login page */
.acloginfooter {
	width: 900px;
        margin:0 auto;
}
/* div that controls the outermost container of any report page */
.acreportpage {
	width: 1000px;
	margin: auto;
}
/* div that controls the body of any report page */
.acreportbody {
	margin-top: 70px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}
/* div that controls the footer of any report page */
.acreportfooter {

}

/* Custom*/

.clear {
	clear:both;
}
.acmenu-item {
	float:left;
	text-transform:uppercase;
	text-align:center;
	line-height:24px;
	font-weight:bold;
}
.acmenu-item a:link {
	height:35px;
	width:130px;
	font-size:12px;
	text-decoration:none;
	display:block;
	background-image: url(http://triadmedia.com/linktrust_ac/nav-home.gif);
	color:#fff;
}
.acmenu-item a:visited {
	height:35px;
	width:130px;
	font-size:12px;
	text-decoration:none;
	display:block;
	background-image: url(http://triadmedia.com/linktrust_ac/nav-home.gif);
	color:#fff;
}
.acmenu-item a:hover {
	height:35px;
	width:130px;
	font-size:12px;
	text-decoration:none;
	display:block;
	background-image: url(http://triadmedia.com/linktrust_ac/nav-home.gif);
	background-position: 0 -35px;
	color:#bee689;
}
.acmenu-item a:active {
	height:35px;
	width:130px;
	font-size:12px;
	text-decoration:none;
	display:block;
	background-image: url(http://triadmedia.com/linktrust_ac/nav-home.gif);
	background-position: 0 -70px;
	color:#fff;
}
.menu-cap {
	height:35px;
	width:8px;
	background-image: url(http://triadmedia.com/linktrust_ac/menu-cap.gif);
	float:right;
}
.menu-bottom {
	height:10px;
	background-image: url(http://triadmedia.com/linktrust_ac/menu-bottom.gif);
        margin-bottom:12px;
}
.accontent-top {
	height:10px;
	background-image: url(http://triadmedia.com/linktrust_ac/298.gif);
}
.accontent-bottom {
	height:10px;
	background-image: url(http://triadmedia.com/linktrust_ac/299.gif);
}
.home-content {
	width: 1071px;
	margin: auto;
}
.home-content-top {
	height:14px;
	background-image: url(http://triadmedia.com/linktrust_ac/328.gif);
	background-repeat:no-repeat;
}
.home-content-bottom {
	height:14px;
	background-image: url(http://triadmedia.com/linktrust_ac/329.gif);
	background-repeat:no-repeat;
}
.home-left {
	width:271px;
	float:left;
}
.green-borders {
	border-left:solid 1px #61ab00;
	border-right:solid 1px #61ab00;
	background-color:#fff;
	color:#000;
}
.home-left-hr1 {
	height:1px;
	border-bottom:solid 1px #f0f0f0;
	margin:5px 0;
}
.home-left-hr2 {
	height:1px;
	border-bottom:solid 1px #d9d9d9;
	margin:5px 0;
}
.home-left-bottom {
	width:271px;
	height:15px;
	background-image: url(http://triadmedia.com/linktrust_ac/335.gif);
	background-repeat:no-repeat;
	float:left;
}
.home-right {
	width:766px;
	height:915px;
	float:right;
	border-right:solid 1px #61ab00;
}
.welcome-text {
        color:#ccc;
        padding:12px 15px 12px 0;
}
.manager-box {
	padding:4px 0 0 18px;
	background-color:#61ab00;
	color:#fff;
}
.box-bottom {
	height:12px;
	background-image: url(http://triadmedia.com/linktrust_ac/332.gif);
	background-repeat:no-repeat;
}
.manager-photo {
	width:80px;
	height:80px;
	float:left;
	margin-bottom:6px;
}
.manager-info {
	padding:0 0 8px 90px;
	font-size:11px;
}
.manager-info a {
	color:#fff;
}
.manager-info a:hover {
	color:#bee689;
}
.section-head {
	height:20px;
	width:735px;
	background-image: url(http://triadmedia.com/linktrust_ac/365.gif);
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	padding-left:24px;
        margin-bottom:12px;
        color:#fff;
}
.offer-box {
	width:185px;
	margin:15px 0 22px 0;
	text-align:center;
	line-height:18px;
	font-size:11px;
	float:left
}
.offer-box a {
	color:#61ab00;
}
.offer-box a:hover {
	color:#bee689;
}
.commission-info {
	padding:0 0 0 35px;
	color:#000;
}
.commissions-bottom {
	width:270px;
	height:14px;
	background-image: url(http://triadmedia.com/linktrust_ac/334.gif);
	background-repeat:no-repeat;
}
.red {
	color:#cc0000;
}
.quicklinks-head {
	padding:12px 0 8px 22px;
	color:#cc0000;
	font-weight:bold;
	font-size:14px;
}
.quicklinks {
	margin-left:22px;
	padding-left:16px;
	line-height:20px;
}
.quicklinks a {
	color:#cc0000;
	text-decoration:none
}
.quicklinks a:hover {
	color:#ff3333;
}
.news-wrapper {
	width:271px;
	height:383px;
	border-left:solid 1px #61ab00;
	padding-top:33px;
        color:#fff;
}
#news {
	PADDING: 0px;
	LINE-HEIGHT: 14px;
	MARGIN: 0px;
	WIDTH: 264px;
	HEIGHT: 288px;
	SCROLLBAR-TRACK-COLOR:#1a1a1a;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #181b1c;
	SCROLLBAR-BASE-COLOR: #464c4d;
	OVERFLOW: auto;
        color:#fff;
}
#news P {
	PADDING: 5px 10px 0 20px;
        color:#fff;
}
#news-area P {
	PADDING: 0px;
	MARGIN: 0px;
        color:#fff;

}
#news H1 {
	MARGIN: 0px;
	PADDING-LEFT: 20px;
	COLOR: #ffffff;
	FONT-SIZE: 13px;
}
#footer-top {
	width:870px;
	height:45px;
	margin:0 auto;
	PADDING-TOP: 15px;
	text-align:center;
	FONT-SIZE: 10px;
	color:#fff;
	background-image: url(http://triadmedia.com/linktrust_ac/300.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
#footer-top a {
	COLOR: #fff;
}
#footer-top a:hover {
	COLOR: #ccc;
}