 body{
 	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
 }
 
 p{
 	margin-top:1.5em;
 	line-height:1.5em;
	/*width:600px; */
 }
 
 

#header{
	background: #0d3553 url("admin/images/icon.png") no-repeat 50px 10px;
	padding-left:150px;
	color:#FFF;
}

#public_header{
	padding-left: 50px;
	height: 100px;
	color:#FFF;
}

#public #public_header{
	background: #404450 url("images/fishing.jpg") no-repeat right top;
}

#dining #public_header{
	background: #404450 url("images/dining.jpg") no-repeat right top;
}

h1{
	font-size: 20px;
	padding:25px 0;
	/*font-family: Georgia, "Times New Roman", serif;*/
}

h2{
	margin:1em 0;
	font-size: 1.5em;
}
.big{
	font-size:1.5em;
	font-weight:bold;
}

.red{
	color: red;
}

#content{
	margin-left:50px;
	padding-bottom:50px;
	position:relative;
}

#manage #content{
	/*width: 100%;*/
}

#manage .big, #rental .big{
	margin:10px 0 0 10px;
}

#public #content, #dining #content{
	width: 635px;
}


/************* FORMS **********/

#login_box{
border:1px solid #0d3553;
padding:1px;
margin-top:100px;
width:404px;
color:#FFF;
margin:40px auto 0 auto;
}

#login_box form{
	padding:20px;
	background: #0d3553 url("admin/images/icon_big.png") no-repeat 52% 20px;
	padding-top:150px;
	text-align:left;
	display: block;
}

#login_box label {
	display: block;
	line-height: 1.8em;
}

#login_box .text{
	text-align:center;
	line-height:1.8em;
	font-weight:bold;
	margin:20px 0;
}

#login_box #pass, #login_box #user{
	border: 1px solid #999;
	width:100%;
	display: block;
	font-size:1.9em;
	margin-bottom:20px
}

#date_form{
    border:1px solid #0d3553;
    padding:1px;
    width:232px;
	position:absolute;
	left: 660px;
}

#date_form form{
	padding:20px;
	background: #0d3553;
	text-align:left;
	display: block;
}

#date_form label {
	line-height: 1.8em;
	clear:left;
	color:#FFF;
	width: 45px;
}

#date_form #datechooserexfrom, #date_form #datechooserexto, #date_form #status{
	border: 1px solid #999;
	font-size:1.5em;
}

#date_form .submit, #account_form .submit{

}

#date_form div{
	margin-top:10px;
}

#login_box .submit{

}

#account_form{
	margin:25px;
    border:1px solid #0d3553;
    padding:1px;
    width:604px;
	color:#FFF;
}

#account_form .normal{
	border: 1px solid #999;
	font-size:1.5em;
}

#account_form form{
	padding:20px;
	background: #0d3553;
	text-align:left;
	display: block;
}

#account_form div{
	margin-bottom:15px;
}

#account_form label{
	width: 125px;
	line-height: 1.8em;
	color:#FFF;
	float: left;
	margin-right:5px;
	text-align:right;
}

.readonly{
	background: #BBB;
}

.submit{
	
}

.submit input{
	background: url("admin/images/bg_button.gif") repeat-x;
	border: 1px solid #FFF;
	line-height:27px;
	font-size: 1.2em;
}

.alert{
	margin: 25px 0 0 25px;
	font-weight:bold;
	color:red;
}


/*************** CHAMBER ADMIN CALENDAR *************/
#bookings td{
	border: 1px solid #FFF;
	width:14px;
}
#bookings{
	background: #E7F1F8;
	font-size:11px;
}

#bookings .toprow .date{
	margin: 0 25px;
	font-weight: bold;
}
#bookings .toprow{
	width:420px;
	text-align:center;
	font-size: 13px;
	padding:3px;
}
#bookings .day_letters{
	background: #F8F8E7;
	text-align:center;
}

#bookings .day_nums{
	background: #F8F8E7;
	text-align:center;
}
#bookings .rental{
	width:175px;
	padding:1px 5px;
}

#bookings .phone{
	width:75px;
	padding:1px 5px;
}

#bookings .blank{
	background:#FFF;
	width:175px;
	font-size: 13px;
	font-weight: bold;
	text-align:center;
	vertical-align:middle;
	border-bottom:solid 3px #DDD;
}

.outdated{
	display:none;
}

/********* STANDARD TABLE *************/

.standard{
	font-size:11px;
	background: #E7F1F8;
}

.standard thead{
	background: #F8F8E7;
}

.standard td, .standard th{
	padding:2px 10px;
	border: 1px solid #FFF;
}

.standard th{
	font-weight:bold;
}

.editlake, .editamenity{
	font-size: 1.5em;
}

/********** NAVIGATION TABS ***********/

#tabs {
    background:#0d3553;
    font-size:93%;
    line-height:normal;
}
#tabs ul {
    margin:0;
    list-style:none;
}
#tabs li {
    display:inline;
    margin:0;
    padding:0;
}
#tabs a {
    display:inline-block;
    background:url("admin/images/tableft.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
	margin-right:5px;
}
#tabs a span {
    float:left;
    display:block;
    background:url("admin/images/tabright.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FF9834;
}
#tabs a:hover {
	background-position:0% -42px;
}
#tabs a:hover span {
	background-position:100% -42px;
}

/******** CLASSES FOR CURRENT PAGE TAB *************/
#home .home,
#manage .manage,
#website .website,
#info .info,
#manage_all .manage_all,
#user .user,
#rental .rental,
#lakes .lakes,
#amenities .amenities ,
#settings .settings{
	background-position:0% -42px;
}
#home .home span,
#manage .manage span,
#website .website span,
#info .info span,
#manage_all .manage_all span,
#user .user span,
#rental .rental span,
#lakes .lakes span,
#amenities .amenities span,
#settings .settings span{
	background-position:100% -42px;
}




/*********** MINI CALENDARS ************/

#mini {
	width:100%;
	background: #E7F1F8;
	font-size:11px;   
}

#mini tr td {
    border:1px solid #FFF;
    text-align:center;
}

.days{
    background-color: #F8F8E7;
}

#mini tr th {
    background-color: #f8f8c9;
	font-weight:bold;
	text-align:center;
}

#mini .blank{
	background:#FFF;
}

#fullview{
	width:635px;
	clear:both;
}

.fullmonth{
	vertical-align:top;
	padding:4%;
	width:25%;
}
/********** CALENDAR CLASSES BUT NON-SPECIFIC ******/
.booked{
    background-color: #c22;
	color: #FFF;
}

.pending{
	background-color: orange;
	color: #FFF;
}

.available{
	background-color: #E7F1F8;
}

.unavailable{
	background-color: #aaa;
}

.box{
	width:25px;
	height:20px;
	border: 1px solid #888;
	margin-right: 50px;
	display:inline-block;
}

.datechooser {
	width:100px;
}

#codes{
	width:635px; 
	margin:10px;
}

.yearlink{
	float: right;
}
#cal_view{
	float: left;
	margin-top:10px;
}

/********** HIGHLIGHTING CLASSES FOR CHAMBER ADMIN MANAGE TABLE ******/

.hlt {
    /* highlighted column or row heading */
    background-color: black;
    color: #ff0;
}
.hlt-col {
    /* highlighted cell in column */
    background-color: #ff0;
    color: black;
}
.hlt td {
    /* highlighted cell in row */
    background-color: #c00;
    color: #fff;
}
.hlt .hlt-col {
    /* cell highlighted by both column and row */
    border: 1px solid #f90; /* Makes cell look larger */
    background-color: #f90;
    color: #000;
}
