/* Re-defined HTML Tags */
body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
/* IE adds space after form tag, so make margin 0*/
form
{
	margin:0px;
}
p, td 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a
{
    color: #006699;
    text-decoration:none;
}

a:HOVER
{
	color: #0099CC;
}
h1
{
	color:	#003366;
	font-weight: bold;
	font-size: 16px;
}
h2
{
	color:	#003366;
	font-weight: bold;
	font-size: 14px;	
}
hr
{
	color: #C5CDD3;
}

/* Custom Text Formats */
.subTitle1
{
	color:	#003366;
	font-weight: bold;
	font-size: 14px;
}
.subTitle1Red
{
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}
.subTitle2
{
	color:	#003366;
	font-weight: bold;
}
.subTitleRed
{
	color: #FF0000;
	font-weight: bold;
}
.subTitle2Red
{
	color: #FF0000;
	font-weight: bold;
}
.subTitle2White
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.subTitleWhite
{
	color: #FFFFFF;
	font-weight: bold;
}
.label 
{
	color: #003366;
	font-weight: normal;
}
.label-mandatory 
{
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.fixed 
{
	font-size: 10px;
	font-weight: normal;
	color: #003366;
}
.fixed-label 
{
	font-size: 10px;
	font-weight: bold;
	color: #003366;
}
.redEmphasis
{
	color: #FF0000;
	font-weight: bold;
}
.greenEmphasis
{
	color: #378E8E;
	font-weight: bold;
}
.smallText
{
	font-size:10px;
}
.form-errors 
{
	color: #FF0000;
}
.post-errors 
{
	color: #FF0000;
}
.transaction-result 
{
	color: #FF0000;
	font-size: 80%;
}
.transaction-errors 
{
	color: #FF0000;
}
.date
{
	font-size: 10px;
	font-weight: bold;
}

.footerText
{
	font-size: 10px;
	font-color: #999999;
}

.blueUl
{
	list-style-image: url(images/ul_bluebullet.gif);
	list-style-type: circle;
}
.blueUlInner
{
	list-style-image: url(images/ul_bluebulletinner.gif);
	list-style-type: circle;
}
/* From gtld/css/styles.css */
.header 
{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}
.whiteheader 
{
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}
.main 
{
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial;
}
.cattitle 
{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 1px;
}
.red 
{
	color: #FF0000;
}
.copyright 
{
	font-size: 10px;
	color: #444444;
	letter-spacing: -1px;
}

/* Custom Link Formats */
.titleNav
{
	font-size: 10px;
	color:	#003366;
	text-decoration: none;
	font-weight: bold;
}
.titleNav:HOVER
{
	color: #FF0000;
}
.sideNav
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.sideNav:HOVER
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.sideNavSub 
{
	font-size: 10px;
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;	
}
.sideNavSub:HOVER 
{
	text-decoration: underline;
}

.footer
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color:	#666666;
}
.linktextbig { font-size: 14px; font-weight: bold; text-decoration: none }
.linktextbig:hover { text-decoration: underline }

