.blockmain {
	text-align: right;
	background: url(../img/top_musiccontest3.png);
	height: 103px;
	width: 530px;
	margin: -10px 0 0 -10px;
	padding: 0;
	color: #333333;
}

.formmain td {
	color: #333333;
}

.formsubmit {
	font-family: Arial;
}

.blocktitle {
	border-bottom: 1px solid #333333;
}

.formsearch {
    font-family: Arial;
	color: White;
	font-size: 12px;
	font-weight:normal;
	padding: 60px 10px 0 0;
}

.normaltitle {
    font-family: Arial;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

.titlebig {
    font-family: Arial;
	font-weight: Bold;
	font-size: 20px;
	margin: 0;
	color: #333333;
}

.titlemedium {
	margin: 10px 0 0 0;
	border-bottom: 1px solid #333333;
	color: #fff; 
	font-size: 18px;
	font-weight: Bold;
}

.titlesmall {
	font-weight: Bold;
	font-size: 16px;
	margin: 0;
	color: #333333;
}

.linktitle { 
    font-family: Arial;
	color: #fff; 
	text-decoration: none; 
	font-size: 16px;
	font-weight: normal;
}

.linktitle:hover {
	text-decoration: underline; 
}

.normalsong { 
    font-family: "Courier New", Courier, monospace, Verdana; 
	color: #333333; 
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}

.linksong { 
    font-family: "Courier New", Courier, monospace, Verdana; 
	color: #333333; 
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.linksong:hover { 
	text-decoration: underline; 
}

.normaldefault {
    font-family: "Courier New", Courier, monospace, Verdana; 
	color: #333333; 
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

.linkdefault {
    font-family: "Courier New", Courier, monospace; 
	color: #fff; 
	text-decoration: none; 
	font-size: 12px;
	font-weight: normal;
}

.linkdefault:hover {
	text-decoration: underline; 
}

.blocklist {
	background-color: #E8DBBB;
	border-bottom-width: 0;
	width: 520px;
}

* html .blocklist { /*IE only rule. Original menu width minus all left/right paddings */
	width: 514px;
}

.blocklist ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

html>body .blocklist { /*Non IE rule*/
	width: auto;
}

.blocklist li {
	font: normal 12px "Courier New", Courier, monospace, Verdana;
	padding: 5px;
	display: block;
	color: #595959;
	text-decoration: none;
	/*border-bottom: 1px dashed #9a0f08;*/
}
 
.blockbio {
	border: 1px solid #333333;
	background: #f9ddab;
	width: 490px;
	padding: 10px;
}
 
.blocklist li:hover {
	background-color: #F8FBBD;
	color: black;
}

.blocklistpar {
	background-color: #d1d1d1;
}

.blocklisteven {
	background-color: #c0c0c0;
}

.blocksong {
	background-color: #dbceac;
	padding-bottom: 5px;
	border-bottom: 1px dashed #9a0f08;
	width: 520px;
}

.imagedefault {
	border: 4px solid #FFFFFF;
}

.linkvote {
	width: 16px;
	height: 16px; 
	background:url(../Tools/MusicContest/images/vote.gif) no-repeat;
}

.linkvote:hover { 
	width: 16px;
	height: 16px; 
	background:url(../Tools/MusicContest/images/vote_hover.gif) no-repeat;
}

.normalvote { 
	width: 16px;
	height: 16px; 
	cursor: default;
	background:url(../Tools/MusicContest/images/vote_hover.gif) no-repeat;
}

