/* Max Card CSS */

body {
	font-family: Helvetica, Arial, sans-serif;
	background: url(/images/layout/bg-image.jpg) no-repeat #F20401;
}

#content h1 {
	color: #f06824;
    font-size: 1.0em;
    margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

#heading {
    padding: 10px 0;
    clear: left;
}

#leftnav h1,
#leftnav ol li {
	color: #00acee;
    font-size: 1.0em;
    margin-bottom: 3px;
	text-transform: uppercase;
	font-weight: bold;	
}

table tr td {
    padding: 5px;
}

table#editform select {
    width: 203px;
}

table#editform input {
    width: 200px;
}

table#editform textarea {
    width: 400px;
}

p {
    margin: 10px 0;
}

#container {
    margin: 30px auto;
    width: 800px;
}

#headernav {
    text-align: right;
    position: relative;
    color: #ffffff;  
    z-index: 5;
}

#headernav ul {
	margin-bottom: 2px;
}

#headernav ul li {
    display: inline;    
}

#headernav ul li a{
	padding: 5px 10px;
	background: #e74d07;
	color: #fff;
	text-decoration: none;
}

#header {
	height: 41px;
	border: 4px solid #e74d07;
	background: #ad2d0a;
}

#header #logo {
    position: relative;
    float: left;
    top: -55px;
    left: -112px;
	/*width: 830px;*/
	width: 900px;
	height: 202px;
	background: url(/images/layout/logo-new.png) no-repeat;
}


#wrapper {
	min-height: 424px;
	margin: 25px 0 0 0;
	background: url(/images/layout/wrapper-bg.gif) no-repeat #fff;
	padding: 15px;
	height: auto;
	color: #f06824;
	clear: both;
	position: absolute;
	top: 95px;
	width: 770px;
}

#wrapper a {

color: #b33c1d;

}

/* Small workaround for ie6's none support for min-height */

#wrappermin {
    width: 1px;
    float: right;
    height: 424px;
}
/* end */

.clearer {
    height: 1px;
    clear: both;
}

#leftnav {
    width: 280px;
    float: left;
}

#content {
    float: right;
    width: 480px;
    margin-bottom: 20px;
}

#footer {
    border-top: 1px dotted #f16726;
    margin: 10px;
	padding: 4px 0;
	color: #f16726;
	height: 65px;
}

#footer ul li {
	display: inline;
	margin-right: 20px;
}

/* Form Validation */

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

/* Star Rating CSS */
  
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 60px;
	height: 15px;
	position: relative;
	background: url(/images/rate/alt_star.gif) top left repeat-x;        
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:12px;
	height: 15px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(/images/rate/alt_star.gif) left center;
	z-index: 2;
	left: 0px;
	border:none;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:12px;
}
.star-rating a.two-stars{
	left:12px;
}
.star-rating a.two-stars:hover{
	width: 24px;
}
.star-rating a.three-stars{
	left: 24px;
}
.star-rating a.three-stars:hover{
	width: 36px;
}
.star-rating a.four-stars{
	left: 36px;
}    
.star-rating a.four-stars:hover{
	width: 48px;
}
.star-rating a.five-stars{
	left: 48px;
}
.star-rating a.five-stars:hover{
	width: 60px;
}
.star-rating a.six-stars{
	left: 60px;
}
.star-rating a.six-stars:hover{
	width: 72px;
}
.star-rating li.current-rating{
	background: url(/images/rate/alt_star.gif) left bottom;
	position: absolute;
	height: 15px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	margin: 0px;
}


/* Global font colors */

.green {
	color: #d9e148;
}

.blue {
	color: #00acee;
}

.orange {
	color: #b33c1d;
}

/* Warning info */

#notice, #warning, #message {
    position: absolute;
    top: 105px;
    right: 0;
    height: 15px;
    width: 650px;
    margin-left: 30px;
    text-align: right;
    color: #f6cd11;
    font-weight: bold;
}

/* feedback admin */

#filteroptions {
    border: 1px #d6d6d6 dotted;
    padding: 5px 0px 5px 2px;
}

#filtercontrol {
    padding-top: 4px;
    padding-left: 2px;
    font-size: 12px;
}

#filtercontrol a {
    border: 1px #b33c1d solid;
    background-color: #ffffff;
    padding: 3px;
    margin-right: 1px;
    color: #747474;
    text-decoration: none;
}

#filtercontrol a:hover {
    border: 1px #c0c0c0 solid;
    color: #b33c1d;
}

#feedbackresults {
    border: 1px #D6D6D6 dotted;
    color: #000000;
}

#feedbackresult {
    border: 1px #DDDDDD solid;
    margin: 4px;
    padding: 4px;
    line-height: 1.5em;
}

#markas a {
    float: right;
}

#markas a {
    border: 1px #b33c1d solid;
    background-color: #ffffff;
    padding: 3px;
    margin-right: 2px;
    color: #747474;
    text-decoration: none;
}

/* venue css */

#showvenue {
color: #f06824;
}

#showvenue h1 {
font-size: 24px;
margin-bottom: 10px;
padding-top: 10px;
}

#showvenue h2 {
font-size: 16px;
font-weight: bold;
padding-top: 10px;
padding-bottom: 10px;
}

#showvenue a {
color: #f06824;
}

/* frame css for showvenue */

#venueframe {
	width: 430px;
	height: 378px;
	background: url(/images/layout/frame.jpg) no-repeat;
	line-height: 378px;
	text-align: center;
}

#venueframe span {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#venueframe img {
	margin: -1px 0 0;
	vertical-align: middle;
}



#venuecomment {
border: 1px #D4D4D4 dotted;
padding: 4px;
margin-top: 6px;
margin-right: 16px;
}

#topvenues {
    margin: 20px 0;
}

#topvenues ul li {
    margin: 4px;
    width: 138px;
    padding: 5px;
    float: left;
}

#topvenues ul li p {
    margin: 4px 0 0 2px;
}

#museumnews,
#locations-subnav {
    list-style-image: url(/images/layout/list-arrow.gif);
    margin: 1px 30px;
}

.venue-thumbnail {
    width: 100%;
    height: 85px;
    line-height: 85px;
    background: #DFD8D2;
    border: 1px solid #CEC1BB;
    text-align: center;
    overflow: hidden;
}

.venue-thumbnail span {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.venue-thumbnail img {
	vertical-align: middle;
	margin: -1px 0 0;
}


#leftnav #subsearch {
    text-align: center;
}

#star-rating-feedback {
    float: left;
    font-weight: bold;
}

#star-rating-block {
    float: left;
    margin: 0 10px;
}

#borderbottom {
width: 100%;
border-bottom: 1px #f06824 dotted;
}

/* Error Messages */

.fieldWithErrors input,
.fieldWithErrors textarea {
	border: 1px solid #FF3300;
	color : #FF3300;	
}

.fieldWithErrors {
    padding: 0;
    margin: 0;
    display: inline;
}


#errorExplanation {
  margin: 10px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 10px 0;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
  margin: 4px 25px;
}

#registerform {
padding: 4px 4px 4px 4px;
margin-top: 18px;
border: 1px #f06824 dotted;
}

#forgotpwform {
padding: 12px;
margin-top: 18px;
margin-bottom: 10px;
color: #b33c1d;
border: 1px #f06824 dotted;
}

#orderedliststyle li {
	color: #b33c1d;
	padding-left: 10px;
}

.pagination-links {
	padding: 10px;
	text-align: right;
	width: 450px;
	display: block;
	border: 1px #f06824 dotted;
	margin-top: 20px;
}