/* --------------------------------------------
|  GLOBAL STYLES											
--------------------------------------------- */

html { border: none; }
body {
	margin: 0;
	padding: 0;
	background: #e0e7f0 url(../images/bg_body.gif) 50% 0 repeat-y;
	line-height: 14px;
	color: #363636;
}
body, td {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
img { border: 0; }
p { margin: 0 0 15px 0; }
a {
	color: #0067a5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, form { margin: 0; }
h3 { font-size:12px; }

fieldset
{
padding: 7px 20px 15px 20px;
border: 1px solid #dddddd;
}

ol {
	font-weight: bold;
	}
	ol span {
		font-weight: normal;
		}


/* --------------------------------------------
|  NAVIGATION												
--------------------------------------------- */

/* -- PRIMARY NAVIGATION -- */
#navloggedout {
	padding: 0 0 0 2px;
	list-style: none;
	height: 22px;
	position: absolute;
	margin: 73px 0 0 352px;
	width: 589px;
	}
	#navloggedout li {
		float: left;
		}
	#navloggedout li a {
		outline: none;
		display: block;
		height: 22px;
		line-height: 22px;
		float: left;
		text-indent: -9999px;
		color: #FFF;
		font-size: 11px;
		text-decoration: none;
		background-image: url(../images/nav_matrix_logged_out.jpg);
		background-repeat: no-repeat;
		}
		#plHome {background-position: 0 0; width: 63px;} #plHome:hover {background-position: 0 -22px;} .active #plHome {background-position: 0 -44px;}
		#plParkDomains {background-position: -63px 0; width: 116px;} #plParkDomains:hover {background-position: -63px -22px;} .active #plParkDomains {background-position: -63px -44px;}
		#plBuyDomains {background-position: -179px 0; width: 108px;} #plBuyDomains:hover {background-position: -179px -22px;} .active #plBuyDomains {background-position: -179px -44px;}
		#plSellDomains {background-position: -287px 0; width: 107px;} #plSellDomains:hover {background-position: -287px -22px;} .active #plSellDomains {background-position: -287px -44px;}
		#plRegister {background-position: -394px 0; width: 111px;} #plRegister:hover {background-position: -394px -22px;} .active #plRegister {background-position: -394px -44px;}
		#plLogin {background-position: -505px 0; width: 84px;} #plLogin:hover {background-position: -505px -22px;} .active #plLogin {background-position: -505px -44px;}

/* -- PRIMARY NAVIGATION LOGGED IN -- */
#navloggedin {
	padding: 0 0 0 2px;
	list-style: none;
	height: 22px;
	position: absolute;
	margin: 73px 0 0 352px;
	width: 589px;
	}
	#navloggedin li {
		float: left;
		}
	#navloggedin li a {
		outline: none;
		display: block;
		height: 22px;
		line-height: 22px;
		float: left;
		text-indent: -9999px;
		color: #FFF;
		font-size: 11px;
		text-decoration: none;
		background-image: url(../images/nav_matrix_logged_in.jpg);
		background-repeat: no-repeat;
		}
		#plHome {background-position: 0 0; width: 63px;} #plHome:hover {background-position: 0 -22px;} .active #plHome {background-position: 0 -44px;}
		#plParkDomains {background-position: -63px 0; width: 116px;} #plParkDomains:hover {background-position: -63px -22px;} .active #plParkDomains {background-position: -63px -44px;}
		#plBuyDomains {background-position: -179px 0; width: 108px;} #plBuyDomains:hover {background-position: -179px -22px;} .active #plBuyDomains {background-position: -179px -44px;}
		#plSellDomains {background-position: -287px 0; width: 107px;} #plSellDomains:hover {background-position: -287px -22px;} .active #plSellDomains {background-position: -287px -44px;}
		#plMyAccount {background-position: -394px 0; width: 111px;} #plMyAccount:hover {background-position: -394px -22px;} .active #plMyAccount {background-position: -394px -44px;}
		#plLogout {background-position: -505px 0; width: 84px;} #plLogout:hover {background-position: -505px -22px;} .active #plLogout {background-position: -505px -44px;}

/* -- SECONDARY NAVIGATION -- */
#subNav {}



/* --------------------------------------------
|  STRUCTURE												
--------------------------------------------- */

#siteContainer {
	width: 960px;
	margin: 0 auto;
	}

/* -- HEADER -- */


