/* sf.css, style for southforkbedandgolf.com */

body {
	background-color: Silver;
	background-image: url(/images/burlap.jpg);
	font-family: sans-serif;
	}

/* the page header for all pages */
div.head1 {
	font-family: serif;
	color: green;
	font-size: 250%;
	font-style: normal;
	text-align: center;
   }

/* the main text header all pages */
div.head2 {
	font-family: serif;
	color: green;
	font-size: 150%;
	font-style: normal;
	text-align: center;
   }

/* used various places for a section header */
div.head3 {
	font-family: sans-serif;
	font-size: 125%;
	font-style: bold;
	text-align: center;
   }

/* centered instructions bottom of several pages*/
div.info {
	color: black;
	font-family: sans-serif;
	text-align: center;
	}

/* the main text area all pages */
table.maintext {
	color: black;
	background-color: white;
	font-family: sans-serif;
/*      font-size: 30; */
	padding: 10;
	}

/* p only used in main text areas */
p {
	color: black;
	font-family: sans-serif;
/*    font-size: 30; */
	}

table.res_instr
{
	background-color: white;	
}	

/* the left side bar index, same for all pages */
table.index {
	font-family: sans-serif;
	color: black;
	background-color: green;
/*	font-size: 110%; */
	}

/* diffrent look for links in index, not in ns4 */
table.index a:link {
	text-decoration: none;
	color: white;
	}

table.index a:visited {
	text-decoration: none;
	color: black;
	}

table.index a:active {
	text-decoration: none;
	color: red;
	}

table.res1 {
	background-color:#EEEEEE;
	padding:8;
} 

form.res1 {
	padding:0;
}	

td.res1 {
	width:40%;
	padding:5;
	padding-left:8;
	background-color:#FFFFFF;
}

td.res2
{
	padding:5;
	padding-left:8;
	background-color:#FFFFFF;
}

td.instr {
	padding:8;
	background-color:#FFFFFF;
}

button.btn2 {
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
}

button.btn1 {
	width:100%;
	font-weight:bold;
	text-align:left;
	color:black;
	background-color:#CCCCCC;
	border-style:outset;
	border-color:black;
	border-width:2px;
}

/*   background-image:url(abc.png); */

/* look and feel for reservation calanders */
/*
A:link { text-decoration: none; color: #0000FF }
A:visited { text-decoration: none; color: #00AAFF }
A:active { text-decoration: none; color: black }
*/
/*
A:link { text-decoration: none; color: white }
A:visited { text-decoration: none; color: black }
A:active { text-decoration: none; color: black }
*/

table.res
{
	empty-cells: show;
	background-color: black;
} 

th {
	background-color:#CCCCCC;
	font-size: 14;
	font-family: monospace;
	font-weight: lighter;
	}
/*
	font-family: sans-serif;
th.bh
{
	width: 200
}
*/
/*
th.dh
{
	width: 90px;
	overflow: hidden;	
}
*/

td.room {
	background-color:#FFFFFF;	
}

img.chk {
	margin:0px;
	padding:0px;
}		

td.open {
	width: 48px;	
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}

td.past {
	width: 48px;
	background-color:#BBBBBB;
	margin:0px;
	padding:0px;
}

td.taken {
	width: 48px;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}

a.open {
	text-decoration: none;
	color: black;
	font-size: 30;
	font-family: sans-serif;
	}


a.rvopen {
	text-decoration: none;
	color: black;
	font-size: 30;
	font-family: sans-serif;
	background-color: yellow;
	}

td.rvopen {
	background-color: yellow;
	}

a.roomopen {
	text-decoration: none;
	color: black;
	font-size: 30;
	font-family: sans-serif;
	background-color: white;
	}

td.roomopen {
	background-color: white;
	}
