body{
 margin:0;
}

.taskHeader
{
	color:#A60000;font-size:14px;font-weight:bolder;
}

.subTaskHeader
{
	color:#A60000;font-size:13px;font-weight:bolder;text-decoration:underline;
}

.secondSubTaskHeader
{
	color:#A60000;font-size:12px;
}

.rowHeader
{
	color:#A60000;font-size:12px;
}

.blankBox{
 width:20%;
 background-color:#F58133;
}

.message_bar {
	background-image:url(../images/message_holder.jpg);
	background-repeat:no-repeat;
	height:45px;
	line-height:20px;
	width:auto;
	margin-left:0px;
	margin-right:0px;
	clear:both;
	margin-top:20px;
	width:950px;
}
.message {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-left:0px;
	margin-right:0px;
	font-weight:bold;
	padding-top:10px;
	color:#636363;
	width:950px;
}

input[type="text"]{
 background-color:#FFFFFF;
 display:block;
 border:1px solid #cccccc;
}
input[type="password"]{
 background-color:#FFFFFF;
 display:block;
 border:1px solid #cccccc;
}

/*input[type="text"]:hover{
 background-color:#F58133;
 color:#FFFFFF;
 display:block;
 border:1px solid #cccccc;
}*/

#main {
	width:950px;
	height:700px;
	margin-left:0px;
	margin-right:0px;
	float:none;
}
#header {
	width:950px;
	height:95px;
	background:#F58133;
}
#navbar {
	width:709px;
	background:url(../images/nav.jpg) no-repeat;
	height:37px;
	float:right;
}
.clr {
	clear:both;
}

a.link:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	color:#FFFFFF;
}
a.link:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	color:#FFFFFF;
}
a.link:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	color:#FFFFFF;
}
a.link:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	color:#FFCC00;
}
.left_orange {
	height:95px;
	background-color:#F58133;
}
.right_orange {
	background-image:url(../images/right_orange.jpg);
	background-repeat:repeat-x;
	height:95px;
	background-color:#F58133;
}
.left {
	width:120px;
	float:left;
	height:auto;
}
.nav_main {
	width:730px;
	float:right;
	height:50px;
	vertical-align:bottom;
}


.message_small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:0px;
	margin-right:0px;
	font-weight:bold;
	padding-top:5px;
	color:#636363;
}
#content {
	width:950px;
	margin-right:0px;
	margin-left:0px;
	height:auto;
}
#left {
	width:475px;
	height:auto;
	float:left;
}
#right {
	width:425px;
	height:auto;
	float:right;
	margin-left:auto;
	
}
#search {
	background-image:url(../images/search1.jpg);
	background-repeat:no-repeat;
	width:450px;
	height:64px;
	margin-top:5px;
	float:left;
	margin-left:8px;
}
.search_in {
	padding-left:40px;
}

.search_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	float:left; 
	
	margin-right:3px;
	padding-top:0px;
	color:#636363;
}

.search_input_holder {
	float:left; 
	width:auto; 
	margin-right:3px;
	margin-left:0px;
}

.text_bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	height:20px;
}
.text_bold_search {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#444444;
	text-align:left;
}

.text_normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

.h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15pt;
	font-weight:bold;
	color:#333333;
}
.h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15pt;
	font-weight:normal;
	color:#333333;
}
.h2_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13pt;
	font-weight:normal;
	color:#636363;
}
.h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#333333;
	margin:20px;
	margin-bottom:5px;
	clear:both;
}
.h3_small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	color:#cbc9c9;
	margin:20px;
	margin-bottom:5px;
	margin-top:10px;
	clear:both;
}

.h3_new {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	color:#cbc9c9;
	margin-left:15px;
}


.h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#333333;
	text-align:left;
}
#right_in {
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	width:309px;
	height:182px;
	float:right;
	margin-right:25px;
	margin-top:15px;
}
div.visible {
	display: visible;
	
}
div.hidden {
	display: none;
}
.main_below_box {
	margin:15px;
	margin-top:0px;
	border:1px solid #e6e6e6;
}
.tab {
	background-image:url(../images/tab.jpg);
	background-repeat:repeat-x;
	border-right:1px solid #f3f3f3;
	border-bottom:1px solid #f3f3f3;
	height:42px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#333333;
}
.tab2 {
	background-image:url(../images/tab2.jpg);
	background-repeat:repeat-x;
	border-right:1px solid #f3f3f3;
	border-bottom:1px solid #ffffff;
	height:42px;
	text-align:center;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#333333;
}
.box_tab {
	border-left:1px solid #f3f3f3;
	padding:15px;
	padding-bottom:0px;
}

