
/*  
Theme Name: NETBRAMHA
Theme URI: http://www.numo.in/blog
Description: Numo solutions
Version: 1.0
Author: Kesava Reddy
Author URI: http://www.numo.co.in

*/
@charset "utf-8";
/* CSS Document */

body{
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0;
	padding:0;
	text-align: center;
}

a:link, a:visited{
	color:#0000FF;
	text-decoration:none;
}
a:hover, a:active{
	text-decoration:underline;
}


#wrapper{
	width:938px;
	margin:0 auto;
	text-align:left;
}




/* Nav bar */
#nav{
	height:25px;
	background:#7ED1EE url(images/nav-l.gif) 0 100% no-repeat;
	overflow:hidden;
	_width:225px;
}
#nav a:link, #nav a:visited{ 
	color:#FFFFFF;
	padding:0 10px;
}

#nav ul{
	margin-top:5px;
	padding:0px 10px 0;
	background:url(images/nav-r.gif) 100% 100% no-repeat;
	overflow:hidden;
	height:20px;
}

#nav li{
	float:left;
}
#content-wrapper{
	background:url(images/page-bg.png) repeat-y 0 0;
	margin:20px 0 0 0;
}
#header{
	background:url(images/page-t.png) 0 0 no-repeat;
	width:100%;
	overflow:hidden;
}
#header-left{
	margin:40px 40px 20px;
	text-align:center;
	font-size:16px;
	font-style:italic;
	display:inline;
	
}
#header-right{
	font-size:24px;
	margin:75px 40px 0 0;
}
#header-right a:link, #header-right a:visited{
	color:#666;
}
#content{
	_width:938px;
	padding:0 40px;
	overflow:hidden;
}
#content-left{
	width:50%;
	overflow:hidden;
}
#content-genleft{
	width:60%;
	overflow:hidden;
}
#content-right{
	width:30%;
	padding:0 10px;
	background-color: #A5AFC0;
}


#content-right-left{
	width:22%;
	padding:0 10px;
	background-color: #A5AFC0;
}
#content-right-right{
	width:22%;
	padding:0 10px;
	background-color: #FFFFFF;
}

.title{
color:#993a4e;
padding:0px;
float:left;
font-size:19px;
margin:10px 0 10px 0;
}
span.title_icon{
float:left;
padding:0 5px 0 0;
}
.about{
width:100%;
clear:both;
background:url(images/box_bottom.gif) no-repeat bottom center;
padding:0 0 50px 0;
}			




/*select {
float:left;
margin:10px 7px 0 0;
}
select {
color:#7B510E;
font-size:20px;
}*/

#result{
	margin:20px 0 0;
	width:420px;
	overflow:hidden;
}
#results-table{
	font-size:18px;
	color:#052530;	
}

.table-heading{
	font-weight:bold;
	font-size:14px;
	background:#e4e4e4;
}

#results-left{
	padding:20px 40px 20px 20px;
	_padding:20px 40px 20px 15px;
	line-height:30px;
}

#results-right{
	padding:90px 0 0;
}
#content{
	color:#333;
}
#content #results-right p{
	font-size:30px;
	font-style:italic;
}
#content h2{
	color:#FF9900;
	font-size:20px;
	font-weight:bold;
	margin:10px 0 5px;
	border-bottom: 1px dotted #CCCCCC;
}
#content h3{
	color:#006600;
	font-size:16px;
	font-weight:bold;
	margin:10px 0 5px;
}


#content h6{
	color:#006600;
	font-size:20px;
	font-weight:bold;
	margin:10px 0 5px;
}


#content h7{
	color:#000000;
	font-size:16px;
	margin:10px 0 5px;
}
#content h4{
	color:#FF3333;
	font-size:12px;
	font-weight:bold;
	margin:10px 0 5px;
}

#content h5{
	color:#0000FF;
	font-size:12px;
	font-weight:bold;
	margin:10px 0 5px;
	border-bottom: 1px dotted #CCCCCC;
}

#content h9{
	color:#000000;
	font-size:20px;
	font-weight:bold;
	margin:10px 0 5px;
	border-bottom: 1px dotted #CCCCCC;
}

#content p{
	font-size:12px;
	margin:0 0 10px;
	text-align:justify;
}
#content ul{
	margin:5px;
}
#content li{
		list-style:inside square;
}
#content li li{
		list-style:inside none;
}
#content p.desc{
	font-size:18px;
	color:#000000;
	font-weight:bold;
}

#login-form{
	font-size:14px;
	color:#6591A1;
}

/*Table Style*/
#colored-table{
}
#colored-table td{
	padding:5px;
}
#colored-table .odd{
	background:#E3EAED;
}
.grouptitle{
	font-size:14px;
	font-weight:bold;
}
.groupdesc{
	color:#333;
}
/*END - Table Style*/
#footer{
	background:#fff url(images/page-b.png) 0 0  no-repeat;
	padding: 55px 20px 20px;
}
#footer p, #footer a:link, #footer a:visited{
	color:#666;
}

input.button{
	background:#8ADDFF;
	color:#6591A1;
	border:1px solid #CCCCCC;
	padding:1px 5px;
}

#signup-form{
}