#header {
	height: 150px;
	background: url(../images/bg_header.jpg) no-repeat;
	position:relative;
	}
	#logo {
		margin: 19px 0 0 24px;
		position: absolute;
		display: block;
		width: 222px;
		height: 89px;
		background: url(../images/bodis_logo.gif) no-repeat;
		text-indent: -9999px;
		outline: none;
		text-decoration: none;
		}
	#memberLogin {
		color: #FFF;
		font-weight: bold;
		font-size: 11px;
		position: absolute;
		margin: 10px 0 0 581px;
		}
		#memberLogin input {
			vertical-align: middle;
			}
		#mlUser, #mlPass {
			width: 110px;
			height: 15px;
			line-height: 16px;
			font-size: 10px;
			color: #707070;
			border-color: #197ebe;
			}
			#mlGo {
				vertical-align: top !important;
				position: relative;
				top: -3px;
				}
	
	#memberloggedin {
		color: #FFF;
		font-size: 11px;
		position: absolute;
		margin: 10px 0 0 545px;
		width: 400px;
		text-align: right;
		}
		#memberloggedin a {
				color: #ffffff;
				text-decoration: none;
			}
		#memberloggedin a:hover {
				text-decoration: underline;
			}
	
	#home #headerSearch {
		font-size: 14px;
		color: #177cbc;
		margin-top: 116px;
		}
	#header #headerSearch {
		position: absolute;
		margin: 109px 0 0 354px;
		
		}
	#headerSearch {
		color: #363636;
		font-size: 11px;
		font-weight: bold;
		}
		#sSubmit {
			height: 23px;
			top: 6px;
			position:relative;
			}
			
			
	#padx{
	background-image: url(../images/prk_img1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:auto;
			}	
			
		#colRight #headerSearch {margin: 20px 0;}
		#headerSearch input { }
		#headerSearch .inputText {
			color: #b2b2b2;


			width: 252px;
			font-size: 10px;
			border-color: #197ebe;
			margin: 0 10px 0 10px;
			}
		#headerSearch a {
			vertical-align: middle;
			margin-left: 3px;
			}

/* -- BODY -- */

/* Peach Backfill */
.peachbackfill {background-color:#f9f5f0; padding:8px; width:320px}

#contentArea {
	background: url(../images/bg_contentarea.jpg) 0 100% no-repeat;
	width: 960px;
	}
	#contentPad { 		padding: 9px 0 43px 12px !important;
		/* Acro - Added 05-26-2008 */
		padding: 9px 0 43px 11px; /* IE6 Padding Fix */
		/* / Acro - Added 05-26-2008 */ }
	#colLeft {
		width: 301px;
		float: left;
		}
		.leftBox {
			margin: 0 0 10px 0;
			}
			.leftBox .pad {
				background: url(../images/bg_colleft_tile.gif) repeat-y;
				padding: 13px 17px 6px 10px;
				}
				.leftBox ul {
					margin: 0 0 8px 31px;
					padding: 0;
					line-height: 22px;
					}
			.leftBox .leftBot {
				background: url(../images/bg_colleft_bot.gif) 0 0 no-repeat;
				height: 12px;
				}
			.navchildpad {
				margin-left: 30px;
				}
			.doublenavchildpad {
				margin-left: 60px;
				}
			
	#colRight {
		width: 647px;
		float: right;
		}
		#colRight #rightPad {
			padding: 0 19px 0 5px;
			}
		#colRight .wideBox {
			width: 624px;
			margin-bottom: 15px;
			}
			.wideBox .pad {
				padding: 14px 11px 0 11px;
				background: #fff url(../images/bg_colright_tile.gif) 100% 0 repeat-y;
				}
			.wideBox .wideBottom {
				background: url(../images/bg_colright_bot.gif) 100% 0 no-repeat;
				height: 16px;
				}
				
				
		#colRight #tourrightPad {
			padding: 0 23px 0 0;
			height: auto;
			background-image: url(../images/prk_bg.gif);
			background-repeat: repeat-y;
			}			

				
				
	#rightPad2 {
	height: 190px;
			}
			
			.rightPadbuy {
	height: 155px;
	width:624px;
	background-image: url(../images/buysearch2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:35px;
			}
			
			.submit {
	width:98px;
	height:32px;
	border:none;
	cursor:pointer;
	background-image: url(../images/searchbtn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding:0;
	margin:15px 0 0 0;
}

	.rightPadbuy2 {
	height:70px;
	width:500px;
	background-image: url(../images/buy1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:120px;
	padding-left:124px;
			}
			
			.submit2 {
	width:73px;
	height:23px;
	border:none;
	cursor:pointer;
	background-image: url(../images/b_search2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding:0;
	margin:15px 0 0 0;
}
	.rightPadbuy3 {
	height:70px;
	width:529px;
	background-image: url(../images/buy2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:120px;
	padding-left:95px;
			}
			
			.submit3{
	width:73px;
	height:23px;
	border:none;
	cursor:pointer;
	background-image: url(../images/b_search2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding:0;
	margin:15px 0 0 0;
}

	.rightPadgo {
	height: 60px;
	width:584px;
	background-image: url(../images/gobg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:20px;
	
			}
	.go {
	width: 42px;
	height: 22px;
	border:none;
	cursor:pointer;
	background-image: url(../images/go.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding:0;
	margin:0;
}
					
			#toprightPad2 {
	background-image: url(../images/topbuy.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002266;
	padding-left:20px;
	padding-right: 20px;
	padding-top:35px;
			}
			.parkcoltextbuy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002266;
	padding-left:20px;
	padding-right: 20px;
			}
	#rightPad3 {
	height: auto;
	padding-left:20px;
	padding-right: 20px;
	padding-top:15px;
	background-image: url(../images/prk_bg2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
			}
			
			#search {
	background-image: url(../images/search.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:140px;
	width:330px;
	margin-left:120px;
	padding-top:35px;
	padding-left:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #177cbc;
	font-weight: bolder;
			}
			
		
	#parkcol {
	height:75px;
			}
	#parkcolx {
	height:auto;
			}
		
	#previous {
	height:auto;
	width:290px;
	float:left
		}
		
	#next {
	height:auto;
	width: 290px;
	float:right
			}
			
	.parkcoltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002266;
			}
	
	.parkcoltextsell li{
	list-style: none;
	background-image: url(../images/sellbullet2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002266;
			}			
			
	.buysearchtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002266;
			}
	.buysearchtext li{
	list-style: none;
	background-image: url(../images/buy_list.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002266;
			}
	
	.tdimg {
	width:18px;
	margin-top:5px;
	background-image: url(../images/list.png);
	background-repeat: no-repeat;
	background-position: right top;
			}		
	.parkcolheadertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #002266;
	font-weight: bold;
			}
	.parkcolheadertext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #002266;
	font-weight: bold;
			}	
	#parkcol2 {
		height:auto;
		}	


