/********************/	
/* DEVELOPMENT ONLY */
/********************/

p.pagedata {
	font-size:7pt; color:#888; font-style:italic; }

#dev_inline_list {
	padding: 0px; }
#dev_inline_list li {
	display: inline; padding: 0px 20px 0px 0px; }	

/*****************/
/*   Structure   */
/*****************/

html, body { 
	height: 100%;
	padding: 0;
	margin: 0;
}
	
body {
    font: 8pt Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	color: #fff;
	background: #000;
	text-align: center;
}

a,p,td,div,span,input,select,textarea {
    font: 8pt Verdana, Arial, Helvetica, sans-serif;
}

#contents{
	margin: 0 auto;
	padding: 4px 0 0;
	width: 765px;
	text-align: left;
}
img {
	border: 0;
}
#clear {
	clear:both; }

/************/
/*   Tags   */
/************/

a {
	color: #b9d703;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a.wHg {
	color:#fff;
	text-decoration: none;
}
a.wHg:hover {
	color: #b9d703;
}

h1 {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	height: 20px;
	margin: 0 0 15px;
	color: #b9d703;
	font-weight:bold;
}
h1 span {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
	height: 20px;
	margin: 0 0 15px;
	color: #b9d703;	
}

a.as_button	{
	width:100px;
	display:block; /* change to inline for horizontal menu */
	padding: 2px; /* padding numbers = top : right : bottom : left ; */
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	background: #b9d703;
	color: #000;
	border: 1px #fff ridge;
}
a.as_button:hover { color:#ff0000; }

/* form submit button */
input.button { 
	width:100px; height:25px; font-weight: bold; border: 1px solid #000; background: #b9d703; text-align:center; cursor: pointer; }
	
p.error, span.error { color:#FF0000; }
	
/******************/
/*   Header Bar   */
/******************/

#header{
	padding: 4px 0 0;
	margin: 0 auto;
	width: 100%;
	text-align: left;
}

/**************************/
/*   Top Navigation Bar   */
/**************************/

#topnavi {
	height: 24px;
	width: 100%;
	margin-top: 10px;
	border-top: 1px solid #b9d703;
	border-bottom: 1px solid #b9d703;
}
#topnavi ul  {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topnavi li {
	display: inline;
	position: relative;
	float: left;
	padding: 6px 0;
} 
#topnavi a {
	float: left;
	text-decoration: none;
	outline: 0px;
	color: #fff;
	padding: 0 30px 0 0;
}
#topnavi a:hover {
	color: #b9d703;
}
#topnavi div {
	float: right;
}
#topnavi li.right {
	float: right;
}
#topnavi li.right a {
	padding: 0;
}

/******************/
/*   Footer Bar   */
/******************/

#footer{
	margin: 20px 0 0 0;
	width: 100%;
	text-align: center;
}

#footer ul  {
	list-style: none;
	padding: 0 0 20px 0;
}
#footer li {
	display: inline;
} 
#footer a {
	text-decoration: none;
	outline: 0px;
	color: #fff;
	padding: 0 20px;
}
#footer a:hover {
	color: #b9d703;
	text-decoration: none;
}

/******************/
/*   Middle Bar   */
/******************/

#middle{
	margin: 10px 0 0 0;
}

/****************/
/*   Full Bar   */
/****************/

#fullbar{
	padding: 10px;
	text-align: left;
	border: 1px solid #848484;
	min-height: 100px;
}

/*************************/
/*   Left Side Content   */
/*************************/

#leftbar{
	float: left;
	padding: 5px 0 0 0;
	text-align: left;
	width: 453px;
}

#leftbar span.welcome {
	float: left;
	margin: 0 0 10px 0;
	padding: 10px;
	text-align: left;
	border: 1px solid #8f8f8f;
	width: 431px;
	height: 220px;
}

#login{
	float: left;
	padding: 10px;
	text-align: left;
	background:#333333;
	border: 1px solid #8f8f8f;
	width: 282px;
	height: 117px;
}

#leftbar img.logo{
	float: right;
	border: 1px solid #8f8f8f;
}

#leftbar span.contact_form {
	float: left;
	margin: 0 0 10px 0;
	padding: 10px;
	text-align: left;
	border: 1px solid #8f8f8f;
	width: 431px;
	height: 400px;
}