.box_tab_div {
	text-align:left;
	float:left;
	
}

#footer_holder {
	padding:15px;
	margin-top:25px;
	border-top:2px solid #f3f3f3;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	background-color:#4C555A;
	text-align:center;
	color:#ffffff;
	font-size:10px;
	font-family:verdana;
}

#footer_holder a:link {
	color:#FFFFFF;
	font-size:10px;
	font-family:verdana;
	text-decoration:underline;
}

#footer_holder a:visited {
	color:#FFFFFF;
	font-size:10px;
	font-family:verdana;
	text-decoration:underline;
}

#footer_holder a:hover {
	color:#FFFFFF;
	font-size:10px;
	font-family:verdana;
	text-decoration:none;
}


#footer_holder a:active {
	color:#FFFFFF;
	font-size:10px;
	font-family:verdana;
	text-decoration:none;
}



#wrapper {
margin: 20px auto 20px auto;
padding: 0px;
text-align: left;
position: relative;
border: solid 1px #fff;
}
.firstlayer {
font-size: 18px;
font-weight: bold;
color: #fff;
position: absolute;
top: 20px;
left: 20px;
z-index: 1;
}
.secondlayer {
font-size: 18px;
font-weight: bold;
color: #aaa;
position: absolute;
top: 22px;
left: 22px;
z-index: 0;
}

/* form */ 

.form_text 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#636363;
}
/*Heading for Registration Page 
By Vinay Singh Yadav

*/
.heading_text
{
	background-color:#F58133;
	font-size:12pt;
	color:White;
}


/* Left Menu */

#menu1 {
} 

#menu1 ul
{
font-family: Arial, Helvetica, sans-serif;
list-style-type:none;
margin:0;
padding:0;
} 

#menu1 li
{
display: inline;
/* for IE5 and IE6 */
} 

#menu1 a
{
color: #fff;
text-decoration: none;
font-size: 15px;
display: block;
padding:10px 0 10px 12px;
width:100%;
background:url(Image/bg_butt_in.jpg) repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
border-bottom:1px solid #fff;
} 

#menu1 a:link, #menu1 a:visited
{
color: #fff;
text-decoration: none;
border-bottom: 1px solid #999999;
background:url(Image/bg_butt_in.jpg) repeat-x;
padding:10px 0 10px 12px;
border-bottom:1px solid #fff;
} 

#menu1 a:hover
{
color: #fff;
background:url(Image/bg_butt_in_u.jpg) repeat-x;
padding:10px 0 10px 12px;
border-bottom:1px solid #fff;
} 

.myaccount
{
color: #fff;
text-decoration: none;
font-size: 20px;
display: block;
padding:8px 0 6px 12px;
width:100%;
background:url(Image/bg_butt_in_r.jpg) repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
vertical-align:middle;
}
.myaccount2
{
color: #fff;
text-decoration: none;
font-size: 15px;
display: block;
padding:9px 0 10px 12px;
width:100%;
background:url(Image/bg_butt_in_u.jpg) repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
border-bottom:1px solid #fff;
clear:both;
}

th
{
	font-family:Arial;font-size:13px;
}

td
{
	font-family:Arial;font-size:13px;
}

.listed
{
	color:red;
}

.notlisted
{
	color:green;
}

p
{
	font-family:Arial;font-size:13px;
}

img
{
	border-style: none;
	border-width: 0px;
}

.rbllink a
{
	color:#000000;
	text-decoration:none;
}

.rbllink a:hover
{
	color:#000000;
	text-decoration:underline;
}

.freeTools
{
	text-decoration:none;	
}
.freeTools:hover
{
	text-decoration:underline;	
}


