@charset "UTF-8";
/* CSS Document */

body {

	background-color:#ffcd4a;
	background-image: url(../../img/global/bk.jpg);
	background-repeat: no-repeat;
	background-position: center 587px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 8pt;
	
}

em {
	font-style: italic;
	
}
	.right { float: right; }
	.clear { clear: both; }
	.center { text-align: center; }
	.left { float: left; }
	.red { color:#ed1c24; font-weight:bold; }
	span.u { text-decoration: underline; }
	.leftForm { float: left; margin-left: 135px; margin-top: -20px; clear: both; }
	.reg { margin-top: 0px; }
	h3 {
	
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-weight:bold;
		font-size: 12pt;
		padding-bottom:8px;
		color:#000000;
		text-transform:uppercase;
	
	}
	
	p {
	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
		font-size: 8pt;
		padding-bottom:15px;
	
	}
	
	a {
	
		color:#ed1c24;
		text-decoration:underline;
	
	}
	
	fieldset {
	
	
	}
	
		fieldset legend {
		
			display:none;
		
		}
		
		fieldset div.input {
		
			clear:both;
			margin:0 0 20px 0;
		
		}
		
			fieldset div.input label, fieldset div.input div.label {
			
				font-weight:bold;
				display:block;
				float:left;
				width:125px;
				padding-right:10px;
				text-align:right;
			
			}
			
			fieldset div.input div.error-message {
			
				font-weight:bold;
				color:#ed1c24;
				
				margin-left:135px;
			
			}
			
			div#submit {
			
				text-align:right;
				clear:both;
			
			}
			
			div#submit input {
			
				border:none;
				display:block;
				float:right;
				
				height:54px;
				width:237px;
				
				/*background-image: url(../../img/global/buttons/submit2.jpg);
				background-repeat: no-repeat;
				background-position: center center;	
				background-color:transparent;*/
				
				cursor:pointer !important;			
				
			}
			
			div.checkbox {
			
				
			
			}
			
				fieldset div.checkbox label {
					margin-left: 10px;
					float: left;
					width: 390px;
					text-align: left;
					clear: none;
					margin-bottom: 10px;
				
				}
				
				div.checkbox input {
				
					float:left;
				
				}
				
				div.checkbox div.error-message {
				
					clear:both;
				
				}
	
	input.submit1 {
	
		display:block;
		float:right;
		height:37px;
		width:83px;
		
		border:none;
	
		background-color: transparent;
		background-image: url(../../img/global/buttons/submit1.png);
		background-repeat: no-repeat;
		background-position: center center;	
		
	
	}

	#header {
	
		text-align:center;
	
	}

	#content {
	
		background-image: url(../../img/global/contentBk.jpg);
		background-repeat: no-repeat;
		background-position: center top;

	}
	
	#tooltip {
		position: absolute;
		top: -5000px;
		left: -5000px;
		font-weight: bold;
		padding: 1px 3px;
		background: #ffcd4a;
		border: 1px solid #000000;
		z-index: 2000;
	}
	
	.votesNum {
		/*
		font-size:10pt;
		font-weight:bold;
		*/
	}

	.golden {
	
		color:#D71E1E;
	
	}
	
	#sortBy {
	
		font-weight:bold;
	
	}
	
		#sortBy a {
		
			color:#000;
		
		}
		
		#sortBy a.active {
		
			color:#ED1C24;
		
		}
		