/* GENERIC CSS ----------------------------------------------------- */

img { display: block; }
p { margin: 8px; text-align: justify; }

.left { float: left; }
.right { float: right; }
.center { margin-left: auto; margin-right: auto;}

#header
{
	height: 61px;
	overflow: hidden;
	border-bottom: 1px solid #333;
	background: url("../images/banner-blank.jpg") no-repeat scroll 0 0 transparent;
	text-align: center;
}
#header h1 {
	margin-top: 10px;
	font-size: 36px;
	color: #fff;
	-webkit-text-shadow: -1px -1px 0 #1874a1, 1px 1px 0 #6cf;
	-moz-text-shadow: -1px -1px 0 #1874a1, 1px 1px 0 #6cf;
	text-shadow: -1px -1px 0 #1874a1, 1px 1px 0 #6cf;
}
.content-area
{
	overflow: hidden;
	font-size: 16px;
}
.content-area ul, .content-area ol { margin:8px 8px 8px 16px; }
.content-area ul { list-style-type: disc; }
.content-area li { margin-left: 16px; }
.content-area ul li ul { list-style-type: circle; }
.content-area ol { list-style-type: decimal; }
.content-area ol li ol { list-style-type: lower-alpha; }
.section
{
	margin: 8px;
	font-size: 16px;
	line-height: 18px;
	font-size: 14px;
	overflow: hidden;
}
.section .left, .section .right
{
	width: 49%;
}

.pagination
{
	background-color: transparent;
	color: #555;
}



/* GENERIC CHALLENGE CSS ------------------------------------------- */

#challenge-dates {
	float: right;
	width: 248px;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
	margin: 0 0 8px 8px;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	#challenge-dates h3 { margin-top: 5px; }
	#challenge-dates ul { list-style-type: none; margin: 0; }
		#challenge-dates ul li {
			display: block;
			margin: 8px auto;
			width: 230px;
			padding: 10px 0;
			text-transform: uppercase;
			font-size: 17px;
			font-family: "Arial Black";
			}
