/*
* Contest CSS by Daniel Beresh
*/

#contestMenu {
	border:0;
	margin: 5px;
	padding: 0px 0px 0px 15px;
	display: inline-table;
}

#contestMenu li {
	float:left;
	border-bottom: 1px solid #AAAAAA;
	padding: 5px 35px 5px 5px;
	margin-top: 5px;
	margin-bottom:5px;
	margin-right: 5px;
	font-size: 14px;
	list-style: none !important;
	background: none !important;
}

#contestMenu li:hover,
#contestMenu a:hover {
	background: #111111 !important;
}

#contestMenu a {
	font-family: helvetica neue,helvetica,verdana,arial,sans-serif;
	font-weight: light;
	color: #EEEEEE !important;
}

.contestText {
	line-height: 30px;
}

/*form*/

.inputTitle {
	font-size:12px;
}

.regGroup {
	margin-top:20px;	
}

#valContestResponse {
	margin: 15px 15px 25px 15px;
	border: 1px solid #ff2112;
	padding:5px;
	display:none;
}

/*general*/

#contestBlackMain {
	padding:10px; 
	background-color: #222222; 
	width:930px; 
	color: #FFFFFF;
	font-family: Helvetica-neue, Helvetica, Verdana, Arial, sans-serif;	
	display: block;
}

.whiteBox {
	border: 1px solid #FFFFFF;
	display: inline-table;
	padding: 10px;
	margin: 10px;
}

a.giftsUiBtn:hover {
	border: 1px solid #fbcb09; 
	background: #fdf5ce url(http://www.giftsfilms.com/wp-content/plugins/gifts/contest/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x !important; 
	font-weight: bold; 
	color: #111111 !important;
}

.giftsUiBtnText {
	padding: 0.5em 1em;
	display: block;
	line-height: 1.4;
	text-align: center;
	text-decoration: none !important;
	color: #1C94C4;
	font-weight: bold;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}


.giftsUiBtn {
	display: inline-block;
	margin-right: 0.1em;
	overflow: visible;
	padding: 0;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	-moz-border-radius: 4px;
	background: #F6F6F6 url(http://www.giftsfilms.com/wp-content/plugins/gifts/contest/images/ui-bg_glass_100_f6f6f6_1x400.png) repeat-x scroll 50% 50%;
	border: 1px solid #CCCCCC;
	color: #1C94C4;
	font-weight:bold;
	font-size: 1.1em;
}

#voteButton:hover {
	background-color: #777777;
}

/* Utility */

#contestBlackMain img {
	border: 0;
}

.regInfo {
	border:1px solid #AAAAAA; 
	padding:8px 5px 10px 15px; 
	background-color:#FFFFCC; 
	margin-bottom:10px;
	min-height: 20px;
	color:#111111; 
	margin: 0px 20px 30px 20px;
}

/* admin */


#contestAdminWrap .adminViewTable {
	padding: 40px 20px 20px 20px;
	font-size: 10px;
}
#contestAdminWrap .titleRow {
	font-size: 15px;
	font-weight: bold;
}

#contestAdminWrap td {
	padding: 3px 10px 3px 10px;
	font-size: 10px;
}
#contestAdminWrap td {
	border-top: 1px solid #CCCCCC;
}
#contestAdminWrap table {
	border-bottom: 1px solid #CCCCCC;
}

/*SWF uploader */


.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

#videoEntries {
	background: url("media/videoentries.png") no-repeat;
	margin-left: 50px;
	margin-right: 100px;
	margin-bottom: 50px;
	padding-top: 75px;
	padding-left:50px;
	min-width: 400px;
}

#writtenEntries {
	background: url("media/writtenentries.png") no-repeat;
	margin-left: 50px;
	margin-right: 100px;
	margin-bottom: 50px;
	padding-top: 75px;
	padding-left:50px;
	min-width: 400px;
}