#contentareafull {
	background-color: #ffffff;
	width: 960px;
	}
	#contentpadfull { padding: 9px 0px 0px 0px; }

	#colrightfull {
		width: 959px;
		float: right;
		}

		#colrightfull .wideboxfull {
			width: 959px;
			margin-bottom: 15px;
			}
			.wideboxfull .pad {
				padding: 14px 11px 0 11px;
				background: url(../images/bg_colrightfull_tile.gif) right 0 repeat-y;
				}
			.wideboxfull .widebottomfull {
				background: url(../images/bg_colrightfull_bot.gif) right 0 no-repeat;
				height: 16px;
				}
				
				
/* --------------------
| PADDING EXCEPTIONS
+ --------------------- */
#searchResults .pad { padding: 5px; }
#listDomains .pad { padding: 0 1px 0 0; }
#payoutreport .pad { padding: 14px 1px 0 0; }
#managedomains .pad { padding: 8px 1px 5px 0; }

#receivedoffers .pad {padding:14px 1px 0 0}
#submittedoffers .pad {padding:14px 1px 0 0}
#mytransactions .pad {padding:14px 1px 0 0}

#viewoffer .pad { padding: 14px 1px 0 0; }
#cancelnegotiation .pad { padding: 14px 1px 0 0; }
#confirmoffer .pad { padding: 14px 1px 0 0}
#confirmsale .pad { padding: 14px 1px 0 0; }
#confirmpurchase .pad { padding: 14px 1px 0 0; }




#payoutsettings .pad { padding: 20px 15px 30px 15px}
#payoutsettings .inputselect {width: 180px;font-size: 11px}
#payoutsettings .inputtext {border: 1px solid #969696;width: 180px;font-size: 11px}
			
#creditcard .pad { padding: 20px 15px 30px 15px}
#creditcard .inputselect {width: 180px;font-size: 11px}
#creditcard .inputtext {border: 1px solid #969696;width: 180px;font-size: 11px}

#register .pad { padding: 20px 15px 30px 15px; }
	#register .inputselect {
				width: 180px;
				font-size: 11px;
				}
	#register .inputtext {
				border: 1px solid #969696;
				width: 180px;
				font-size: 11px;
				}

#contactus .pad { padding: 20px 15px 30px 15px; }
	#contactus .inputselect {
				width: 180px;
				font-size: 11px;
				}
	#contactus .inputtext {
				border: 1px solid #969696;
				width: 180px;
				font-size: 11px;
				}
	#contactus .inputtextarea {
				border: 1px solid #969696;
				width: 270px;
				height: 130px;
				font-size: 11px;
				}
				
#privacypolicy .pad { padding: 20px 45px 30px 30px}
#fullpageerror .pad { padding: 20px 45px 30px 30px}
#fullpagesuccess .pad { padding: 20px 45px 30px 30px}

#domainInformation .pad {
	padding: 20px 1px 0px 0px;
	}
#errorbox .pad {
	padding: 25px 40px 25px 45px;
	line-height: 22px;
	}
#successbox .pad {
	padding: 25px 40px 25px 45px;
	line-height: 22px;
	}

#adddomainmessagebox .pad {
	padding: 25px 40px 25px 45px;
	line-height: 22px;
	}
	
#parkDomains .pad { 
	padding: 20px 25px 5px 20px;
	background: #fff url(/html/images/bg_bodis_watermark.jpg) 0 0 repeat-y;
	border-top: 1px solid #2d89cb;
	border-right: 1px solid #2d89cb;
	}
#howItWorks .pad { 
	padding: 20px 25px 5px 20px;
	background: #fff;
	border-top: 1px solid #2d89cb;
	border-right: 1px solid #2d89cb;
	}
	
#earningsfilter .pad {padding: 15px 10px 0px 10px; line-height: 22px}
	
