/**
*    CSS for rayzz.net site
*
* @author		murugesan_042at09
* @copyright 	Copyright (c) 2009 {@link http://www.agriya.com Agriya Infoway}
* @license 		http://www.agriya.com Agriya Infoway Licence
* @version 		SVN: $Id: header.css murugesan_042at09 $
* @since 		2009-06-10
*/

/* style for dashboard */
#selDashBoard{
	position:absolute;
	width:350px;
	width:374px;
	background:#1F1D1D;
	border:1px solid #3F3F3F;
	padding:1em;
	z-index:10500;
	overflow:auto;
	margin:20px 0 0 -69px;
}
*html #selDashBoard{
	margin:18px 0 0 -80px;
}
#selDashBoard{
	*margin-top:17px;
}
.clsDashBoardHeading{
	float:left;
	width:90px;
	padding:0;
}
	.clsDashBoardHeading h3 {
		color:#ABD916;
	}
.clsCloseButton{
	float:right;
	cursor:pointer;
}
	.clsCloseButton p{
		background:url(../images/icon-dashclose.gif) no-repeat right center;
		padding:0.5em 2.5em 0.5em 0!important;
		width:47px;
		display:inline;
		line-height:20px;
		color:#1F1D1D;
	}

.clsHeadingClose{
	height:25px;
	zoom:1;
	margin:0 0 0.2em 0;
}
* html .clsHeadingClose{
	height:1%;
	overflow:visible;
	margin:0 0 1em 0;	
}
.classDashBoardLinks{
	border:1px solid #6F6F6F;
	background:#424242;
	text-align:left;
	text-transform:capitalize;
}
	.classDashBoardLinks h3{
		padding:1em 0 0 1em;
		color:#DEB48C;
	}
	.clsDashLink{
		overflow:auto;
		zoom:1;
		background:none !important;
	}
	* html .clsDashLink{
		height:1%;
		overflow:visible;
	}
		.clsDashLink li{
			background:transparent url(../images/bg-topheaderarrowlinks.gif) no-repeat scroll left center;
			display:inline;
			font-weight:normal;
			padding:0 10px 0 12px;			
			margin:5px 0px 5px 0px;
			float:left;
		}
			.clsDashLink li a{
				color:#B7B7B7;
				text-decoration:none;
			}
	.classDashBoardLinks ul{			
			margin:0;
			overflow:hidden;
			padding:0 0 5px 10px;
			margin-top:10px;
			margin-left:10px;
			margin-right:10px;
			border-bottom:1px solid #4B4B4B;
	}
/* end of style for dashboard */

/*--------------------- Header ends ---------------------*/

