﻿html
{
	overflow: -moz-scrollbars-vertical;
}

a
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
a:hover
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}

#navlist
{
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.myCart
{
	padding-left: 20px;
	padding-top: 1px;
	height: 18px;
	background-repeat: no-repeat;
	background-image: url(../images/myCart.png);
}

.whoIs
{
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 2px;
	height: 18px;
	background-repeat: no-repeat;
	background-image: url(../images/whois.png);
}

.myAccount
{
	padding-left: 20px;
	padding-top: 1px;
	height: 18px;
	background-repeat: no-repeat;
	background-image: url(../images/myAccount.png);
}

.myDomains
{
	padding-left: 20px;
	padding-top: 1px;
	height: 18px;
	background-repeat: no-repeat;
	background-image: url(../images/myDomains.png);
}

.logoff
{
	padding-left: 20px;
	padding-top: 1px;
	height: 18px;
	background-repeat: no-repeat;
	background-image: url(../images/logoff.png);
}

#navlist a
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

#navlist a:hover
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}

#wrapper
{
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 900px;
}

#container
{
	width: 900px;
	padding: 5px 0 0 0;
}



#top
{
	margin: 0 0 5px 0;
	text-align: right;
}
#header
{
	margin: 0 0 0 0;
	height: 50px;
	background: #fff;
	border: dotted 1px #97B9DF;
	background-image: url('../images/sd2.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

#left
{
	float: left;
	width: 200px;
}

#right
{
	float: right;
	width: 150px;
}

#content
{
	float: left;
	width: 60%;
	margin-left: 5px;
}

#footer
{
	height: 13px;
	clear: both;
	border: dotted 1px #97B9DF;
	padding: 5px;
	background-color: #f7fafe;
}

.textbox
{
	border: solid 1px #97B9DF;
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	color: #111;
	background-color: #fafafa;
}

.stextbox
{
	border: solid 1px #97B9DF;
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #111;
	max-width: 150px;
	background-color: #fafafa;
}

.ctextbox
{
	border: solid 1px #97B9DF;
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	color: #111;
	max-width: 150px;
	background-color: #fafafa;
}

.mtextbox
{
	border: solid 1px #97B9DF;
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	color: #111;
	max-width: 400px;
	background-color: #fafafa;
}

.rbutton
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	border: solid 1px #dd4c31;
	background: #fb7c61;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	background-image: url('../images/fadeButton.png');
	background-repeat: repeat-x;
}



.ybutton
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	border: solid 1px #ff9a00;
	background: #ffd40f;
	cursor: pointer;
	color: #000;
	font-weight: bold;
	background-image: url('../images/fadeButton.png');
	background-repeat: repeat-x;
}

.gbutton
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	border: solid 1px #4a903f;
	background: #89d07d;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	background-image: url('../images/fadeButton.png');
	background-repeat: repeat-x;
}

.dbutton
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	border: solid 1px #c8c9d2;
	background: #fafafa;
	cursor: pointer;
	color: #c8c9d2;
	font-weight: bold;
	background-image: url('../images/fadeButton.png');
	background-repeat: repeat-x;
}
.button
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	border: solid 1px #97B9DF;
	background: #f7fafe;
	cursor: pointer;
	color: #000;
	font-weight: bold;
	background-image: url('../images/fadeButtonMain.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

.sbutton
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	border: solid 1px #97B9DF;
	background: #eee;
	background-image: url('../images/search.png');
	background-position: center;
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	cursor: pointer;
}

table.nav
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 14px;
}
table.nav td
{
	padding: 0 5px 0 5px;
}
table.nav a
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

table.nav a:hover
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}

#nav
{
	border-bottom: dotted 1px #97B9DF;
	padding: 0 0 2px 0;
}


.moduleBlueTop
{
	background-image: url('../images/module_200_blue_top.png');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 200px;
	height: 15px;
}

.moduleBlueFill
{
	background-color: #f7fafe;
	padding: 0px 10px 0px 10px;
}

.moduleBlueBot
{
	background-image: url('../images/module_200_blue_bot.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 15px;
}

.moduleGrayTop
{
	background-image: url('../images/module_150_gray_top.png');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 150px;
	height: 15px;
}

.moduleGrayFill
{
	background-color: #c8c9d2;
	padding-bottom: 10px;
}

.moduleGrayBot
{
	background-image: url('../images/module_150_gray_bot.png');
	background-repeat: no-repeat;
	width: 150px;
	height: 15px;
}

.smallRegBlue
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	color: #97B9DF;
}

