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

/* Frame elements */

#guiMenu {
    float:right;
    /*width:430px;*/
    width: 100%;
    text-align:right;
    margin-bottom: 20px;
}

#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 td {
	background: #FFF;
	padding: 5px;
	vertical-align: top;
}

.Site_Form input,
.Site_Form textarea {
	padding: 2px;
	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;
}



/* login screen */

.login_content {
	background: url(../images/bg_content.png) repeat-y center top;
}

#login_form_contents {
	width: 340px;
	margin-left: 320px;
	padding: 30px 0 30px;
}
#login_form_contents h3 {
	color: #fff;
	background-image: url("../../../images/bg_content2top.gif");
	background-repeat: no-repeat;
	background-position: left top;
	height: 48px;
	padding-top: 18px;
}

#login_form_contents form table {
	margin-left: 45px;
}


/* 
	add event page 
	css attribute selectors: http://css-tricks.com/attribute-selectors/	
*/

table#add_table {
	background: none;
}

table#add_table th {
	border-top: 0;
	background: none;
}

table#add_table td {
	text-align: left;
	background: transparent;
}

table#add_table th[class=add_header] {
	background: url("../../../../images/bg_content_long.gif") no-repeat ;
	padding-bottom: 15px;
	padding-top: 15px;
	color: #fff;
	padding-left: 15px;
}

table#add_table td[class=Site_FormCaption] {
	text-align: center;
	background:url("../../../../images/bg_roughbg.jpg") no-repeat scroll left top transparent;
	margin-bottom: 3px;
}

#subBtn {
	margin-left: 300px;
	padding-bottom: 40px;
}

/* change password table */

div[class=content] {
	padding-left: 20px;
	padding-right: 20px;
}

div#changePwdBg {
	background: url(../images/bg_content.png) repeat-y center top;
}

table#changePwdTable {
	margin: 20px 0 40px 300px;
}

table#changePwdTable td {
	padding: 3px;
}

/* register page */

table#register_table {
	background: none;
	margin-left: 200px;
	padding-bottom: 40px;
	width: 650px !important;
}

table#register_table th {
	border-top: 0;
	background: none;
}

table#register_table td {
	text-align: left;
	background: transparent;
}

table#register_table th[class=reg_header] {
	background: url("../../../../images/bg_content_long.gif") no-repeat ;
	padding-bottom: 15px;
	padding-top: 15px;
	color: #fff;
	padding-left: 15px;
}

div#reg_content {
	background: url(../images/bg_content.png) repeat-y center top;
}

/* forgot password page */

div#forgot_content {
	background: url(../images/bg_content.png) repeat-y center top;
}

div#forgot_content form {
	padding: 30px 0 40px;
	margin-left: 350px;
}

