/* ---- START: Global Styles ---- */
a:link, a:active, a:visited {
	text-decoration: none;
	color:#324E8D;
}

a:hover {
	text-decoration: underline;
	color: #324E8D;
}

.bluebar {
	background-image: url(/images/blue_tile_20.gif);
	background-repeat: repeat-x;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
.orangebar {
	background-image: url(/images/orange_tile_20.gif);
	background-repeat: repeat-x;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
.greenbar2 {
	background-image: url(/images/green2_tile_20.gif);
	background-repeat: repeat-x;
	height: 20px;
	padding: 0px 0px 0px 5px;
	color: #FFFFFF;
	font-weight: bold;
}
.greenBox {
	background-color: #fff;
	border: 1px solid #CCCCCC;
}
.bluebar_bot {
	background-image: url(/images/blue_tile_40.gif);
	background-repeat: repeat-x; 
	height: 37px;
	color: #FFFFFF;
	font-weight: bold;
} 
.latest_news {
	background-image: url(/images/blue_tile_40.gif);
	background-repeat: repeat-x; 
	height: 37px;
	color: #FFFFFF;
	font-weight: bold;
}
.white_news a:link, .white_news a:active, .white_news a:visited {
	color: #fff;
}
.white_news a:hover {
	text-decoration:underline;
}

.bluebar_bot td {
	padding: 0px 3px;
}

.bluebar_bot a {
	color: #ffffff;
}
.blueBox {
	background-color: #D3E1F8;
	border: 1px solid #003366;
}
.bluebar h3 {
	color: #FFFFFF;
	margin: 0px;
}

body {
	margin-bottom: 300px;
}

iframe {
}

img {
   behavior: url("/css/pngbehavior.htc");
}

body, input, select, textarea, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;	
}

#body_main {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.error {
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}

#flash_welcome {
	width: 176px;
	padding: 0px;
	margin: 0px;
}

#forget_pass {
	position: absolute;
	top: 100px;
	left: 270px;
}

form {
	margin: 0px;
}

.greenbar {
	background-image: url(/images/green_tile_20.gif);
	background-repeat: repeat-x;
	height: 20px;
	color: #19527A;
	font-weight: bold;
}

.greenbar h3 {
	color: #19527A;
	margin: 0px;
}

h1 {
	font-size: 20px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #19527A;
}

h2 {
	font-size: 16px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #B74949;
}

h3 {
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #808D4E;
}

#help_pop {
	position: absolute;
	width: 350px;
	left: 214px;
	top: 20px;
	z-index: 1000;
	display: none;
	background-color: #4599CC;
	border: 1px solid #c7c7c7;
	overflow: none;
	padding: 5px;
	text-align: left;
	color: #fff;
	font-size: 11px;
}

hr {
	border: none;
	height: 1px;
	color: #66CC66;
	background-color: #3E87C1;
}
#login_bot {
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 4px;
}
#login_bot_links {
	margin-top: 5px;
	margin-bottom: 2px;
}
#login_box {
}
#login_enter {
	width: 100%;
	text-align: right;
}
#login_enter a {
	font-size: 10px;
}
#login_entry {
	margin: 5px;
}
.login_fields {
	text-align: right;
}
.login_fields input {
	width: 220px;
}
#login_title {
	padding: 3px 5px;
}
#login_title a:link, #login_title a:active, #login_title a:visited, #login_title a:hover {
	color: #FFFFFF;
	font-size:10px;
	position: absolute;
	top: 3px;
	right: 5px;
}
#login_options {
	font-size: 11px;
}
#main_container {
	position: relative;
	width: 100%;
}

.nopad {
	padding: 0px;
}

.preload {
	position: absolute;
	top: -10000px;
	left: -10000px;	
}

.redtext {
	color: #CC3300;
}
/* ---- END: Global Styles ---- */

/* ---- START: HomePage Styles ---- */
.icons {
	display: inline;
}

.prod_commission {
	text-align: right;
}

#prod_list {
	width: 305px;
	padding: 3px;
	border: 1px solid #19527A;
}

#prod_list a:link, #prod_list a:active, #prod_list a:visited {
	text-decoration: none;
	color: #19527A;
}

#prod_list a:hover {
	text-decoration: none;
	color: #B74949;
}

#prod_list td {
	/*border-bottom: 2px solid #FFFFFF;*/
}

