html, body {

	background: url(../images/bg.gif) fixed center repeat-y;  /* white fixed center*/
	/*background-image:url(../images/bg.gif);*/
	margin:0;
	padding:0;
	font: normal normal normal 16px Arial, Helvetica, Sans-Serif;
	position: relative;

   height:100%;
}


input, textarea /*, input[type="checkbox"]*/
{
	font: normal normal normal 1.0em Arial, Helvetica, Sans-Serif;
	border:1px solid #ccb1e5;
	color:#4a4a4a;
	padding:3px;
}

select {
	font: normal normal normal 1.0em Arial, Helvetica, Sans-Serif;
	border:1px solid #ccb1e5;
	color:#4a4a4a;
	padding:3px;
        width:111px;
}

input.check {
	border-style:none;
	color:#ccb1e5;
	border-color:#ccb1e5;
	padding:0 0 0 0;
}

.readonly {
    background-color:#cccccc;
}

.inputStd {
color: #4a4a4a;
}

.inputPrompt {
color: #999999;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	font: normal normal bold 1.0em Arial, Helvetica, Sans-Serif;
}

a {
	text-decoration:underline;
	color:#5f1a86;
	}

h1{
	font-size:1.3em;
	color:#3c0058;
	font-family:"Arial Rounded MT Bold", Arial, Helvetica;
	font-weight:normal;
	margin:0 0 11px 0;
}

h1.indent{
	font-size:1.3em;
	color:#3c0058;
	font-family:"Arial Rounded MT Bold", Arial, Helvetica;
	font-weight:normal;
	margin:0 0 11px 10px;
}

h2 {
	font-size:0.8125em;
	margin:15px 0 2px 0;
	color:#4a4a4a;
	}
	
h3 {
	font-size:1em;
	color:#ff6000;
	font-family:"Arial Rounded MT Bold", Arial, Helvetica;
	font-weight:normal;
	margin:0 0 11px 0;
}

.headerArial24Bold {
	font-size:24px;
	color:#3c0058;
	font-family:Arial, Helvetica;
	font-weight:bold;
	margin:0 0 11px 0;
	padding:0 0 11px 0;	

}

.headerArial20BoldWhite {
	font-size:20px;
	color:#ffffff;
	font-family:Arial, Helvetica;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	text-align:left;
	bottom:10px;
}

.headerArial20Bold {
	font-size:20px;
	color:#3c0058;
	font-family:Arial, Helvetica;
	font-weight:bold;
	margin:0 0 11px 0;
	padding:0 0 11px 0;	
}

.headerArial18 {
	font-size:18.5px;
	color:#3c0058;
	font-family:Arial, Helvetica; /*"Arial Rounded MT Bold", */
	font-weight:normal;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	padding-left:1px;
	margin-left:1px;
}

.discoverHeader {
	font-size:18.5px;
	color:#3c0058;
	font-family:Arial, Helvetica; /*"Arial Rounded MT Bold", */
	font-weight:bold;
	margin:0 0 11px 0;
	padding:0 0 11px 0;	
}

.headerArial15 {
	font-size:15px;
	color:#3c0058;
	font-family:Arial, Helvetica; /*"Arial Rounded MT Bold", */
	font-weight:normal;
	margin:0 0 11px 0;
	padding:0 0 11px 0;
	line-height:130%;
}




p, td, th, ol li {
	font-size:0.8125em;
	line-height:130%;
	color:#4a4a4a;
	font-weight:normal;
	margin:0 0 9px 0;
	padding:0 0 9px 0;	
}




#maincolfullwidth_withspace ul li
{

    	font-size:0.8125em;
	line-height:130%;
	color:#4a4a4a;
	font-weight:normal;
	margin:0 0 9px 0;
	padding:0 0 9px 0;	

    
}


img {
	border:0 none;
}

p.indent {
	font-size:0.8125em;
	line-height:130%;
	color:#4a4a4a;
	font-weight:normal;
	margin:0 15px 9px 10px;
}

.bolditalic {
	 font-weight:bold;
	 font-style:italic;
	 }
	 
.bold {
	 font-weight:bold;
	 }

.green {
	background-color: green;
	padding:0 5px 0 5px;
	color:#fff;
}

.button
{
	border:1px solid #8c54b1;
	background-image:url(../images/btn_bg.gif);
	background-repeat:repeat-x;
	font-size:11px;
	padding:1px 3px 1px 3px;
	color:#FFFFFF;
    margin:0;

}

