@charset "utf-8";
/* CSS Document */

.tabOn, .tabOff{
float:left;
margin-left:-10px;
cursor:pointer;
}

.tabOn{
	z-index:100; 
	position: relative;
}
	
.tabs .tabOff .img{
background:url(/eRequestAdmin/images/tabLeftFirstOff.gif)	no-repeat;
height:28px;
width:31px;	
float:left
}

.tabs .tabOff .back{
float:left; 
background:url(/eRequestAdmin/images/tabStripeOff.gif); 
height:28px;
	}
	
.tabs .tabOff .text{
	margin:5px 5px 0 5px;
	font-weight:bold;
	color:#FFFFFF;
	}
	
.tabs .tabOn .img{
background:url(/eRequestAdmin/images/tabLeftFirstOn.gif)	no-repeat;
height:28px;
width:31px;	
float:left
}

.tabs .tabOn .back{
float:left; 
background:url(/eRequestAdmin/images/tabStripeOn.gif); 
height:28px;
	}
	
.tabs .tabOn .text{
	margin:5px 5px 0 5px;
	font-weight:bold;
	}
	
/*********My Tabs styles ends*************/

h1{
	color:#0099cc;
	font-size:14px;
	margin:5px;
}

/*******Popup style starts here******/
#overlay, #overlay2, #overlay3, #overlay4, #overlay5 {
display: none;
position: absolute;
left: 0px;
top: 0px;
width:100%;
height:100%;
z-index: 1000;
background:url(../images/popupMask.png);
}

#popup{
	border-left:#d4d0c8 1px solid; 
	border-right:#404040 1px solid; 
	border-top:#d4d0c8 1px solid; 
	border-bottom:#404040 1px solid;
	margin: 100px auto;
	background-color: #fff;
	}
	
#popup .popupTitle{
	font-weight:bold;
	color:#666666;
	font-size:10px;
	margin-top:8px;
	}

.divider{
	height:1px;
	border-bottom: #0099cc 1px solid;
	}

.radmenu .slide .item .link:hover .text{
	color:#00ace3;
	}
