/* CSS Document */
#banner{

}
#logo{
float: left;

}
.dataTables{
	margin: 0px;
	padding: 0px;
}
.dataTablesHeaderRow{
	background-color: #CCCCCC;
	border: thick solid #0099FF;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.dataTables th{
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0099FF;
	border-bottom-color: #0099FF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.dataTables td{
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
}
.headerCellA{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0066FF;
}
.headerCellB{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0066FF;
}
.leftColumn{
vertical-align:top; text-align:right;

}
.centerColumn{
	vertical-align:top;
}
.divMainMenu{
	text-align:center;
}
.tblMainMenu{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
}
.tblMainMenu tr td{
	text-align: center;
	vertical-align: middle;
	padding-right: 4px;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0099FF;	
}
.tblMainMenu tr td a:link{
	color: #666666;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.tblMainMenu tr td a:visited{
	color: #666666;
	text-decoration: none;
}
.tblMainMenu tr td a:active{
	color: #0099FF;
	text-decoration: none;
}
.tblMainMenu tr td a:hover{
	color: #0099FF;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#tdMainMenuEndCell{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
body{
	text-align:center;
}
tblbody{
	

}
.divContent{
padding-left:20px; padding-right:20px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#999999 
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0099FF;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
}
.highlight{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099FF;
}
h4{}
h5{}
h6{}
a:link{
	color: #0099FF;
}
a:visited{color: #0099FF;}
a:active{color: #0099FF;}
a:hover{
	color: #0099FF;
	font-weight: normal;
	text-decoration: overline;
}
.trHeaderGap{ border:none;}
.divFooter{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0099FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
}
.divSubMenu{ text-align:left;
}

.divSubMenuArrow{
	color: #FF9900;
	font-weight: bold;
}

.divSubMenu a:link{
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.divSubMenu a:visited{
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.divSubMenu a:active{

	color: #0099FF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.divSubMenu a:hover{
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.errorBox {
	border: 1px solid #FF9900;
	padding: 10px;
}
.advertBox {
	border: 1px solid #0099FF;
	vertical-align: top;
	padding: 5px;
}

/*

	css styles for samswhois.inc.php
	Copyright 2004 Sam Yapp
	http://whois.samscripts.com/

*/

/* <div> around all html output by the script */
.swPositioner{
	text-align: center;
	width: 100%;
}

/* <div> around the whois lookup form */
.swForm{
	text-align: center;
}

/* <div> heading above the whois form */
.swHeading{
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

/* <input> for entering the domain in */
.swDomain{
	width: 100px;
	text-align: right;
}

/* <select> listing tlds */
.swTld{
}

/* <input type="submit"> lookup form submit button */
.swSubmit{
	/*border: 1px solid black;
	background-color: #6699cc;*/
}


/* security code <img> tag */
.swSecureImage{
	border: 1px solid black;
}

/* <input> for entering the security code */
.swSecureCode{
	width: 60px;
}

/* <div> containing instructions, etc */
.swInfo{
	font-size: 10px;
	color: #aaaaaa;
	padding: 5px;
	text-align: center;
}

/* <div> containing all whois lookup results */
.swResults{
	text-align: center;
}

/* <div> containing the domain status message (available, registered) */
.swStatus{
	border-top: 2px dotted #cccccc;
	padding: 5px;
	text-align: center;
	width: 500px;
}

/* <div> containing details of the whois server used for the lookup */
.swServer{
	border-top: 2px dotted #cccccc;
	text-align: center;
	padding: 10px;
	color: #aaaaaa;
}

/* <div containing the data from the whois lookup */
.swData{
	padding: 4px;
	color: #666666;
}

/* style for <span> around lines in the output to hilight. */
.swHilight{
	font-weight: bold;
	color: #ff0000;
}

/* <div> used to display error messages */
.swError{
	font-weight: bold;
	color: red;
}
