/* CVS Comments - do not remove */
/*
  $Id: styles.css,v 1.2 2005/09/02 13:51:57 marcin Exp $
  $Log: styles.css,v $
  Revision 1.2  2005/09/02 13:51:57  marcin
  More prominent footer items

  Revision 1.1.1.1  2003/12/09 09:05:08  Colin
  Created 09/12/03

*/

/* Styles for Butler's Townhouse */

.tableWrapper { border: solid 1px #C0C0C0; width: 838px; visibility: visible; margin: 0px 0px 0px 0px;  }

.tableWrapperTopFrame { border-top: solid 1px #C0C0C0; border-left: solid 1px #C0C0C0; border-right: solid 1px #C0C0C0; width: 744px; visibility: visible; margin: 0px 0px 0px 0px;  }
.tableWrapperBottomFrame { border-bottom: solid 1px #C0C0C0; border-left: solid 1px #C0C0C0; border-right: solid 1px #C0C0C0; solid 1px #C0C0C0; width: 744px; visibility: visible; margin: 0px 0px 0px 0px;  }

.foodMenuWrapper { border: solid 1px #C0C0C0; width: 640px; height: 335px; visibility: visible; margin: 0px 0px 0px 0px; }

/*   */
.dottedBorderTop { border-top: dashed 1px #CCCCCC; }
.dottedBorderRight { border-right: dashed 1px #CCCCCC; }
.dottedBorderBottom { border-bottom: dashed 1px #CCCCCC; }
.dottedBorderLeft { border-left: dashed 1px #CCCCCC; }

.dottedBorderBottomGreyBg { border-bottom: dashed 1px #CCCCCC; background-color:#F7F7F8;  }
.dottedBorderRightGreyBg { border-right: dashed 1px #CCCCCC; background-color:#EFEFEF;  }

body, form { margin: 0px; }
body, input, select, textarea, table, td, p, th, ul, ol, li, .bodytext { font: 11px Verdana, Arial, sans-serif; color: #848484; line-height: 14px; }
textarea { overflow: auto; }
th { font-weight: bold; text-align: left; }
td { background-color:#FFFFFF }

p { margin: 0px 20px 5px 18px;  }

h1 { font: bold 22px Futura Lt BT, Verdana, Arial, sans-serif; color: #C0C0C0; margin: 5px 15px 5px 12px; }
h2 { font: bold 14px Verdana, Arial, sans-serif; color: #A52738; margin: 5px 15px 5px 12px; }
h3 { font: bold 11px Verdana, Arial, sans-serif; color: #A52738; margin: 5px 15px 5px 12px; }
h4 { font: bold 10px Verdana, Arial, sans-serif; color: #666666; margin: 3px 3px 3px 3px; }

ul { list-style-type: circle; margin: 0px 0px 0px 40px; }
li { font: 11px Verdana, Arial, sans-serif; color: #848484; margin: 0px 0px 0px 0px; list-style-image: url(images/subnav_arrow.gif) }

a, a:active { color: #A52738; text-decoration: underline } 
a:visited {color: #A52738; text-decoration: underline }
a:hover { color: #A52738; text-decoration: none }

.greyBg { background-color:#F0F0F1 }

.nav { margin: 0px 0px 3px 0px; }
.navSpacer { margin: 10px 0px 0px 0px; }
.subnavOff, .subnavOff:active { color: #A52738; text-decoration: none; margin: 0px 0px 0px 6px;   }
.subnavOff:visited {color: #A527389; text-decoration: none }
.subnavOff:hover { color: #A52738; text-decoration: underline }

.subnavOn, .subnavOn:active { color: #666666; text-decoration: none; margin: 0px 0px 0px 6px; }
.subnavOn:visited {color: #666666; text-decoration: none }
.subnavOn:hover { color: #666666; text-decoration: none }

.didYouKnowWrapper {border: solid 0px #C0C0C0; margin: 20px 5px 6px 5px; background-color:#FFFFFF;}
.didYouKnowText { font: 10px Verdana, Arial, sans-serif; color: #848484; line-height: 12px; margin: 0px 3px 5px 3px;}

/* form and form object styles */

.formHeader { font: bold 13px Arial, Verdana, sans-serif; color: #FFFFFF; line-height: 20px; margin: 2px 5px 2px 5px; }

.input, .select { font: 11px Verdana, Arial, sans-serif; border: solid 1px #666666; width: 200px; margin: 2px 5px 2px 5px;}
.submit { font: bold 10px Verdana, Arial, sans-serif; color: #EEEEEE; background-color: #A52738; border-top: solid 2px #F13952; border-left: solid 2px #F13952; border-right: solid 2px #641722; border-bottom: solid 2px #641722; margin: 2px 5px 10px 5px;}

.selectLong { font: 11px Verdana, Arial, sans-serif; border: solid 1px #666666; width: 300px; margin: 2px 5px 2px 5px;}

.selectDateShort { font: 11px Verdana, Arial, sans-serif; border: solid 1px #666666; width: 40px; margin: 2px 5px 2px 5px; }
.selectDateLong { font: 11px Verdana, Arial, sans-serif; border: solid 1px #666666; width: 60px; margin: 2px 5px 2px 5px; }

.textarea { font: 11px Verdana, Arial, sans-serif; border: solid 1px #666666; width: 200px; height: 100px; margin: 2px 5px 2px 5px;}

/* */

.floatRight {float: right; }

ul#rollover {
	padding-top: 2px;
	padding-left: 15px;
	border-left: 1px dotted #CCC;
	margin: 0 0 0 0px;
	height: 16px;
	text-align: left;
	background-color: #FFF;
	display: block;
	}
	
#rollover li {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
	}

#rollover li a {
	display: inline;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	line-height: 11px;
	color: #AAA;
	text-decoration: none;

	background-image: url(images/normal.gif);
	background-repeat: no-repeat;  background-position: 0 .4em;
	padding: 0px 10px 0px 10px;
	margin: 0;
}

#rollover li a:hover {
	color: #A11E31;
	background-image: url(images/over.gif);
	background-repeat: no-repeat;  background-position: 0 .4em;
}

#conatct p{
margin:2px 20px 2px 10px;
text-align:left;
font-size:10px;
}
.img_margin{
margin:40px 0px 40px 0px;
}

/************** start BOOKASSIST **************/
.book{
padding:0px;
margin:0px;
}
	#bookassist_form{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size:11px;
	overflow:hidden;
	margin:5px 0px 0px 0px;
	color: #A11E31;
	}
	#bookassist_form #DatesForm{
	overflow:hidden;
	margin-left:20px;
	
	width:180px;
		}
	#bookassist_form .search_title{
	float:left;
	clear:left;
		margin-bottom:5px;
	font-weight: bold;
	letter-spacing: 1px;
	white-space: nowrap;
	}
	#bookassist_form label{
		text-align:left;
		margin-right:0px;
		margin-bottom:4px;
			float:left;
			width:180px;
			padding-top:0;
		}
	#bookassist_form .date_select{
	float:left;
	display:inline;
	margin:0 0 3px 5px;
	width:60px;
	clear:none;
	padding:0;
	font-family:verdana;
	font-size:10px;
	}
	
	#bookassist_form .date_input{
	clear:both;
	float:left;
	font-family:verdana;
	font-size:10px;
	margin:10px 0px 0px 100px;
	padding:0px 2px 0px 0px;
	color: #A11E31;
	width:50px;
	border:1px solid #999999;
	text-transform:capitalize;
	background:#FFFFFF;
	}
	#bookassist_form #DatesForm #inday{
		width:43px;
		}
		#bookassist_form #DatesForm #outday{
		width:43px;
		}
	#bookassist_form #inmonthyear{
	width:80px;
	float:left;		
		}
 #bookassist_form #outmonthyear {
	width:80px;
	float:left;		
		}

	#bookassist_form #ba_tf{
		width:125px;
		float:left;
		
		}
	#bookassist_form img{ 
		float:left;
		margin-left:5px;
	}
	#ba_javascript p{
margin:0px 0px 0px 5px;
padding:0px;
font-family:verdana;
text-align:center;
			font-size:11px;
			color: #000000;
}
#ba_javascript a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#993300;
text-decoration:underline;
}
#bookassist_form #ba_adults{
width:38px;
				float:left;
				margin-left:50px;
	}
	#bookassist_form #ba_children{
	width:38px;
				float:left;
	}
.adults_children {
	white-space: nowrap;	
}
a img {
    border: none !important;
}   
a.callink{
	cursor:pointer;
	cursor:hand;
}

/* For JS-popu-windows */
#calendar{
    display: none;
    position: absolute;
    padding: 0;      
	font-size:11px;
	font-family:verdana, arial;       
	color:#444;  
}
	


/* For calendar */
.caltab {
    border: 1px solid #333;
    background: #fff; 
	font-size:1em;
}
.caltab a:link, .caltab a:visited {
    color: #09c;
}
.caltab a:hover {
    color: #933;
    border-color: #DBCDCD;     
	background:#DBCDCD;
}
.caltab a:active {
    color: #933;
    border-color: #933;
}
.caltab td {
    text-align: center;  
}
.caltab td a {
    display: block;
    text-decoration: none;    

}
.caltab td.calheader a {
    display: inline;
    vertical-align: -.2em;
}
.caltab td.calheader img.calNoPrevMonth {
    background: transparent url(http://bookassist.com/scripts/calendar/calprev.png) 0 -32px no-repeat;
    vertical-align: -.2em;
}
.caltab td.calheader img.calNoNextMonth {
    background: transparent url(http://bookassist.com/scripts/calendar/calnext.png) 0 -32px no-repeat;
    vertical-align: -.2em;
}
.caltab td.calheader .calNextMonth img {
    background: transparent url(http://bookassist.com/scripts/calendar/calnext.png) 0 0 no-repeat;
}
.caltab td.calheader .calPrevMonth img {
    background: transparent url(http://bookassist.com/scripts/calendar/calprev.png) 0 0 no-repeat;
}
.caltab td.calheader .calNextMonth:hover img, .caltab td.calheader .calPrevMonth:hover img {
    background-position: 0 -16px;
}
.caltab td.calheader .calNextMonth:active img, .caltab td.calheader .calPrevMonth:active img {
    background-position: 0 -32px;
}
.calheader {
    padding: .2em;
    white-space: nowrap;  
}  
.calheader select {
	font-size:0.9em;
}
.weekdays td {
    border-bottom: 1px solid #ddd;  
}
.days td {
    color: #7E9FC9;
    padding: .1em;
    border: 1px solid #fff;  
}
.days td.weekend {
    background-color: #eee;
    border-color: #eee;     
}
         
.days td.gone {
    text-decoration: line-through;      
	padding:0.2em;
}
.days td.today, .days td.future {
    border: none;
}
.days td a {
    padding: .1em;
    border: 1px solid #fff;
}
.days td.weekend a {
    border-color: #eee;   
}
.days td.today a {
    background-color: #DBCDCD;   
	border:1px solid #DBCDCD;
}
.days td.selected {
    font-weight: bold;
}
.days td.selected a {
    border-color: #09c;
}             

.caltab .calfoot{
	background:#fff;
    border-top:1px solid #ddd;
}
.caltab .calfoot{
	padding:0;
}

/* Support for the "iehover-fix.js" */

#calendar iframe {
	position: absolute;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);   
	width:100%;       
	height:auto;
}
              
#calendar{
	overflow:hidden;
}

* html table.caltab { z-index: 200; }
   
a.calNextMonth, a.calPrevMonth{
	background:transparent !important;
}

/************** end BOOKASSIST **************/