body{
        color:          black;
        font:           11px Verdana, Arial, Helvetica, sans-serif;
}

a, a:visited{
	color:		#ec4040;
}

a:hover{
	color:		#ba1414;
}

th{
        font-size:      11px;
}

td{
        font-size:      11px;
}

form{
	padding:	0px 0px 0px 0px;
	margin:		0px 0px 0px 0px;
}

.regerror{
	color:		red;
}

#mediacontest_container .header_box {
	padding: 0px;
}
#mediacontest_container .header_box .header {
	float: right;
}

#mediacontest_container .entrylist {
	padding: 3px;
	font-size: 13px;
	font-weight: bold;
}

.main_table #contest_comments {
        float: left;
        position: relative;
        left: -150px;
        width: 400px;
        margin-top: 10px;
}

.main_table #minisite_rating {
	clear: both; 
	margin: 10px 10px 10px 20px;
	padding: 5px 10px;
	border: 1px solid black;
	background: white;
	color: #444;
	width: 380px;
	border: 1px solid #777;
}

.main_table{
	border-spacing:	0px;
	padding:	0px;
	margin:		0px;
	background-color: #ddcb9b;
	border: 0px solid #000000;
	width: 100%;
}

.main_table_spacer{
	height:		0px;
	background-color: #ddcb9b;
}

.main_table_footer{
	background:	transparent;
}

.main_table_left{
	vertical-align: top;
	width: 174px;
	background-color: #ddcb9b;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.main_table_right{
	vertical-align: top;
	width: 435px;
	padding: 15px;
	color: #2b1709;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right top;
}
.text-highlight {
	font-weight: bold;
	color: #f84a4a;
}


.nav_table{
        background:     transparent;
        vertical-align: top;
        border:         0px solid black;
	padding:	0px 0px 0px 0px;
	margin:		0px 0px 0px 0px;
}

/*.rating_table{
	border: 1px solid black;
	background: white;
	color: #444;
	margin:0 auto;
	padding: 5px 5px 5px 5px;
	text-align: center;
	width:	420px;
} */

.upload_table .required {
	color: #ad3630;
}


.comment_table{
        border: 1px solid black;
        background:     white;
        padding:        2px 2px 2px 2px;
        text-align:     left;
        width:  480px;
        color: #000;
}


.showentry_container{
}

.section_title{
	color:		#ffffff;
	font-size:	15px;
	font-weight:	bold;
	background-color: #3b200d;
	padding: 2px 5px;
}

.input_text{
        border:         1px solid black;
        background:     white;
        color:          #000000;
        width:          120px;
}

.input_textarea{
        border:         1px solid black;
        background:     white;
        color:          #000000;
}

.input_button{
        border:         1px solid black;
        background:     white;
        color:          black;
	margin:		1px 1px 1px 1px;
}

.button_table {
	width:		100%;
	font-weight: 	bold;
	border: 	1px solid #888;
	margin:		5px;
}

.button_table td {
	padding: 3px 6px;
}

.button_table .right {
	text-align: right;
}

.list_table {
	width:		100%;
	
}

.list_table .mediaitem {
	padding-bottom: 10px;
}

.list_table .mediaitem .title {
	width: 155px; 
	height: 14px;
	overflow: hidden;
}

/* Upload Box */

.form_uploadbox {
	clear: both; 
	position: relative; 
	border: 1px solid #ccc; 
	background: #eee; 
	width: 200px; 
	height: 100px;
	display: none;
	left: 150px;
	bottom: 100px;
}

.form_uploadbox .uploadtxt {
	font-weight: bold; 
	padding: 10px 5px; 
	font-size: 16px;
	color: #000;
}

.form_uploadbox .uploadimg {
	margin: 10px auto; 
	display: block; 
	height: 15px; 
	width: 128px;
}



