/* zebra*/


table.zebra {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #a9adb0;
	font-size: .9em;
}

table.zebra thead tr th {
	padding-top: 6px;
	padding-bottom: 6px;
	background: #c2c3c3 url(/images/bg_table_th.gif) top left repeat-x;
	color: #000;
	vertical-align: bottom;
}

table.zebra thead tr th a:hover {
 	color: #fed087;
}

table.zebra tbody td {
	padding-left: 5px;
	padding-right: 5px;
}

table.zebra tr {
	border-bottom: 1px solid #fff;
	background: #fff;
}

table.zebra tr.totals th,
table.zebra tr.totals th.text,
table.zebra tr.totals th.numerical,
table.zebra tr.totals td.text,
table.zebra tr.totals td.numerical,
table.zebra tr.totals td {
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3; 
	border-left: 0;
	
	color: #666;
	font-weight: bold;
	background: #fee9ca; /* DCE2E8 */
}

table.zebra tr.stripe td {
	border-top: 1px solid #e9e9e9; 
	border-bottom: 1px solid #e9e9e9; 
	background: #efefef; 
}

table.zebra tr.row_hover td { 
	background: #feedd1; /* FFF3CF */ 
}

table.zebra th.numerical, 
table.zebra td.numerical { 
	text-align: right; 
}

table.zebra th.text, 
table.zebra td.text { 
	text-align: center; 
}
/* rest */

.success_title {
	background-color: #669966;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
}

.success_wrap {
	border: 1px solid #669966;
	color: #669966;
}

.error_title {
	background-color: red;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
}

.error_wrap {
	border: 1px solid red;
	color: red;
}

.title_2 {
	font-size: 12px;
	color: #5D5D5D;
	font-weight: normal;
}

.column_gradient {
	background-image: url(column_headerbg.jpg);
	background-repeat: no-repeat;
}
.grey_borders {
	border: 1px solid #21577C;
}
.small_headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bolder;
	color: #21577C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5D5D5D;
	text-align: center;
	padding-bottom: 1px;
}
.name_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5D5D5D;
	font-weight: bold;
}
.name_email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5D5D5D;
}
.accountstatus_active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #98C340;
	background-color: #E7F0D2;
}
.content_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5D5D5D;
	margin-left: 9px;
	padding-top: 3px;
	margin-top: 4px;
	margin-bottom: 6px;
	margin-right: 15px;
}
.smallsection_bg {
	background-color: #F2F4F7;
	border: 1px solid #FFFFFF;
}
.column_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D5D5D;
	margin-left: 25px;
	margin-top: 18px;
	margin-bottom: 10px;
	padding-right: 10px;
}
.headline_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #21577D;
	margin-bottom: 8px;
	padding-bottom: 3px;
}
.smallsection_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #21577C;
}
.smallsection_textbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #21577C;
	font-weight: bold;
}

.nav_grey {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	color: #21577C;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.nav_grey:hover {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #7894A9;
	color: #FFFFFF;
	text-decoration: none;
}
.nav_grey_sel {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #21577C;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.nav_grey_sel:hover {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #21577C;
	color: #96C344;
	text-decoration: none;
}


