#Project{z-index:11000000;border: 6px solid #D7D7D7;padding: 10px;font-family: arial;
         background-color: #F9F9F9; width: 500px;height: 450px;top: 50px;left: 200px;
         border-radius:10px;position:absolute; box-shadow: 0 0 15px #000;}
#cutbutton{ float:right; margin-top:-35px; margin-right:-35px; cursor:pointer;}

#header{width: 100%; background-color: #0099CC; display:block; margin:0px; padding:0px;}
*{margin:0px; padding:0px;}
.headerBottom{height: 2px; width: 100%; background-color: Black; display:block; margin:0px; padding:0px;}
#footer{height: 60px; width: 100%; background-color: #0099CC;position:relative; bottom:0px;}
.headerText{font-family: Arial;font-size: 22px;font-weight: bold;color: #FFFFFF;padding-left:300px;}
#loginArea{background-color: #CCCCCC;width: 300px;margin:100px auto;border-radius: 9px;}
.dashboard{margin:20px auto;width:1000px;padding:10px;overflow:hidden;}
#dashboard{border: 1px solid #CCCCCC;height:400px;border-radius:10px;margin:5px;text-align:center;}
#meetingCalendar{border: 1px solid #CCCCCC;height: 400px;border-radius: 10px;margin: 5px;text-align: center;font-family: Arial;font-size: 13px;color: #666666;}
#rightPanel{display:none;}
.sideMennu td
{
	padding: 5px 10px 5px 10px;
	font-family: calibri;
	text-decoration: none;
	color: #DFDFDF;
	background: #292929;
	background: -moz-linear-gradient(top, black, #3c3c3c 1px, #292929 25px);
	background: -webkit-gradient(linear, left top, left 25, from(black), color-stop(4%, #3c3c3c), to(#292929));
	border: 1px solid black;
}
.sideMennu a
{
	font-family: calibri;
	text-decoration: none;
	color: #DFDFDF;	
}
.sideMennu td:Hover
{
	color: Black !important;
	background: #FFFFCC;
	border: 1px solid black;
}
.sideMennu a:hover
{
	color: Black !important;
	background: #FFFFCC;
}
#calendar
{
	display:none;
	position:absolute;
	top:95px;
	left:120px;}
	
#divCalc
{
	display:none;
	position:absolute;
	top:126px;
	left:120px;
}
#emiCalc
{
	display:none;
	position:absolute;
	top:95px;
	right:120px;	
}
#loan
{
	display:none;
	position:absolute;
	top:126px;
	right:120px;	
	width:300px;
}

.box
{
	background-color: #eeeeee;
	border: 1px solid #CCCCCC;
	margin: auto;
	padding-left: 2px;
	padding-bottom: 2px;	
	font-family:Arial;
	font-size:13px;
	}