#adddomainbox .pad {
	padding: 25px 40px 25px 45px;
	line-height: 22px;
	}
	#adddomainbox .inputText {
				border-bottom: 1px solid #cccccc;
				border-right: 1px solid #cccccc;
				border-left: 2px solid #aaaaaa;
				border-top: 2px solid #aaaaaa;
	
				}

	
#accounthomebox .pad {padding: 22px 0 18px 0; text-align:center}
	
	
/* -- FOOTER -- */
#footer {
	height: 107px;
	background: url(../images/bg_footer.jpg) no-repeat;
	color: #FFF;
	font-size: 9px;
	width: 960px;
	}
	#footer p {
		margin: 32px 0 0 11px;

		}
	#footer ul {
		height: 20px;
		margin: 0 0 0 0;
		width: 931px;
		padding: 5px 0 0 0;
		text-align: right;
		}
		#footer ul li { display: inline; }
		#footer ul a {
			color: #c8e1ef;
			text-decoration: none;
			font-weight: bold;
			padding: 0 3px;
			}
			#footer ul a:hover {
				color: #FFF;
				text-decoration: underline;
				}

/* --------------------------------------------
|  SITE MAP													
--------------------------------------------- */

.siteMapList { margin-top: 15px }
.siteMapList dt {
	background:url(../images/ico_folder.gif) 0 4px no-repeat;
	padding-left:20px;
	line-height:20px;
}
.siteMapList dd {	
	padding-left:10px;
	margin-left:25px;
	line-height:16px;
	background:url(../images/sitemap_2nd.gif) no-repeat;
}
.siteMapList dd a {	
	color: #666;
	text-decoration:none;
}
.siteMapList .bottom { background:url(../images/sitemap_2nd_bottom.gif) no-repeat; }

/* --------------------------------------------
|  CONTENT SPECIFIC										
--------------------------------------------- */
.center { text-align: center; }
.inputText {
	border: 1px solid #969696;
	font-size: 11px;
	width: 180px;
	}
.inputSelect {
	border: 1px solid #969696;
	font-size: 11px;
	width: 180px;
	}

.floatLeft { float: left; }
.floatRight { float: right; }
.clearBoth { clear: both }

h1.replaceHeader, #colLeft h1 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-indent: -9999px;
	}
#colLeft h1 {
	height: 20px;
	}
	
h1.replaceheaderfull {
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-indent: -9999px;
	}
#colrightfull h1.replaceheaderfull {
	height: 21px;
	}
	
#colRight h1.replaceHeader {
	height: 21px;
	}
	/* LEFT HEADERS */
	#h_aboutBodis {background: url(../images/header/h_about_bodis.gif) no-repeat;}
	#h_domainCategories {background: url(../images/header/h_domain_categories.gif) no-repeat;}
	#h_leftnavigation {background: url(../images/header/h_navigation_menu.gif) no-repeat;}
	#h_domainStatistics {background: url(../images/header/h_domain_statistics.gif) no-repeat;}
	#advancedSearch h1 {background: url(../images/header/h_advanced_search.gif) no-repeat;}
	
	/* RIGHT HEADERS */
	#h_domainsForSale {background: url(../images/header/h_domains_for_sale.gif) no-repeat;}
	#listDomains h1 {background: url(../images/header/h_domains_for_sale.gif) no-repeat;}
	#contactus h1 {background: url(../images/header/h_contact_us.gif) no-repeat}
	#payoutreport h1 {background: url(../images/header/h_parking_payout.gif) no-repeat}
	#managedomains h1 {background: url(../images/header/h_manage_domain_names.gif) no-repeat}
	#earningsfilter h1 {background: url(../images/header/h_filter_report.gif) no-repeat}
	#creditcard h1 {background: url(../images/header/h_add_credit_card.gif) no-repeat}
	#payoutsettings h1 {background: url(../images/header/h_payout_settings.gif) no-repeat}
	#receivedoffers h1 {background: url(../images/header/h_received_offers.gif) no-repeat}
	#submittedoffers h1 {background: url(../images/header/h_submitted_offers.gif) no-repeat}
	#mytransactions h1 {background: url(../images/header/h_my_transactions.gif) no-repeat}
	#domainInformation h1 {background: url(../images/header/h_submit_an_offer.gif) no-repeat}
	#accountlogin h1 {background: url(../images/header/h_account_login.gif) no-repeat}
	#forgotpassword h1 {background: url(../images/header/h_forgot_password.gif) no-repeat}
	#register h1 {background: url(../images/header/h_account_registration.gif) no-repeat}
	#confirmoffer h1 {background: url(../images/header/h_confirm_offer.gif) no-repeat}
	#viewoffer h1 {background: url(../images/header/h_offer_thread.gif) no-repeat}
	#cancelnegotiation h1 {background: url(../images/header/h_cancel_offer_thread.gif) no-repeat}
	#confirmpurchase h1 {background: url(../images/header/h_confirm_domain_purchase.gif) no-repeat}
	#confirmsale h1 {background: url(../images/header/h_confirm_domain_sale.gif) no-repeat}
	#privacypolicy h1 {background: url(../images/header/h_privacy_policy.gif) no-repeat}
	#accounthomebox h1 {background: url(../images/header/h_welcome.gif) no-repeat}
	#submitOffer h1 {background: url(../images/header/h_submit_an_offer.gif) no-repeat}
	#searchResults h1 {background: url(../images/header/h_search_results.gif) no-repeat}
	#errorbox h1 {background: url(../images/header/h_error_message.gif) no-repeat}
	#successbox h1 {background: url(../images/header/h_success_message.gif) no-repeat}
	#adddomainbox h1 {background: url(../images/header/h_add_domains.gif) no-repeat}
	#managedomainname h1 {background: url(../images/header/h_manage_domain_layout.gif) no-repeat}
	#adddomainmessagebox h1 {background: url(../images/header/h_add_domains.gif) no-repeat}
	#fullpageerror h1 {background: url(../images/header/h_error_message_full.gif) no-repeat}
	#fullpagesuccess h1 {background: url(../images/header/h_success_message_full.gif) no-repeat}
	
	
	.noNum {
	list-style: none;
	}

