#main {
	text-align: left;
	background: #FFFFFF;
	clear: both;
	width: 395px;
	height: 371px;
}

#bodyarea {
	margin-top: 2px;
	padding: 0px;
	min-height: 300px;
}

/*///////////// recentproject ////////////*/
#recentproject {
	text-align: left;
	background-color: #f2f2f2;
	clear: both;
	width: 513px;
	height: 486px;
	overflow: auto;
}

.recentbody{
	text-align: left;
	clear: both;
	width: 98%;
	height: 50px;
	margin-right: 10px;
	margin-left: 10px;
	float:left;
	clear:both;
}
.toprow{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	clear: both;
	width: 95%;
	height: 60px;
	margin-right: 10px;
	margin-left: 10px;
	clear:both;
}
.recentrep{
	text-align: left;
	clear: both;
	width: 35%;
	height: 25px;
	margin-right: 2px;
	margin-left: 2px;
	float:left;
	clear:none;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.analyst{
	text-align: left;
	clear: both;
	width: 25%;
	height: 25px;
	margin-right: 2px;
	margin-left: 2px;
	float:left;
	padding-top: 20px;
	clear:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.date{
	text-align: left;
	clear: both;
	width: 14%;
	height: 25px;
	margin-right: 2px;
	margin-left: 2px;
	float:left;
	clear:none;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.page{
	text-align: left;
	clear: both;
	width: 10%;
	height: 25px;
	margin-right: 2px;
	margin-left: 2px;
	float:left;
	clear:none;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.size{
	text-align: left;
	clear: both;
	width: 10%;
	height: 25px;
	margin-right: 2px;
	margin-left: 2px;
	float:left;
	clear:none;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.toprow2{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	clear: both;
	width: 95%;
	height: 60px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	clear:both;
}

.comname{
	text-align: left;
	clear: both;
	width: 35%;
	height: 28px;
	margin-right: 2px;
	margin-left: 2px;
	float:left;
	clear:none;
	padding-top: 10px;
}
.analname{
	text-align: left;
	clear: both;
	width: 25%;
	height: 25px;
	margin-right: 2px;
	margin-left: 2px;
	float:left;
	padding-top: 20px;
	clear:none;
}
.daterow2{
	text-align: right;
	clear: both;
	width: 14%;
	height: 25px;
	margin-right: 2px;
	margin-left: 2px;
	float:left;
	clear:none;
	padding-top: 20px;
}

.pagerow2{
	text-align: center;
	clear: both;
	width: 10%;
	height: 25px;
	margin-right: 2px;
	margin-left: 2px;
	float:left;
	clear:none;
	padding-left: 2px;
	padding-top: 20px;
}
.sizerow2{
	text-align: left;
	clear: both;
	width: 10%;
	height: 25px;
	margin-right: 2px;
	margin-left: 2px;
	float:left;
	clear:none;
	padding-top: 20px;

}


/*///////////// Tabs Code ////////////*/

#restabs {
	font-family: Arial;
	font-size: 12px;
	clear: both;
	text-align: left;
	color:#FFFFFF;
	width: 520px;
}

#restabs ul {
	display: inline;
	list-style-type: none;
	padding: 0;
	/* width: 109px; */
	width: 153px;
	height: 64px;
}

#restabs li {
	float: left;
	margin-right: 5px;
	margin-bottom: 4px;
}

#restabs a, span {
	font-family: Arial;
	font-size: 12px;
	/* width: 109px; */
	width: 153px;	
	height: 64px;
	color:#FFFFFF;
	font-weight:bold;
}

#restabs span {
	font-family: Arial;
	font-size: 12px;
	position: relative;
	top: 0;
	float: left;
	background: #aaacae;
	text-decoration: none;
	color: #333;

	color: #FFFFFF;
	font-weight:bold;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#restabs a {
	font-family: Arial;
	font-size: 12px;
	position: relative;
	top: 0;
	margin: 0px 1px 0 0;
	float: left;
	padding: 6px 4px 5px 10px;
	text-decoration: none;
	color: #333;

	background-color: #aaacae;
	color:#FFFFFF;
	font-weight:bold;
}

#restabs a:hover {
	font-family: Arial;
	font-size: 12px;
	background: #515254;
	position: relative;
	top: 0;
	padding: 6px 4px 5px 10px;
	margin-top: 0px;
	color: #FFFFFF;
	font-weight:bold;
}

#restabs a.active {
	font-family: Arial;
	font-size: 12px;
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background-color: #333333;
	padding: 6px 4px 5px 10px;
	text-decoration: none;
	color: #333;
	width: 97px;
	height:58px;
	color:#FFFFFF;
	font-weight:bold;
}

#restabs a.active:hover {
	font-family: Arial;
	font-size: 12px;
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	padding: 6px 4px 5px 10px;
	text-decoration: none;
	color: #333;
	width: 97px;
	height:58px;
	color:#FFFFFF;
	font-weight:bold;
	background-color: #333333;
}