


/*------------------------------ DATA TABLE LAYOUT AND STYLES ------------------------------*/
table.dataTable{
	margin:0px 0px 5px 0px;
	border:0px;
	border-bottom:1px solid #95A2C2;}


table.dataTable tr td h3,
table.dataTable tr td div h3{
    font-size: 12px;
    line-height: 15px;
    margin: 2px 0 3px;}
		
table.dataTable tr.sessionRow td{
	font-weight:bold;
	background-color:#95a2c2; 
	font-size:12px;
	color:#0a2972;}


table.dataTable tr td{
	padding:4px 10px 4px 10px;
	vertical-align:top;
	font-size:11px;}

table.dataTable tr td table tr td{
	padding: 0px 0px 0px 0px;
	font-size:11px;}

table.dataTable tr.titleRow td{
	font-weight:bold;
	background-color:#0A2972; 
	color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;}
	
table.dataTable tr.row1 td{
	background-color:#FFFFFF;
	border-top:1px solid #95A2C2;
	/*border-top:1px solid #95A2C2;*/}
	
table.dataTable tr.row2 td{
	background-color:#E9EAF0;
	border-top:1px solid #95A2C2;
	/*border-top:1px solid #95A2C2;*/}
	
table.dataTable tr.session td{
	font-size: 12px;
	font-weight: bold;
	background-color:#95a2c2;
	color: #0a2972;}
	
.rowL{border-left:1px solid #95A2C2;}
.rowR{border-right:1px solid #95A2C2;}
.rowB{border-left:1px solid #95A2C2;border-right:1px solid #95A2C2;}

/*---------table links----------*/
.titleRowLink, a.titleRowLink, a.titleRowLink:visited, a.titleRowLink:link{text-decoration:none; color: #FFFFFF;}
.titleRowLink, a.titleRowLink:hover{text-decoration:underline; color:#95A2C2;} 


/*---------used when uploading a document----------*/
.displayDoc{
	position:relative;
	overflow:auto;
	width:250px;
	height:auto;
	display:block;
	padding:5px; 
	margin:6px 0px 0px 0px;
	border:1px solid #95A2C2;
	background-color:#E9EAF0;}

/*---------PAGINTATION CONTROLS----------*/
.pagintation{
	width:890px; 
	height:24px;
	margin:5px 0px 0px 0px;
	text-align:center;}
	
.showing{
	float:left;
	text-align:left;
	width:150px;
	height:18px;
	padding:2px 0px 4px 0px;
	font-size:9px;}

.controls{
	float:left;
	text-align:center;
	width:590px;
	height:18px;
	padding:2px 0px 4px 0px;
	font-size:9px;}

.display{
	float:right;
	text-align:right;
	width:150px;
	height:18px; 
	padding:2px 0px 4px 0px;
	font-size:9px;}

.pLinks, a.pLinks, a.pLinks:visited, a.pLinks:link{
	margin:0px 0px 0px 0px;
	font-size:9px;
	height:12px;
	text-align:center;
	padding:0px 2px 0px 2px;
	border:1px solid #0A2972;
	text-decoration:none;
	color:#0A2972;
	font-weight:bold;}
	
a.pLinks:hover{
	margin:0px 0px 0px 0px;
	font-size:9px;
	height:12px;
	text-align:center;
	padding:0px 2px 0px 2px;
	border:1px solid #0A2972;
	background-color:#95A2C2;
	text-decoration:none;
	color:#0A2972;
	font-weight:bold;}

.pLinksOn, a.pLinksOn, a.pLinksOn:visited, a.pLinksOn:link{
	margin:0px 0px 0px 0px;
	font-size:9px;
	height:12px;
	text-align:center;
	padding:0px 2px 0px 2px;
	border:1px solid #0A2972;
	background-color:#95A2C2;
	text-decoration:none;
	color:#0A2972;
	font-weight:bold;}

.pLinks2, a.pLinks2, a.pLinks2:visited, a.pLinks2:link{
	margin:0px 0px 0px 0px;
	font-size:9px;
	text-align:center;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	color:#0A2972;
	font-weight:bold;}
	
a.pLinks2:hover{
	margin:0px 0px 0px 0px;
	font-size:9px;
	text-align:center;
	padding:0px 0px 0px 0px;
	text-decoration:underline;
	color:#5F79AA;
	font-weight:bold;}