.oddOff {
	background-color: #E8F6FF;
	cursor: pointer;
	height: 20px;
	margin-bottom: 2px;
	overflow: hidden;
}

.oddOn {
	background-color: #E1F6C0;
	cursor: pointer;
	height: 20px;
	margin-bottom: 2px;
	overflow: hidden;
}

.evenOff {
	background-color: #F7F7F7;
	cursor: pointer;
	height: 20px;
	margin-bottom: 2px;
	overflow: hidden;
}

.evenOn {
	background-color: #E1F6C0;
	cursor: pointer;
	height: 20px;
	margin-bottom: 2px;
	overflow: hidden;
}
.smallText {
	font-size: 10.5px;
}
.smallWhiteText {
	font-size: 10.5px;
	color: #FFFFFF;
}
.smallWhiteText a{
	font-size: 10.5px;
	color: #FFFFFF;
}

.menuItem {
	background-color: #FFFFFF;
	cursor: pointer;
}
.newItems{
	position: relative;
	width: 10px;
	float: left;
	padding: 8px 0px 0px 5px;
	color: #333;
	font-size:11px;
	font-weight:200;
}
.whatsnew_box {
	border: 1px solid #3e87c1;
	border-top: none;
	background-color: #fafafa;
	padding: 4px;
}
.whatsnew_box ul {
	margin: 7px 0px 7px 15px;
	padding: 7px 0px 7px 15px;
}
.blue_bdr {
	
}
.firstlogin ul {
	margin: 7px 0px 7px 15px;
	padding: 7px 0px 7px 15px;
}
/* ---- END: HomePage Styles ---- */

/* ---- START: Contact Page ---- */
.tbl_grid {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-spacing: 1px;
}

.tbl_grid td {
	padding: 3px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-spacing: 1px;
}

.contact_form {
	background-color: #F0F0F0;
	border: 1px solid #19527A;
	border-spacing: 1px;
	width: 100%;
}

.contact_form td {
	padding: 1px 5px;
}

#contact_submit {
	padding: 15px 5px;
}


/* ---- END: Contact Page ---- */

/* ---- START: Product Page ---- */

.product_page_container {
	position: relative;
	width: 240px;
}
.product_page_headings {
	position:relative;
	width: 100px;
	padding: 3px 0px 3px 0px;
	font-weight:bold;
	float:left;
}.product_page_headings_links {
	position:relative;
	width: 230px;
	padding: 0px 0px 0px 0px;
	margin-left:3px;
	font-weight:bold;
	float:left;
}
.product_page_stats {
	position:relative;
	width: 100px;
	padding: 0px;
	float:left;
}
.product_page_links {
	border: 1px solid #c7c7c7;
	background-color:#4292C8;
	color: #fff;
	overflow: hidden;
}
.product_pic_icons {
	position: relative;
	
}
/* ---- END: Product Page ---- */
.hide { display: none; }
.show { display: block; position: relative; }

/* ---- START: Banner Page ---- */

.banner_container { 
	display:block; 
	position:relative; 
	width: 720px; 
	border: 1px solid #c7c7c7; 
	background-color:#D3E1F8; 
	padding: 10px 0px 10px 0px; 
}
.banner_size {
	display: block; 
	position:relative; 
	width: 370px; 
	border:1px solid #999999; 
	background-color:#fff; 
	padding:4px; 
	margin: 0px 0px 0px 0px; 
	z-index:0;

}
.banner_size_cont {
	width: 382px;
	float:right;
}
.banner_link { 
	display: block; 
	position: relative; 
	width: 320px;
}
.banner_thm {
	position: relative;
}
.banner_full {
	display: none;
}
a:hover .banner_full {
	display: block; 
	position:absolute; 
	top:0px; 
	left: 60px;
}
.imagelink { 
	display: block; 
	position: relative; 
	width: 320px;
	float:left;
}
.imagelink a:active, .imagelink a:visited, .imagelink a:hover { 
	font-size: 13px;
}
.code_highlight {
	background-color:#CCFF00;
}	
.hover_btn {
display: block;
width: 106px;
}
.ban_help_pop {
	position: absolute;
	left: 100px;
	top:50px;
	border:1px solid #fff;
	background-color: #4190C6;
	width: 400px;
	color: #fff;
	padding: 5px;
	z-index: 60000;
 }
