ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

body
{
  padding: 0px;
  background-color: #fff;
}

font {
  color: #000000;
  text-decoration: none;
  font-size: 12px;
}

div#layout
{
  width: 1260px;
  position: relative;
}

#layout div#header {
	background: transparent url(../images/banner.jpg) no-repeat center center;
	z-index: 95;
	height: 150px;
}

#layout div#menu
{
  z-index: 100;
  text-align: center;
  position: relative;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #000000;
  padding-top: 2px;
  font-size: 11px;
}

#menu ul li.sub {
  display: inline;
  position: relative;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  line-height: 30px;
  padding: 10px;
  margin-right: 10px;
}

#menu ul li.sub img {
  vertical-align: middle;
  padding: 0px;	
}
#menu ul li.sub a {
  vertical-align: middle;
  font-size: 14px; 
}

#menu ul li.sub ul {
  text-align: left;
  display: none;
  position: absolute;
  top: 30px;
  left: 5px;
  background-color: #fff;
  border: 1px solid #000000;
  z-index: 100;
  line-height: 20px;
  padding-top: 0px;
}

#menu ul li.sub ul li {
	padding: 5px 5px 5px 10px;
}

#menu ul li.sub ul li:hover {
  background-color: #bedaf5;
}

 #menu ul li.sub:hover {
   background-color: #bedaf5;
 }

#menu ul li.sub:hover ul, #menu ul li.sub ul li.sub:hover ul, #menu ul li.sub ul.show, #menu ul li.sub ul li.sub ul.show { 
  display: block;
  width: 150px;
  z-index: 100;
}

#layout div#content {
  clear: both;
  text-align: left;
  position: relative;
  z-index: 90;
  margin-top: 15px;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

table.form-table {
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
}

table.form-table thead tr th {
  background-color: #bedaf5;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding: 3px;
}

table.form-table tr td {
	padding: 3px;
	height: 30px;
	vertical-align: middle;
}

table.form-table tr td +td {
  text-align: left;
}

table.form-table tr td input  {
  font-size: 12px;
  border: 1px solid #CCCCCC;
  height: 16px;
  padding: 2px;
}

select {
	height: 24px;
	padding: 2px;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}

select option {
	font-size: 12px;
}

select:hover, select:focus {
  border: 1px solid #000000;
  background-color: #bedaf5;
}

table.form-table tr td textarea {
  font-size: 12px;
  border: 1px solid #CCCCCC;
  padding: 2px;
}

table.form-table tr td input:hover, table.form-table tr td input:focus, table.form-table tr td textarea:hover, table.form-table tr td textarea:focus {
	border: 1px solid #000000;
	background-color: #bedaf5;
}

input.submit {
  background:transparent url(../images/icons/accept.png) no-repeat scroll 3px 3px;
  border-right:4px solid #73B65A !important;
}

ul.error_list {
  list-style-type: none;
  font-size: 10px;
  color: #ff0000;
  padding: 0px;
  margin: 0px;
}

ul.error_list + input {
  background-color: #FFFFCC;
  border: 1px solid #ff0000 ! important;
}

ul.actions input {
  background-color:#FFFFCC;
  border-style:none solid none none;
  border-width:0 4px 0 0;
  color:#333333;
  cursor:pointer;
  font-family:Arial,sans-serif;
  font-size:11px;
  padding:3px 3px 3px 20px;
}

ul.actions {
  list-style-type: none;
  margin-top: 15px;
  float: right;
}

div.message {
  width: 600px;
  padding: 0px;
  border: 1px solid #000;
  vertical-align: middle;
}

div.message h2 {
  background-color: #44AA44;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding: 3px;
}

div.message div {
  font-size: 12px;
  margin: 30px;
}

div#login {
  margin-top: 40px;
  font-size: 12px;
  width: 600px;
}

div#login input {
  font-size: 12px;
  border: 1px solid #CCCCCC;
  height: 16px;
  padding: 2px;
}

div#login input:hover, div#login input:focus {
  border: 1px solid #000000;
  background-color: #bedaf5;
}

table.info-table {
  width: 100%;
  border: 1px solid #000;
  border-collapse: collapse;
}

table.info-table tr td {
  padding: 3px;
  height: 30px;
  vertical-align: middle;
  font-size: 12px;
}

table.info-table thead tr th {
  background-color: #bedaf5;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding: 3px;
}

tr.w0 {
  background-color: #fff;
}

tr.w1 {
  background-color: #eee;
}

tr.w0:hover, tr.w1:hover {
  background-color: #ddd;
}

table.calendar-table {
  border: 2px solid #000;
  border-collapse: collapse;
}

table.calendar-table thead tr th {
  background-color: #bedaf5;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  width: 100px;
}

table.calendar-table tr td {
  padding: 3px;
  height: 100px;
  vertical-align: top;
  text-align: left;
  border: 1px solid #CCCCCC;
  width: 100px;
  font-size: 12px;
  font-weight: bold;
}

table.calendar-table tr td a {
	margin-right: 5px;
	vertical-align: middle;
}

table.calendar-table tr td img {
  vertical-align: middle;
}

table.calendar-table tr td:hover {
	background-color: #CCCCCC;
	cursor: pointer;
}

table.calendar-table tr td.today {
  border: 2px solid #000000;
  background-color: #bedaf5;
  cursor: pointer;
}

.available {
  color: #1ab855;
}

.queue {
  color: #ebd307;
}

.unavailable {
	color: #ce0f1d;
}

table.signup-table tr td {
  height: 22px;
}

table.signup-table tr td img {
	vertical-align: middle;
}

tr.s1 {
	background-color: #aceaaf;
}

tr.s2 {
  background-color: #e6eaac;
}

tr.s3 {
  background-color: #eaacac;
}

div#overDiv {
	position: absolute;
	margin: 0px;
	border: 1px solid #000;
	background-color: #bedaf5;
}

#control_overlay {  
    background-color:#000;  
} 
 
.loading-indicator {
  background: #fff url('../images/icons/loading-big.gif') center 2em no-repeat;
  padding: 2em;
  padding-top: 6em;
  text-align: center;
  width: 300px;
  font-size: inherit;
  color: #333;
  border: 1px solid #000;
  font-family:"Lucida Grande",Verdana;
  font-size: 12px;
  border: 1px solid #000;
}

.quick-signup {
  background: #fff;
  border: 2px solid #000;
  padding: 2em;
  width: 300px;
  font-size: inherit;
  color: #333;
  font-family:"Lucida Grande",Verdana;
  font-size: 12px;
}

.tooltip {  
  border: 1px solid #000;  
  background-color:#fff;  
  width:200px;  
  font-family:"Lucida Grande",Verdana;  
  font-size:12px;  
  color:#333; 
  padding: 3px; 
}

#footer {
  text-align: center;
  font-size: 10px;
  font-family:"Lucida Grande",Verdana;
  color: #000;
  margin-top: 20px;
  width: 100%;
}

#footer a {
	font-weight: bold;
}

a {
  color: #000000;
}