﻿body
{
	margin-top: 0px;
	background-color: #cccccc;
	background-image: url('UI/UpperBG.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	font-size:9px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight:300;
}

img
{
	border: 0px;
}

a
{
	color: #3399cc;
}

.MainHolder
{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.PreHeader
{
	text-align: right;
}
.Header
{
	clear: both;
	height: 67px;
}

.Contents
{
	padding: 15px 24px 0px 25px;
	background-color: White;
	font-size: 11px;
	color: #444444;
	height: 445px;
}

.Title
{
	width: 700px;
}

.LeftContent
{
	float: left;
	width: 321px;
}
.LeftContent div
{
	padding: 5px 10px 5px 40px;
}

.RightContent
{
	float: right;
	width: 321px;
}
.RightContent div
{
	padding: 5px 0px 5px 40px;
}


.LeftContentGeneral
{
	float: left;
	width: 269px;
	height: 275px;
	border: #006633 solid 1px;
	margin-bottom: 14px;
	position: relative;
}

.LeftContentGeneral p
{
	margin: 15px 2px 15px 13px;
}


.RightContentGeneral
{
	float: right;
	width: 396px;
	height: 275px;
	border: #006633 solid 1px;
	background-color: #ffffff;
	margin-bottom: 20px;
	position: relative;
}

.RightContentGeneral p
{
	margin: 15px;
}

.Footer
{
	clear: both;
}

.RedText
{
	color: #f26522;
}
.SmallText
{
	font-size: 10px;
	text-indent:5px;
}
.ResultsText
{
	font-size: 11px;
	text-indent: 10px;
	color: #444444;
}
.TitleText
{
	font-size: 13px;
	font-weight: bold;
	color: #444444;
}

.Text
{
	font-size: 12px;
	text-indent:4px;
	line-height:22px;
}



.SmallLink
{
	font-size:10px;
	color:#3399cc;
}

.SmallRedText
{
	color: #f26522;
	font-size: 10px;
}

.AllertRedText
{
	color: #f26522;
	font-size: 10px;
}

.ResultsRow
{
	height: 24px;
	background-image: url('UI/AvailableNamesWeFoundSingle.gif');
}
.ResultsRow td
{
	padding-right: 8px;
}

.SelectedRow
{
	height: 24px;
	background-image: url('UI/MySelectedDomainNameSingle.gif');
}
.SelectedRow td
{
	padding-right: 5px;
}

.notAvailable {
	color: #f26522;
	font-weight: bold;
	font-size: 9px;
	line-height: 2px;
}
.added {
	font-size: 9px;
	color: #75a34b;
	font-weight: bold;
}

.ErrorPopupTop
{
	background-image: url('UI/ErrorTopBox.gif');
}
.ErrorPopupBottom
{
	background-image: url('UI/ErrorBgBox.gif');
	background-position: bottom;
}

.TipTitle
{
	color: #006633;
	font-weight: bold;
	font-size: 12px;
}

.ToolTipLeft
{
	font-size: 10px;
	display: none;
	position: absolute;
	width: 291px;
	background-image: url('UI/YellowBoxLeftRes.gif');
	background-position: top;
}
.ToolTipLeft div
{
	background-repeat: no-repeat;
	background-image: url('UI/YellowBoxLeftBot.gif');
	background-position: bottom;
}
.ToolTipLeft div div
{
	padding: 10px 10px 10px 20px;
}
.ToolTipRight
{
	font-size: 10px;
	display: none;
	position: absolute;
	width: 291px;
	background-image: url('UI/YellowBoxRightRes.gif');
}
.ToolTipRight div
{
	background-repeat: no-repeat;
	background-image: url('UI/YellowBoxRightBot.gif');
	background-position: bottom;
}
.ToolTipRight div div
{
	padding: 10px 20px 10px 10px;
}

.RollOverLeft
{
	font-size: 10px;
	display: none;
	position: absolute;
	width: 291px;
	background-image: url('UI/BluBoxLeftRes.gif');
}
.RollOverLeft div
{
	background-repeat: no-repeat;
	background-image: url('UI/BluBoxLeftBot.gif');
	background-position: bottom;
}
.RollOverLeft div div
{
	padding: 10px 10px 10px 20px;
}
.RollOverLeft div div div
{
	background-image: none;
	padding: 0px 0px 0px 0px;
}
.RollOverRight
{
	font-size: 10px;
	display: none;
	position: absolute;
	width: 291px;
	background-image: url('UI/BluBoxRightRes.gif');
}
.RollOverRight div
{
	background-repeat: no-repeat;
	background-image: url('UI/BluBoxRightBot.gif');
	background-position: bottom;
}
.RollOverRight div div
{
	padding: 10px 20px 10px 10px;
}
.RollOverRightBig
{
	display: none;
	position: absolute;
	width: 352px;
	height: 350px;
	background-image: url('UI/BluBoxRightBig.gif');
}
.RollOverRightBig div
{
	text-indent: 0px;
	margin: 10px 20px 10px 10px;
}
.RollOverTitle
{
	color: #006633;
	font-size: 12px;
	font-weight: bold;
}
.Refine div
{
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 0px 0px 12px;
	text-transform: uppercase;
}
.Refine input
{
	color: #444444;
	font-size: 10px;
	width: 153px;
}
.DomainYouWantTable
{
	border-collapse: collapse;
	height: 54px;
}
.DomainYouWantTable th
{
	background-color: #ffffff;
	border: solid 1px #006633;
	color: #666666;
	height: 16px;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	padding-right: 5px;
}
.DomainYouWantTable td
{
	background-color: #ffffff;
	border-top: solid 1px #006633;
	border-bottom: solid 1px #006633;
	border-right: solid 1px #006633;
	border-left: solid 1px #006633;
	font-size: 10px;
}
.WeRecommendPopupTop
{
	background-image: url('UI/weRecommend.gif');
}
.WeRecommendPopupBottom
{
	background-image: url('UI/weRecommendBg.gif');
}
.GreenText
{
	color: #76a04c;
	font-size: 13px;
	font-weight: bold;
}
.Pager
{
	color: #006633;
}
.Pager a
{
	color: #3399cc;
	text-decoration: none;
}