.ban_help_pop a {
color: #C4DC46;
}
/* ---- END: Banner Page ---- */

.clear {
	clear: both;
}
.noResults {
text-align: center;
font-weight: bold;
color: red;
}
.dbl_link a:link, .dbl_link a:visited, .dbl_link a:active, .dbl_link a:hover {
	text-decoration: none;
	color:#0099CC;
	border-bottom: dotted 1px #003333;
}
.dbl_link a:hover {
	color:#003399;
}

.campaignsTable{
background-color:#FCFBE2;
border:1px solid #AEB6BE;
}

#campaignHolder{
	display: block;
	background: #FCFBE2;
	border: 2px solid #AEB6BE;

	height: 150px;
	overflow: auto;
}

.campaign_normal
{
	display: block;
	color: #a5a2a2;
	background: #D3E1F8 url('/images/selectedCampaignoff.gif') no-repeat;
	margin-top: 2px;

	padding-left: 20px;
}

.campaign_active
{
	display: block;
	color: #0f0f0f;
	background: #92CB2C url('/images/selectedCampaign.gif') no-repeat;
	margin-top: 2px;

	padding-left: 20px;
}

.campaign_hover
{
	display: block;
	color: #0f0f0f;
	background: #f1f1f1 url('/images/selectedCampaignovr.gif') no-repeat;
	margin-top: 2px;

	padding-left: 20px;
}

.CampaignSelectedRow{
background-color:#92CB2C;
}
.CampaignSelectedRowIcon{
background-color:#92CB2C;
background-image:url(/images/selectedCampaign.gif);
background-repeat:no-repeat;
}
.CampaignNonSelectedRow{
background-color:#D3E1F8;
color: #a5a2a2;
}
.CampaignNonSelectedRowIcon{
background-color:#D3E1F8;
background-image:url(/images/selectedCampaignoff.gif);
background-repeat:no-repeat;
}
.CampaignSelectedRow a:visited, .CampaignSelectedRow a:hover, .CampaignSelectedRow a:active, .CampaignSelectedRow a:hover{
color: #fff;
font-weight:bold;
}
.CampaignNonSelectedRow a:visited, .CampaignNonSelectedRow a:hover, .CampaignNonSelectedRow a:active, .CampaignNonSelectedRow a:hover{
color: #a5a2a2;
font-weight:bold;
}
.campaignPop {
	position:absolute;
	width: 280px;
	right: 621px;
	top: 20px;
}
#aff_text_box {
	position: relative;
	width: 278px;
	float: left;
	padding: 5px;
	border: 1px solid #7F9134;
	background-color: #E9F2D3;
}
#aff_sign_up{
	position: absolute;
	right:0px;
	width: 583px;
}
.paymentHistory {
	text-align: center;
	margin-left: 5px; 
}
#paymentHistoryWin {
	position: absolute;
	top: -60px;
	left: 180px;
	border: 1px solid #666666;
	z-index: 100000;
}
#msgSent {
	position: relative;
	top: 53px;
	left: 370px;
	width: 250px;
	height:20px;
	background-image:url(/images/icon_msgsent.gif);
	background-repeat:no-repeat;
}
.fakeBrowserWrapper {
	width: 810px;
	background-color: #D7D7D7;
	border: 1px solid #666666
}
.fakeAddressBar {
	position: relative;	
	padding: 10px 0px 10px 5px;
}
.fakeUrlBtn {
	position: relative;
	margin: -26px 0px 10px 0px;
	height: 30px;
	width: 100px;
	left: 460px;
}
.fakeAddressUrl {
	width: 400px;
}
.websiteSelect {
	background-color: #D3E1F8;
	color:#333333;
	font-weight: bold;
	width:718px;
	border: 1px solid #003366;
	margin-bottom: 20px;
}
.nsIcon {
	width:17px;
	background-image: url(/images/icon_nsicon.gif);
	background-repeat:no-repeat;
}
.nsWebsite {
	background-color: #D3E1F8;      
}
.selWebsite {
	color:#66CC66;      
}
.selIcon {
	width:17px;
	background-image:url(/images/icon_sel_chk.gif);
	background-repeat:no-repeat;
}
.bannerWebChooser{
	position:relative;
	z-index:1000;
	width: 720px;
	left:-1px;
	top:0px;
}