/* Accordion */
.accordionHeader
{
    border: none;
    color: #000000;
    background-color:#e6e1e2;
    background-image: url(../images/button1.png);
    background-repeat:no-repeat;
    background-position:right;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 3px;
    color:Blue;
    margin-top: 3px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;	
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border:none;
    color: #000000;
    background-image: url(../images/button12.png);
    background-color:#e6e1e2;
    background-repeat:no-repeat;
    background-position:right;
	font-family: Arial, Sans-Serif;	
	font-size: 12px;
	font-weight: bold;
    padding: 3px;
    color:White;
    margin-top: 3px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background-image:url(../images/backcolor2.png);
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{   
   background-color:White;
    border: none;
    border-top: none;
    padding: 2px;
    padding-top: 2px;
}
.selectedbutton
{	
	text-decoration:none;
	color:#888888;
}
.panecss
{
  
}

#logoDiv
{
	position:absolute;
	margin-top:10px;
	margin-left:30px;
}

#ipDiv
{
	position:absolute;
	margin-top:60px;
	margin-left:40px;
	color:#5a696e;
	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
}


.redHeading
{
	font-size:22px;
	color:#A60000;
}

.redHeadingSmall
{
	font-size:18px;
	color:#A60000;
}

.redHeadingMicro
{
	font-size:14px;
	color:#A60000;
}

.redHeadingMini
{
	font-size:12px;
	color:#A60000;
}

.whiteHeading
{
	font-size:22px;
	color:#FFFFFF;
}

.greyLabelBig
{
	color:#404040;
	font-size:16px;
}

.greyLabelSmall
{
	color:#404040;
	font-size:12px;
}

.greyLabelMedium
{
	color:#404040;
	font-size:14px;
}



a.rightlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#000000;
}

a.rightlink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#A60000;
}


.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.rblSummaryLink
{
	color:#A60000;
}

.rblSummaryLink:Hover
{
	color:#000000;
	text-decoration:underline;
}
/*Rounded Box CSS Start*/

.rbroundbox { background: url(../images/simple_background.gif) repeat; }
.rbroundbox1 { background: url(../images/simple_background1.gif) repeat; }
.rbroundbox2 { background: url(../images/simple_background2.gif) repeat; }
.rbroundbox3 { background: url(../images/simple_background3.gif) repeat; }
.rbroundbox4 { background: url(../images/simple_background4.gif) repeat; }
.rbroundbox5 { background: url(../images/simple_background5.gif) repeat; }
.rbtop div  { background: url(../images/simple_top_left.gif) no-repeat top left; }
.rbtop1 div  { background: url(../images/simple_top_left1.gif) no-repeat top left; }
.rbtop2 div  { background: url(../images/simple_top_left2.gif) no-repeat top left; }
.rbtop3 div  { background: url(../images/simple_top_left3.gif) no-repeat top left; }
.rbtop4 div  { background: url(../images/simple_top_left4.gif) no-repeat top left; }
.rbtop5 div  { background: url(../images/simple_top_left5.gif) no-repeat top left; }
.rbtop      { background: url(../images/simple_top_right.gif) no-repeat top right; }
.rbtop1      { background: url(../images/simple_top_right1.gif) no-repeat top right; }
.rbtop2      { background: url(../images/simple_top_right2.gif) no-repeat top right; }
.rbtop3      { background: url(../images/simple_top_right3.gif) no-repeat top right; }
.rbtop4      { background: url(../images/simple_top_right4.gif) no-repeat top right; }
.rbtop5      { background: url(../images/simple_top_right5.gif) no-repeat top right; }
.rbbot div  { background: url(../images/simple_bottom_left.gif) no-repeat bottom left; }
.rbbot1 div  { background: url(../images/simple_bottom_left1.gif) no-repeat bottom left; }
.rbbot2 div  { background: url(../images/simple_bottom_left2.gif) no-repeat bottom left; }
.rbbot3 div  { background: url(../images/simple_bottom_left3.gif) no-repeat bottom left; }
.rbbot4 div  { background: url(../images/simple_bottom_left4.gif) no-repeat bottom left; }
.rbbot5 div  { background: url(../images/simple_bottom_left5.gif) no-repeat bottom left; }
.rbbot      { background: url(../images/simple_bottom_right.gif) no-repeat bottom right; }
.rbbot1      { background: url(../images/simple_bottom_right1.gif) no-repeat bottom right; }
.rbbot2      { background: url(../images/simple_bottom_right2.gif) no-repeat bottom right; }
.rbbot3      { background: url(../images/simple_bottom_right3.gif) no-repeat bottom right; }
.rbbot4      { background: url(../images/simple_bottom_right4.gif) no-repeat bottom right; }
.rbbot5      { background: url(../images/simple_bottom_right5.gif) no-repeat bottom right; }


 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}

.rbtop1 div, .rbtop1, .rbbot1 div, .rbbot1 {
	width: 100%;
	height: 14px;
	font-size: 1px;
}

.rbtop2 div, .rbtop2, .rbbot2 div, .rbbot2 {
	width: 100%;
	height: 14px;
	font-size: 1px;
}

.rbtop3 div, .rbtop3, .rbbot3 div, .rbbot3 {
	width: 100%;
	height: 14px;
	font-size: 1px;
}

