/* Set up page */
body{
	/*background:url(images/main_bg.gif) repeat-x;
	background-color:#000000;*/
	background-color: #000000;
    background-image: url("images/bg.png");
    background-position: left top;
    background-repeat: repeat-x;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
}
html {
	font-family: arial, helvetica, sans-serif;
	font-size: 65%;/*setting font size to 62.5 means that 1.0em is equal to 10px, and 1.2em is equal to 12px etc. Size renders more accurately accross platforms*/
}
input,select,textarea{
border:1px solid #7F9DB9;
padding: 5px;
border-radius: 4px;
}
input[type="radio"], input[type="checkbox"]
{
	border:none!important;
}
/* Useful classes */
.clearing {
	clear: both;
}
/* Top Nav */
#top_navigation {
	z-index: 5;
	width:100%;
}
#top_navigation, #top_navigation .page_positioning, #top_navigation ul {
	background: #BA962A url(images/topnav_bg.gif) 0 0 repeat-x;
	padding:0px;
	margin:0px;
	/* Ensure The top nav displays the bar even when there isn't a <ul> in it */
	height: auto !important;
}
#top_navigation li {
	display: block;
	font-size: 1.28em;
	float: left;
}
#top_navigation a:link, #top_navigation a:visited {
	color: #000000;
	display: block;
	padding: 10px 23px 7px 20px;
	text-decoration: none;
	white-space: nowrap;
}
#top_navigation a:hover {
	background: #0a2049;
	color: #ffffff;
}
#top_navigation li.selected {
	background: #FFFFFF url(images/tab_left.gif) top left no-repeat;
	margin-right:2px;
}
#top_navigation li.lastleft {
	background: #FFFFFF url(images/tab_left_first.gif) top left no-repeat;
	margin-right:2px;
}
#top_navigation li.lastleft a:link, #top_navigation li.lastleft a:visited, #top_navigation li.lastleft a:hover, #top_navigation li.lastleft a:active, #top_navigation li.lastleft a:focus {
	background: transparent url(images/tab_right.gif) top right no-repeat;
	color: #000000;
}


#top_navigation li.lastright {
	background: #FFFFFF url(images/tab_left.gif) top left no-repeat;
	margin-left:3px;
}
#top_navigation li.lastright a:link, #top_navigation li.lastright a:visited, #top_navigation li.lastright a:hover, #top_navigation li.lastright a:active, #top_navigation li.lastright a:focus {
	background: transparent url(images/tab_right_last.gif) top right no-repeat;
	color: #000000;
}
#top_navigation li.selected a:link, #top_navigation li.selected a:visited, #top_navigation li.selected a:hover, #top_navigation li.selected a:active, #top_navigation li.selected a:focus {
	background: transparent url(images/tab_right.gif) top right no-repeat;
	color: #000000;
}
.foot_bg{
	background:url(images/foot_bg.jpg) repeat-x;
	height:216px;
}
.cont_head{
	font-size:18px;
	font-weight:bold;
	line-height:20px;
}
.cont_head span
{
	background-color:#f5f5f5;
}
.bold{font-weight:bold;}
.content{
	font-size:13px;
	color:#346381;
	padding-top: 18px;
	padding-right: 45px;
	padding-bottom: 5px;
	padding-left: 45px;
}
.content1{
	font-size:12px;
	color:#346381;
	padding-right: 0px;	
	padding-left: 25px;
}
.link a{
	font-size:12px;
	color:#006cb1;
	text-decoration:underline;
}
.cont_separator{
	background:url(images/separator.jpg) no-repeat center;
	width:760px;
	height:9px;
}
.bk_yellow1
{
background:#FFFFCF;
}

.style2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
.style3 
{
	font-family: Arial, Helvetica, sans-serif; font-size: large; font-weight: bold; 
}
.style4 
{
	font-size: 14px;
}
/**************book now***********/