/**************************/
/*   Right Side Content   */
/**************************/

#rightbar{
	float: right;
	padding: 5px 0 0 0;
	text-align: left;
	width: 302px;
}

#rightbar span.events {
	float: left;
	padding: 10px 15px 15px 15px;
	text-align: left;
	border: 1px solid #8f8f8f;
	width:270px;
	height: 364px;
}

#rightbar span.events div {
  height:330px;
  overflow: auto;
}
#rightbar span.events div table {
	width:100%; }
#rightbar span.events div table td {
	text-align:left; }
#rightbar span.events div table td.left{
	width: 70px; }
#rightbar span.events div table img{
	border: 1px solid #8f8f8f; }	

#rightbar span.contact_details {
	float: left;
	padding: 15px;
	text-align: left;
	border: 1px solid #8f8f8f;
	width:270px;
	height: 390px;
}

/********************/
/*   Registration Form    */
/********************/

#registration_form { margin: 20px 25px; border: 1px solid #b9d703; }
#registration_form { width: 700px; }
#registration_form p { margin: 0px; }
#registration_form span.required { color: #ff0000; }
#registration_form span.error { color: #ff0000; }
#registration_form  input.button { width:150px; height:25px; font-weight: bold; border: 1px solid #000; background: #b9d703; text-align:center; cursor: pointer; }
#registration_form  input.button:hover { border: 1px solid #ccc; }

/********************/
/*   Contact Form    */
/********************/

#contact_form { margin: 10px; border: 1px solid #b9d703; }
#contact_form { width: 400px;; }
#contact_form tr td { vertical-align:top; border-bottom: 1px solid #666; background: #222; }
#contact_form  input.button { width:150px; height:25px; font-weight: bold; border: 1px solid #000; background: #b9d703; text-align:center; cursor: pointer; }
#contact_form  input.button:hover { border: 1px solid #ccc; }

/**********************/
/*   Event Calendar   */
/**********************/

.calendar {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
}
table.calendar {
	margin: auto; border-collapse: collapse;
}
.calendar  th {
	text-align: center;
	height: 30px;
}
.calendar .week_days td {
	text-align: center;
}
.calendar .days td {
	width: 80px; height: 60px; padding: 4px;
	border: 1px solid #999;
	vertical-align: top;
	background-color: #222;
	text-align: center;
}
.calendar .days td:hover {
	background-color: #444;
}
.calendar .highlight {
	font-weight: bold; color: #000;
	background-color: #b9d703;
}

/*   Staff -> Home    */

div#invitation_alert { float:right; margin : 0 10px; }
div#invitation_alert img { padding: 0 5px 0 0; }

/*   Staff -> Profile    */

#staff_profile { margin : 25px 0 25px 25px; }
#staff_profile th { border-bottom: 1px solid #222; width: 175px; text-align: right; padding: 5px 20px; }
#staff_profile td { border-bottom: 1px solid #222; width: 400px; padding: 5px 10px; }
#staff_profile th.header { border: 0px; padding: 0; }
#staff_profile th.header div {  
	text-align: left; background: #ccc; color:#000; padding:5px 10px; font-weight:bold;  }

/*   Staff -> Events    */

div#default_header { 
	text-align: left; background: #ccc; color:#000; padding:5px; font-weight:bold; }
	
/*   Staff -> Events    */

div#default_header { 
	text-align: left; background: #ccc; color:#000; padding:5px; font-weight:bold; }	

#staff_event { float:left; text-align:left; }
#staff_event table { float:left; width:350px; }
#staff_event table td { vertical-align:top; text-align:left; }
#staff_event table td.desc { font-style:italic; }
#staff_event span { float:right; margin: 0 10px; }
#staff_event img { border: 3px solid #fff; }
	
/*   Staff -> My Events */

#staff_myevent { float:left; text-align:left; }
#staff_myevent table { float:left; width:350px; }
#staff_myevent table td { vertical-align:top; text-align:left; }
#staff_myevent table td.desc { font-style:italic; }
#staff_myevent span { width: 360px; float:right; margin: 0 10px; }
#staff_myevent img { border: 3px solid #fff; }

