﻿body div{
font-family: Arial, Helvetica, sans-serif;	
}
input {outline:none}
body
{
	font-size: 12px;
	background: #fff;
	color: #56594b;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
.TakenInfoDiv
{	
	font-weight: bold;
	color: #333333;
}
.AvailableInfoDiv
{	
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.TextGreen
{
	color: #376F00;
	font-size: 16px;
	font-weight: normal;
}
.TextLink
{
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;	
}
.TextLink:hover
{
	font-size: 13px;
	font-weight: bold;
	color: #F93B0B;
	text-decoration: underline;
}
.TextLinkHighlight
{
	color: #F93B0B;
	padding-left: 10px;	
	padding-right: 4px;	
}
.ImgLink
{
	padding-left: 5px;	
	vertical-align: text-top;
	border: none;
}
.TextSmallGray
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #808080;
}
.LinkSmallGrayNone
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}
.BigTextBox
{
	border-style: none;
	display: block;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;	
	background: url(/Images/tbbg.png) no-repeat;		
	float: left;
	width: 428px;
	color: #333;
	padding-top: 6px;
	height: 24px;	
}

.DomainImage
{
	padding: 15px;	
}

.StartTypeDiv
{
	padding: 5px 20px 20px 20px;
	font-size: 14px;
	color: #666666;
	width: 422px;
	text-align: left;
}
.StartTypeDivHeader
{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 10px;

}
.StartBg
{
	margin-left: 20px;
	padding: 33px 15px 10px 15px;
	width: 356px;
	height: 96px;
	background: url(/Images/startbg.png) no-repeat;
	text-align: left;
}
.StartBg2
{
	margin-top: 20px;
	padding: 14px 15px 10px 37px;
	width: 354px;
	height: 98px;
	background: url(/Images/startbg2.png) no-repeat;
	text-align: left;
}
.StartBg3
{
	margin-top: 20px;
	margin-left: 20px;
	padding: 14px 15px 10px 15px;
	width: 354px;
	height: 98px;
	background: url(/Images/startbg3.png) no-repeat;
	text-align: left;
}
.OtherDomainOuter
{
	margin-top: 2px;
	height: 25px;
}
.OtherDomainDel
{
	padding-top: 5px;
	padding-left: 5px;
}
.OtherDomainRed, .OtherDomainGreen, .OtherDomainGray
{
	float: left;
	padding: 4px 5px 6px 5px;
	background: url(/Images/smallNo.jpg) no-repeat;
	text-align: center;
	color: #FFFFFF;
	width: 70px;
	height: 12px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}
.OtherDomainGreen
{
	background: url(/Images/smallOK.jpg) no-repeat;
}
.OtherDomainGray
{
	background: url(/Images/smallWait.jpg) no-repeat;
}
.AddExtensionDiv
{
	background: url(/Images/AddExtensionBg2.gif) no-repeat;
	width: 240px; 
	height: 57px;
	position: absolute;
	margin-left: -250px;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 0px;
	margin-top: 10px;
	display: none;
}
.AddExtensionDivHeader
{
	height: 20px;
	width: 240px;
	cursor: pointer;
}
.TLDs
{
	width: 230px;
}