.booknow a
{ background-image:url(images/book_now01.jpg); display:block; width:32px; background-color: #FFFFFF}
.booknow a:hover
{ background-image:url(images/book_now.jpg); background-color: #990000}

a:link, a:active, a:visited {color:#006CB1; font-family:Arial, Helvetica, sans-serif;font-size:12px;}
.inputbuttn { color: #333333; font-weight: bold; text-align:center; margin: 2px; padding: 1px; border: 1px solid #C1C1C1;  background:  url(./images/admin/buttenbg.gif) 22px; height: 20px;  }
.msg { color:#FF0000; font-size:12px; font-weight:bold;}
.redBorder { border:1px solid #F00;}
.redBackground {
color:#FF0000;
}

.err_msg {
	background:#FFEEEE url(images/error.png) no-repeat scroll 6px center;
	border:1px solid #FF9999;
	color:#FF0000;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	height:auto;
	margin:10px 0;
	padding:5px 0 5px 30px;
}
.lblspace { padding:15px; }

.td_heading { background-color:#EFEFEF; font-weight:bold ; padding-left: 2px; }
.white_font {color:#FFFFFF;}
.redBorder { border:1px solid #F00;}
.odd {background:#EFEFEF;}
.even {background:#FFFFFF; }
.odd:hover, .even:hover, .hover 
{
	background:#CCFFCC none repeat scroll 0 0;
	color:#000000;
}
.trheight
{
	height:40px;
}
.sel_date 
{ 
background:#EFEFEF; 
border:1px solid #FF0000;
color:#000000; 
}

.memberregi_titly
{ 
height:15px; 
font-family:Arial; 
font-size:14px; 
font-weight:bold; 
color:#000;  
border:0px solid #c7b68a; 
border-bottom:1px solid #c7b68a;
}

/***********************************Button********************************/
.submitbutton
{ 
background:url(images/submit-h.jpg) no-repeat center; 
height:24px; 
width:71px; 
color:#FFFFFF; 
font-weight:bold; 
text-align:center;
border:0;
}
.button{
 background:#FFFFFF url(./images/button.gif) repeat-x left top;
 border-width:0px;
 font-size:18px;
 color:#FFFFFF;
 text-decoration:none;
 height:35px;
 display:block;
 cursor:pointer;
 padding:0px 15px 0px  15px;
}
.button:hover
{
	background:#FFFFFF url(./images/button_hover.gif) repeat-x left top;
}

.buttonsub{
 background:#FFFFFF url(./images/button.gif) repeat-x left top;
 border-width:0px;
 font-size:18px;
 color:#FFFFFF;
 text-decoration:none;
 height:35px;
 cursor:pointer;
 padding:0px 15px 0px 15px;
 font-weight:normal!important;
}

.backbutton{
 background:#FFFFFF url(./images/button.gif) repeat-x left top;
 border-width:0px;
 font-size:13px;
 font-weight:bold;
 color:#FFFFFF;
 text-decoration:none;
 height:35px;
 display:block;
 cursor:pointer;
 padding:0px 15px 0px  15px;
}
.previouspage
{ 
background:url(images/Previous_Week-143.gif) no-repeat center; 
height:24px; 
padding-top:0px;
width:auto; 
color:#FFFFFF; 
font-size:11px;
font-weight:bold; 
text-align:center;
border:0;
}
.removebtn
{ 
background:url(images/Remove-89.gif) no-repeat center; 
height:24px; 
padding-top:0px;
width:auto; 
color:#FFFFFF; 
font-size:11px;
font-weight:bold; 
text-align:center;
border:0;
}
/***********************************Button********************************/

.note
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF0000;
}

.fontname    
{
font:arial,helvetica,sans-serif;
font-size:10px;
font-weight:bold;
}

.fontnormal  
{
font-family:arial,helvetica,sans-serif;
font-size:11px;
}

.caloption
{
background:#CCCCCC;
font-weight:bold;
}

.divrow
{
	height:30px;
	padding-top:8px;
}
.not_sel_date
{
color:#FFFFFF;
}

.header_bg_admin
{ background:url(images/header_bg.gif) repeat-x left; height:129px;}

.footer-left {
    background-image: url("images/futter-bg.png");
    background-repeat: repeat-x;
    float: left;
    height: 33px;
    width: 370px;
}
.footer {
	background-color: #FFFFFF;
    float: left;
    height: auto;
    margin-left: 0;
    margin-top: -18px;
    width: 950px;
}
.footer-right {
    background-image: url("images/futter-bg.png");
    background-repeat: repeat-x;
    float: right;
    height: 33px;
    width: 370px;
}