form fieldset{
	margin-bottom: 10px;
}
form legend{
	padding: 0 2px;
	font-weight: bold;
}
form label{
	width: 150px;
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
form fieldset ol{
	margin: 0;
	padding: 0;
}
form fieldset li{
	list-style: none;
	padding: 5px;
	margin: 0px;
}

#profilepage-menu{
	margin:10px 0 0 0;
}
.greytab-container{
	border-bottom:1px solid #c8c8c8;
	width:100%;
	overflow:hidden;
}
.greytab-title{
  background:url(images/greytab_bg.gif) repeat-x 0 0;
	margin:0 2px;
}
.greytab-title-l{
	background:url(images/greytab_l.gif) no-repeat 0 0;
}
.greytab-title-r{
  background:url(images/greytab_r.gif) no-repeat 100% 0;
	height:14px;
	padding:2px 10px 0;
}
#content .greytab-title h3
{
	color:#5b5b5b;
	margin:0;
	padding:0;
	font-size:12px;
}

#content .greytab-container .heading{
	padding: 0 5px;
	font-weight:bold;
}

#content .greytab-title h3 a:link, #content .greytab-title h3 a:visited{
	color:#5b5b5b;
}

.tabinner-left{
	width:490px;
	padding:0 10px 0 0;
	border-right:1px solid #d3d3d3;
	overflow:hidden;
}
.tabinner-right{

	width:320px;
	overflow:hidden;
}

#my-inbox ul{
}
#my-inbox li{
	list-style-type:none;
	
	font-size:14px;
}

#news-updates a:link, #news-updates a:visited{
	color:#000000;
}

.profilepage-header{
	height:20px;
}
.clr{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.red{
	color:#FF0000;
}

#inner-nav ul{
	list-style:none;
	margin:0;
	padding:0;
}
#inner-nav li{
	list-style:none;
	float:left;
	padding:5px 10px;
}

/************************************************
*	Tabs									*
************************************************/

/* Main menu (tabs) */


#tab-container ul#tabs{
	/*list-style-image:none;
	list-style-position:outside;
	list-style-type:none;*/
	background:#192666;
	margin:0 -21px; 
	padding:10px 0 0 0; 
	_height:3px;
	width:900px;

}


#tab-container #tabs li{
	margin:0 10px; padding:0; list-style:none;
}

#tab-container ul.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	float: left;
	position: relative;
	z-index: 1;
	/*border-right: 1px solid #d3d3d3;*/
	/*bottom: -1px;*/
}

#tab-container .ui-tabs-nav-item, #tab-container #tabs li {
	/*resets margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size:%; list-style: none;
	float: left;
	/*border-top: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	/*border-right: none;
	background:#efefef;
	margin:0 0px 0 10px;*/

}

#tab-container .ui-tabs-nav-item a, #tab-container #tabs li a 
{
}


#tab-container .ui-tabs-nav-item a:hover {
/*	color: #E4A32E;*/
}
/*#tab-container .ui-tabs-nav a:hover {
background: url(../images/tab_hover.gif) 0 0 repeat-x; color:#FFF;}*/


#tab-container .ui-tabs-selected, #tab-container #tabs li.ui-tabs-selected{
	/*border-bottom: 1px solid #FFFFFF;*/
	/*margin:0 0 -2px 10px;*/
		margin:0 5px 0 0;
		padding:0;  
		float:left;

}

	#tab-container ul li a span.tab-l, #tab-container ul li a:hover span.tab-l {position:absolute; top:0; left:0; _left:-15px; width:8px; height:8px; background: url(../images/tab_link_l.gif) 0 0 no-repeat;}
    #tab-container ul li a span.tab-r, #tab-container ul li a:hover span.tab-r {position:absolute; top:0; right:0; _right:-1px; width:8px; height:8px; background: url(../images/tab_link_r.gif) 100% 0 no-repeat;}
	


#tab-container #tabs li.ui-tabs-selected a
{
	display:block;
	position:relative; 
	padding:7px 15px; 
	border:0; 
	background: url(../images/tab_link.gif) 0 0 repeat-x; 
	color:#B5C4E3; 
	font-size: 11px; 
	font-weight:bold; 
	text-decoration:none; 
	cursor:pointer;

}

#tab-container .ui-tabs-selected1, #tab-container #tabs li.ui-tabs-selected1{
	/*border-bottom: 1px solid #FFFFFF;*/
	/*margin:0 0 -2px 10px;*/
		margin:0 5px 0 0;
		padding:0;  
		float:left;

}

#tab-container #tabs li.ui-tabs-selected1 a
{
	display:block;
	position:relative; 
	padding:7px 15px; 
	border:0; 
	font-size: 11px; 
	font-weight:bold; 
	text-decoration:none; 
	cursor:pointer;

}


#tab-container #tabs li.ui-tabs-selected a:hover {background: url(../images/tab_hover.gif) 0 0 repeat-x; color:#FFF;}
#tab-container ul li.ui-tabs-selected a:hover span.tab-l {background: url(../images/tab_hover_l.gif) 0 0 no-repeat;}
#tab-container ul li.ui-tabs-selected a:hover span.tab-r {background: url(../images/tab_hover_r.gif) 100% 0 no-repeat;}



#tab-container #tabs li.ui-tabs-selected1 a{background:#FFF; color:#FF9000;}
#tab-container ul li.ui-tabs-selected1 a span.tab-l{background: url(../images/tab_active_l.gif) 0 0 no-repeat;}
#tab-container ul li.ui-tabs-selected1 a span.tab-r{background: url(../images/tab_active_r.gif) 100% 0 no-repeat;}





#client-logo-container {
    background:transparent url(../images/logos-bg.gif) no-repeat scroll 0 0;
    height:48px;
    margin:6px auto;
    padding:15px 0;
    width:156px;
	text-align:center;
}
#client-logo {
    height:50px;
    margin:0 auto;
    overflow:hidden;
    width:130px;
}


.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}


numo.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

numo.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

numo.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

numo.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
