/* ######### CSS for Shade Tabs. Remove if not using ######### */


/*New Tab Table starts here*/


* { margin: 0; padding: 0 }
/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

p { text-align: left; margin: 2px 0 }

p, ul { font-size: 13px; line-height: 1.4em } 

p a, li a { color: #39c; text-decoration: none }

p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }

p#cross-links { text-align: center }

p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }

noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }

a:focus { outline:none }

img { border: 0 }

.Tab_Title 
{
    margin-bottom: 5px; 
    padding : 0px 0px 6px 5px;     
    text-align: left; 
    color:#3e3c3d;
    font-size:9px; 
    font-weight:bold;
    font-family:Verdana, Arial Black;    
}



.stripViewer .panelContainer .panel ul {
	text-align: left;	
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 20px 0;
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 500px; height: 550px; background: #fff; overflow: scroll;}
.csw .loading {margin: 200px 0 300px 0; text-align: center; overflow: scroll;}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 1px solid #d0d0d0; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 500px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	/*height: 1150px;*/
	clear: both;
	background: #fff;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;			
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;	
	width: 500px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;	
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 2px;
}

.stripNav li.tab1 a { background: url("../images/greymenu_tab.gif") no-repeat center; color:black; width:120px; font-size:11px;}
.stripNav li.tab2 a { background: url("../images/greymenu_tab.gif") no-repeat center; color:black; width:120px; font-size:11px;}
.stripNav li.tab3 a { background: url("../images/greymenu_tab.gif") no-repeat center; color:black; width:120px; font-size:11px;}


.stripNav li a:hover {	
	background: url("../images/fuchsia_menutab.gif");
	background-repeat:no-repeat;
	background-position:center;	
	color:Black;
}

.stripNav li a.current {
	background: url("../images/fuchsia_menutab.gif") no-repeat center;
	color:white;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url("images/arrow-left.gif") no-repeat center;
}

.stripNavR {
	background: url("images/arrow-right.gif") no-repeat center;
}