/* --------------------------------------------
|  PAGE SPECIFIC											
--------------------------------------------- */
/* --------------------------------------------
|  HOME									
--------------------------------------------- */
#listDomains .domainList {
	width: 306px;
	}
	.zebraMe tr.oddRow td,
	.zebraMe tr.oddRow th {
		background: #f0f4f9;
		}
	#listDomains .domainList th,
	#listDomains .domainList td {
		vertical-align: top;
		padding: 5px 2px;
		}
	#listDomains .domainList th {
		width: 210px;
		text-align: left;
		padding-left: 11px;
		font-weight: normal;
		}
		#listDomains .domainList tr.headRow th {
			font-weight: bold;
			color: #363636;
			}
	#listDomains .domainList td {
		
		}
	#listDomains .domainList a {
		}

#listDomains {
	width: 624px;
	}
#listDomains1 {
	border-right: 1px solid #c3dded;
	border-bottom: 1px solid #c3dded;
	float: left;
	}
#listDomains2 {
	border-left: 1px solid #c3dded;
	border-bottom: 1px solid #c3dded;
	float: right;
	}
#listDomains3 {
	border-right: 1px solid #c3dded;
	border-top: 1px solid #c3dded;
	border-bottom: 1px solid #c3dded;
	float: left;
	margin-top: 16px;
	}
#listDomains4 {
	border-left: 1px solid #c3dded;
	border-top: 1px solid #c3dded;
	border-bottom: 1px solid #c3dded;
	float: right;
	margin-top: 16px;
	}

#payoutreport .payoutlist {width: 614px}
#payoutreport .payoutlist th {vertical-align: middle; padding:6px 0px 5px 11px; font-weight: normal}

#managedomains .managedomainslist {width: 614px}
#managedomains .managedomainslist th {vertical-align: middle; padding:6px 0px 5px 11px; font-weight: normal}
	
	
#managedomainname .managedomainnamelist {
	width: 590px;
	}
	#managedomainname .managedomainnamelist th,
	#managedomainname .managedomainnamelist td {
		vertical-align: middle;
		padding: 5px 2px;
		}
	#managedomainname .managedomainnamelist th {
		padding-left: 11px;
		font-weight: normal;
		}
		#managedomainname .managedomainnamelist tr.headRow th {
			font-weight: normal;
			color: #363636;
			background: #e0e6f0;
			}
	#managedomainname .managedomainnamelist td {
		
		}
	#managedomainname .managedomainnamelist a {
		}

#managedomainname {
	width: 590px;
	}
#managedomainname1 {
	border: 1px solid #c3dded;
	}
	
#receivedoffers .receivedofferslist {width: 600px;border: 1px solid #c3dded}
#receivedoffers .receivedofferslist th,
#receivedoffers .receivedofferslist td{padding: 5px 2px 5px 11px; font-weight: normal}
#receivedoffers .receivedofferslist tr.headRow th {font-weight: normal; color: #363636; background: #e0e6f0}

#submittedoffers .submittedofferslist {width: 600px;border: 1px solid #c3dded}
#submittedoffers .submittedofferslist th,
#submittedoffers .submittedofferslist td{padding: 5px 2px 5px 11px; font-weight: normal}
#submittedoffers .submittedofferslist tr.headRow th {font-weight: normal; color: #363636; background: #e0e6f0}

#mytransactions .mytransactionslist {width: 600px;border: 1px solid #c3dded}
#mytransactions .mytransactionslist th,
#mytransactions .mytransactionslist td{padding: 5px 2px 5px 11px; font-weight: normal}
#mytransactions .mytransactionslist tr.headRow th {font-weight: normal; color: #363636; background: #e0e6f0}

#viewoffer .viewofferlist {width: 600px;border: 1px solid #c3dded}
#viewoffer .viewofferlist th,
#viewoffer .viewofferlist td{padding: 5px 2px 5px 11px; font-weight: normal}
#viewoffer .viewofferlist tr.headRow th {font-weight: normal; color: #363636; background: #e0e6f0}