.button-link
{
	border:1px solid #8c54b1;
	background-image:url(../images/btn_bg.gif);
	background-repeat:repeat-x;
	font-size:11px;
	padding:1px 3px 1px 3px;
	color:#FFFFFF;
  margin:0;
  text-decoration:none;
}

*+html blockquote.new .button {margin-top:-5px;}
* html  blockquote.new .button {margin-top:-5px;}

.homeDiscoverLinkOn {
	font-size:9px;
	color:#ff6600;
	font-family:Arial, Helvetica; /*"Arial Rounded MT Bold", */
	font-weight:normal;
	margin:0 0 0 0;
	text-align:right;
}

.homeDiscoverLink {
	font-size:9px;
	color:#330066;
	font-family:Arial, Helvetica; /*"Arial Rounded MT Bold", */
	font-weight:bold;
	margin:0 0 0 0;
	text-align:right;
}

/******************************************
Page Frame 
*******************************************/

#wrapper {
  position:relative;
  width:780px;
  padding:39px 0 0 0;
  min-height: 83.45%;
  height: auto !important;
  height: 84.3%;
  margin: 0 auto -20px auto; /* the bottom margin is the negative value of the footer's height */
}

#wrapperGuestSinglePage {
  position: relative;
  width: 780px;
  padding: 39px 0 0 0;
  min-height: 540px;
  height: auto !important;
  height: 84.3%;
  margin: 0 auto -20px auto; /* the bottom margin is the negative value of the footer's height */
}

#wrapper.home
{
  min-height: 79%;
  height: auto !important;
  height: 78%;
}



.headergraphic	
{
	height:14px;
	margin-bottom:25px;
	}
	
#content {
	width:650px;
	margin:0;
	border:solid 1px red;
}
		
#header {
	width:780px;
	height:84px;
	/*background: url('../images/TelnicLogo.gif') no-repeat left top;*/
	background: url('../images/top_bg.gif') left top;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
    overflow:hidden;
}

#logo {
	padding:0 0 0 -6px;
	margin:0 0 0 -6px;

}

#logoHome {
	padding:0 0 0 -1px;
	margin:0 0 0 -2px;

}

#headerHome {
	width:780px;
	height:121px;
	/*background: url('../images/TelnicLogo.gif') no-repeat left top;*/
	background: url('../images/top_home_bg.gif') left top;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
    overflow:hidden;
}

#header div.rightinfo{
	position:absolute;
	right:0;
	margin: 0 15px 10px 0;
	bottom:5px;
	font-size:0.7em;
	color:#ffffff;
}

#headerHome div.rightinfoHome{
	position:absolute;
	right:-2px;
	margin:10px 15px 10px 0;
	bottom:0px;
	float:right;
	color:#ffffff;
}


.loginText {
	font-size:11px;
	color:#ffffff;
	text-align:right;
}

a.loginText {
	font-size:11px;
	color:#ffffff;
	text-align:right;
	text-decoration:none;
}

#header a.normallink {
	padding:0 7px 0 7px;
	margin:0 5px 0 7px;
	text-decoration:none;
	border-left:1px solid #999;
	color:#ffffff;
}

#header a.lastlink {
	padding:0 7px 0 7px;
	margin:0 5px 0 7px;
/*	padding:0 2px 0 0;
	margin:0 0 0 0; */
	text-decoration:none;
	border-left:1px solid #999;
	color:#ffffff;
}

#header a:hover {
	color:#ff891e;
	/*color:#ff6000;*/
}







/******************************************
Columns 
*******************************************/







#navcol {
	float:left;
	width:145px;
	padding-left:19px;
	margin-left:1px;
	/*border:solid 1px red;*/
}
	
/* Styles for Navigation are in nav.css */	
	
#maincolfullwidth {
	float:right;
	width:600px;
	padding-right:10px;
	margin-left:10px;
	/*border:solid 1px red;*/
}

#maincolfullwidth p {
	width:540px;
	line-height:145%;
}


#maincolfullwidth_withspace {
	float:right;
	width:590px;
	padding-right:10px;
	padding-left:10px;
	/*border:solid 1px red;*/
}

#maincolfullwidth_withspace p {
	width:540px;
	line-height:145%;
}




