﻿/* ----------- basic ----------- */
	#basic{
		
	}
	#basic h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
		
	}
	#basic p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #dedede;
		padding-bottom:10px;
		
	}
	#basic label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:160px;
		float:left;
	}
	#basic .small{
		color:#666666;
		display:block;
		font-size:10px;
		font-weight:normal;
		text-align:right;
		width:160px;
	}
	
	
	#basic .formelement
	{
		float:left;
	    margin:2px 0 10px 10px;
	}



/* DataTable */
#DataTableView
{
	float:left;
	margin:2px 0 20px 10px;
	width:600px;
	
}
	
#DataTableView table {	border-collapse: collapse;	border: 1px solid rgb(238, 238, 238); 	color: rgb(51, 51, 51); }
#DataTableView table caption { background-color:#FF9966 ; color:#FFF; text-transform:uppercase; font-weight:bold;  border:1px solid #000; padding:2px;}
#DataTableView table thead th{background:#C2CDD8 none repeat-x scroll center bottom;border-bottom:1px solid #CCCCCC;padding: 5px 0px 5px 0px;text-align:left;width:auto;}
#DataTableView table thead th a{color: rgb(51, 51, 51);}
#DataTableView table td{border-bottom: 1px solid #ccc; padding: 2px 4px 2px 4px;}
#DataTableView table td a:visited {color: #59d;}
#DataTableView table tbody tr {background-color:white;}
#DataTableView table tbody th {width: 1%; white-space: nowrap;}
#DataTableView table tbody td {height: 19px;}
#DataTableView table tfoot tr {background-color:#7D737B;color:white;}
#DataTableView table tfoot td {border-top:1px;border-top-color:white; border-top-style:solid;}
#DataTableView .altrow {background-color: #eeeeee;}

/* Buttons*/
#button_group
{	clear:both;
	padding-left:170px;
	color:#666666;
	margin-top:10px;
	padding-top:10px;
	border-top:solid 1px #dedede;
	padding-bottom:10px;
}

.clearline
{
	clear:both;
	border-top:solid 1px #dedede;
	
	}