.rbtop4 div, .rbtop4, .rbbot4 div, .rbbot4 {
	width: 100%;
	height: 14px;
	font-size: 1px;
}

.rbtop5 div, .rbtop5, .rbbot5 div, .rbbot5 {
	width: 100%;
	height: 14px;
	font-size: 1px;
	
}

.rbcontent  { margin: 0 14px; }
.rbcontent1  { margin: 0 14px; }
.rbcontent2  { margin: 0 14px; color:White;}
.rbcontent3  { margin: 0 14px; }
.rbcontent4  { margin: 0 14px; }
.rbcontent5  { margin: 0 14px; color:White;}
.rbroundbox { width: 500px; margin: auto; }
.rbroundbox1 { width: 500px; margin: auto; }
.rbroundbox2 { width: 500px; margin: auto; }
.rbroundbox3 { width: 500px; margin: auto; }
.rbroundbox4 { width: 500px; margin: auto; }
.rbroundbox5 { width: 500px; margin: auto; }


/*Rounded Box CSS End*/



/* Shadow Effect Syltes*/


#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    text-align:left;
    width:500px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

#shadow-container .shadow1 {
    background: #F1F0F1;
}

#shadow-container .shadow2 {
    background: #DBDADB;
}

#shadow-container .shadow3 {
    background: #B8B6B8;
}

#shadow-container .container {
    background: #ffffff;
    border: 1px solid #A60000;
    padding: 10px;
}
    
.popupMenuOrange
{
	position:absolute;
	visibility:hidden;
	opacity:.95;
	filter:alpha(opacity=95);
	background-color:#F58133;
	width:250px;
	height:100px;
	padding:10px;
	border:1px;
	border-color:#000000;
	color:White;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;	
}    

.popupMenuGrey
{
	position:absolute;
	visibility:hidden;
	opacity:.95;
	filter:alpha(opacity=95);
	background-color:#5A696E;
	width:250px;
	height:100px;
	padding:10px;
	border:1px;
	border-color:#000000;	
	color:White;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
}

.popupMenuGrey a
{
	color:White;	
}

.popupMenuOrange a
{	
	color:White;
} 

/* shadow effect styles end*/    



.blogHeading
{
	font-size:11px;
	color:#A60000;
}

.TopIP
{
	bbackground-color:#FDEEF4;
	bborder:2px #000000;
	bborder-left:0px;
	bborder-right:0px;
	bborder-style:dashed;
	ppadding:5px;
	font-weight:bold;
	font-size:20px;
}

.TopLink a
{
	color:White;
	text-decoration:none;
	font-weight:bold;
}

.TopLink a:hover
{
	text-decoration:underline;
	font-weight:bold;
}

.sitemapLink
{
	color:#A60000;
	
}

/********************************************/
/*****************User Master***************/
.userMasterthbig
{
	background:#41383C;
	font-size:18px;
	color:White;
}

.userMasterth
{
	background:#41383C;
	font-size:16px;
	color:White;
}

.userMastertd
{
	background:#C0C0C0;
	font-size:14px;
	color:White;
	text-decoration:none;
}

.userMastertd a
{
	color:White;
	text-decoration:none;
}

.userMastertd:hover
{
	background:#F58133;
	font-size:14px;
	color:White;
	text-decoration:underline;
}

/********************************************/
/*****************User Master***************/
.accountDiv
{
	border-color:Orange;
	border-width:thin;
	border-style:dotted;
}

.accountDivTh
{
	background-color:#F58133;
	font-weight:bold;
	color:White;
}

.AccountTable1
{
	background-color:#eeeeee;
	color:#000000;
}

.DomainTable1
{
	background-color:#F58133;
	color:#000000;
}

.leftCell
{
	color:#4C555A;
	vertical-align:top;
	text-align:right;
}

#licenseDiv P
{
	font-size:12px;
}
#licenseDiv{
height:200px;
width:450px;
overflow:scroll;
background-color:#F3F8C9;
border-color:#000000;
border-width:1px;
border-style:solid;
margin:auto;
font-size:12px;
}

.leftBoxesLink{color:#FFFFFF;font-family:Verdana;font-size:10px;font-weight:bold;text-decoration:none;}
.leftBoxesLink:hover{color:#FFFFFF;font-family:Verdana;font-size:10px;font-weight:bold;text-decoration:underline;}

.tipText{color:#111111;font-size:11px;}

.headerBar
{
	
	font-weight:bold;
	border-bottom: solid 1px #000000;
	margin-top:10px;
}