#maincolfullwidth_withspace_more {
	float:right;
	width:590px;
	padding-right:10px;
	padding-left:10px;
	/*border:solid 1px red;*/
}

#maincolfullwidth_withspace_more p {
	width:560px;
	line-height:145%;
}



#maincolthreecol {
	width:400px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	/*border:1px solid red;*/
}

#maincolthreecol_contact {
	width:340px;
	float:left;
	padding-left:10px;
}

#rightcol {
	float:right; 
	width:187px;
	padding-right:18px;
	/*border:1px solid red;*/
}

#rightcol_contact
{
	float:right; 
	width:220px;
	padding-right:18px;
	padding-top:27px;
	/*border:1px solid red;*/
}

.clear
{
clear:both;
height:20px;
/*border:1px solid red;*/
}


/******************************************
Footer 
*******************************************/

		
#footer {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	height: 20px;
	font-size: 0.7em;
	letter-spacing: 1px;
	color: #525252;
	text-align: right;
	clear:both;
	padding: 10px 10px 0 0;

}

#footer div.right {
	padding:0 10px 0 0;
}

#footer div.left {
	float:left;
	margin:2px 0 0 0;
}
	

#footer a {
	color:#525252;
	text-decoration:none;
}

#footer a:hover {
	color:#000;
}






/******************************************
Homepage
*******************************************/

#wrapperHome {
	position:relative;
	width:780px;
	margin-left:auto;
	margin-right:auto;
}


#homeLeft {
	/*position:absolute;*/
	top: 0;
	left: 0;
	padding-left:32px;
	margin-top:-38px;
	padding-top:30px;
	width:392px;
	height:480px;
	background: url(../images/home-body-bg.jpg) left top;
}

#homeSignUp {
	position:absolute;
	left:450px;
	top:35px;
	width:320px;
	height:239px;
	background:url(../images/home-signup-bg.gif) no-repeat;
	padding:20px 5px 20px 20px;
}

#homeSignUp2 {
	float:left;
	width:400px;
	height:313px;
	background:url(../images/home-signup2-bg.gif) no-repeat;
}

#homeLeftSignupSinglePage {
  /*position:absolute;*/
  top: 0;
  left: 0;
  padding-left: 32px;
  margin-top: -38px;
  padding-top: 30px;
  width: 395px;
  height: 480px;
  background: url(../images/home-body-bg.jpg) left top;
}

#homeRightSignupSinglePage {
  position: absolute;
  top: 0px;
  left: 430px;
  width: 325px;
  height: 500px;
  margin-top: 0px;
  /*background: url(../images/home-signup-bg.gif) no-repeat;*/
  padding: 20px 5px 20px 20px;
}


.signupText {
	font-size:12px;
	color:#333333;
	text-align:left;
}

#signupLeft {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 32px;
  padding-top: 30px;
  width: 392px;
  height: 530px;
  background: left top;
}

#signupLeftWide {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 32px;
  padding-top: 30px;
  height: 530px;
  background: left top;
}


#signUp2 {
	float:left;
	width:400px;
	height:440px;
	background:url(../images/signup2-bg.gif) no-repeat; 
}

#signUp3 {
	float:left;
	width:400px;
	height:193px;	
	background:url(../images/signup3-bg.gif) no-repeat; 
}

#signUpGuestSinglePage {
  float: left;
  width: 300px;
  height: 540px;
  background: url(../images/signup-singlepage-bg.gif) no-repeat;
}

#tblSignUp td.right {
	text-align:right;
}

#tblSignUp td.left {
	font-size:12px;
	color:#333333;
	text-align:left;
	width:110px;
}

#tblActivation td.left {
  font-size: 12px;
  color: #333333;
  text-align: left;
  width: 150px;
  padding-top: 4px;
}

#tblActivation td.right {
  text-align: right;
  width: 150px;
}

#homeDiscover {

	width:320px;
	height:255px;
    
	background:url(../images/home-discover-bg.gif) no-repeat; 
}

#homeDiscover.home
{
    top:260px;
    left:450px;
    position:absolute;
}

#homeDiscoverTitle {
	float:left;
	color:#3C0058;
	font-family:Arial,Helvetica;
	font-size:18.5px;
	font-weight:bold;
	padding:15px 15px 10px 20px;
}

#homeDiscoverLinks {
	float:left;
	padding:15px 0 0 15px;
}

#homeDiscoverLinks a {
	font-family:Arial,Helvetica;
	font-size:9px;
}

