/* general tag stylings: */

html, body {
	color: #666666;
	background: #ffffff;
	margin: 0;
	padding: 0;
	/*background:#3c3c3c url(bg.gif) repeat-y center;*/
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 13px;
	color: #666666;
	text-align: center;
}

form {
	margin:0px;
	padding:0px;
	display:inline;
}

a:hover {
	text-decoration:none;
}

a:visited {
	color: blue;
}

H4 {
	font-size:14px;
	padding: 0px;
	margin: 0px;
}

p {
	margin: 14px 0px 0px 0px;
	padding: 0px;
}

ul {
	list-style: none;
	list-style-image: url(bullet.gif);
	
}

li {
	margin-bottom:20px;
	margin-left:-6px;
}

/* layout divs and control classes:- */

#page-container {
	text-align: left;
	width: 760px;
	margin: auto;
}

#header {
	font-size: 11px;
	background: url('logo.gif') no-repeat;
	height: 100px;
}

#header .headerlinks {
	text-align: right;
	padding-right: 7px;
	padding-top: 5px;
	color: white;
}

#header a {
	color: white;
	border: 0px;
}

#header a:hover {
	text-decoration:none;
}

#bottom_left_form {
	padding: 5px;
	text-align: right;
	background: #CDCDCD;
}

#bottom_right_form {
	padding: 5px;
	text-align: left;
	background: #CDCDCD;
}

#content {
	margin: 10px 0px;	
}

.box {
	border: 1px dotted #0C2464;
	background: #ebfaeb;
	color:black;
}

.results_box {
	border: 1px dotted #0C2464;
	background: #FFFFFF;
	color:black;
}

.box h1 {
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	padding: 4px;
	color: black;
	border-bottom: 1px dotted #0C2464;
	background:#ebebfa;
}

.results_box h1 {
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	padding: 4px;
	color: black;
	border-bottom: 1px dotted #0C2464;
	background:#ebebfa;
}

.box p {
	margin: 14px 0px 0px 0px;
	padding: 0px;
}

.insidebox {
	padding: 6px;
}

.clear {
	clear: both;
}

#footer {
	font-size: 11px;
	vertical-align: middle;
	clear: both;
	color: #ffffff;
	padding: 5px 5px 5px 7px;
	background: url('footerbg.gif') no-repeat;
	width: 760px;
	height: 25px;
}

#footer a {
	border: 0px;
	color: #ffffff;
}

#maincontent { 
	padding:0px;
	margin:0px;
	float: left;
	width: 57%;
}
.padleft {
	padding-left:10px;
}

div.contentbox{
    background: #F7F7F7;
    border: 1px dotted #ccc;
    padding: 6px;
}

.left_quarter {
	width:188px; 
	float:left;
}

.right_quarter {
	 width:188px; 
	 float:left;
}

.nav_bar {
	 padding:0px; 
	 margin:0px; 
	 width:760px;
}

.nav_link {
	 float: left;
}

.top_bottom_padding {
	padding-top:5px; 
	padding-bottom:5px;
}

.copyright {
	float:left;
}

.bottom_links {
	float:right;
	padding-right:15px;
}

.middle_half {
	width:384px; 
	float:left;
}

.left_three_quarters {
	width:572px; 
	float:left;
}

.search_results_left {
	width: 380px;
}

table.list {
  border: 1px dotted #0C2464;
  border-collapse: collapse;
}

table.list th {
  font-style:italic;
  padding: 8px 4px;
  color:black;
  background-color: #ebebfa;
  border-bottom: 1px dotted #0C2464;
}

table.list a {
  display:block;
}

table.list a:hover {
  display:block;
  color:#cc6600;
}

table.list tr.normal {
  background:#ebfaeb;
}

table.list tr.alt {
  background-color: #ffffff;
}

table.list td {
  padding: 4px;
}

.left_half {
	width:378px;
	float:left;
}
.right_half {
	margin-left:4px;
	width:378px;
	float:left;
}

/* FORM STUFF */

