﻿* {
	margin: 0;
	padding: 0;
	}

body {
	text-align:left;
	font:0.75em/1.4em Arial, sans;
	color:#333;
	background-color:#fff;
	}
	
.mainContent { 
	padding: 2em;
	float: left; 
	} 

/* Put it back on certain elements */ 
p, pre, blockquote, table {
  margin: 0.7em 0;
  color:#333;
	}
	
input, textarea {
	font-family: Arial, sans;
	color:#333;
	}

/* Remove border around linked images */
img {
	border: 0;
	}
	
	
.remove-list {
	display:none;
	}

/* Removes Quotes around the <q> tag - Added by GL */
q:before, q:after {
    content: "";
    }
    
li {
	margin-left: 1.5em;
	}

/* =Typography
================================== */
h1, h2, h3, h4, h5, h6 {
	line-height:130%;
	font-family:Georgia, serif;
	font-weight:normal;
	margin: 0.5em 0 0 0;
	color:#333333;
	}
legend{
	font-family:Georgia, serif;
	font-weight:normal;
	color:#333333;
	padding: 1em;
}

h1, legend {
	font-size: 2.2em;
	}

h2 {
	font-size: 1.7em;
	margin: 0.7em 0 0.5em 0;
	color:#143c65;
	}

h3 {
	font-size: 1.45em;
	
	}

h4 {
	font-size: 1.2em;
	}

h5 {
	font-size: 1.2em;
	}

p, a {
	font-size:1em;
	color:#333;
	width: 57em;
	}


/* THIS CODE MAKES ELEMENTS VISIBLE OR INVISIBLE*/

.make-visible {
	visibility:visible;
	}
	
.make-invisible {
	display:none;
	}

/* =Useful
================================== */
.clearBoth {
	clear: both;
	}
	
.clearLeft {
	clear: left;
	}

.clearRight {
	clear: right;
	}
	
.floatLeft {
	float: left;
	}

.floatRight {
	float: right;
	}

.bold {
	font-weight:bold;
	}

.photoRight {
  	margin: 0 0 1em 0.7em;
	}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

/* =Form
================================== */

.palebackground{
	background-color: #EFEFEF;
	padding: 0.2em;
	clear: both;
}
	
.fieldset-competition{
	margin: 1em 0;
	padding:1em;
	width: 60em;	
}
.updates-row {
	clear: both;
	height: auto;
	padding: 0.2em 0;
	margin: 0.2em 0;
	}
	

.updates-label {
	width: 18em;
	text-align: right;
	display: block;
	float: left;
	margin-right: 1em;
	font-weight: bold;
	}

.updates-field{
	width: 22em;
	font-size: 1em;	
	float: left; 	/*IE6 fix */
	}
	
.updates-field input{
	width: 100%;
	font-size: 1em;	
	float: left; 	/*IE6 fix */
	}


.button {
	width: 5em;
	font-size: 1.3em;
	font-weight: bold;
	float: left;
	border-style: none;
	background-color: #F27A02;
	cursor: pointer;
	margin: 0.3em;
	}
	
.radio-button{
	width: 1em;
}

.file-upload {
	width: 8em;
	font-size: 1.3em;
	font-weight: bold;
	float: left;
	border-style: none;
	cursor: pointer;
}

.errorText{
	 color: Red;
}

.errorMessage {
	border: 1px solid #E88989;
	padding: 0.5em;
	background: #FAE5E5;
	}
.error 
{
	position: absolute;
	margin-left: 0.2em;
	font-size: 0.9em;
	color: #FF0000;
}

.entryTable{
	 border-collapse: collapse;

}
.entryTable tr
{
	 border-bottom: solid 1px #DDDDDD;
}
.entryTable td
{
	 border-bottom: solid 1px #DDDDDD;
}

.entryTable th
{
	background: #ABABAB;
	color: #EFEFEF;
	font-weight: bold;
}


.entryList
{
	 list-style: none;
	 font-weight: bold;
	 font-size: small;
	 margin: 0;
	 padding: 0;
	 background: #454545;
	 color:#fff;
}

.AspNet-Login label
{
	display:block;
	width: 8em;
	float: left;
	text-align: right;
}

.AspNet-Login input
{
	float: left;
	width: 10em;
}
.AspNet-Login > Div
{
	clear:both;
	margin: 5px 0;
}

.AspNet-Login-RememberMePanel input{
	display:block;
	width: 8em;
	float: left;

	text-align: right;
}
.AspNet-Login-RememberMePanel label{
	float: left;
	width: 10em;
	text-align: left;
}

.searchPane {
	width: 100%;
	background: #EFEFEF;
	padding: 1em;
	
}

.searchPane >div{
	padding: 0.3em 0;
}

.searchPane label
{
	display: block;
	width: 8em;
	float: left;
	text-align: right;
}

.searchPane input
{
	width: 16em;
	margin-left: 1em;
}

.searchPane input:Focus{
	background: #FFFFCC;
}

.searchPane select
{
	width: 35em;
	 margin-left: 1em;
}

.searchPane select:Focus{
	background: #FFFFCC;
}

