@CHARSET "ISO-8859-1";

#page_title
{
	font-family: 	"Verdana";
	font-size:		28px;
	padding-left:	10px;
	color:		black;
	font-weight: bold;
}

#page_title_container
{
	padding-top:	5px;
	padding-bottom:	10px;
	border-bottom:	1px solid #EBEBEB;
	background-color:		white;
}

#entries_title_container
{
	background-color: #EBEBEB;
	text-align: left;
}


#entries_title
{
	padding-left:7px;
	font-family: 	"Verdana";
	font-size:		16px;
	color:		black;
	font-weight: bold;
}

.entry_title
{
	font-family: 	"Verdana";
	font-size:		14px;
	font-weight:	bold;
	padding-left:	10px;
}

.entry_by
{
	font-family: 	"Verdana";
	font-size:		12px;
	padding-left:	20px;
	font-style:		italic;
}



#entries_title_container
{
	
}

#page
{
	background-color:	white;
	padding: 	0px;
	margin: 	0px;
}

.entry_container
{
	border:				1px solid #EBEBEB;
	background-color: 	white;
	border-collapse: collapse;
	width:		600px;
	
	margin-left:10px;
	margin-top:11px;
	margin-bottomt:10px;
}

.entry_title_container
{
	border-bottom:		1px solid #EBEBEB;
}

.entry_files_container
{
	
}

.vote
{
	font-family: 	"Verdana";
	font-size:		20px;
	color:			#A4A4A4;
	font-weight: 	bold;
	text-decoration: none;
	cursor: hand;
}

.entry_votes
{
	font-family: 	"Verdana";
	font-size:		16px;
	color:			black;
}

.entry_votes_container
{
	text-align: center;
	border-right:		1px solid #EBEBEB;
	background-color: 	white;
	padding: 10px;
	width: 50px;
}

.entry_vote_container
{
	text-align: center;
	border-right:		1px solid #EBEBEB;
	background-color: 	white;
	width: 20px;
}

.entry_vote_container:hover
{
	text-align: center;
	border-right:		1px solid #EBEBEB;
	background-color: 	#EBEBEB;
	width: 20px;
}

.entry_file_title
{
	font-family: 	"Verdana";
	font-size:		10px;
	font-style:		italic;
	text-decoration: none;
	color:			black;
}

.entry_file_title:hover
{
	font-family: 	"Verdana";
	font-size:		10px;
	font-style:		italic;
	text-decoration: underline;
	color:			black;
}

.entry_files_title
{
	font-family: 	"Verdana";
	font-size:		10px;
	font-weight:	bold;
	padding-left:	10px;
}

