/*
  Comment here
*/
body.main{
    background: #FFFFFF;
    color: #000000;
    font-family: sans-serif,terminal;
    background-image: url("../graphics/bg1.png");
}

hr.hr_standard{
    width: 90%;
    height: 1px;
	border: 0px;
	color: #444455;
	background-color: #444455;
}

hr.hr_small_thin{
    width: 50%;
    height: 1px;
	border: 0px;
	color: #444455;
	background-color: #444455;
}

hr.hr100{
	height: 10px;
	width: 100%;
	color: #6E5032;
	background-color: #6E5032;
}

hr.hr90{
	height: 10px;
	width: 90%;
	color: #6E5032;
	background-color: #6E5032;
}

td.logo_td{
	border-width: 0px;
	border-color:#6E5032;
	border-style: solid;
	border-bottom-width: 1px;
	border-right-width: 0px;
	padding: 0px;
	height: 150px;
}

td.menu_td{
	background-color: #BB9870
}

hr.hr_full{
    width: 100%;
    height: 1px;
	border: 0;
	color: #444455;
	background-color: #444455;
}

tr.tr_content{
	border-width: 0px;
	text-align:center;
	vertical-align: top;
	background-color:#FFDCB4;
}

table.text_table{
	border-width: 0px;
	border-style: none;
	padding: 0px;
	width: 500px;
}
td.text_table{
	text-align: left;
	font-family: sans-serif,terminal;
	font-size: 14px;
}

table.tariff_table{
	width: 400px;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
}

td.roomtype{
	text-align: right;
	font-family: sans-serif,terminal;
	font-size: 12px;
	font-weight: bold;
}

td.roomcost{
	text-align: left;
	font-family: sans-serif,terminal;
	font-size: 14px;
	font-weight: normal;
}

table.max_blank{
	border-width: 0px;
	border-style: none;
	padding: 0px;
}

table.min_blank{
	border-width: 0px;
	border-style: none;
	padding: 0px;
}

table.list_table{
	width: 350px;
	border-width: 0px;
	border-style: none;
	padding: 0px;
}

table.maintbl{
	padding:0px;
	border-style:solid;
	border-width:1px;
	border-color:#6E5032;
	background-color:#FFDCB4;
}

table.timetable{
	border-width: 0px;
	border-style: none;
}

td.tdtt_top{
	padding-right: 10px;
	padding-left: 10px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

img.border1{
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

td.tdtt_top_last{
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

td.tdtt{
	padding-right: 10px;
	padding-left: 10px;
	border-right-style: solid;
	border-right-width: 1px;
}

td.tdtt_last{
	padding-right: 10px;
	padding-left: 10px;
}

table.btn_table{
	border-width: 0px;
	border-style: none;
	padding: 0px;
	width: 121px;
}

tr.btn_height{
	height: 39px;
}

td.btn_bg{
	text-align: right;
	background-image:url("../graphics/btns/btnbg.png");
	background-position: center center;
	background-repeat: no-repeat;
}

td.btn_bgh{
	text-align: right;
	background-image:url("../graphics/btns/btnbgh.png");
	background-position: center center;
	background-repeat: no-repeat;
}

font.small_message{
	font-family: sans-serif;
	font-size: 12px;
	color: #ffffff;
}
font.small_message_gray{
	font-family: sans-serif;
	font-size: 12px;
	color: #888888;
}

td.standard_title_nogap{
    border-width: 0px;
    border-style: none;
    text-align: center;
    vertical-align: top;
  
    padding-top: 0px;
    
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    font-family: sans-serif;
}

td.standard_title{
    border-width: 0px;
    border-style: none;
    text-align: center;
    vertical-align: top;
    /* set to desired gap size above the title */
    padding-top: 20px;
    
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    font-family: sans-serif;
}


table.nojava{
    width: 900px;
    border-width: 0px;
    border-style: none;
    padding: 5px;
    background-color: #660000;    
}

td.center_align{
	text-align: center;
}


td.nojava{
    border-width: 0px;
    border-style: none;
    text-align: center;       
}

font.nojava{
    font-family: sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;    
}

/*
  A blank table with no borders or padding thats 100% in width
*/
table.blank{
    width: 100%;
    border-width: 0px;
    border-style: none;
    padding: 0px;
}

table.blank_smallest{
    border-width: 0px;
    border-style: none;
    padding: 0px;
}

table.blank_smallest_logo{
    border-width: 0px;
    border-style: none;
	height: 290px;
    padding: 0px;
}

td.left_padding{
    padding-left: 5px;     
}


/*
  the outer double border
*/
table.border{
    width: 900px;
    padding: 1px;
    
    border-width: 1px;
    border-style: solid;
    
    border-spacing: 1px;
    border-color: #777788;
    background-color: #000000;
}

td.border{
    border-width: 1px;
    border-style: solid;
    border-color: #777788;
    text-align: center;
}


td.logo{
    border-width: 0px;
    border-style: none;
    padding: 0px;
    text-align: center;
}

div.text_copyright {  
    font-family: sans-serif;
    font-size: 9px;
    color: #777799;
}

div.text_stat{  
    font-family: sans-serif;
    font-size: 12px;
    color: #999999;
}

table.blank_100{
    width: 100%;
    border-width: 0px;
    border-style: none;
    padding: 0px;
}




span.standard_link A:link { 
    font-family: sans-serif;
    font-size: 14px;
    color: #000000;
    text-decoration: underline;
    font-weight: normal;
}
span.standard_link A:visited { 
    font-family: sans-serif;
    font-size: 14px;
    color: #000000;
    text-decoration: underline;
    font-weight: normal;
}
span.standard_link A:active { 
    font-family: sans-serif;
    font-size: 14px;
    color: #000000;
    text-decoration: underline;
    font-weight: normal;
}
span.standard_link A:hover{
    font-family: sans-serif;
    font-size: 14px;
    color: #886644;
    text-decoration: none;
    font-weight: normal;
}


span.btn A:link { 
    font-family: sans-serif;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
span.btn A:visited { 
    font-family: sans-serif;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
span.btn A:active { 
    font-family: sans-serif;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
span.btn A:hover{
    font-family: sans-serif;
    font-size: 16px;
    color: #94795C;
    text-decoration: underline;
    font-weight: bold;
}

span.small_standard A:link { 
    font-family: sans-serif;
    font-size: 12px;
    color: #aaaaaa;
    text-decoration: none;
    font-weight: bold;
}
span.small_standard A:visited { 
    font-family: sans-serif;
    font-size: 12px;
    color: #aaaaaa;
    text-decoration: none;
    font-weight: bold;
}
span.small_standard A:active { 
    font-family: sans-serif;
    font-size: 12px;
    color: #aaaaaa;
    text-decoration: none;
    font-weight: bold;
}
span.small_standard A:hover{
    font-family: sans-serif;
    font-size: 12px;
    color: #888888;
    text-decoration: underline;
    font-weight: bold;
}

A:link { 
    font-family: sans-serif;
    font-size: 14px;
    color: #aa7700;
    text-decoration: none;
    font-weight: normal;
}
A:visited { 
    font-family: sans-serif;
    font-size: 14px;
    color: #aa7700;
    text-decoration: none;
    font-weight: normal;
}
A:active { 
    font-family: sans-serif;
    font-size: 14px;
    color: #aa7700;
    text-decoration: none;
    font-weight: normal;
}
A:hover{
    font-family: sans-serif;
    font-size: 14px;
    color: #774400;
    text-decoration: underline;
    font-weight: normal;
}