/*	GENERAL	*/
body {
	margin:0;
	padding:0;
	border:0;
	font-size: 62.5%; /* makes 1em = 10 px */
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	color:#FFF;
	background-color:#5fb40f;
	background-image:url(../images/background-tile.jpg);
	background-repeat: repeat-x;
}

.javascript-content {
	display:none;
}

p:first-child {
	margin-top:0.8em;
}
p {
	margin-top:1.2em;
}



h1 {

	font-size: 1.6em;

	font-weight: bold;

}

h2 {

	font-size: 1.4em;

	font-weight: bold;

}

h3 {

	font-size: 1.2em;

	font-weight: bold;
	margin-top:0.5em;
	margin-bottom:0.5em;

}
img {
	border:0;
}

#container {
	width:971px;
	font-size:1.2em;
	font-weight:bold;
}
#content {
	margin-left:6px;
	width:943px;
	clear:both;
	height:500px;
}

.error {
	color:#FF0000;
}
.small {
	font-size:1em;
}
a {
	color:#FFF;
}

/*	HEADER	*/
#header {
	clear:both;
	width:955px;
	text-align:left;
	vertical-align:baseline;
	border-top:0;

	margin: 0;

	padding: 0;
	height:83px;
}




#header-left {
	float:left;
}
#header-right {
	float:right;
}
#header-left, #header-right {
	position:relative;
}

/*	CONTENT	*/
#content {
	width:inherit;
	text-align:left;
	margin-bottom:2em;
}

/*	FOOTER	*/
#footer {
	margin:auto;
	clear:both;
	width:955px;
}
#footer #logo {

	float:right;

	padding-right: 400px;
	margin:auto auto 1em auto;
}


#footer-minor-links {

	float:left;
	text-align:left;
	padding:8px;
	position:relative;

	top: 13px;
}
#footer a {
	font-weight:bold;
	font-size:1.0em;
	text-decoration:none;
}

#footer a:hover {

	text-decoration:underline;

}
.spacer_dot {
	margin:auto 0.8em auto 0.8em;
}



.panel {

	display: block;

	background: url("../images/form-header-bg.gif") no-repeat right top;

	width: 592px;

	padding: 15px 0 20px 0;

	margin: 0;

}

.panel-wide {
	display: block;
	background: url("../images/header-bg-wide.gif") no-repeat right top;
	width: 943px;
	padding: 0px 0 20px 0;
	margin: 0;
}



.panel h3 {

	font-size: 13px;	

	padding: 0 20px 10px 20px;

}
.panelbody {
	padding: 0;
	padding-bottom: 20px;
	background: url("../images/form-header-bot.gif") no-repeat bottom;
}
.panelbody-wide {
	padding: 0;
	padding-bottom: 20px;
	background: url("../images/header-bot-wide.gif") no-repeat bottom;
}

.panelbody div,.panelbody-wide div {

	background-color: #56a20f;

	padding: 10px 15px 0 15px;

	margin: 0;

}


/* image button rollover */
.btn_rollover {
	width: auto;
	height: auto;
	white-space: nowrap;
	display: block;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
div.btn_rollover {
	width:143px;
	height:39px;
}
.btn_rollover a:hover img {
	visibility:hidden;
}
* html a:hover {

	visibility:visible
}
.btn_rollover a {
	color: #000000;
	font-size: 11px;
	width: auto;
	height: auto;
	display: block;
	text-decoration: none;
}
/* when in a form */
.buttonHolder .btn_rollover {
	float:right;
	width:143px;
	height:39px;
}


/* button with text */
.text_rollover:hover {
	color:#336600;
	cursor:pointer;
}



/* Used to make the footer stay at the bottom
	From here http://ryanfait.com/sticky-footer	*/

		html, body {
			height: 100%;
			margin:0;
		}
		#container {
			min-height: 100%;
			height: auto !important;
			height: 100%;
			margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
		}
		#footer {
			height: 50px; /* .push must be the same height as .footer */
		}
		#push {
			height: 50px; /* .push must be the same height as .footer */
		}
		
		
		
		
		
#btn_cancel {
	background: url('../images/btn_cancel_over.jpg') no-repeat 15px 10px;
	background-color:#56a20f;
}
#btn_save {
	background: url('../images/btn_savechanges_over.jpg') no-repeat 15px 10px;
	background-color:#56a20f;
}
#btn_signin {
	background: url('../images/btn_signin_over.jpg') no-repeat 15px 10px;
	background-color:#56a20f;
}
#btn_forgot {
	background: url('../images/btn_forgot_over.jpg') no-repeat 15px 10px;
	background-color:#56a20f;
}
#btn_create {
	background: url('../images/btn_create_over.jpg') no-repeat 15px 10px;
	background-color:#56a20f;
}
#btn_yes {
	background: url('../images/btn_yes_over.jpg') no-repeat 15px 10px;
	background-color:#56a20f;
}
#btn_delete {
	background: url('../images/btn_delete_over.jpg') no-repeat;
	background-color:#56a20f;
}
#btn_backthumbs {
	background: url('../images/btn_backthumbs_over.jpg') no-repeat;
}
#btn_sendmobile {
	background: url('../images/btn_sendmobile_over.jpg') no-repeat;	
}
#btn_addfriend {
	background: url('../images/btn_addfriend_over.jpg') no-repeat;
	margin-left:20px;
	position:relative;
	left:11px;
}
#btn_sendfriend {
	background: url('../images/btn_sendtofriend_over.jpg') no-repeat;
}
#btn_comp {
	background: url('../images/btn_competition_over.jpg') no-repeat;
}
#btn_downloadmonster {
	background: url('../images/btn_download_over.jpg') no-repeat;
}

.ovfl{
overflow:visible!important;}

.hauto{
height:auto!important;}