/* Default CSS Stylesheet for a new Web Application project */
.border_left {
	background-color:#222C38;
	background-image:url(left.jpg);
	width: 23px;
}
.border_right {
	background-image:url(right.jpg);
	width: 25px;
}
.border_bottom {
	background-color:#222C38;
	background-image:url(bottom.jpg);
	height: 23px;
}
.border_top {
	background-color:#222C38;
	background-image:url(top.jpg);
	height: 23px;
}
.border_bottom_left {
	background-color:#222C38;
	background-image:url(bottom_left.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 22px;
}
.border_bottom_right {
	background-color:#222C38;
	background-image:url(bottom_right.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 25px;
}
.border_top_left {
	background-color:#222C38;
	background-image:url(top_left.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 22px;
}
.border_top_right {
	background-color:#222C38;
	background-image:url(top_right.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 25px;
}
BODY
{
    BACKGROUND-COLOR: #3F4953;
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;  
color: #FFFFFF;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-bottom:0px; 
	margin-left:0px; 
	margin-right:0px; 
	margin-top:0px;
	padding: 0px;
background-color: #000000;

}


H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;  
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

A:link	{	
	text-decoration:	none;
	color:	#808080;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#808080;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#808080;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#808080;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

/*TCAdmin CSS*/
.navigation_menu
{
	width:695px;
}

.TCAdminBody
{
	background-color:#222C38;
}

.error_message
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	color:Red;
	border:2px solid Red;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #FBE3DD;
	width:695px;
}

.warning_message
{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	color:#ff0000;
	border:2px solid #000066;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #FFFFB3;
	width:695px;
}

.info_message
{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	color:#ff0000;	
	border:4px solid #000066;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #F7F3F7;
	width:695px;
}

.buttonForward{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #222C38;
	background-color: #3F4953;
	border: none;
	width:93px;
	height:25px;
	cursor:pointer;
	background-image: url(forward.gif);
	padding-right:9px;
}

.fileButton{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #222C38;
	background-color: #3F4953;
	border: none;
	padding-right:9px;
}

.buttonNormal{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #222C38;
	background-color: #3F4953;
	border: none;
	width:93px;
	height:25px;
	cursor:pointer;
	background-image: url(normalbt.gif);
}

.buttonBack{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #222C38;
	background-color: #3F4953;
	border: none;
	width:93px;
	height:25px;
	cursor:pointer;
	background-image: url(back.gif);
	padding-left:9px;
}

.menu_header
{
	font-weight: bold;
	font-size: 0.8em;
	color: #C3F781;
	font-family: Verdana;
	text-align: left;
	height:20px;
	background-image: url(menu_header.jpg);
	width:695px;
}

.menu_item_link
{
	font-weight: bold;
	font-family: Arial;
	font-size: 9px;
	font-family: Verdana;
}

.small_menu_item_link
{
	font-weight: bold;
	font-family: Arial;
	font-size: 8px;
	font-family: Verdana;
}

.small_menu_item_link_med
{
	font-weight: bold;
	font-family: Arial;
	font-size: 7px;
	font-family: Verdana;
}

/*Labels and Inputs*/
.description_labels
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
}

.description_labels_small
{
	font-weight: bold;
	font-size:0.6em;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.description_labels_med
{
	color: #FFB400;	
	font-weight: bold;
	font-size: 8px;
	font-family: Verdana,Geneva, Arial, helvetica, sans-serif;
}

.description_labels_small_normal
{
	font-weight: normal;
	font-size:7px;
	font-family: Verdana;
}

.default_inputs
{
	WIDTH: 150px;
	HEIGHT: 22px;
}

.auto_inputs
{
	WIDTH: 150px;
	HEIGHT: 22px;
	background-color: #EEEEEE;
}

/*Tables*/
.table_main
{
	background-color: #3F4953;
	BORDER-TOP: thin solid #222C38;
	BORDER-LEFT: thin solid #222C38;
	BORDER-RIGHT: thin solid #222C38;
	BORDER-BOTTOM: thin solid #222C38;
	BORDER-COLLAPSE: collapse;
}
.table_header
{
	font-weight: bold;
	font-size: 0.8em;
	color: #222C38;
	font-family: Verdana;
	background-color: #222C38;
	text-align: center;
	height:20px;
	background-image: url(menu_header.jpg);
}

/*Web Grid*/
.webgrid_main
{
	background-color: #F8F8F8;
	BORDER-TOP: thin solid #333333;
	BORDER-LEFT: thin solid #555555;
	BORDER-RIGHT: thin solid #555555;
	BORDER-BOTTOM: thin solid #444444;
	BORDER-COLLAPSE: collapse;
}

.webgrid_header
{
	font-weight: bold;
	font-size: 0.8em;
	color: #222C38;
	font-family: Verdana;
	background-color: #6B5994;
	text-align: left;
	height:20px;
	background-image: url(menu_header.jpg);
}

a.webgrid_header_sort:link
{
	color: #222C38;
	font-family: Verdana;
	text-align: left;
	text-decoration:	none;
}

a.webgrid_header_sort:visited
{
	color: #222C38;
	font-family: Verdana;
	text-align: left;
	text-decoration:	none;
}

a.webgrid_header_sort:hover
{
	color: #222C38;
	font-family: Verdana;
	text-align: left;
	text-decoration:	underline;
}

a.webgrid_header_sort:active
{
	color: #222C38;
	font-family: Verdana;
	text-align: left;
	text-decoration:	none;
}

.webgrid_footer
{
	font-weight: bold;
	font-size: 12px;
	color: #222C38;
	font-family: Verdana;
              background-color: #125283;
	text-align: left;
	height:20px;
}

.webgrid_pager
{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana;
	background-color: #232D3B;
	text-align: left;
	height:20px;
}

.webgrid_rows
{
	font-size: 10px;
              font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#232D3B;
	height:20;
}

.webgrid_alternating_rows
{
	font-size: 11px;
              font-family: Tahoma, Verdana, sans-serif, "Microsoft Sans Serif";
	background-color:#3C4D62;
	height:20;
}

.webgrid_rows_mouseover
{
	font-size: 11px;
	font-family: Verdana;
	background-color:#dddddd;
	height:20;
	cursor:pointer;
}

/*Service Status*/
.service_stopped_row
{
              font-weight: bold;
	color: red;
	text-align:center;
}

.service_started_row
{

font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
              font-weight: bold;
	color: lime;
	text-align:center;
}
.service_stopped_text
{
	font-weight: bold;
	font-size: 0.75em;
	font-family: Verdana;
	color: Red;
}

.service_started_text
{
	font-weight: bold;
	font-size: 0.75em;
	font-family: Verdana;
	color: Lime;
}

/* ---- Clan Solutions Start here ---- */


body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;	
}
p {
	margin-top:3px;
	margin-bottom:2px;
}
form {
	margin:0;
	padding:0;
}
.formbutton {
	background-color:#222C38;
	color: #FFFFFF;
	border: 1px solid #5F6670;
}
input {
	background-color:#D5DBE3;
	border: 1px solid #000000;
}
th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
a:link, a:active, a:visited{
	color: #FFCC00;
	text-decoration:underline;
}
a:hover{
	color: #FFB400;
	text-decoration:none;
}
.paragraph {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.paragraph_sub {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 13px;
}
.paragraph_legal {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 13px;
}
#BG_menu {
	background-image: url(http://www.clan-solutions.com/images/BG_menu.jpg);
	background-repeat: repeat-x;
}
#footer {
	background-image: url(http://www.clan-solutions.com/images/BG_footer.jpg);
	background-repeat: repeat-x;
}
#footer a:link, #footer a:active, #footer a:visited{
	color: #FFFFFF;
	text-decoration:underline;
}
#footer a:hover{
	color: #FFCC00;
	text-decoration:none;
}
#left {
	background-image: url(http://www.clan-solutions.com/images/BG_left.jpg);
	background-repeat: repeat-y;
	width: 238px;
}
#main {
	background-image: url(http://www.clan-solutions.com/images/BG_main.jpg);
	background-repeat: repeat-y;
	width: 722px;
}
#top {
	background-image: url(http://www.clan-solutions.com/images/BG_main1.jpg);
	background-repeat: repeat-y;
	width: 960px;
	height: 25px;
	font-size:10px;
}
#sub {
	background-image: url(http://www.clan-solutions.com/images/BG_sub.jpg);
	background-repeat: repeat-y;
	width: 722px;
}
#right {
	background-image: url(http://www.clan-solutions.com/images/BG_right.jpg);
	background-repeat: repeat-y;
	width: 260px;
	height: 100%;
}
#BG_aa {
	background-image: url(http://www.clan-solutions.com/images/BG_aa.jpg);
	background-repeat: no-repeat;
	width: 462px;
	height: 134px;
	background-position: right;
}
#BG_login {
	background-image: url(http://www.clan-solutions.com/images/BG_login.jpg);
	background-repeat: no-repeat;
	width: 260px;
	height: 134px;
}
.BG_planbox {
	background-image: url(http://www.clan-solutions.com/images/BG_Lbox.jpg);
	background-repeat: no-repeat;
	height: 132px;
	width: 166px;
}
.BG_Rbox {

	background-image: url(http://www.clan-solutions.com/images/BG_Rbox.jpg);
	background-repeat: repeat-y;
	width: 260px;
}
.BG_title {
	background-image: url(http://www.clan-solutions.com/images/BG_title.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 238px;
}
.BG_title1 {
	background-image: url(http://www.clan-solutions.com/images/BG_title1.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 238px;
}
.BG_title2 {
	background-image: url(http://www.clan-solutions.com/images/BG_title2.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 238px;
}
.dollarsign_1 {
	font-size: 14px;
	font-weight: bold;
	color: #00CC33;
	vertical-align: text-bottom;
	font-style: italic;
}
.dollarsign_2 {
	font-size: 20px;
	font-weight: bold;
	color: #00CC33;
	vertical-align: text-bottom;
	font-style: italic;
}
.features {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3C4D62;
}
.AAfeatures {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFCC00;
	font-size: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3C4D62;
}
.price_1 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.price_2 {

	font-size: 32px;
	font-weight: bold;
	color: #FFB400;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.orange {
	color: #FFB400;
}
.orangebold12 {
	color: #FFB400;
	font-weight:bold;
}
.blue {
	color: #0066CC;
}
.bluearrow {
	color: #00AAFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	padding-top:1px;
}

.bluearrow a:link, #bluearrow a:active, #bluearrow a:visited{
	color: #FFFFFF;
	text-decoration:none;
}
.bluearrow a:hover{
	color: #FFCC00;
	text-decoration:none;
}
.yellow {
	color: #FFCC00;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top:7px;
	letter-spacing:1px;
	
}
.pagetitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #FFB400;
	padding-top:7px;
	letter-spacing:1px;
	
}
.planheader {
	font-size: 11px;
	font-weight: bold;
	color: #FFB400;
	background-image: url(http://www.clan-solutions.com/images/BG_subheader.gif);
	letter-spacing: 1px;
	background-repeat: repeat-x;
	#222C38-space: nowrap;
	font-family: Tahoma, Verdana, sans-serif, "Microsoft Sans Serif";
	background-color: #232D3B;
	height: 29px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 5px;
}
.plantop {
	font-size: 10px;
	font-weight: bold;
	color: #FFB400;
	background-image: url(http://www.clan-solutions.com/images/BG_header.gif);
	letter-spacing: 1px;
	background-repeat: repeat-x;
	#222C38-space: nowrap;
	font-family: Tahoma, Verdana, sans-serif, "Microsoft Sans Serif";
	background-color: #232D3B;
	height: 30px;
	padding-bottom: 0px;
	padding-top:0px;
	border-bottom: #000000 1px solid;
	text-transform:uppercase;
}
.boxtop {
	font-size: 10px;
	font-weight: bold;
	color: #FFB400;
	background-image: url(http://www.clan-solutions.com/images/BG_header.gif);
	letter-spacing: 1px;
	background-repeat: repeat-x;
	#222C38-space: nowrap;
	font-family: Tahoma, Verdana, sans-serif, "Microsoft Sans Serif";
	background-color: #232D3B;
	height: 30px;
	padding-bottom: 0px;
	padding-top:0px;
	border-bottom: #000000 1px solid;
	text-transform:uppercase;
}
.planrow_dark {
	background-color: #125283;
	border-bottom: #000000 1px solid;
}
.planrow_light {
	font-size:10px;
	background-color: #232D3B;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
}
.plancolumn_dark {
	font-size:10px;
	background-color: #232D3B;
	font-weight:bold;
	
}
.plancolumn_light {
	font-size:10px;
	background-color: #232D3B;
	font-weight: bold;
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 7px;
	border-bottom: #000000 1px solid;
}
.arrowbullet {
	color: #0066FF;
	font-size:15px;
}
/*

	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;
}

/* <select> listing tlds */
.swTld{
}

/* <input type="submit"> lookup form submit button */
.swSubmit{
	border: 1px solid black;
	background-color: #3F4953;
	color:#FFFFFF;
	font-weight:bold;
}

/* 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: #ffffff;
	padding: 5px;
	text-align: center;
}

/* <div> containing all whois lookup results */
.swResults{
	text-align: left;
}

/* <div> containing the domain status message (available, registered) */
.swStatus{
	border-top: 2px dotted #cccccc;
	padding: 5px;
	text-align: center;
	width: 100%;
}

/* <div> containing details of the whois server used for the lookup */
.swServer{
	border-top: 2px dotted #cccccc;
	text-align: center;
	padding: 5px;
	color: #ffffff;
	width:100%;
}

/* <div containing the data from the whois lookup */
.swData{
	padding: 4px;
	color: #ffffff;
}

/* 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;
}
.textfield {
color: #ffffff;
font-size: 10pt;
font-family: arial;
border: 0px
}