.contact {
	height:28px; 
	width:126px; 
	background: url('/form_contact.gif') 0 0 no-repeat;
	display:block;
	float:left;
}
.contact_active {
	height:28px; 
	width:126px; 
	background: url('/form_contact.gif') 0 0 no-repeat;
	display:block;
	background-position: 0 -28px;
	float:left;
}
.location {
	height:28px; 
	width:126px; 
	background: url('/form_location.gif') 0 0 no-repeat;
	display:block;
	float:left;
}
.location_active {
	height:28px; 
	width:126px; 
	background: url('/form_location.gif') 0 0 no-repeat;
	display:block;
	background-position: 0 -28px;
	float:left;
}
.awards {
	height:28px; 
	width:126px; 
	background: url('/form_awards.gif') 0 0 no-repeat;
	display:block;
	float:left;
}
.awards_active {
	height:28px; 
	width:126px; 
	background: url('/form_awards.gif') 0 0 no-repeat;
	display:block;
	background-position: 0 -28px;
	float:left;
}
.rooms {
	height:28px; 
	width:126px; 
	background: url('/form_rooms.gif') 0 0 no-repeat;
	display:block;
	float:left;
}
.rooms_active {
	height:28px; 
	width:126px; 
	background: url('/form_rooms.gif') 0 0 no-repeat;
	display:block;
	background-position: 0 -28px;
	float:left;
}
.facilities {
	height:28px; 
	width:126px; 
	background: url('/form_facilities.gif') 0 0 no-repeat;
	display:block;
	float:left;
}
.facilities_active {
	height:28px; 
	width:126px; 
	background: url('/form_facilities.gif') 0 0 no-repeat;
	display:block;
	background-position: 0 -28px;
	float:left;
}
.confirm {
	height:28px; 
	width:130px; 
	background: url('/form_confirm.gif') 0 0 no-repeat;
	display:block;
	float:left;
}
.confirm_active {
	height:28px; 
	width:130px; 
	background: url('/form_confirm.gif') 0 0 no-repeat;
	display:block;
	background-position: 0 -28px;
	float:left;
}


.sep5px {
 width:5px;
 height:5px;
}

#listHeadings a{
 padding-left:10px;
 padding-top:5px;
 padding-bottom:5px;
 display:block;
 width:90%;
 background:#ffffff;
 border: none;
}

#listHeadings span.active{

 font-weight:bold;
 padding-left:10px;
 padding-top:5px;
 padding-bottom:5px;
 display:block;
 width:100%;
 background:#e7e7e7

}

#listHeadings span.activeC{

 font-weight:bold;
 padding-left:10px;
 padding-top:5px;
 padding-bottom:5px;
 display:block;
 background:#e7e7e7

}

#listHeadings span.right{

 font-weight:bold;
 padding-left:10px;
 padding-top:5px;
 padding-bottom:5px;
 display:block;
 width:100%;
 background:#e7e7e7

}

#listHeadings a:hover{background:#e8ffe9}

H4 {
 font-size:14px;
 padding: 0px;
 margin: 0px;
}

fieldset#large {
 margin: 0px;
 padding: 0px;
 border: none;
 border-top: 1px solid #C9DCA6;
}

legend {
 padding: 2px 5px;
 border: 1px solid #C9DCA6;
 font-size: 13px;
 font-weight: bold;
 margin-left: 10px;
}

.tall_bg{
 background: url('/imgs/my_bandb/register/fieldset_bg_large.gif') left bottom repeat-x;
}

.short_bg{
 background: url('/imgs/my_bandb/register/fieldset_bg_small.gif') left bottom repeat-x;
}

iframe.lookupframe{
 border: none;
 background-color: transparent;
}

.hint {
  display: none;
  position: absolute;
  width: 180px;
  margin-top: -4px;
  margin-left: 0px;
  border: 1px solid #c93;
  padding: 10px 12px;
  background: #ffc url('/js/pointer.gif') no-repeat -100px -100px;
}

#field_errors {
 margin-top: 10px;
 color: red;
 border: 1px solid #c93;
 padding: 10px 12px;
 background: #ffc;
}

.hint_searchterms {
  display: none;
  position: absolute;
  width: 200px;
  margin-top: -4px;
  margin-left: 0px;
  border: 1px solid #c93;
  padding: 10px 12px;
  background: #ffc url('/js/pointer.gif') no-repeat -100px -100px;
}

.vdata {
 padding: 10px 15px 0px 15px;
}

td.label {
 width:152px;
}

td#sep {
 width: 100%;
 height: 12px;
 background: url('/imgs/my_bandb/register/divider.gif') left bottom repeat-x;
}

td#sep_p {
 width: 100%;
 height: 12px;
 background: url('/imgs/my_bandb/register/divider.gif') left bottom repeat-x;
}

p {
 margin: 14px 0px 0px 0px;
 padding: 0px;
}

.spacerspan {
 color: #ffffff;
 display: inline;
 width:3px;
}

#bottom_left_form {
 padding: 5px;
 text-align: right;
 background: #CDCDCD;
}

#bottom_right_form {
 padding: 5px;
 text-align: left;
 background: #CDCDCD;
}

#content {
 border: 1px solid #0C2464;
 margin: 10px 0px; 
}

#form_head_row {
 background: #CDCDCD;
}

#form_head_row .active {
 background: #0C2464;
}

#form_content {
 padding: 5px;
}