#homeDiscoverLinks a.selected {
	color:#FF6600;
}

#errorLeft {
	position:absolute;
	top: 0;
	left: 0;
	padding-left:32px;
	padding-top:30px;
	width:392px;
	height:530px;
	background:  left top;
}

#invitation1 {
	float:left;
	width:400px;
	height:400px;	
	background:url(../images/invitation1-bg.gif) no-repeat;
}

#activation1 {
  float: left;
  width: 400px;
  height: 200px;
  background: url(../images/activation1-bg.gif) no-repeat;
}

#activation2 {
	float:left;
	width:400px;
	height:300px;	
	background:url(../images/activation2-bg.gif) no-repeat; 
}

/******************************************
Regsitration
*******************************************/

		
#regtop {
	width:550px;
	height:8px;
	background: url('../images/reg_bg_top.gif') no-repeat left bottom;
}


#regmid {
	width:550px;
	background: url('../images/reg_bg_mid.gif') repeat-y left top;
	padding:10px 15px;
}


#regbot {
	width:550px;
	height:20px;
	background: url('../images/reg_bg_bottom.gif') no-repeat left top;
}




		
#logintop {
	width:300px;
	height:8px;
	background: url('../images/login_bg_top.gif') no-repeat left top;
    overflow:hidden;
}


#loginmid {
	width:300px;
	background: url('../images/login_bg_mid.gif') repeat-y left top;
	padding:10px 15px;
}


#loginbot {
	width:300px;
	height:20px;
	background: url('../images/login_bg_bot.gif') no-repeat left top;
}

/******************************************
Cancel
*******************************************/

.answer {
	background:#EFE3F6;
	border-color:#3c0058;
	padding:5px 0 5px 5px;
	margin:5px 0 5px 5px;
	border:solid;
	border-width:thin;
}

.errorPanel {
	border:solid 1px #d4b3e6;
	padding:5px;
	margin:0 0 20px 1px;
	width:527px;
	background-color:#EFE3F6;
}

.errorPanel li {
  font-size:13px !important;
  padding:0 !important;
  margin:0 0 9px 0 !important;
  color:#4A4A4A !important;
}

.errorPanelRight {
  border: solid 1px #d4b3e6;
  padding: 5px;
  margin: 0 0 20px 0px;
  width: 250px;
  background-color: #EFE3F6;
}

.errorPanelRight li {
  font-size: 13px !important;
  padding: 0 !important;
  margin: 0 0 9px 0 !important;
  color: #4A4A4A !important;
}


/*************************
Legal
**************************/

#legal h2 {
	padding:0 0 5px 0;
	margin:0 0 0 0;
	font-size:0.9375em;
	}



/**
 * Previously defined in tables.css
 */
#loginarea {
	background: url(../images/login_bg.gif) no-repeat top left;
	margin:20px 0 0 0;
	padding:15px 0 0 15px;
	width:300px;
	height:175px;
}



table.stdtable td
{
	padding:4px 2px;

}

.required
{
	font-size:85%;
}

table.tblmsg {
	border:1px solid #CCCCCC;
	/* width:560px; */

	margin:16px 0 16px 0;
	}


table.tblmsg th {
	font-size:13px;
	font-weight:bold;
	background-image:url('../images/th_bg.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	padding:4px 2px 3px 4px;
	color:#3c0058;
	border-left:1px solid #fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:left;
	}
	
table.tblmsg td {
    font-size:13px;
	padding:6px 4px 6px 4px;
	border-top:1px solid #fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

table.tblmsg td div.domainWrap {width:120px; overflow:hidden; word-wrap:break-word;}
	
table.tblmsg tr.alt {
	background-color:#EDF2F7;
}	


table.tblmsg td.titles {
	font-size:0.75em;
	font-weight:bold;
	padding:3px 4px;
}	
	



/*************************
Confirmation panel
**************************/

div.confirmationPanel
{
	position:absolute;
	top:110px;
	left:270px;
	height:100px;
	width:350px;
	background-color:#e4d8ea;
	border-top:solid 4px #4d1d65;
	border-left:solid 1px #4d1d65;
	border-right:solid 1px #4d1d65;
	border-bottom:solid 1px #4d1d65;
	padding:10px;
	text-align:center;
	font-size:0.875em;
}

ul.domains-help  { padding-right:100px; }
ol  {padding-right:100px;}


