.mp_nav {
	width: 686px;
	border: 1px dashed #000;
	background-color: #ebdfa4;
	padding: 2px;
	padding-left: 10px;
	margin-top: 6px;
}

.mp_menu {
	position: absolute;
	top: 201px;
	padding: 5px;
	
	background-color: #ebdfa4;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	z-index: 4;
}

.mp_top{
	color: #232422 !important;
	text-decoration: none;
	font-weight: bold;
}

.mp_top:hover{
	color: #232422 !important;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

#cmp_menu {
	left: 460px;
}

#forum_menu {
	left: 554px;
}

#panel_menu {
	left: 611px;
}

.mp_forum_links{
	color: #000 !important;
}

#cmp_countdown {
	font-weight: bold;
}

.centerblock {
  position: absolute;
  width: 60%;
  height: 10%;
  left: 20%;
  top: 65%;
  background-color: #d90000;
  color: #fff;
  font-size: 15px;
  padding: 5px;
  text-align: center;
}

#mp_login {
	float: right;
}	

/*Competition Rules */


.editor {
	float: right;
	
	
	font-size: 10px;
	padding: 4px;
}

.add {
	clear: both;
	float: none;
	border-bottom: 1px solid #000;
}

.editor a{
	color: #d90000;
}

.editor a:hover{
	cursor: pointer;
}

.editor textarea {
	width: 400px;
	height: 100px;
}

#rules {
	font-size: 12px;
	
}

#rules .content {
	padding: 20px;
	font-family: serif;
}

#rules .chapter {
	color: #d90000;

}

#rules .title {
	padding-top: 10px;
	font-family: serif;
}

#rules p {
	font-family: serif;
	font-size: 12px;
}

.serif {
	font-family: serif;
}

.index ul {
	margin: 0px;
}
.index li {
	margin-bottom: 7px;
}

.index {
	border-bottom: 1px dotted #fff;
}

.version {
	color: #d90000;
	font-size: 9px;
}

/*Front page */

.border-left{
	border-left: 1px dashed #000;
}

ul#artists li  {
  border: 4px solid #fff;
  height: 47px;
  width: 47px;
  float: left;
  position:relative;
}

ul#artists li:hover  {
border: 4px solid #d90000;
}

ul#artists a img {
	width:47px;
	height:47px;
}

#mp_content {
	background-color: #ebdfa4;
	height: 600px;
	border: 1px dashed #000;
}
#mp_announcements {
	width: 696px;
	height: 40px;
	background-color: #ee6644;
	border: 2px solid #fff;
	margin: 0px -2px 4px -2px;
	padding: 2px;
	color: #fff;
	
}

#mp_forum_news {
	width: 340px;
	float: left;
	height: 590px;
	
	padding: 4px;
}


#mp_top5 {
	width: 166px;
	
	height: 590px;
	float: left;
	padding: 4px;
}

#mp_artists {
	width: 166px;
	float: left;
	padding: 4px;
	height: 590px;
	
}

.top5  {
	margin-left: 10px;
}

.top5 td {
	padding: 1px 4px 1px 4px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 20px;
}

.top5 .clear-bottom {
	border-bottom: 0px solid #fff;
}

.top5 .clear-left {
	border-left: 0px solid #fff;
}

.top5 .name {
	width: 100px;
}

.white {
	border-color: #fff;
}

.black {
	color: #000;
}

.topics td {
	padding: 5px 2px 5px 10px;
	background-color:  #ebdfa4 ;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	width: 100%;
	
}