#creditcard .creditcardlist {width: 590px; border: 1px solid #c3dded}
#creditcard .creditcardlist th,
#creditcard .creditcardlist td{vertical-align: middle; padding: 5px 2px 5px 11px; font-weight:normal}
#creditcard .creditcardlist tr.headRow th {font-weight: normal;color: #363636;background: #e0e6f0}

#payoutsettings .payoutlist {width: 590px; border: 1px solid #c3dded}
#payoutsettings .payoutlist th,
#payoutsettings .payoutlist td {vertical-align: middle; padding: 5px 2px 5px 11px; font-weight:normal}
#payoutsettings .payoutlist tr.headRow th {font-weight: normal;color:#363636;background: #e0e6f0; padding: 10px 0px 10px 15px}

#register .registerlist {width: 590px; border: 1px solid #c3dded}
#register .registerlist th,
#register .registerlist td {vertical-align: middle; padding: 5px 2px 5px 11px; font-weight: normal}
#register .registerlist tr.headRow th {font-weight: normal; color:#363636; background: #e0e6f0}


#contactus .contactlist {width: 590px;border:1px solid #c3dded}
#contactus .contactlist th {vertical-align: middle; padding: 5px 2px 5px 11px; font-weight:normal}
#contactus .contactlist tr.headRow th {color:#363636; background:#e0e6f0}



	
	
#privacypolicy {width: 959px}
#fullpageerror {width: 959px}
#fullpagesuccess {width: 959px}
#managedomainname {width: 959px}

#paging .pagerow {
	width: 600px;
	}
	#paging .pagerow th,
	#paging .pagerow td {
		vertical-align: middle;
		padding: 8px 15px;
		}
	#paging .pagerow th {
		padding-left: 11px;
		font-weight: normal;
		}
		#paging .pagerow tr.headRow th {
			font-weight: normal;
			color: #363636;
			}

#paging {
	width: 624px;
	}
#paging1 {
	border: 1px dotted #c3dded;
	margin-top: 14px;
	margin-bottom: 14px;
	}
	

#searchpaging .pagerow {
	width: 615px;
	}
	#searchpaging .pagerow th,
	#searchpaging .pagerow td {
		vertical-align: middle;
		padding: 8px 15px;
		}
	#searchpaging .pagerow th {
		padding-left: 11px;
		font-weight: normal;
		}
		#searchpaging .pagerow tr.headRow th {
			font-weight: normal;
			color: #363636;
			}

#searchpaging {
	width: 624px;
	}
#searchpaging1 {
	border: 1px dotted #c3dded;
	margin-top: 14px;
	margin-bottom: 14px;
	}
	


/*--------------------------------
| DOMAIN STATISTICS LIST
+ --- */
#domainStatistics {
	
	}
	#domainStatistics ul {
		margin: 10px 0 0 0;
		padding: 0;
		list-style: none;
		}
		#domainStatistics ul li {
			line-height: 30px;
			margin: 0 0 30px 0;
			}
			#domainStatistics ul li img {
				float: right;
				}


#domainInformation .domainRow {width: 600px;border: 1px solid #c3dded}
#domainInformation .domainRow th,
#domainInformation .domainRow td {padding: 5px 2px 5px 11px; font-weight: normal}
#domainInformation .domainRow tr.headRow th {font-weight: normal; color: #363636; background: #e0e6f0}

		

		
/*--------------------------------
| SUBMIT OFFER
+ --- */

submitOffer {}
	#submitOffer label { font-weight: bold; padding-right: 5px; }
	#submitOffer .inputText,
	#submitOffer select {
		vertical-align: middle;
		margin: 0 16px 0 0;
		}
	#submitOffer select {
		font-weight: bold;
		}
	#submitOffer #bSubmit {
		vertical-align: top;
		margin: -2px 0 0 8px;
		}
		

/*--------------------------------
| SEARCH RESULTS
+ --- */
.domainCol { width: 410px; }
.bidsCol { width: 56px; }
.priceCol { width: 81px; }

#maininputselect {
	width: 180px;
	font-size: 11px;
	}

#advancedSearch {}
	#advancedSearch .inputSelect,
	#advancedSearch .inputText {
		width: 180px;
		font-size: 11px;
		}
	#advancedSearch .inputRadio,
	#advancedSearch .inputCheck {
		vertical-align: middle;
		}

#searchResults {  }
	#searchResults table img { margin-right: 5px; }
	.defaultTable {
		width: 100%;
		}
		.defaultTable th {
			text-align: left;
			font-weight: normal;
			}
		.defaultTable td {
			}
			.defaultTable td label {
				font-weight: bold;
				margin-right: 5px;
				cursor:pointer;
				}
		.defaultTable th,
		.defaultTable td {
			padding: 6px 6px 6px 6px;
			vertical-align: top;
			font-weight: normal;
			}
	.defaultTable2 {
		width: 100%;
		}
		.defaultTable2 th {
			text-align: left;
			font-weight: normal;
			}
		.defaultTable2 td {
			}
			.defaultTable2 td label {
				font-weight: bold;
				margin-right: 5px;
				}
		.defaultTable2 th,
		.defaultTable2 td {
			padding: 4px 6px 4px 6px;
			vertical-align: top;
			font-weight: normal;
			}
			