.smallBoldBlue
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #97B9DF;
}

.smallReg
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	color: #000;
}

.smallBold
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

.boldGreen
{
	font-weight: bold;
	color: #4a903f;
}

.boldRed
{
	font-weight: bold;
	color: #dd4c31;
}

.smallBoldRed
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #dd4c31;
}

.mediumBold
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.mediumReg
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 10px;
}

.largeBold
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}



.largeReg
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

.largeRegBlue
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #97B9DF;
	text-decoration: none;
}

.largeRegBlue:hover
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #97B9DF;
	text-decoration: underline;
}

.largeRegRed
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;
}

.largeBoldBlue
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #97B9DF;
}

.largerBoldBlue
{
		font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #97B9DF;
}

.largeBoldGray
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #c8c9d2;
}

.largeBoldGray:hover
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #c8c9d2;
}

.largeBoldBlue:hover
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #97B9DF;
}


.largeRegRed
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;
}

.xlargeBold
{
	font-family: 'lucida grande' , tahoma, verdana, arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.xlargeBoldBlue
{
	font-family: 'lucida grande' , tahoma, verdana, arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #97B9DF;
}

.xlargeReg
{
	font-family: 'lucida grande' , tahoma, verdana, arial, sans-serif;
	font-size: 20px;
}

.xlargeRegIta
{
	font-family: Times New Roman;
	font-size: 20px;
	font-style: italic;
}

.margin
{
	margin: 10px 10px 10px 10px;
}

.main_margin
{
	margin: 5px 0 5px 0;
}

.padding
{
	padding: 10px 10px 10px 10px;
}

.success_image
{
	float: left;
}

.cart2
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.cart2:hover
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

#cartTable
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	width: 100%;
}

#cartTable tr
{
	width: 100%;
}

#cartTable td
{
	padding: 1px 5px 1px 5px;
}

#myAccountTable
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

#myAccountTable td
{
	padding: 5px;
}

.center
{
	margin-left: auto;
	margin-right: auto;
}

#tabPage
{
	background-color: #fff;
	border: solid 1px #97B9DF;
	padding: 5px;
	margin: 1px 0 0 0;
}

.pageContent
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	border-top: solid 1px #97B9DF;
	padding: 5px;
	margin-top: 1px;
}


.comboBox
{
	min-width: 80px;
	border: solid 1px #97B9DF;
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	color: #111;
	background-color: #fafafa;
}


.centerLargeReg
{
	margin-left: auto;
	margin-right: auto;
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}


.accordionHeader
{
    border: 1px solid #3D6924;
    color: white;
    background-color: #3D6924;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #FFFFFF;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    border-style: dashed;
    border-width: 1px;
    border-top-color: inherit;
    border-right-color: #3D6924;
    border-bottom-color: #3D6924;
    border-left-color: #3D6924;
}

.accordionLink
{
    background-color: #3D6924;
    color: #ffffff;
}

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}
.GridMain
{
 font-family: Verdana;
 font-size: .8em;
 color: Black;
 border-left-color: #0066ff;
 border-bottom-color: #0066ff;
 border-top-style: solid;
 border-top-color: #0066ff;
 border-right-style: solid;
 border-left-style: solid;
 border-right-color: #0066ff;
 border-bottom-style: solid;
}
.SelecteRowInGrid
{
 font-weight: bold;
 font-family: Verdana;
 font-size: 9pt;
}


.GridFixheader
{
 font-family: Verdana;
 font-size: 9pt;
 font-weight: bold;
 background-image:url('../images/rowrep.jpg');
 background-repeat:repeat-x;
 color: black;
 text-align: center;
 text-transform: capitalize;
 text-decoration: none;
 height: 25px;
 vertical-align: middle;
}


.GridItem
{
 background-color: #E0FFFF;
 font-family: Verdana;
 font-size: 9pt;
}
.GridAltItem
{
 background-color: #ffffff;
 font-family: Verdana;
 font-size: 9pt;
 border-bottom-style: solid;
 border-color: Red;
 margin: 1px;
}



.Gridfooter
{
 font-family: Verdana;
 font-size: 9pt;
 font-weight: bold;
 background-color: #6699ff;
 color: #ffffff;
}
