body    {
	background: white url('Images/BodyBg.gif') repeat-x;
	padding: 0px;
	margin: 0px;
	font: normal 12px Arial, Verdana, Sans-serif;
    }
ol, ul  {
	list-style:none;
    }
a {
    color: #334346;
    }
a:hover {
    color: black;
    }
.clear {
    clear:both;
    height:1px;
    }
div.width {
    width: 400px;    
    height:5px;
    }

/* main */
div.projMngr   
{
    width: 750px;
    text-align:left;
    margin:0 auto; 
	cursor: default;
    background: transparent url('Images/SiteFinityLogo.gif') -15px 0 no-repeat;
    }

/* header area start*/

div.projMngr div.topBar
{
	width: 100%;
	color: white;
	cursor: default;
    position: relative;
	vertical-align:top;
}

div.projMngr div.topBar h1
{
	list-style-type: none;	
	font: normal 18px Arial, Verdana, Sans-serif;
	height: 38px;
	color: white;
	padding: 4px 117px 0px 130px;
	margin: 0px; /* Mozilla Fix */
	background:none;
}

div.projMngr div.topBar div.right
{
	position: absolute;
    right: 10px;
    top: 15px;
	list-style-type: none;
}
.projMngr h1 {
    clear:both;
    font-size:14px;
    font-weight:bold;
    color:#495861;
    margin:0;
    background: url(Images/dash.gif) top left repeat-x;
    padding:10px 10px 5px 10px;
    }


/*header area end*/


/*----------------------------------------main column start--------------------------------*/

div.projMngr div.mainContent 
{
	clear:both;
    padding:0 !important;
 }

.div.projMngr div.mainContent div.head
{
	font-size: 18px;
    padding: 10px 0 0 35px;
}

.div.projMngr div.projList
{
	padding: 5px 5px 5px 20px;
}

.div.projMngr div.projectsGridWrapper
{
	padding-top:2px;
	clear:both;
    margin-top:10px;
}

/* ---------------forms start--------------------*/
div.projMngr fieldset
{
	border: 0px;
	padding: 0px;
	margin: 0px;
    position:relative;       
	background: transparent url('Images/FieldsetCornersRight.gif') top right no-repeat;
    padding-right: 4px;
    margin-top: 20px;           
}
div.projMngr fieldset legend {
    position:absolute;
    top: -25px;
	left:0;			
	margin-top: -23px;
	_margin-top:0;
    color: white;
    font-size: 18px;
    font-weight: normal;
    }
*:first-child+html div.projMngr fieldset legend {margin-top:0;}

div.projMngr fieldset input  {
	width: 400px;
	border: solid 1px #6e8a90;
	font: normal 18px Arial, Verdana, Sans-serif;
	color: black;
	margin-left: 9px;
    padding: 1px 3px;   
    }

div.projMngr fieldset .author input  {
    line-height:18px;
    font-size:12px;
    padding:3px;
    } /*d*/

div.projMngr fieldset textarea {
	border: solid 1px #6e8a90;
	font: normal 18px Arial, Verdana, Sans-serif;
	color: black;
    padding: 1px 3px;
    margin-left: 9px;    
    }
div.projMngr fieldset label {
    float: left;
    width: 100px;
    margin-top: 5px;    
    }
div.projMngr fieldset ol {
	list-style: none;
	padding: 0px;
	padding-left: 16px;
	margin: 0px;    
    }
/*Hide from IE5/Mac\*/
* html div.projMngr fieldset ol {
    height: 1%;	
    }
/*End Hide from IE5/Mac */

/* bottom element  */
div.projMngr div.bottom  {
	height: 4px;
	background: transparent url(Images/FieldsetCornersRight.gif) bottom right no-repeat;
	overflow: hidden;
    margin: 0 0 20px 0;
    padding-right: 4px;
    }

div.projMngr div.bottom div  {
	height: 4px;	
	background: transparent url(Images/FieldsetCorners.gif) 0 4px;
	overflow: hidden;
    }
div.projMngr fieldset ol, div.projMngr fieldset.meta p    {
	padding: 0px;
	padding-left: 16px;
	padding-top: 8px;
    padding-bottom: 1px;
	margin: 0px !important;
	display: block;
	background: transparent url(Images/FieldsetCorners.gif) no-repeat top left;
    }
