/* Pashockz */

body {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	background-color:#606E79;

}

#header{

	width:100%;
	height:175px; 
	background:url(cline.jpg); 
	overflow:hidden;
	}


#leftbg {

	float:left; 
	width:434px; 
	height:175px; 
	background:url(ulc.jpg) no-repeat;

}

#rightbg {

	float:right; 
	width:322px; 
	height:175px; 
	background:url(ruc.jpg) no-repeat;

}

#enter {

	float:right; 
	margin-top:148px; 
	background-color:#6C7E8A; 
	padding:3px; 
	font-size:10pt; 
	font-weight:bold; 

}

#enter a {

	color:#FFFFFF;
	text-decoration:none;
}

#enter a:hover {

	color:#FFFFFF;
	text-decoration:underline;
}

#menu {

	background-image:url(uppertube.jpg); 
	width:100%; 
	height:40px; 
	font-size:18px; 
	font-style:italic;
	overflow:hidden;
}

#menu div {

	margin:0px;
	padding:0px;
	margin-top:8px;
}

#menu div a {

	color:#58636B;
	text-decoration:none;
}

#menu div a:hover {

	color:#CC0000;	
	text-decoration:underline;
}

#gray {
	background-color:#676767; 
	width:100%; 
	height:20px; 
	border-bottom:1px solid #000000; 
	
}


#content {

	background-color:#FFFFFF; 
	padding:12px;

}

#footer {

	background-image:url(footer.jpg); 
	width:100%; 
	height:32px; 
	border-bottom:1px solid #000000;

}


#dleft {
	float:left; 
	margin-top:12px; 
	margin-left:12px; 
	color:#FFFFFF; 
	font-weight:bold; 
	font-size:10pt;
}

#dright {

	float:right;  
	margin-top:12px; 
	margin-right:12px; 
	color:#FFFFFF; 
	font-weight:bold; 
	font-size:10pt;

}

/* Original */

table {

	margin-bottom:24px;

}

.tbl_list {
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	font-size:9pt;
}

.tbl_list tr {

	 cursor: pointer; 

}

.tbl_list td{
	border-bottom: 1px solid #777;
	border-right: 1px solid #777;
}
th{
	background-color: #eee;
	font-weight: bolder;
	border-bottom: 1px solid #777;
	border-right: 1px solid #777;
	height: 65px;
	vertical-align:middle;
}

.page_nav{
	text-decoration: none;
}
.page_nav_on{
	text-decoration: none;
	color: #000;
	font-weight: bolder;
	background-color: #eee;
}

th a {
	color:#000066;
	text-decoration:underline;
}

th a:hover {
	color:#CC0000;
	text-decoration:none;
}


p a {

	color:#000099;
	text-decoration:none;
}

p a:hover {

	color:#990000;
	text-decoration:underline;
}