.hint {
   	display: none;
    position: absolute;    
    width: 200px;
    margin-top: -55px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(/images/pointer.gif) no-repeat 10px 50px;
    cursor: pointer;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: 10px;
    top: 50px;
    width: 19px;
    height: 10px;
    background: url(/images/pointer.gif) left top no-repeat;
}
.FavoriteDiv
{
	padding-top: 4px;
	text-align: left;
	position: absolute;
	display: none;
}
.RememberNames
{
	font-size: 9px;
}
.FavoriteNoItem
{
	font-size: 10px;
	width: 120px;	
}
.DivStar
{
	width: 25px;	
}
.FavoriteItemPanel
{
	padding-top: 3px;
}
.FavoriteItem
{	
	text-align: center;
	color: #000000;
	height: 12px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 3px;
}
.FavoriteItemDel
{
	clear: left;
	float: left;
	padding-top: 2px;
	padding-right: 5px;
}
.HackNoItem
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #808080;	
}
.HackLoading
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #808080;
	display: none;
}
.HackDomainImage
{
	vertical-align: middle;
	padding-bottom: 4px;
	margin-right: 5px;
}
.HackDomainOuter
{
	white-space: nowrap;
}
.HackDomainLink
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;	
}
.HackDomainLink:hover
{
	text-decoration: underline;
}
.HackDomainTDL
{
	margin-left: 5px;
}
.HackPanel
{
	width: 430px;
	padding: 0 0 14px 0;
	margin: 20px auto 10px auto;
	background: url( "/Images/tsr.gif" ) bottom left no-repeat;
	text-align: left;	
}
.HackPanel #HackHeader
{
	margin: 0;
	padding: 7px 10px 6px 10px;
	background: url( "/Images/tsr.gif" ) top left no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.HackPanel #Hackframe
{
	margin:0;
	padding:0 10px 3px;
	border:1px solid #d8d8d8;
	border-width:0 1px;
	background:#F5F5F5;
	overflow: hidden;
}
.HackHeaderInfo
{
	float:right;
}

.GenItemsDiv
{
	padding-top: 10px;
	padding-bottom: 10px;
}
.GenDomainOuter
{
	white-space: nowrap;
}
.GenDomainImage
{
	vertical-align: middle;
	padding-bottom: 4px;
	margin-right: 5px;	
}
.GenDomainLink
{
	font-size: 12px;	
	text-decoration: none;
	color: #000000;	
}
.GenDomainLink:hover
{
	text-decoration: underline;
}
.GenDomainBuyImage
{
	text-align: right;
	vertical-align: middle;	
	margin-left: 5px;
	float: right;
	margin-top: 2px;
}
.GenProgress
{	
	padding-left: 8px;
}
.GenHeader
{
	padding-bottom: 5px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
}
.GenTableTD
{	
	width: 100%;	
}
.WidgetDialog
{
	background-color: #FFFFFF;
}
.LinkSmallOrangeNone
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FF3300;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}
.ui-dialog-titlebar
{
	border-top-width: 0px;
	padding-right: 1.5em;
	padding-left: 1em;
	font-weight: normal;
	border-left-width: 0px;
	font-size: 1.1em;
	background: url(/images/dialog/e6e6e6_40x100_textures_02_glass_75.png) #e6e6e6 repeat-x 0px 50%;
	padding-bottom: 0.5em;
	margin: 0px;
	color: #555555;
	line-height: 1.3;
	padding-top: 0.5em;
	border-bottom: #d3d3d3 1px solid;
	list-style-type: none;
	position: relative;
	border-right-width: 0px;
	text-decoration: none;
	outline: 0;
}
.ui-dialog-title {	}
.ui-dialog-titlebar-close
{
	border-top-width: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-left-width: 0px;
	font-size: 100%;
	z-index: 100;
	right: 8px;
	background: url(/images/dialog/888888_11x11_icon_close.gif) no-repeat 0px 0px;
	border-bottom-width: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 11px;
	line-height: 1.3;
	padding-top: 0px;
	list-style-type: none;
	position: absolute;
	top: 0.7em;
	height: 11px;
	border-right-width: 0px;
	text-decoration: none;
	outline: 0;
}
.ui-dialog-titlebar-close-hover
{
	background: url(/images/dialog/454545_11x11_icon_close.gif) no-repeat 0px 0px;
}
.ui-dialog-titlebar-close:hover
{
	background: url(/images/dialog/454545_11x11_icon_close.gif) no-repeat 0px 0px;
}
.ui-dialog-titlebar-close:active
{
	background: url(/images/dialog/222222_11x11_icon_close.gif) no-repeat 0px 0px;
}
.ui-dialog-titlebar-close SPAN
{
	display: none;
}
.ui-dialog-content
{
	border-top-width: 0px;
	padding-right: 1.7em;
	padding-left: 1.7em;
	border-left-width: 0px;
	font-size: 100%;
	background: #ffffff;
	border-bottom-width: 0px;
	padding-bottom: 1.5em;
	margin: 0px;
	color: #222222;
	line-height: 1.3;
	padding-top: 1.5em;
	list-style-type: none;
	border-right-width: 0px;
	text-decoration: none;
	outline: 0;
}
.ui-dialog-buttonpane
{
	border-top: #d3d3d3 1px solid;
	background: none transparent scroll repeat 0% 0%;
	width: 100%;
	bottom: 0px;
	position: absolute;
	text-align: right;
}
.ui-dialog-buttonpane BUTTON
{
	border-right: #d3d3d3 1px solid;
	padding-right: 0.6em;
	border-top: #d3d3d3 1px solid;
	padding-left: 0.6em;
	font-size: 1.1em;
	background: url(/images/dialog/e6e6e6_40x100_textures_02_glass_75.png) #e6e6e6 repeat-x 0px 50%;
	padding-bottom: 0.3em;
	margin: 0.5em 8px 0.5em 8px;
	border-left: #d3d3d3 1px solid;
	cursor: pointer;
	color: #555555;
	line-height: 1.4em;
	padding-top: 0.2em;
	border-bottom: #d3d3d3 1px solid;
}
.ui-dialog-buttonpane BUTTON:hover
{
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	background: url(/images/dialog/dadada_40x100_textures_02_glass_75.png) #dadada repeat-x 0px 50%;
	border-left: #999999 1px solid;
	color: #212121;
	border-bottom: #999999 1px solid;
}
.ui-dialog-buttonpane BUTTON:active
{
	border-right: #dddddd 1px solid;
	border-top: #dddddd 1px solid;
	background: url(/images/dialog/ffffff_40x100_textures_02_glass_65.png) #ffffff repeat-x 0px 50%;
	border-left: #dddddd 1px solid;
	color: #222222;
	border-bottom: #dddddd 1px solid;
}