div.projMngr fieldset.meta ol {
    background: #E8EDEE; 
    }    
div.wrapper fieldset ol li{
    margin-bottom:5px;
    }/*d*/

/*button area*/
.button_area {
    float: left;
    margin-top: 20px;
    padding-bottom: 20px;    
    }
.button_area:after, .mainForm:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
.button_area, .mainForm {display: inline-table;}
/* Hides from IE-mac \*/

* html .button_area,  * html .button_area .mainForm {height: 1%;}
.button_area, .mainForm {display: block;}
/* End hide from IE-mac */
.button_area a.CmsButLeft.ok {
    margin-left:8px !important;
    margin-right: 10px;
    }
.button_area a.cmscclcmd {
    color: #333;
    vertical-align: bottom;
    line-height: 20px;
    }
.button_area .cmsorlbl {
    vertical-align: bottom;
    line-height: 20px;
    padding-right: 10px;   
    }
/*button area end*/
/* forms end*/


/*------------------------------------Common elements--------------------------------*/
/*Messages*/
p.Success   {
    background: green;
    padding: 5px;
    font-size: 20px;
    color: #fff;
    }
p.Error {
    background: red;
    padding: 5px;
    font-size: 20px;
    color: #fff;
    }
p.Warning   {
    background: blue;
    padding: 5px;
    font-size: 20px;
    color: #fff;
    }
/*End Messages*/

.example {
	margin-left: 113px;
	font-size: 11px;
	color: #666;
	}
span.validator {
    display: block;    
    width: 22px;
    height: 22px;
    background: url(Images/validator.gif) no-repeat right top;    
    top: 5px;
    left:295px;
    _left: 205px;
    text-indent: -9999px; 
    float: left; 
    }
a.HelpBox, label a, .info dt a  {
	text-decoration: none;
    color: #666;
    cursor: help;
	}
div.HelpBox {
	position:absolute;    
	background:#ffffe7;
	width: 250px;
	border:1px solid #666;
	padding:10px;
	cursor: hand;	
    }
/*-----------------------------Buttons-------------------------------*/
.CmsButLeft {
	padding-left:25px;	
	font-size:11px;	
	display: block;
	width:auto;
	float:left;
	text-decoration:none;		
	}
.CmsButRight {
	padding-right: 25px;
	display:block;
	height: 25px;
	width:auto;
	float: left;
	line-height: 22px;
	color: black;	
	border:0;
	padding: 0 25px 0 0;
	cursor:hand;
	font-size: 11px;
	font-family:arial;
	font-weight: normal;
	}
a.CmsButLeft:hover strong {
	color: #2C6FC2;
	}
button.CmsButton {
	border:0;	
	float:left;	
	display:block;
	margin:0 !important;
	padding: 0 !important;
	margin: 0 !importan;
	width: auto !important;		
	}
.ok {
	padding-left:30px;
	background: transparent url(Images/button_light_ok.gif) top left no-repeat;		
	}
a.ok strong.CmsButRight, a.editdark strong.CmsButRight {
	font-weight: bold;
	}
a.light, span.light	{
	background: transparent url(Images/button_light_simple.gif) top left no-repeat;
	}
strong.light {
	background: url(Images/button_light.gif) top right no-repeat;
	}
a.dark, span.dark	{
	background: transparent url(Images/button_dark_left.gif) top left no-repeat;
	}
a.dark:hover strong {
    color: #fff !important;
    }
strong.dark {
	background: url(Images/button_dark_right.gif) top right no-repeat;
	color: #F3F4F5;
	}
.editdark {
	padding-left:35px;
	background: transparent url(Images/button_dark_edit.gif) top left no-repeat;
	}
a.editdark:hover strong {
    color: #fff !important;
    }
.new {
	padding-left:30px;
	background: transparent url(Images/button_light_new.gif) top left no-repeat;    	
	}
.new strong {
    font-weight: bold;
    }

table .rightCol a.ok {
	margin-left: 20px;
	clear: both;
	}
.projList a.new {
    margin-bottom:20px;
    }
/* PM */


.projList {
    background: url(Images/dash.gif) top left repeat-x;
    padding: 20px 0;
    }
.projectsGridWrapper .RadGrid_Sitefinity {
    clear:both;       
    }