#bLeftSearch {
	outline: none;
	display: block;
	text-indent: -9999px;
	width: 89px;
	height: 26px;
	margin: 14px auto;
	background: url(../images/b_left_search.gif) no-repeat;
	}
	#bLeftSearch:hover {
		background-position: 0 -26px;
		}
		
.ErrorBox {
	font-style:italic;
	color:#c00;
	padding:2px 2px 2px 30px;
	position:relative;
	margin:0 0 10px;
	border:1px solid #f2c2c2;
	background-color:#fff2f2;
	height:30px;
}
.ErrorBox .cAttention {
	font-size:36px;
	color:c00;
	font-weight:bold;
	display:block;
	position:absolute;
	left:10px;
	top:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#fff2f2 url(../images/AttSymbol.jpg) no-repeat 0 0;
	width:9px;
	height:30px;
}
.ErrorBox b {
	display:block;
	font-weight:bold;
}
.WarningBox {
	font-style:italic;
	color:#cc6600;
	padding:2px 2px 2px 20px;
	margin:0 0 10px;
	border:1px solid #f2dac2;
	background-color:#fff9f2;
}
.SuccessBox {
	font-style:italic;
	color:#006600;
	padding:2px 2px 2px 20px;
	position:relative;
	margin:0 0 10px;
	border:1px solid #c2f2c2;
	background-color:#e5ffe5;
	height:30px;
}
.SuccessBox b {
	display:block;
	font-weight:bold;
}

.pageTitle {
	height:32px;
	width:952px;
	position:absolute;
	top:0;
	right:-1px;
	background:url(../images/shared/Header.png) no-repeat 0 0;
}
.pageTitle h1 {
	position:absolute;
	top:5px;
	left:10px;
	font-size:13px;
	line-height:20px;
	font-weight:bold;
}
.pageTitle .cRightLink {
	position:absolute;
	top:5px;
	right:10px;
	font-size:9px;
	line-height:20px;
}
.pageTitle .cBreadcrumb {
	position:absolute;
	top:17px;
	left:10px;
	font-size:9px;
}
.pageTitle .cBreadcrumb .ccSep {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	width:4px;
	height:6px;
	margin:0 10px;
	background:url(../images/managedomainname/BreadcrumbSep.gif) no-repeat 0 0;
}

.innerTopNav {
	height:25px;
	background:url(../images/shared/innerTopNav.png) repeat-x 0 0;
	border:1px solid #c2cdd9;
	border-width:0 1px;
	overflow:hidden;
	padding:0 5px;
	margin:0 0 10px 8px;
}
.innerTopNav li {
	float:left;
	list-style-type:none;
	position:relative;
	overflow:hidden;
}
.innerTopNav li a {
	display:block;
	float:left;
	height:25px;
	line-height:23px;
	padding:0 8px 0 0;
	margin-left:8px;
	font-size:9px;
	color:#000;
}
.innerTopNav li.Active {
	background:url(../images/shared/innerTopNav.png) repeat-x 0 -50px;
}
.innerTopNav li.Active a {
	font-weight:bold;
	color:#fff;
	background:url(../images/shared/innerTopNav.png) no-repeat 100% -50px;
}

.wideboxfull .pad_newHeader {
	padding: 45px 11px 1px 11px;
	position:relative;
	overflow:visible;
}

h2 {
	margin:0;
	font-size:13px;
	border-bottom:2px solid #aaa;
	padding:4px 5px;
	position:relative;
}
h2 a {
	color:#2b6081;
}
h2 span {
	display:none;
	position:absolute;
	top:2px;
	right:24px;
	padding:1px 5px;
	font-size:10px;
	z-index:1000;
}
h2 span.aLoading {
	display:block;
	border:1px solid #baa67f;
	background:#ccba95;
	color:#fff;
}
h2 span.aSuccess {
	display:block;
	border:1px solid #7fba7f;
	background:#95cc95;
	color:#fff;
}
h2 span.aError {
	display:block;
	border:1px solid #b97e7e;
	background:#cd9696;
	color:#fff;
}

h2 .cHelpBox {
	position:absolute;
	z-index:2000;
	top:0;
	right:0;
}
h2 .cHelpBox .cIcon {
	width:20px;
	height:20px;
	position:absolute;
	z-index:2000;
	right:0;
	top:0;
	background:url(../images/shared/HelpIcon.png) no-repeat 0 0;
}
h2 .cHelpBox .cBox {
	width:490px;
	padding:5px;
	
	position:absolute;
	top:20px;
	right:0px;
	border:1px solid #999;
	background:#fff;
	z-index:2500;
	opacity:0.9;
	filter:alpha(opacity: 90);
	-moz-opacity:0.9;
	
	font-size:10px;
	font-weight:normal;
	
	display:none;
}
h2 .cHelpBox .cBoxOver {
	display:block;
}

