/* This controls the width of the fluid width layouts */

div.fluid
{
width: 90% !important;
}

/* This controls the width of the fixed width layouts */

div.fixed
{
width: 950px !important;
}

/* Basic Stuff */

*
{
margin: 0em;
padding: 0em;
}

body
{
background-color: #fff;
color: #585858;
font-size: 9pt;
font-family: "trebuchet ms", helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
}

h2,h3,h4,h5,h6
{
}

h1 span
{
font-weight: bold;
}

h2 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

img
{
}

img.floatTL
{
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}

a
{
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

ul.links
{
list-style: none;
}

ul.links li
{
line-height: 1.25em;
padding-bottom: 1em;
}

ul.links li.first
{
}

.hurry
{
 font-weight: bold;
 color: #FF0000;
}
p
{
line-height: 1.8em;
}

/* Header */

#header
{
width:100%;
height:122px;
}

#header_inner
{
position: relative;
width: 950px;
height:122px;
margin: 0 auto;
}

/* account */
#account
{
float: right;
}

#account h5
{
color: #fff;
font-size: 1.2em;
letter-spacing: 0;
}

#account h5 span
{
font-weight: bold;
}

#account h5 a
{
text-decoration: underline;
color: #fff;
}

#account h5 a:hover
{
text-decoration: none;
color: #fff;
}

/* Logo */

#logo
{
position: absolute;
bottom: 0.6em;
}

#logo h1
{
display: inline;
color: #fff;
font-size: 2.6em;
}

#logo h2
{
display: inline;
padding-left: 0.5em;
color: #E5CCD0;
font-size: 1.0em;
}

/* Menu */

#menu
{
position: absolute;
right: 0em;
bottom: 0em;
}

#menu ul
{
list-style: none;
}

#menu li
{
float: left;
}

#menu li a
{
margin-left: 0.5em;
display: block;
padding: 1.1em 1.4em 1.0em 1.4em;
font-weight: bold;
font-size: 1.0em;
text-transform: lowercase;
text-decoration: none;
}

#menu li a.active
{
}

/*-------------------------------------------------
FLASHES
-------------------------------------------------*/

#Flash
{
text-align: left;
border: 1px solid #ccc;
padding: 5px 5px 5px 30px;
font-size: 14px;
margin: 0 auto 12px auto;
margin-right: 7px;
}

#Flash.flash-notice
{
border-color: #9c9;
color: #060;
background: url(/images/alertgood_icon.gif) #E2F9E3 left no-repeat;
}

#Flash.flash-warning
{
border-color: #fd0;
color: #060;
background-color: #ff9;
}

#Flash.flash-error
{
border-color: #c99;
color: #fff;
background: url(/images/alertbad_icon.gif) #c00 left no-repeat;
}

/* Main */

#main
{
}

#main_inner p
{
text-align: justify;
margin-bottom: 2.0em;
}

#main_inner ul
{
margin-bottom: 2.0em;
}

#main_inner
{
position: relative;
width: 950px;
margin: 0 auto;
padding-top: 3.5em;
}

#main_inner h3,h4
{
border-bottom: dotted 1px #E1E1E1;
position: relative;
}

#main_inner h3
{
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
}

#main_inner h4
{
font-size: 1.2em;
padding-bottom: 0.175em;
margin-bottom: 1.4em;
margin-top: 0.95em;
}

#main_inner .post
{
position: relative;
}

#main_inner .post h3
{
position: relative;
font-size: 1.7em;
padding-bottom: 1.2em;
}

#main_inner .post ul.post_info
{
list-style: none;
position: absolute;
top: 3em;
font-size: 0.8em;
}

#main_inner .post ul.post_info li
{
background-position: 0em 0.2em;
background-repeat: no-repeat;
display: inline;
padding-left: 18px;
}

#main_inner .post ul.post_info li.date
{
}

#main_inner .post ul.post_info li.comments
{
margin-left: 1.1em;
}

#main_inner #pagination
{
padding: 5px;
margin: 5px;
border-top: dotted 1px #E1E1E1;
position: relative;
}

/* table formatting */
#list-table
{
width: 100%;
overflow: auto;
}

#list-table table
{
width: 95%;
}

#list-table th
{
padding-left: 5px;
padding-right: 5px;
border-bottom: dotted 1px #E1E1E1;
font-size: 13px;
}

#list-table tr
{
}

#list-table td
{
padding: 2px 2px;
color: #333;
font-family: Verdana, sans-serif;
font-size: 11px;
background-color: #fff;
border-bottom: solid 1px #C5DBF7;
border-left: solid 1px #C5DBF7;
}

#list-table tr.error-row td
{
background-color: #ff7979;
border-left: solid 1px #ddd;
font-weight: bold;
}

#list-table tr.inner-table td
{
background-color: #ffffe0;
border-left: solid 1px #ddd;
font-weight: bold;
}

/* Calendar Date Cells */
#calendar
{
width: 100%;
overflow: auto;
}

#calendar td.date_cell{
  position: relative;
  height: 60px;
  width: 14.28%;
  vertical-align: bottom;
}