ul {
	list-style-image: url(bullet.gif);
}
.links {
	color: #21577C;
	text-decoration: none;
}
a.links:hover {

	color: #9AC144;
	text-decoration: none;
}
form {
	margin: 0px;
}
.pulldown_site {
	width: 108px;
}
.go_button {
	margin-bottom: 2px;
	height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5D5D5D;
	padding-bottom: 2px;
}
.green_link {
	color: #55B455;
}
a {
	color: #98C340;
}
.content_bg {
}
.column {
	background-image: url(column.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.searchfieldbox {
	background-image: url(searchfield_bg.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width: 301px;
	border: 1px solid #5D5D5D;
	padding-left: 3px;
}
.signupbg {
	background-image: url(signupbg.jpg);
	background-repeat: no-repeat;
}
.divider_line {
	margin-right: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5D5D5D;
	margin-left: 4px;
}
.divider_line_blue {

	margin-right: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #80E0F8;
	margin-left: 4px;
}
.advertiser_margin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5D5D5D;
	margin-top: 45px;
	margin-right: 38px;
	margin-left: 38px;
	margin-bottom: 8px;
}
.referrals_margin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5D5D5D;
	margin-top: 45px;
	margin-right: 38px;
	margin-left: 31px;
	margin-bottom: 8px;
}
.loginmargin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5D5D5D;
	margin-right: 14px;
	margin-bottom: 12px;
	margin-left: 29px;
}
.login_fields {
	height: 18px;
	width: 100px;
	margin-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5D5D5D;
	border: 1px solid #909090;
	padding-left: 3px;
	background-image: url(loginfieldbg.jpg);
	background-repeat: no-repeat;
}
.loginbutton_margin {
	margin-right: 6px;
}
.login_text {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #909090;
	font-weight: bold;
}
.divider_linesignup {

	margin-right: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5D5D5D;
}
.grey_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5D5D5D;
}
.contentbg_blank {
	background-image: url(leftbg_blank.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

/* DittoDomains Additions - i'm ignoring repeats since this is read top to bottom */

body {
	background-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}
.field_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9A9A9A;
	height: 15px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	width: 120px;
	padding-left: 2px;
	padding-bottom: 2px;
}
form {
	margin: 0px;
	padding: 0px;
}
.left_bg {
	background-image: url(content_left_blank.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.grey_title {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 17px;
	color: #97C141;
	font-weight: bold;
	margin-bottom: 0px;
}
.content_area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #21577D;
}
.subheader {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #143143;
	font-weight: bold;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
}
.be_content_area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #21577D;
	margin-left: 20px;
}
.content_title {

	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #96C344;
	font-weight: bold;
	margin-bottom: 4px;
}



.master_table {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #21577C;
	border-left-color: #21577C;
	background-color: #21577C;
}
div.nav {
	height: 48px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #427294;
	float: none;
	}
div.nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width:100%;
	height:100%;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
div.nav span {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 22px;
	}
div.nav a:hover {
	background: url(nav_bg.jpg) 0 -48px repeat-x;
	color: #97C143;
	}
.content {
	margin-right: 13px;
	margin-left: 13px;
}
.content_table {

	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #21577C;
	border-left-color: #21577C;
	background-color: #FFFFFF;
}
.members_header {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-left: 10px;
}
.content2 {
	margin-right: 13px;
	margin-left: 13px;
	margin-top: 3px;
	margin-bottom: 8px;
}
.account_header {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #21577C;
	border-bottom-color: #21577C;
	padding-top: 3px;
	padding-bottom: 3px;
}
.be_content_areaSetup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #21577D;
	margin-left: 0px;
	margin-bottom: 11px;
	margin-top: 11px;
}
.customize_titles {
	border-bottom: 1px solid #D8DEE7;
	margin-bottom: 0px;
	padding-bottom: 1px;
	color: #96C042;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.customize_text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #21577D;
}
.customize_menu {
	width: 220px;
	color: #21577D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.customcolor_textfield {
	width: 140px;
}
.customize_codebox {
	width: 520px;
}
.blue_13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #21577C;
}
.blue_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #21577C;
}
.white_13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
.white_11 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.blue_11 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #21577C;
}
.pitch_bg {
	background-image: url(bg_pitch3.jpg);
	background-repeat: no-repeat;
	background-position: 13px 1px;
	background-color: #FFFFFF;
}
.v_pitch_bg {

	background-image: url(v_bg_pitch3.jpg);
	background-repeat: no-repeat;
	background-position: 13px 1px;
	background-color: #FFFFFF;
}
div.dir {
	height: 20px;
	float: none;
	}
div.dir a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width:100%;
	height:100%;
	display: block;
	text-decoration: none;
	padding-top: 2px;
}
div.dir span {
	display: block;
	/*padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px; */
	}
div.dir a:hover {
	color: #21577C;
	background-color: #CED7DE;
	}
a.white_13:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D9D9D9;
	text-decoration: underline;
}
div.names {
	height: 35px;
	float: none;
	font-weight: bold;
	}
div.names a {
	font-family: "Tahoma", Arial, Helvetica,;
	font-size: 12px;
	color: #21577D;
	width:100%;
	height:100%;
	display: block;
	text-decoration: none;
}
div.names span {
	display: block;
	padding-left: 6px;
	padding-top: 10px;

	}
div.names a:hover {
	color: #2F7CB0;
	text-decoration:underline
	}

/*-- new --*/

.color-field {
	padding: 2px;
	border: 1px solid #D8DEE7;
}

.be_content_area h1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 24px;
	color: #96C344;
	font-weight: normal;
	margin: 15px 0px 15px 0px;
}

.be_content_area h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #21577D;
	margin: 0px 0px 8px 0px;
	font-size: 12px;
}

.be_content_area h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8DEE7;
	margin: 15px 0px 8px 0px;
	color: #96C042;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.be_content_area p {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

.content_area h1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 24px;
	color: #96C344;
	font-weight: normal;
	margin: 15px 0px 15px 0px;
}

.content_area h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #21577D;
	margin: 0px 0px 8px 0px;
	font-size: 12px;
}

.content_area h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8DEE7;
	margin: 15px 0px 8px 0px;
	color: #96C042;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.content_area p {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

.border-bottom {
	border-bottom: 1px solid #D8DEE7;
}

.border-bottom2 {
	border-bottom: 1px solid #D8DEE7;
	margin-top: 8px;
}
