/*CSS - Warriors Heart Dashboard
		Created by GLHLLC Designs 
		Tested to run on IE 
		(***This CSS not to be run in Firefox, Safari, Google Chrome!!***)
*/

body{
	background-color:#ffffff;
	text-align:center;
	margin:10px auto;
	} 
	
#message{
	font-family:"Century Gothic";
	color:#333333;
	}	
	
a{
	color:#c7642b;
	text-decoration:none;
	}
img{
border:none;
	}
table.grid{
	margin-left:48px;
	width:835px;
	font-family:"Century Gothic";
	color:#333333;
	}
table.grid tr.r0 td{
	background-color:#f7f7f7;
	}
table.grid tr.r1 td{
	background-color:#eae4e4;
	}
	
	
table.grid_guest_select{
	text-align:left;
	margin-left:18px;
	width:645px;
	font-family:"Century Gothic";
	color:#333333;
	}
	
table.grid_guest_select tr.r0 td{
	background-color:#f7f7f7;
	}
table.grid_guest_select tr.r1 td{
	background-color:#eae4e4;
	}	
	
table.grid_guest_select_2{
	text-align:left;
	margin-left:18px;
	width:97%;
	font-family:"Century Gothic";
	color:#333333;
	}
	
table.grid_guest_select_2 tr.r0 td{
	background-color:#f7f7f7;
	}
table.grid_guest_select_2 tr.r1 td{
	background-color:#eae4e4;
	}		
		
	
	
table.grid_reservation_select{
	text-align:left;
	margin-left:18px;
	width:670px;
	font-family:"Century Gothic";
	color:#333333;
	}
table.grid_reservation_select tr.r0 td{
	background-color:#f7f7f7;
	}
table.grid_reservation_select tr.r1 td{
	background-color:#eae4e4;
	}
	
table.grid_user_select{
	text-align:left;
	margin-left:18px;
	width:645px;
	font-family:"Century Gothic";
	color:#333333;
	}
table.grid_user_select tr.r0 td{
	background-color:#f7f7f7;
	}
table.grid_user_select tr.r1 td{
	background-color:#eae4e4;
	}
	
	
#Doc{
	background-image:url(images/Warriors%20Heart/WHHeader3.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	width:1100px;
	height:100%;
	}
	
#Doc_index{
	/*background-image:url(images/headerS4L-2.jpg);*/
	background-image:url(images/Warriors%20Heart/WHLogIn1.jpg);
	background-repeat:no-repeat;
	width:1100px;
	height:700px;
	}
	
	
#edit_title{
	margin-bottom:10px;
	margin-left:15px;
	text-align:left;
	font-family:"Century Gothic";
	font-size:18px;
	font-weight:bold;
	width:855px;
	border-top:#666666 thin solid;
	background-color:#CCC;

	}
	
	
#edit_title_guest_select{
	margin-top:3px;
	margin-bottom:5px;
	margin-left:0px;
	text-align:left;
	font-family:"Century Gothic";
	font-size:18px;
	font-weight:bold;
	width:650px;
	border-top:#666666 thin solid;
	border-bottom:#666666 thin solid;
	background-color:#CCC;
	}
	
#edit_title_guest_select_2{
	margin-top:3px;
	margin-bottom:5px;
	margin-left:0px;
	text-align:left;
	font-family:"Century Gothic";
	font-size:18px;
	font-weight:bold;
	width:100%;
	border-top:#666666 thin solid;
	border-bottom:#666666 thin solid;
	background-color:#CCC;
	}	
	
	
	
#edit_title_reservation_guest_select{
	margin-top:5px;
	margin-bottom:5px;
	margin-left:0px;
	text-align:left;
	font-family:"Century Gothic";
	font-size:18px;
	font-weight:bold;
	width:650px;
	border-top:#666666 thin solid;
	border-bottom:#666666 thin solid;
	background-color:#CCC;

	}

#edit_title_schedule_guest_select{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	text-align:center;
	font-family:"Century Gothic";
	font-size:12px;
	font-weight:bold;
	width:100%;
	border-top:#666666 thin solid;
	border-bottom:#666666 thin solid;
	background-color:#CCC;

	}


	