/*New Tab Table ends here*/

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 362px;
border-top: 5px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid navy; /*navy border*/
background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid navy; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(indentbg2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.Field_Title
{
font-size:11px; 
color:black;
padding-left:5px;

/*border-bottom:1px dotted #E2E2E2;*/
}

.Space_Title
{
font-size:12px; 
color:black;
font-weight:bold;
/*border-bottom:1px dotted #E2E2E2;*/
}

.Field_text
{
font-size:11px; 
color:#3e3c3d;
background-color:#FDF5FD;
text-align:center;

/*border-bottom:1px dotted #E2E2E2;*/
}

.Field_text_odd
{
font-size:11px; 
color:#3e3c3d;
background-color:#F6F6F6;
text-align:center;

/*border-bottom:1px dotted #E2E2E2;*/
}



.Field_Header
{
font-size:12px; 
color:#000000;
font-weight:bold;
border-bottom:1px dotted #E2E2E2;
}

.lightbox_display
{    
width: 500px; 
background-color: #FDF5FD;     
}
.Table_Header
{
font-size:12px; 
color:#000000;
font-weight:bold;
}
.FTP_Qus
{
font-size:11px; 
color:#000000;
font-weight:bold;
}

.FTP_content
{
    width:500px;
    font-family:Verdana;
    padding:5px 7px 5px 7px;  
    background-color:#FDF5FD;
    border:solid 1px #FF66FF;
}

.Table_text
{
font-size:11px; 
color:#7c7a7b;
text-align:center;
border-bottom:1px dotted #E2E2E2;
}
.Domain_Text
{
font-size:10px; 
color:#ef2087;
font-weight:bold;
padding-left:10px;
padding-bottom:10px;
padding-top:10px;
border-bottom:1px dotted #E2E2E2;
text-decoration:none;
}
.Domain_Text a:hover
{
color:#7c7a7b;
}

.Table_textlast
{
font-size:11px; 
color:#7c7a7b;
text-align:center;
padding-bottom:10px;
padding-top:10px;
}
.Domain_Textlast
{
font-size:10px; 
color:#ef2087;
font-weight:bold;
padding-left:10px;
padding-bottom:10px;
padding-top:10px;
}

.Domain_Textlast a:hover
{
color:#7c7a7b;
}


.Domain_FieldTitle
{
font-size:11px; 
color:#ef2087;
font-weight:bold;
padding-left:8px;
padding-bottom:10px;
padding-top:10px;
border-bottom:1px dotted #E2E2E2;
}


.Price_style
{
font-weight:bold; 
color:white; 
font-size:13px;
text-align:center;
background:url("../images/Red3.gif");
height:56px;
width:33%;
}




/*TABMENU for Domain register,transfer & forwarding details  */

p{
margin: 0;
padding: 5px;
line-height: 1.5em;
text-align: justify;
border: 1px solid #fe84d7;
}
#Domainwrapper
{
width: 500px;
margin: 0 auto;
}
.box
{
background: #fff;
}
.boxholder
{
clear: both;
padding: 1px;
background: #fe84d7;
}
.tab
{
float: left;
height: 38px;
width: 102px;
margin: 0 3px 0 0;
text-align: center;
background: #fe84d7 url(../images/greentab.jpg) no-repeat;
}
.tabtxt
{
color: #ffffff;
font-size: 12px;
font-weight: bold;
padding: 9px 0 1px 0;
}
/*TABMENU for Domain register,transfer & forwarding details ends here  */


.Client_Title
{
font-size:12px; 
color:Fuchsia;
font-weight:bold;
padding-left:15px;
padding-bottom:10px;
padding-top:10px;
}

.Client_Text
{
font-size:11px; 
font-family:Verdana;
color:#3e3c3d;
padding-left:10px;
padding-bottom:5px;
padding-top:5px;
}
.Domain_Transfer
{
font-size:11px; 
font-family:Verdana;
color:#7c7a7b;
padding-left:10px;
padding-bottom:5px;
padding-top:5px;
}

.Server_text_odd
{
font-size:11px; 
color:#3e3c3d;
background-color:#F6F6F6;
text-align:left;
padding-left:5px;
}
.Server_text
{
font-size:11px; 
color:#3e3c3d;
text-align:left;
background-color:#FDF5FD;
padding-left:5px;
}

.Field_Title
{
font-size:11px; 
color:#3e3c3d;
padding-left:35px;
}

.DedField_Title
{
font-size:11px;
font-weight:bold;  
color:#3e3c3d;
padding-left:3px;

}

/*Horizontal Menu Start*/

.preload2 {background: url(../images/button4.gif);}
.hor_menu_margin
{margin: 1px 3px 0px 6px;}
.menu2 
{
    padding:0 0 0 3px; 
    list-style:none; 
    height:40px; 
    background:#fff url(../images/button1a.gif) repeat-x; 
    position:relative; 
    font-family:arial, verdana, sans-serif;
    z-index: 1; 
    w\idth:968px;    
 }
.menu2 li.top {display:block; float:left; position:relative;}
.menu2 li a.top_link {display:block; float:left; height:40px; line-height:33px; color:#FFFFFF; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 3px; cursor:pointer;}
.menu2 li a.top_link span {float:left; display:block; padding:0 6px 0 6px; height:40px;}
.menu2 li a.top_link span.down {float:left; display:block; padding:0 20px 0 6px; height:40px; background:url(../images/down.gif) no-repeat right top;}
.menu2 li a.top_link:hover {color:#fff; background: url(../images/button4.gif) no-repeat;}
.menu2 li a.top_link:hover span {background:url(../images/button4.gif) no-repeat right top;}
.menu2 li a.top_link:hover span.down {background:url(../images/button4a.gif) no-repeat right top;}

.menu2 li:hover > a.top_link {color:#fff; background: url(../images/button4.gif) no-repeat;}
.menu2 li:hover > a.top_link span {background:url(../images/button4.gif) no-repeat right top;}
.menu2 li:hover > a.top_link span.down {background:url(../images/button4a.gif) no-repeat right top;}


.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {visibility:visible;}
.menu2 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu2 :hover ul.sub {left:2px; top:40px; background: #fff; padding:3px 0; border:1px solid #EA0862; white-space:nowrap; width:150px; height:auto; font-weight:normal;}
.menu2 :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:90px; z-index:2;}
.menu2 :hover ul.sub li a {display:block; font-size:11px; height:20px; width:144px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu2 :hover ul.sub li a.fly {background:#fff url(../images/arrow.gif) 163px 7px no-repeat;}
.menu2 :hover ul.sub li a:hover {background:#FC378E; color:#fff; width:144px;}
.menu2 :hover ul.sub li a.fly:hover {background:#FC378E url(../images/arrow_over.gif) 163px 7px no-repeat; color:#fff;}
.menu2 :hover ul li:hover > a.fly {background:#FC378E url(../images/arrow_over.gif) 163px 7px no-repeat; color:#fff;} 

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:145px; top:-4px; background: #fff; padding:3px 0; border:1px solid #EA0862; white-space:nowrap; width:150px; z-index:1; height:auto;}


/*Horizontal End here*/