/* Custom Table Formats */
.brenewerror
{
	background: #FF4040;
}
.brenewredemption
{
	background: #B7F0FF;
}
.brenew90
{
	background: #D2FFD2;
}
.brenewsus
{
	background: #FFC6C6;
}
.brenew30
{
	background: #FFCC66;
}
.brenew60
{
	background: #FFEC9D;
}
/*.stepLable
{
	background: #006699;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	padding: 5px;
}*/
.stepDescription
{
	background: #EEEEEE;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}
.stepResult
{
	background: #EEEEEE;
	font-weight: bold;
	padding: 5px;
}
.greyLight
{
	background:#EEEEEE;
}
.greyOutline
{
	background:#EEEEEE;
	border: 1px solid #A7B4BC;
}
.greyDark
{
	background: #C5CDD3;
}
.greyDarkUnderline
{
	background: #C5CDD3; 
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
}
.greyDarkOutline
{
	background: #C5CDD3;
	border: 1px solid #C5CDD3;
}
.greyDarker
{
	background: #A0AEB8;
}
.blueLight
{
	background: #B7F0FF;
}
.blueMed
{
	background: #0099CC;
}
.blueDark
{
	background: #00CCFF;
}
.blueGrey
{
	background: #D3EFF6;
}
.greenDark
{
	/*background: #00FF00;*/
	background: #46FF46;
}
.greenLight
{
	background: #D2FFD2;
}
.greenGrey
{
	background: #E0F6E0;
}
.redDark
{
	background: #FF4040;
}
.redLight
{
	background: #FFC6C6;
}
.orangeLight
{
	background: #FFCC66;
}
.yellowLight
{
	background: #FFEC9D;
}
.yellowDark
{
	background: #FFCC00;
}
.yellowGrey
{
	background: #F6EDC6;
}
td.row1 
{
	background-color: #FFFFFF;
}
td.row2 
{
	background-color: #EEEEEE;
}
.tdDarkBlue
{
	background: #00CCFF;
}
.tdLightBlue
{
	background: #D3EFF6;
}
.sideNavGrey {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
}
.sideNavWhite {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
a.rsInc:LINK
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #A9B1B5;
}
a.rsInc:VISITED
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #A9B1B5;
}
a.rsInc:HOVER
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #A9B1B5;
}
a.rsCurr:LINK
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}
a.rsCurr:VISITED
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}
a.rsCurr:HOVER
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #CC0000;
}
a.rsDone:LINK
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #A9B1B5;
}
a.rsDone:VISITED
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;

	text-decoration: none;
	color: #A9B1B5;
}
a.rsDone:HOVER
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #A9B1B5;
}
/* Styles for mouseover info boxes */
#infobox
{
	position: absolute;
	top:;
	left: -300px;
	width: 350px;
	border: 1px solid black;
	padding-left: 2px;
	background-color: lightyellow;
	font-size: 10px;
	font-color: Black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}
#infopointer
{
	position:absolute;
	top: -300px;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
/* FAQ classes */
.faqr{margin-left: 5px; font-size: 10px;}
.faqt{color: #003366;font-size: 14px;margin-left: 5px;; font-weight: bold}
.faqq{color: #006699;font-size: 13px;margin-left: 5px;; font-weight: bold}
.faqa{color: #333333;margin-left: 5px;; text-align: justify}
.faqt2 { color: #FF0000;font-size: 14px;margin-left: 5px;; font-weight: bold ; text-decoration: underline}
.faqq:hover {  color: #003366}
.faqq2 { color: #008080;font-size: 13px;margin-left: 5px;; font-weight: bold}

/* New classes */
.note
{
	
	font-size:12px;
}

.impNote
{
	color:#FF0000;
	font-size: 12px;
	font-weight: bold;
}
a.impNote:LINK
{
	color:#FF0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.impNote:VISITED
{
	color:#FF0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.impNote:HOVER
{
	color:#FF0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.titlerow
{
	background: #A0AEB8;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	color:#FFFFFF;
}
.selDom
{
	color: #CC0000;
}
.selTrant
{
	color: #CC0000;
}
/* .infoText renamed to .labelInfo */
.labelInfo
{
	font-size:10px;
}
.hosting_price
{
	color:	#003366;
	font-weight: bold;
	font-size: 14px;
}
.bgBusiness
{
	background: #FFCC00;
}
.bgPro
{
	background: #46FF46;
}
.bgLite
{
	background: #0099CC;
}
.tableheading
{
	background: #0099CC;
	color: #FFFFFF;
	font-weight: bold;
}
.strategyBg1
{
	background: #46FF46;
}
.strategyBg2
{
	background: #00CCFF;
}
.strategyBg3
{
	background: #FF4040;
}
.strategyBg4
{
	background: #FFCC00;
}
.message
{
     color: #009900;
}

.header_link
{
     text-decoration : none;
}