#challenge-design-briefing-image { float: right; margin: 8px; }
#challenge-about-image { float: left; margin: 0 10px 10px 0; }
#challenge-guidelines-image, #challenge-judging-image, #challenge-how-to-enter-image { margin: 0 0 10px 10px; float: right; }
#challenge-template p
{
	font-weight: bold;
	text-align: center;
}
.game-card-bonus-challenge-wrapper
{
	position: relative;
	overflow: hidden;
}
.gamecard-bonus-challenge
{
	position: relative;
	float: left;
	margin: 8px;
	width: 208px;
}
.gamecard-bonus-challenge img
{
	padding: 3px;
	width: 200px;
	height: 150px;
	background-color: #FFF;
	border: 1px solid #7c7767;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.gamecard-bonus-challenge .game-title
{
	display: block;
	margin-top: 3px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#challenge-submit-button
{
	font-size: 36px;
	padding: 10px 10px 14px 10px;
	width: 400px;
	display: block;
	margin: 16px auto;
}
#challenge-upload
{
	text-align: center;
	font-weight: bold;
}
#challenge-upload p
{
	text-align: center;
}
#challenge-upload ol
{
	margin: 8px auto;
	width: 500px;
}
.back-button
{
	width: 400px;
	font-size: 20px;
	display: block !important;
}




/* DEFAULT STYLE ------------------------------------------- */
.content-area
{
	background: #f9eece;
	-webkit-box-shadow: 0 0 10px #fff inset;
	-moz-box-shadow: 0 0 10px #fff inset;
	box-shadow: 0 0 10px #fff inset;
	color: #555;
}
h2.header-bar
{
	background: url("../images/templates/header-background-01.png") no-repeat scroll top right #1975a2;
	border: 1px solid #333;
	color:#fff;
	padding: 2px 6px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 5px rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 1px 1px 5px rgba(255,255,255,0.5) inset;
	box-shadow: 1px 1px 5px rgba(255,255,255,0.5) inset;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.section, .style-section
{
	color: #333;
	-webkit-text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
	-moz-text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
}
h3.header-bar
{
	display: block;
	padding: 2px 8px 4px 8px;
	background: url("../images/templates/header-background-02.png") no-repeat scroll top right #7c7664;
	color: #fff;
	margin: 8px 20px;
	line-height: 1;
	border: 1px solid #333;
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 0 0 1px rgba(255,255,255,0.5) inset;
	box-shadow: 0 0 1px rgba(255,255,255,0.5) inset;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.section h3.header-bar
{
	margin: 0 0 8px 0 !important;
}
h3.header-subtitle
{
	font-size: 16px;
	font-style: italic;
	text-transform: none;
}
.header-bar .ajax-nav
{
	margin: 1px 0;
	border: 1px solid #d8d1bc;
	width: auto;
	background: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: right;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
    padding: 0;
}
.header-bar .ajax-nav a
{
	display: inline-block;
	font-size: 13px;
	padding: 3px 6px;
	background:url("../images/button.png") repeat-x scroll left top #F9CF4C;
	color: #b00 !important;
	margin: 1px;
	-webkit-text-shadow: 1px 1px #F9CF4C;
	-moz-text-shadow: 1px 1px #F9CF4C;
	text-shadow: 1px 1px #F9CF4C;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
}
.header-bar .ajax-nav a:hover
{
	background-position: 0 -52px;
	color: #f00 !important;
}
.header-bar .expand
{
	display: block;
	font-size: 11px;
	margin: 5px 1px 0 0;
	border: 1px solid #6cf;
	width: auto;
	background: #333;
	padding: 3px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
.header-bar .expand-plus 
{
	font-size: 18px;
	line-height: 8px;
	margin-right: 5px;
	padding: 4px 5px 7px;
}
#challenge-dates ul li
{
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	border: 1px solid #333;
	-webkit-box-shadow: 0 0 10px #fff inset, 1px 1px 0 #fff;
	-moz-box-shadow: 0 0 10px #fff inset, 1px 1px 0 #fff;
	box-shadow: 0 0 10px #fff inset, 1px 1px 0 #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#challenge-dates-begin
{
	background: transparent url('../images/templates/challenges/contest-date-open.png') no-repeat;
}
#challenge-dates-end
{
	background: transparent url('../images/templates/challenges/contest-date-deadline.png') no-repeat;
}
#challenge-dates-award
{
	background: transparent url('../images/templates/challenges/contest-date-prizes.png') no-repeat;
}








/* HEADER */

#header-challenges
{
	margin: 0 auto;
	padding: 0;
	width: 942px;
	height: 197px;
	background: transparent url('../images/templates/challenges/contest-banner.jpg') no-repeat;
}
#header-challenges-title
{
	margin: 0 auto;
	padding: 30px 0 0 0;
	width: 310px;
}
#header-challenges h2
{
	margin: 0;
	padding: 5px 10px 10px 10px;
	font-size: 36px;
	line-height: 42px;
	font-weight: bold;
	text-align: center;
	background-color: #333;
}
#header-challenges h2
{
	color: #ff8416;
}
img#header-image
{
	border-bottom: 1px solid #333;
}

/* about - first row */

#challenges-about-first-row
{
	margin: 0;
	padding: 0;
}
#challenges-about-first-row-left
{
	margin: 0;
	padding: 0;
	float: left;
	width: 660px;
}
#title-button-aboutthiscontest
{
	width: 257px;
	background: transparent url('../images/templates/challenges/title-aboutthiscontest.png') no-repeat;
}
#about-this-contest
{
	margin: 0 10px 10px 10px;
	padding: 10px 10px 0 10px;
	border: 3px solid #c3bba4;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 12px;
	line-height: 14px;
	height: 223px;
}
#about_this_contest_image
{
	margin: 0;
	padding: 0;
}
#about-this-contest div,
#about-this-contest p
{
	margin: 0 0 10px 0;
	padding: 0;
}
#challenges-about-first-row-right
{
	margin: 0;
	padding: 0;
	float: right;
	width: 260px;
}
#title-button-importantdates
{
	width: 226px;
	background: transparent url('../images/templates/challenges/title-importantdates.png') no-repeat;
}
.important-date
{
	margin: 0 0 10px 10px;
	padding: 0;
	width: 238px;
	height: 73px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}
#important-date-open
{
	background: transparent url('../images/templates/challenges/contest-date-open.png') no-repeat;
}
#important-date-close
{
	background: transparent url('../images/templates/challenges/contest-date-deadline.png') no-repeat;
}
#important-date-prizes
{
	background: transparent url('../images/templates/challenges/contest-date-prizes.png') no-repeat;
}
.important-date-header
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 18px;
}
.important-date-header
{
	margin: 0;
	padding: 18px 0 0 0;
	font-size: 18px;
}

/* about - second row */

#title-button-designbriefing
{
	width: 211px;
	background: transparent url('../images/templates/challenges/title-designbriefing.png') no-repeat;
}
#design-briefing
{
	margin: 0 10px 10px 10px;
	padding: 10px 10px 0 10px;
	border: 3px solid #c3bba4;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 12px;
	line-height: 14px;
}
#design_briefing_image
{
	margin: 0 10px 0 0;
	float: left;
}
#design-briefing div,
#design-briefing p
{
	margin: 0 0 10px 0;
	padding: 0;
}

/* about - third row */

#challenges-about-third-row
{
	margin: 0;
	padding: 0;
}
#challenges-about-third-row-left
{
	margin: 0;
	padding: 0;
	float: left;
	width: 460px;
}
#title-button-guidelines
{
	width: 157px;
	background: transparent url('../images/templates/challenges/title-guidelines.png') no-repeat;
}
#guidelines
{
	margin: 0 10px 10px 10px;
	padding: 10px 10px 0 10px;
	border: 3px solid #c3bba4;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 12px;
	line-height: 14px;
}
#guidelines_image
{
	margin: 0 0 0 10px;
	float: right;
}
#guidelines div,
#guidelines p
{
	margin: 0 0 10px 0;
	padding: 0;
}
#guidelines li
{
	margin: 0 0 10px 20px;
	padding: 0;
	list-style: square;
}
#challenges-about-third-row-right
{
	margin: 0;
	padding: 0;
	float: right;
	width: 460px;
}
#title-button-judgingandprizes
{
	width: 252px;
	background: transparent url('../images/templates/challenges/title-judgingandprizes.png') no-repeat;
}
#judging-and-prizes
{
	margin: 0 10px 10px 10px;
	padding: 10px 10px 0 10px;
	border: 3px solid #c3bba4;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 12px;
	line-height: 14px;
}
#judging_and_prizes_image
{
	margin: 0 0 0 10px;
	float: right;
}
#judging-and-prizes div,
#judging-and-prizes p
{
	margin: 0 0 10px 0;
	padding: 0;
}
#judging-and-prizes li
{
	margin: 0 0 10px 20px;
	padding: 0;
	list-style: square;
}
#judging-and-prizes li li
{
	margin: 10px 0 0 30px;
	padding: 0;
	list-style: circle;
}

/* about - forth row */

#title-button-howtoenter
{
	width: 193px;
	background: transparent url('../images/templates/challenges/title-howtoenter.png') no-repeat;
}
#how-to-enter
{
	margin: 0 10px 10px 10px;
	padding: 10px 10px 0 10px;
	border: 3px solid #c3bba4;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 12px;
	line-height: 14px;
}
#how-to-enter .step
{
	margin: 0 0 20px 10px;
	padding: 0;
	float: left;
}
#how-to-enter .step img
{
	margin: 0 10px 0 0;
	float: left;
}
#how-to-enter .step-half
{
	width: 432px;
}
#how-to-enter .step-full
{
	width: 984px;
}
.challenge-big-button
{
	margin: 0 auto 20px auto;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	background-color: #3295c6;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 400px;
}
.challenge-big-button a
{
	margin: 0 auto;
	padding: 15px;
	display: block;
	color: #fff;
	width: 370px;
	text-align: center;
}
.challenge-big-button:hover
{
	color: #fff;
	background-color: #65ccff;
}
.challenge-big-button a:hover,
#public-log-in a,
#public-sign-up a,
#submit-a-game a,
#public-log-in a:hover,
#public-sign-up a:hover,
#submit-a-game a:hover
{
	color: #fff;
}
#under-submit
{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#footer_html
{
	margin-left: 6px;
}
#footer_html h2
{
	margin: 0 0 20px 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

/* bonus games */
#bonus_games
{
	margin-left: 6px;
}
#bonus_games h2
{
	margin: 0 0 20px 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
/* public page html */
#challenge-public-html
{
	margin: 0 20px 20px 20px;
}
#challenge-public-html div,
#challenge-public-html p,
#challenge-public-html ul,
#challenge-public-html table
{
	margin: 0 0 15px 0;
	padding: 0;
}
#challenge-public-html li
{
	margin: 0 0 5px 40px;
	padding: 0;
	list-style: square;
}
#challenge-public-html li li
{
	margin: 5px 0 0 30px;
	padding: 0;
	list-style: circle;
}
#challenge-public-html td
{
	padding: 0 5px 5px 0;
	text-align: left;
	vertical-align: top;
}




/* NEW CHALLENGE STYLES */

.temp-swf-placeholder
{
	width: 902px;
	height: 500px;
	padding: 20px;
	background: #666;
	font-size: 36px;
	font-weight: bold;
	color: #999;
}

#challenge-tabs
{
	background: url("../images/templates/body-background.png") repeat fixed 0 0 #333;
	overflow: hidden;
	padding-left: 5px;
	border-top: 1px solid #fff;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 2px 5px #000 inset;
	-moz-box-shadow: 0 2px 5px #000 inset;
	box-shadow: 0 2px 5px #000 inset;
}
a.challenge-tab
{
	display: block;
	color: #333 !important;
	float: left;
	margin: 10px 5px 0;
	padding: 5px 10px;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	background: url("../images/templates/challenges/tab.png") repeat-x scroll left top #1874a1;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	-webkit-text-shadow: 1px 1px 0 #6cf;
	-moz-text-shadow: 1px 1px 0 #6cf;
	text-shadow: 1px 1px 0 #6cf;
}
a.challenge-tab:hover
{
	background-position: 0 -52px;
	-webkit-text-shadow: 1px 1px 0 #9ff;
	-moz-text-shadow: 1px 1px 0 #9ff;
	text-shadow: 1px 1px 0 #9ff;
}
.education a.challenge-tab
{
	background: url("../images/templates/challenges/tab-education.png") repeat-x scroll left top #1874a1;
	text-shadow: 1px 1px 0 #4a4;
}
.education a.challenge-tab:hover
{
	background-position: 0 -52px;
	-webkit-text-shadow: 1px 1px 0 #7c7;
	-moz-text-shadow: 1px 1px 0 #7c7;
	text-shadow: 1px 1px 0 #7c7;
}
a.challenge-tab.active
{
	background: url("../images/templates/challenges/tab-active.png") repeat-x scroll left top #f9eece;
	border-bottom: 1px solid #f9eece;
	color: #333 !important;
	-webkit-text-shadow: 1px 1px 0 #fff;
	-moz-text-shadow: 1px 1px 0 #fff;
	text-shadow: 1px 1px 0 #fff;
}
a.challenge-tab.active:hover
{
	background-position: 0;
	-webkit-text-shadow: 1px 1px 0 #fff;
	-moz-text-shadow: 1px 1px 0 #fff;
	text-shadow: 1px 1px 0 #fff;
	
}
.challenge-section
{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#challenge-create-choice
{
	font-size: 14px;
	overflow: hidden;
}
.button-challenge-create-choice
{
	font-size: 20px;
	text-align: center;
	margin-left: 10px;
	cursor: pointer;
}
.button-challenge-create-choice span
{
	font-size: 14px;
	clear: both;
}
.challenge-create-choice-or
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	display: inline-block;
	vertical-align: baseline;
}
#your-entry
{
	background: #f77;
	background-image: url("../images/templates/challenges/background-incomplete.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #600;
	padding-bottom: 10px;
	border: 1px solid #e00;
	font-size: 14px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px #FFFFFF inset;
	-moz-box-shadow: 0 0 10px #FFFFFF inset;
	box-shadow: 0 0 10px #FFFFFF inset;
}
#your-entry h1 { margin: 5px; }
#your-entry.edit
{
	background-color: #ff7;
	background-image: none;
	color: #660;
	border: 1px solid #ee0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
#your-entry.complete
{
	background-color: #7f7;
	background-image: url("../images/templates/challenges/background-complete.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #060;
	border: 1px solid #0e0;
}
#your-entry h1
{
	font-size: 36px;
	background-color: #fff;
	background-image: url("../images/templates/challenges/icon-incomplete.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding: 5px 10px;
	border: 1px solid #e00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#your-entry h1 .smallcaps
{
	font-size: 20px;
}
#your-entry.edit h1
{
	border: 1px solid #ee0;
	background-image: url("../images/templates/challenges/icon-edit.png");
}
#your-entry.complete h1
{
	border: 1px solid #0e0;
	background-image: url("../images/templates/challenges/icon-complete.png");
}
#your-entry-info
{
	width: 328px;
	float: left;
	-webkit-text-shadow: 1px 1px 0 #f99;
	-moz-text-shadow: 1px 1px 0 #f99;
	text-shadow: 1px 1px 0 #f99;
}
.complete #your-entry-info
{
	-webkit-text-shadow: 1px 1px 0 #9f9;
	-moz-text-shadow: 1px 1px 0 #9f9;
	text-shadow: 1px 1px 0 #9f9;
}
.edit #your-entry-info
{
	-webkit-text-shadow: 1px 1px 0 #fff;
	-moz-text-shadow: 1px 1px 0 #fff;
	text-shadow: 1px 1px 0 #fff;
}
#your-entry-info p
{
	text-align: left;
}
#your-entry-status
{
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
}
#your-entry-screen
{
	height: 150px;
	width: 200px;
	background: #333;
	float: left;
	border: 10px solid #b00;
	-webkit-border-radius: 10px 0 10px 10px;
	-moz-border-radius: 10px 0 10px 10px;
	border-radius: 10px 0 10px 10px;
	margin-left: 20px;
}
#your-entry-screen.complete
{
	border-color: #0a0;
}
#your-entry-items
{
	width: 362px;
	float: left;
	font-weight: bold;
}
.your-entry-item
{
	margin: 0 8px 8px 20px;
	padding: 10px;
	color: #fff;
	background: #b00;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#your-entry-game
{
	margin-left: 0;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
.your-entry-item.complete
{
	background: #0a0;
}
#your-entry-game-title
{
	margin: 0;
	width: 250px;
	font-size: 24px;
	text-transform: none;
	overflow: hidden;
}
#your-entry-files-title
{
	font-size: 18px;
	text-transform: none;
	margin-left: 20px;
}
a.inline-delete, a.file-delete
{
	position: absolute;
	bottom: 8px;
	right: 10px;
	font-size: 16px;
	border: none;
	color: #f00 !important;
	background: #900;
	padding: 1px 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a#edit-entry
{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 16px;
	border: none;
	color: #ff9 !important;
	padding: 1px 3px;
	background: #900;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.your-entry-item.complete a.inline-delete
{
	background: #800;
	color: #f00 !important;
}
.your-entry-item.complete a#edit-entry
{
	background: #080;
}
a.inline-delete:hover
{
	color: #b00 !important;
	background: #f00;
}
a#edit-entry:hover, .your-entry-item.complete a#edit-entry:hover
{
	color: #aa0 !important;
	background: #ff6;
}
.your-entry-item.complete a.inline-delete:hover
{
	background: #f00;
	color: #800 !important;
}
a.your-entry-file
{
	color: #fff !important;
}
a#back-to-entry-link
{
	display: inline-block;
	float: right;
	font-size: 20px;
	margin-right: 60px;
	margin-top: 15px;
	font-style: italic;
	text-transform: none;
}

/* UPLOADIFY */

.uploadifyQueueItem 
{
	font-size: 11px;
	padding: 10px;
	width: 294px;
 	height: 37px;
	background: #900;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.uploadifyError 
{
 	background-color: #FDE5DD !important;
 	border: 2px solid #FBCBBC !important;
}
.uploadifyQueueItem .cancel 
{
 	float: right;
}
.uploadifyQueue .completed 
{
 	background-color: #E5E5E5;
}
.uploadifyProgress 
{
 	background-color: #333;
 	margin-top: 10px;
 	width: 100%;
}
.uploadifyProgressBar 
{
 	background-color: #0e0;
 	height: 10px;
 	width: 1px;
}

#browse-button
{
	position: relative;
	height: 26px;
	width: 104px;
	padding: 2px 6px 0;
	font-size: 22px;
	color: #fff;
	float: left;
	border-radius: 10px;
	margin: 0;
}
#browse-swf-wrapper object
{
	position: absolute;
	top: 10px;
	left: 10px;
}
#file_uploadQueue
{
	position: absolute;
	top: 10px;
	left: 10px;
}
#upload-button
{
	position: absolute;
	top: 4px;
	right: 35px;
	font-size: 14px;
	height: 14px;
	margin: 0; padding: 4px;
}
#your-entry-fileuploader
{
	min-height: 57px;
}

/* EDUCATION */

.education #header
{
	background: url("../images/banner-education.jpg") no-repeat scroll 0 0 #4b8a47;
}
.education #header h1
{
	-webkit-text-shadow: 1px 1px 0 #64b260, -1px -1px 0 #05280d;
	-moz-text-shadow: 1px 1px 0 #64b260, -1px -1px 0 #05280d;
	text-shadow: 1px 1px 0 #64b260, -1px -1px 0 #05280d;
}
.education h2.header-bar
{
	background: url("../images/templates/header-background-education.jpg") no-repeat scroll right top #01370f;
}

#mission-flashcontent-container
{
	background-image: url('../images/templates/mission-flashcontent-container.png');
	background-repeat: repeat-x;
	padding: 10px 0;
	height: 540px !important;
}

.gamecard-challenge .gamecard-meta {
	top: auto; bottom: 0; text-align: center;
	}
	.gamecard-challenge .gamecard-meta .button {
		font-size: 12px; padding: 4px;
		}
/* SPECIAL AMD NAV THING */

.amd-nav
{
	background: rgba(0,0,0,0.2);
	padding: 10px;
	font-size: 20px;
	width: 880px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #008659;
	color: #fff;
}
.amd-nav a
{
	text-decoration: underline;
	color: #ff0 !important;
}