body 
{
 background-image:url('/mdesign/m_bg1.gif'); 
	background-repeat:repeat;

}

body, td, th, p {
  font-family: verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
	

}
/*/*/a{}
body,
body td,
body th,
body p {
  font-size: x-small;
  
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 12px;
}
html>body,
html>body td,
html>body th
html>body p {
  font-size: small;
}  
/* */

h1 {
	font-size: 100%;
	FONT-WEIGHT: bold; 
	line-height: 120%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin: 1.25em 0 0 0;
}

h2 {
	font-size: 130%;
	FONT-WEIGHT: bold; 
	line-height: 120%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin: 1em 0 1.5em 0;
}

h3 { 
	font-size: 110%;
    margin: 0;
	clear: both;
}
p { 
	font-size: 100%;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      
}
table, td { 
	font-size: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 100%;
}
A {
	COLOR: #800000; 
    TEXT-DECORATION: none;
	font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 a {
font-weight: bold;
}
div
{
	font-size: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
A:hover{
	COLOR: #999999;
    TEXT-DECORATION: underline;
}
A:active {
	TEXT-DECORATION: underline;
    COLOR: #cc0033; 
}




/* div surrounding whole thing*/
#wrapper{
	background: #ffffff;
	font-size: 100%;	
	border: 1px solid #FFCC66;
        width: 800px;
	margin-right: auto;
	margin-left: auto;
}

/* bit with the logo and h1 tag*/
#header
{
	background-color: #800000;
	padding: 0;
        margin: 0;
   
}

#headerlogo{
	float: left;
	width: 225px;
	background-color: #800000;
	height: 60px;
}

#headerright{ 
background-color: #800000;
	
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	color: #ffffff;
	text-align: right;
}

#headerright h1{ 
   text-align: right;
   color: #ffffff;
   margin: 0;	
}
#headerright p{ 
   text-align: right;
   color: #ffffff;
   margin: 0.3em 0 0 0;
}


/* leftnav div containing nested tree */

div#navtree { 
	width: 150px; 
	background-color: #FFFFCC;
	margin: 10px 0 10px 10px;
 }

#navtree ul {	list-style-type: none;	margin: 0;	padding: 0.3em 0 0 0; }
#navtree li{ padding-left: 1em; padding-top: 0.4em; padding-bottom: 0.4em;}

#navtree li li { padding-left: 1em; margin-left: 0.3em; padding-top: 0.3em; padding-bottom: 0.3em; }

#navtree .currentcat {
	background-image: url( /mdesign/m_downarrow.gif );
	background-position: 0 0.6em;
	background-repeat: no-repeat;
}
#navtree .cat {
	background-image: url( /mdesign/m_leftarrow.gif );
	background-repeat: no-repeat;
	background-position: 0 0.6em;
}
#navtree li a { text-decoration: none; color: #800000; }
#navtree li a:hover{ text-decoration: underline; }
#navtree li span.active { font-weight: bold; }

/* breadcrumb */

#breadcrumb{ clear: both; color: grey; margin: 5px 5px 5px 10px; }
#breadcrumb a:hover {  text-decoration: underline; }
#breadcrumb a {  text-decoration: none; color: grey; }



/* ****** menu tabs start *********/

#headertab {
    font-size: 90%;
    width: 100%;
    line-height: normal;
    background: #800000;
    clear: both;
}
#headertab UL {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 5px;
    list-style-type: none;
    background: #800000;
}

#headertab LI {
    padding-right: 0px;
    padding-left: 7px;
    float: left;
    background: url(/mdesign/m_tabloff.gif) no-repeat left top;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    white-space: nowrap;    /* keep text on one line */
}
#headertab A {
    padding-right: 15px;
    display: block;
    padding-left: 6px;
    font-weight: bold;
    background: url(/mdesign/m_tabroff.gif) no-repeat right top;
    float: left;
    padding-bottom: 5px;
    color: #000000;
    padding-top: 5px;
    text-decoration: none;
}
#headertab A {
    float: none;
}
#headertab A:hover {
    color: #800000;
}
#headertab #current {
    border-width: 0px;
    background-image: url(/mdesign/m_tablon.gif);
	
}
#headertab #current A {
    background-image:  url(/mdesign/m_tabron.gif);
    padding-bottom: 5px;
    color: #000000;

}


/*********************************************/

/* layout for main content table starts */


#table2 {  
        border-top: 1px solid #FFCC66;   
	width: 100%;   
	table-layout: fixed; 
}

#table2 td, th{
 padding: 0; 
 
}

#table2 #leftnav{
 width: 200px;
 background-color: #FFFFCC;
 border-right: 1px solid #FFCC66;
 vertical-align: top;
}
#table2 #main{
 padding: 10px;
vertical-align: top;
}

#main p {
 line-height: 1.5em;
}

#main li{
/* used to space out li lists in the main content bit (not nav links)*/
line-height: 1.5em;
}


/** last updated **/

.last_updated{
margin-top: 3em;
text-align: center;
color: grey;
font-size: 0.9em;
clear: both;

}


/**** footer ***/