.GenPanel
{
	width: 700px;
	padding: 0 0 14px 0;
	margin: 20px auto 10px auto;
	background: url( "/Images/tsr2.png" ) bottom left no-repeat;
	text-align: left;	
}
.GenPanel #GenHeader
{
	margin: 0;
	padding: 7px 10px 6px 10px;
	background: url( "/Images/tsr2.png" ) top left no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.GenPanel #Genframe
{
	margin:0;
	padding:0 10px 3px;
	border:1px solid #d8d8d8;
	border-width:0 1px;
	background:#F5F5F5;
	overflow: hidden;
}
.GenHeaderInfo
{
	float:right;
}
.iphoneHeader
{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 2.462em;
	letter-spacing: -0.03em;
	font-weight: bold;
	color: #AFB4B4;
	padding-bottom: 30px;		
}
.iPhoneLearnMore
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;	
	color: #333333;
	text-decoration: underline;
}
.iPhoneMain
{
	padding-left: 20px;
}

.embedHeader
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	padding-bottom: 30px;
	font-weight: bold;
}
.embedHeader2
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	padding-bottom: 5px;
	padding-top: 10px;
	font-weight: bold;
}
.iphoneBody
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
.embedBody
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
.extName
{
	font-weight: bold;
	padding-right: 10px;
}
.RefreshNote
{
	border: 1px solid #666666;
	margin-top: 15px;
	padding: 10px;
	background-color: #FFFFCC;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	display: none;
}
.WidgetTextBox
{
	border: 1px solid #666666;
	font-weight: bold;
	background-color: #DFF4FF;
	padding: 5px;
}
.PRMainTable TD
{
	text-align: center;
}
.PRSep
{
	padding-bottom: 3px;
}
.PRNumber
{
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;	
	font-size: 23px;
	font-weight: bold;
	color: #333333;	
}
.PRNumberText
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.PRNumberText:hover
{
	color: #F93B0B;
}
.PRMain
{
	padding-top: 50px;
}
.PRLoader
{
	padding-top: 6px;
	padding-bottom: 6px;
}
.PrUrlImg
{
	padding-right: 10px;
	padding-left: 44px;
}
.PRButton
{
	font-family: Verdana, Helvetica, Arial, sans-serif;	
	font-size: 12px;
	width: 80px;
	height: 32px;
}
.PRGroupHeadText
{
	text-align: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;	
	font-size: 10px;	
	padding-bottom: 10px;
	padding-left: 5px;
}
.PRWidgetTextBox
{
	border: 1px solid #CCCCCC;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 5px;
	height: 75px;	
}
.PREmbedSample
{
	width: 155px;
}
.HDBack
{
    height: 33px;    
    background-color: #2D2D2D;     
    margin: auto;   
}
.HDBackInner
{
    
    text-align: right;
    margin: auto;   
}
.HDItem
{
    height: 25px;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    color: #D1D1D1;
    text-decoration: none;
    display: block;
    text-align: center;
    float: left;
    border-right: 1px solid #494949;
    border-right-color: #414141;
}
.HDItemSelected
{
	font-weight: bold;
}
.HDItem:hover
{
	background: url(/images/HeaderMenuHoverBack.png) #ffffff repeat-x;	
    color: #FFFFFF;
}
.HDItemHighlighted
{    
    background-color: #444444;
    color: #FFFFFF;
}

.Footer
{
    clear: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #808080;
	padding-top: 70px; 
	padding-bottom: 10px; 
	text-align: center;	
}
.FooterBottom
{
    padding-top: 10px;
}
.logo
{
    padding-top: 22px;
    padding-bottom: 22px;
    text-align: left;
}

.CentralContainer
{
    width: 930px;    
    margin: auto;    
}
.CentralContainerCenter
{
    width: 930px;    
    margin: auto;    
    text-align: center;
}
.CentralContainerCenter table
{
    margin: auto;        
}
.LogoContainer
{
    padding-bottom: 20px;
}
.headerMenuUl
{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.headerMenuUl a
{
    display: block;
    position: relative;
}
.headerMenuUl li
{
    float: left;
    position: relative;
    background-color: #2D2D2D;
}
.headerMenuUl ul
{
    position: absolute;
    box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}
.headerMenuUl * 
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.hmLink
{
    position: absolute;
    display: block;    
    width: 10px;
    height: 10px;
}
