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

/* Frame elements */

#guiMenu {
    float:right;
    width:430px;
    text-align:right;
}

#guiHeader {
	background-color: #EEEEEE;
	border-bottom: 5px solid black;
}

#guiFooter {
	background-color: #EEEEEE;
	border-top: 5px solid black;
}

#guiHeader p, #guiFooter p {
	margin: 0;
	padding: 0;
}

#guiHeader .menu, #guiFooter .menu {
	margin: 10px 0 10px 0;
}


/* Styling shared across entire site */

body, span, p {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.clr {
	clear: both;
}

.hidden {
	display: none;
}

.centre {
	text-align: center;
}

img a, a img {
	border: none;
}

.iconLink {
	vertical-align: middle;
}


/* Specific elements */

#bottomLegalInfo {
	margin: 5px;
	text-align: center;
	font-size: 10px;
}


/* Form elements */

.Site_Form {
	background: #FFF;
}

.Site_Form form {
	margin: 10px 0px;
}

.Site_Form td {
	background: #FFF;
	padding: 5px;
	vertical-align: top;
}

.Site_Form input,
.Site_Form textarea {
	padding: 3px;
	width:300px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.Site_Form select {
	padding: 2px;
	width:306px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.Site_Form th {
	background: #D6D6D6;
	padding: 7px 7px 8px 5px;
	border-top: 10px solid #F9F9F9;
	text-align: left;
	font-size: 15px;
}

.Site_Form .Site_FormCaption {
	width: 200px;
	background-color: #EEEEEE;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
}

.Site_Form .Site_FormSpacer {
	font-size: 1px;
	height: 5px;
}

#Site_FormErrors {
	color: #FF0000;
}

.Site_FormRequired {
	font-size: 12px;
	color: #FF3300;
}

.Site_Form .Site_Buttons input {
	width: 120px;
}

.Site_Form .Site_Radio, .Site_Form .Site_CheckBox {
	width: auto;
}

.Site_ImageThumbnail {
	float: left;
	border: 1px #CCCCCC solid;
	background-color: #FFFFFF;
	padding: 10px;
	text-align: center;
	width: 135px;
	height: 125px;
	margin: 0px 10px 10px 0px;
}

.Site_ImageThumbnail input {
	width: 20px;
}

.Site_ImageThumbnail img {
	padding-bottom: 10px;
}

.Site_DropDown {
	margin-left: 10px;
}