#footer
{
	clear: both;
	padding: 7px;
	
	background-color: #ffffff;
	border-top: 1px solid #FFCC66; 
        border-bottom: 1px solid #FFCC66; 
	font-size: 90%;  
	margin: 0px; 
	color: #000; 
	TEXT-ALIGN: center;
}
#footer p 
{
	margin: 0;
}

#subfooter
{
	padding: 3px;
	background-color: #fff;    
	font-size: 90%;  
	margin: 0px auto;
	color: #999; 
	line-height: 1.3em;   
	TEXT-ALIGN: center;
	width: 80%;
}
#footer A {
	color: #000;
}

#subfooter p{
	font-size: 95%;
	
}

#subfooter A {
	color: #999;
}
#footer A:hover, #footer A:active {
	text-decoration: none;
}
#subfooter A:hover, #subfooter A:active {
	text-decoration: none;
	
}


#hotellist
{ 
      width: 100%;
	  background-color: #ffffff;
	  border-left: 1px solid #D3D3D3;
}
.hotellistth
{    
      padding: 8px;
      background-color: #ffcc66;
      border-right: 1px solid #D3D3D3;
	  /* nowrap=nowrap for the column header */
white-space: nowrap;
}
.hotellisttharrow{
      padding: 8px;
      background: #ffcc66;
      border-right: 1px solid #D3D3D3;
      background-image:   url(/mdesign/down_order_arrow.gif);
      background-repeat:   no-repeat;
      background-position:   top center; 
}
#hotellist td {
     border-right: 1px solid #D3D3D3;
     border-bottom: 1px solid #D3D3D3;
     padding: 10px;
     vertical-align: middle;
     background-color: #ffffff;
     text-align: center;
}

#hotellist td a {
     text-decoration: none;
     color: #D60000;
}

#hotellist  th a {
     text-decoration: none;
     color: #800000;
     
     
}
.hotellistthumb{

border: 1px solid #ffcc66;
margin: 10px;}

/* next two directives lessen the gap between the h3 and p tags in the hotel list part 
where the hotel name and address are shown (next to thumbnail). */

.hotellistdetailstd h3{
     margin: 0;
     border: 0;
     padding: 0;
     text-align: left;
}
.hotellistdetailstd p{
      margin: 0.5em 0 0 0;
}
.hotellistdetailstd {
      text-align: left !important; /* overrides center set on hotellist td */
      background-color: #ffffcc;
}

/* hotels list page in map mode */

.maph3{
      margin: 0; 
      font-size: 90%;
}

.mapp{
      margin: 0 0 15px 0; 
      font-size: 90%;
}

/* portal bits for pages like the guide */

.portalt{
margin-top: 1em;
border-top: 2px solid #cccccc;
clear: both;
}
.portaltd{
border-bottom: 2px solid #cccccc;
border-right: 2px dashed #cccccc;
}
.portalheader
{
	background: #cccccc;
	margin-bottom: 5px;
	padding: 5px;	
}
.portalheader a
{
	font-weight: bold;
}
.portal{
	padding-left: 10px;
	padding-right: 10px;
}
.portalimage{
	margin-top: 4px;
	border: 5px solid #cccccc;
}

/* hotel search form narrow version*/

#searchtable_narrow
{
float: right;

	background: #ffffcc;
	padding: 0.5em;
	border: 1px solid #ffcc66;
	width: 400px;
	margin-left: 5px;
	margin-bottom: 0.2em;
	text-align: left;

}

.searchheading_narrow
{
	padding: 0 0 0.2em 0;
	margin: 0;
	font-size: 100%;
	color: #800000;
}

.searchheading_narrow a
{
	font-weight: bold;
}

form {
    margin: 0;
    padding: 0;
}

/** box **/

.box
{    
	   margin: 3px;
	   border: 1px solid #800000;
	   background: #ffffcc;
}
.box A
{    
	   color: #800000;
	   text-decoration: none;
}

/* miscel */

hr {
  color: #ffcc66;
  background-color: #ffcc66;
  height: 1px;
  border: 0px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.imageleft {
	PADDING: 5px; 
	FLOAT: left;  
	MARGIN: 10px; 
	background: #ffffcc;
	border: 1px solid #ffcc66;  
}

.imageright{
	float: right;
	border: 1px solid #ffcc66;
	padding: 5px;
        margin: 5px;
	background-color: #ffffff;
}


/** hostels **/

.hostel
{
       font-weight: bold;
	   background: #ffffff;
	   padding: 5px;
	   color: #800000;
	   font-size: 120%;
}
.hostelt
{
       border: 1px solid #800000;
	   background: #ffffff;
	   padding: 5px;
	   margin: 5px;
	   color: #000000;
}

/** sightseeing **/

table.sight {
    width: 100%;
}
table.sight td.sighttd1 {
    width: 70%;
    vertical-align: top;
}
table.sight td.sighttd2 {
    width: 70%;
    text-align: center;
}

/** activity table **/
#activitytable
{
	padding: 0;
	clear: both;
	width: 100%;

}

#activitytable td
{
 	text-align:left;
	vertical-align: top;
}

#activitytable .l
{
 	width: 70%;
}

#activitytable .r
{
 	width: 30%;
}


#activitytable .actthumb
{
	margin-top: 1em;
}

#activitytable h3
{
	margin-top: 0;
}
#activitytable p
{
	margin-bottom: 2em;
}