.tall_date_cell{
  height: 150px !important;
}

#calendar td.hour_cell{
  position: relative;
  min-height: 14px;
  vertical-align: bottom;
}

#date_cell_content{
  position: relative;
  height: 60px;
  width: 100%;
  overflow: hidden;
}

#date_value {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 14pt;
  color: #000;
}
#date_register {
  position: absolute;
  right: 2px;
  bottom: 2px;
}

#date_data {
	position: absolute;
	bottom: 2px;
	left: 2px;
}

#calendar td.date_cell.red {
  background-color :red;
}
#date_value.red a:hover, #calendar td.date_cell.red a:hover {
  color: #000;
}
#calendar td.date_cell.green, #facility_event.green {
  background-color :green;
}
#date_value.green a:hover, #calendar td.date_cell.green a:hover {
  color: #000;
}
#calendar td.date_cell.orange {
  background-color :orange;
}
#date_value.orange a:hover, #calendar td.date_cell.orange a:hover {
  color: #000;
}
#calendar td.date_cell.grey, #facility_event.grey {
  background-color :#697c7b;
}
#date_value.grey a:hover, #calendar td.date_cell.grey a:hover {
  color: #a3d9d1;
}
#calendar td.date_cell.maroon, #facility_event.maroon {
  background-color :#842e31;
}
#date_value.maroon a:hover, #calendar td.date_cell.maroon a:hover {
  color: #d6939b;
}
#calendar td.date_cell.blue, #facility_event.blue {
  background-color :#6a8b9f;
}
#date_value.blue a:hover, #calendar td.date_cell.blue a:hover {
  color: #abdcf7;
}
#calendar td.date_cell.brown, #facility_event.brown, #calendar td.hour_cell.brown{
  background-color :#7f583a;
}
#date_value.brown a:hover, #calendar td.date_cell.brown a:hover {
  color: #d0af98;
}
#date_value a, #calendar td.date_cell a, td.date_cell{
  text-decoration: none;
  color: #fff;
}
#date_value a:hover, #calendar td.date_cell a:hover{
  text-decoration: underline;
}


#calendar td.day_grid {
	height: 1463px;
  border: solid 1px #a3d9d1;
}
#day_wrapper {
	width: 100%;
	height: 1463px;
	position: relative;
}
#time_cell {
	width: 100%;
	height: 60px;
	text-align: left;
  border-bottom: dotted 1px #a3d9d1;
}
#time_cell .last {
	border-bottom: 0;	
}

#facility_event {
	position: absolute;
	color: #fff;
	width: 147px;
  border-bottom: dotted 1px #000;
  border-top: dotted 1px #000;
}

/* Footer */

#footer
{
width: 950px;
margin: 0 auto;
text-align: center;
clear: both;
border-top: dotted 1px #E1E1E1;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
text-transform: lowercase;
}