#edit_title_reservation_select{
	margin-top:3px;
	margin-bottom:5px;
	margin-left:0px;
	text-align:left;
	font-family:"Century Gothic";
	font-size:18px;
	font-weight:bold;
	width:670px;
	border-top:#666666 thin solid;
	border-bottom:#666666 thin solid;
	background-color:#CCC;

	}
	
#edit_title_user_select{
	margin-top:5px;
	margin-bottom:5px;
	margin-left:0px;
	text-align:left;
	font-family:"Century Gothic";
	font-size:18px;
	font-weight:bold;
	width:645px;
	border-top:#666666 thin solid;
	border-bottom:#666666 thin solid;
	background-color:#CCC;

	}
	
#menu_text{
	font-family: Papyrus; 
	font-size:18px; 
	font-weight:bold; 
	margin: 5px 0px 0px 0px;
	}

#drop-1{
	height:50px;
	overflow-y:scroll;
	}


/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	vertical-align: middle;
	}
/* calendar container element */
div#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 158px;
	padding: 2px 0 0 0;
	}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
	}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0;
	}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
	}
/* month year header */
div#tcal table.ctrl th {
	background-color: white;
	color: black;
	border: 0;
	}
/* week days header */
div#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family:"Century Gothic";
	font-size: 10px;
	background-color: gray;
	color: white;
	}
/* date cells */
div#tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family:"Century Gothic";
	font-size: 11px;
	width: 22px;
	cursor: pointer;
	}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
	color: silver;
	}
div#tcal td.weekend {
	background-color: #ACD6F5;
	}
div#tcal td.today {
	border: 1px solid red;
	}
div#tcal td.selected {
	background-color: #FFB3BE;
	}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
	}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
	}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
	}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
	}




#sddm {
	margin: 10px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	z-index: 30;
	}

#sddm li{
	text-align:center;	
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	float: left;
	font-family:"Century Gothic";
	font-weight:400;
	font-size:22px;
	font-variant:small-caps;
	}

#sddm li a {	 
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	color: #3f85b6;
	text-align: left;
	text-decoration:none;
	}

#sddm li a:hover {
	background: #ffffff
	}

#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:#F9F6F6;
	border-left:#3f85b6 1px solid;
	border-right:#3f85b6 1px solid;
	/*border-top:#3f85b6 1px solid;*/
	border-bottom:#3f85b6 1px solid;
	}

#sddm div a {	
		position: relative;
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 5px 10px 0px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		color: #57565b;
		font-family:"Century Gothic";
		font-weight:300;
		font-size:20px;
		font-variant:small-caps;		
		}
#sddm div a:hover {
		width:auto;
		background-color:#3f85b6;
		/*background-image:url(images/menudropback-2.jpg);*/
		color: #ffffff;
		font-weight:bold;
		}

/*fieldset.search {
	border: none;
	width: 243px;
	margin: 0 auto;
	background: #222;
	}
.search input, .search button {
	border: none;
	float: left;
	}
.search input.box {
	color: #fff;
	font-size: 1.2em;
	width: 190px;
	height: 30px;
	padding: 8px 5px 0;
	background: #616161 url(search_bg.gif) no-repeat;
	margin-right: 5px;
	}
.search input.box:focus {
	background: #616161 url(search_bg.gif) no-repeat left -38px;
	outline: none;
	}
.search button.btn {
	width: 38px;
	height: 38px;
	cursor: pointer;
	text-indent: -9999px;
	background: #fbc900 url(search_bg.gif) no-repeat top right;
	}
.search button.btn:hover {
	background: #fbc900 url(search_bg.gif) no-repeat bottom right;
	}*/
	
	
#footer{
	/*background-image:url(images/footer.jpg);*/
	background-repeat:no-repeat;
	margin-top:150px;
	width:1090px;
	height:50px;
	}
	
#footer_text{
	margin-top:25px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:lighter;
	color:#de6126;
	}