/* CSS Document */

.all_comments .col2
{
	width:500px;
}

#profile_page #col1
{
	float:left;
	width:230px;
}

.profile_details
{
	margin:5px;
	padding:5px;
	height:80px;
	width:600px;
	border:1px solid #CCCCCC;
	overflow:scroll;
	overflow-x:hidden !important;
}

#profile_page #col2
{
	float:left;
	margin-left:15px;
	width:670px;
}

#profile_timeslips 
{
 width: 100%;
 padding: 5px;
}

#profile_timeslips th
{
	text-align: left;
	font-size: 13px;
	color: #336699;
	background-color:#ddd;
	padding:2px 5px;
	border-left:1px solid #FFFFFF;
}

#profile_timeslips td
{
	padding:2px 5px;
}

#profile_timeslips .odd
{
	 background-color:#f8f8f8;	 
}

#profile_timeslips .sorted
{
	 background-color: #CCFFCC;
	 font-weight: bold;
}