.Section {
	background:#fff url(../images/managedomainname/SectionBg.png) repeat-x 0 0;
	padding:0;
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
}
.SectionLight {
	background:none;
}
.Section h2 {
	border-bottom:1px solid #aaa;
}
.Section h3 {
	font-size:12px;
	margin:3px 0 10px 5px;
}

.Section .cTopBar {
	background:#fff url(../images/managedomainname/TopBarBg.png) repeat-x 0 0;
	border-bottom:1px solid #ccc;
	padding:2px 5px;
	margin:0 0 10px;
	position:relative;
	zoom:1;
	overflow:hidden;
}
.Section .cTopBar a.ccOrange {
	padding:2px 6px;
	color:#b3987d;
	display:block;
	float:left;
	margin-right:5px;
	position:relative;
}
.Section .cTopBar a.ccOrange:hover,
.Section .cTopBar a.ccOrangeActive {
	border:1px solid #994c00;
	background:#fff2e5;
	color:#994c00;
	text-decoration:none;
	padding:1px 5px;
}
.Section .cTopBar .ccMessage {
	display:block;
	/*position:absolute;
	top:4px;
	right:4px;*/
	float:right;
	color:#999;
	font-size:10px;
	padding:2px 0;
}

.Section .SectionInner {
	padding:10px;
}

.Section .cBottomBar,
.gBottomBar {
	background:#fff url(../images/shared/TopBarBg.png) repeat-x 0 0;
	border-top:1px solid #ccc;
	padding:2px 5px;
	position:relative;
	zoom:1;
	overflow:hidden;
	margin:10px 0 0;
	clear:left;
}
.gBottomBar {
	clear:none;
	position:absolute;
	bottom:0;
	left:0;
}
.Section .cBottomBar a.ccGreen,
.gBottomBar a.ccGreen {
	padding:2px 6px;
	color:#1f991f;
	display:block;
	float:left;
	margin-right:5px;
	position:relative;
}
.Section .cBottomBar a.ccGreen:hover,
.gBottomBar a.ccGreen:hover{
	border:1px solid #090;
	background:#e5ffe5;
	color:#090;
	text-decoration:none;
	padding:1px 5px;
}
.Section .cBottomBar a.ccGreen2 {
	padding:2px 6px;
	color:#3d85cc;
}
.Section .cBottomBar a.ccGreen2:hover {
	border:1px solid #004d99;
	background:#e5f2ff;
	color:#004d99;
	text-decoration:none;
	padding:1px 5px;
}
.Section .cBottomBar a.ccRed {
	padding:2px 6px;
	color:#b37d7d;
}
.Section .cBottomBar a.ccRed:hover {
	border:1px solid #900;
	background:#ffe5e5;
	color:#900;
	text-decoration:none;
	padding:1px 5px;
}
.Section .cBottomBar a.ccGreenDisabled,
.gBottomBar a.ccGreenDisabled{
	color:#ccc;
}
.Section .cBottomBar a.ccGreenDisabled:hover,
.gBottomBar a.ccGreenDisabled:hover{
	border:none;
	background:transparent;
	color:#ccc;
	padding:2px 6px;
}

#memberloggedin a.gLogoutBtn {
	border:1px solid #900;
	background:#ffe5e5;
	color:#900;
	text-decoration:none;
	padding:1px 5px;
}
#memberloggedin a.gLogoutBtn:hover {
	border:1px solid #600;
	background:#e5cfcf;
}

.gText,
.gTextArea{
	border:1px solid #ccc;
	background:#fff url(../images/managedomainname/formText.png) no-repeat 0 0;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}
.gTextOver,
.gTextAreaOver{
	border:1px solid #aaa;
}
.gTextActive,
.gTextAreaActive{
	border:1px solid #999;
}

.gSelect {
	border:1px solid #ccc;
	background:url(../images/managedomainname/formText.png) no-repeat 0 0;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}

td {
	padding: 5px 2px 5px 11px;
}
.NoPadding td {
	padding:0;
}
.NoPadding td td {
	padding: 5px 2px 5px 11px;
}

/**
 * Miscellaneous
 */
 
	.NoJsBox {
		font-style:italic;
		color:#c00;
		padding:2px 2px 2px 30px;
		position:relative;
		margin:0 0 10px;
		border:1px solid #f2c2c2;
		background-color:#fff2f2;
		height:30px;
	}
	.NoJsBox .cAttention {
		font-size:36px;
		color:c00;
		font-weight:bold;
		display:block;
		position:absolute;
		left:10px;
		top:2px;
		font-family:Georgia, "Times New Roman", Times, serif;
		background:#fff2f2 url(../images/AttSymbol.jpg) no-repeat 0 0;
		width:9px;
		height:30px;
	}
	.NoJsBox b {
		font-weight:bold;
		display:block;
	}

/**
 * New Wide Design
 */

	.gWideMain {
		padding: 45px 11px 1px 11px;
		position:relative;
		overflow:visible;
		border-right:1px solid #1179b9;
		zoom:1;
	}
	.gWideBottom {
		background: url(../images/bg_colrightfull_bot.gif) right 0 no-repeat;
		height: 16px;
	}