/* form errors */

.fieldWithErrors
{
padding: 2px;
background-color: red;
display: table;
}

#errorExplanation
{
width: 360px;
border: 2px solid #c99;
padding: 7px;
padding-bottom: 5px;
margin-bottom: 20px;
background-color: #f0f0f0;
}

#errorExplanation h2
{
text-align: left;
font-weight: bold;
padding: 5px;
padding-left: 30px;
font-size: 12px;
margin: -7px;
color: #fff;
background: url(/images/alertbad_icon.gif) #c00 left no-repeat;
border-bottom: 1px solid #c99;
}

#errorExplanation p
{
color: #333;
margin-bottom: 0;
padding: 5px;
}

#errorExplanation ul
{
padding: 0;
margin-bottom: 0;
margin-left: 20px;
}

#errorExplanation ul li
{
font-size: 12px;
list-style: square;
}

/* forms */

dt
{
width: 100%;
font-size: 14px;
line-height: 24px;
}

dt.required
{
	font-size: 16px;
	font-weight:  bold;
}

dd
{
margin-bottom: 15px;
font-size: 11px;
line-height: 24px;
color: #666;
width: 100%;
}

dd p, dt p
{
	font-size: 10px;
	font-style: italic;
}

input.text, textarea.text-area, select
{
border: solid 1px black;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
}

textarea.text-area
{
	width: 400px;
	height: 200px;
}

input.small_text
{
border: solid 1px black;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
width: 40px;
}

input.long_text
{
border: solid 1px black;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
width: 400px;
}

input.score_entry_field
{
border: solid 1px black;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
width: 30px;
}

input.price_entry_field
{
border: solid 1px black;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
width: 50px;
}

input.number_entry_field
{
border: solid 1px black;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
width: 50px;
}

input[readonly="readonly"]
{
    background-color:#D3D3D3;
}
/* LAYOUT - 3 COLUMNS */

	/* Primary content */
	
	#primaryContent_3columns
	{
	position: relative;
	margin-right: 40em;
	}
	
	#columnA_3columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -39em;
	padding-right: 0em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_3columns
	{
	float: right;
	}
	
	#columnB_3columns
	{
	width: 31.0em;
	float: left;
	padding: 0em 1em 0.5em 1em;
	border-left: dotted 1px #E1E1E1;
	}
	
	#columnC_3columns
	{
	width: 6.6em;
	float: left;
	padding: 0em 0em 0.25em 1em;
	border-left: dotted 1px #E1E1E1;
	}

/* LAYOUT - 2 COLUMNS */

	/* Primary content */
	
	#primaryContent_2columns
	{
	position: relative;
	margin-right: 10em;
	}
	
	#columnA_2columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -10em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_2columns
	{
	float: right;
	}
	
	#columnC_2columns
	{
	width: 8.0em;
	float: left;
	padding: 0em 0em 0.5em 1em;
	border-left: dotted 1px #E1E1E1;
	}


/* LAYOUT - COLUMNLESS */

	/* Primary content */
	
	#primaryContent_columnless
	{
	position: relative;
	}
	
	#columnA_columnless
	{
	position: relative;
	width: 100%;
	}
	
/* LAYOUT - 3 COLUMNS - smaller middle frame */
	
	/* Primary content */
	
	#primaryContent1_3columns
	{
	position: relative;
	margin-right: 26em;
	}

	#columnA1_3columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -5em;
	padding-right: 0em;
	}

	#columnB1_3columns
	{
	width: 16.0em;
	float: left;
	padding: 0em 1em 0.5em 1em;
	border-left: dotted 1px #E1E1E1;
	}

	.red_message
	{
		color: red;
		font-weight: bolder;
	}

ul, ol
{
list-style-position:inside;
}
.search_text {
	width: 66px;
	font-size: 0.85em;
	padding: 2px;
}
.search_button {
	float: right;	
}
.select_heading {
	font-size: 18pt;
	font-weight: bolder;
}