@charset "utf-8";
/* CSS Document */

#leftcol {
	position:fixed;
	background-image: url(../wrecks/images_misc/leftcol_background_1px.jpg); 
	background-repeat: repeat-y;
}

#leftcol #nav {
	width: 136px;  /* Width of the Navigation boxes. This is relative to the Leftcol Width. */
	margin: 0 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#leftcol #nav h6, #leftcolanchor h6 {
	font-size: 1.1em;
	margin: 0;
	background-color: #CCFFFF;
/*	filter:alpha(opacity=85); */	/* This is the Opacity syntax used by Internet Explorer */
/*	opacity:0.85;*/				/* This is the Opacity syntax used by Firefox */
	padding: 2px;
}

#callus {
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 3px;
	background-color: #CCFFFF;
/*	filter:alpha(opacity=85);*/ 	/* This is the Opacity syntax used by Internet Explorer */
/*	opacity:0.85;	*/			/* This is the Opacity syntax used by Firefox */
}

#leftcol #nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em; /*10px;*/
/*	background-color: #FFFFFF;  */
}

#leftcol #nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

#leftcol #nav ul li a, #leftcolanchor a {
	color: #000000;
	display: block;
	padding: 2px 0 3px 4px;
	text-decoration: none;
	height: 1%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #000000;
	background-color: #CAFEAB;
	/*	filter:alpha(opacity=85); */	/* This is the Opacity syntax used by Internet Explorer */
	/*	opacity:0.85;	*/			/* This is the Opacity syntax used by Firefox */
}

#tasikria #leftcol #nav #tasi a,
#kbr #leftcol #nav #kkbr a,
#faq #leftcol #nav #faq a {
	background-color:#669966;
	color: #ffffff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #FFFFFF;/* declarations to style the current state */
}

#leftcol #nav a:hover, #leftcolanchor a:hover {
	background-color: #006633;
	color: #ffffff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #FFFFFF;
	/*	filter:alpha(opacity=100); */	/* This is the Opacity syntax used by Internet Explorer */
	/*	opacity:1;	*/			/* This is the Opacity syntax used by Firefox */
}

#content h1 {color: #003300;}
#content h2 {color: #003300;}
#content h3 {color: #003300;}
#content h4 {color: #003300;}
#content h5 {color: #003300;}
#content h6 {color: #003300;}

.imagegallery {
	margin-left: 20px;
}

.rightimage-header_1 {
	float: right;
	margin: 0;
}

#leftcolanchor {
 	clear: both;		
	float: left;  	
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	width: 190px;  /* Width of the left column */
}

.wreckinfo {
	width: 280px; /* note 40px padding */
	background-color:#CCFFFF;
	background-image: url(../misc-images/icons/icon_info.gif);
	background-repeat: no-repeat;
	background-position: 0.5% 50%;
	padding: 4px 0px 4px 40px;
	border: solid 1px #999999;
	font-size: 1.0em;
}

.googleearth {
	width: 280px; /* note 40px padding */
	background-color:#CCFFFF;
	background-image: url(../misc-images/googleearth_logo.gif);
	background-repeat: no-repeat;
	background-position: 0.5% 50%;
	padding: 4px 0px 4px 40px;
	border: solid 1px #999999;
	font-size: 1.0em;
}

.container #img_background-index {
background:url(../manado/images/background_index.jpg) top right no-repeat;
height:426px;}

table#pricestable { 	/* Sets table width, text to black, background colour, font size */
	width:86%; 
	text-align:center;
	border-collapse:collapse;
	border: 1px solid #333333;
	color:#000000;
	background: #CCFFFF;
	font-size:0.9em;	
}

table#pricestable caption {		/* Sets table caption text colour, size, background colour, border around caption */
	padding: 6px;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight:bold;
	border: 1px solid #333333;
	background: #000033;
}

table#pricestable thead tr th#cheaproom {	/* Sets the Cheap Room Type cell to specific colour and larger font and right border */
	background: #CCFFCC;
	font-size:1.1em;
	border-right: 2px solid #000000;
}

table#pricestable thead tr th#expensiveroom {	/* Sets the Expensive Room Type cell to specific colour and larger font */
	background: #CCFF99;
	font-size:1.1em;
}

table#pricestable thead tr {	/* Sets the Table Header Rows to specific background colour */
	background: #99CCFF;
}

table#pricestable thead tr th {		/* Sets the Table Header section to have borders and padding */
	border: 1px solid #666666;
	padding: 2px;
}

table#pricestable tbody th {		/* Sets the Dates section to have faint borders */
	border-right: 1px solid #999999;
}

table#pricestable tbody tr {		/* Sets the Body/Prices section to have faint row borders */
	border: 1px solid #666666;
}

table#pricestable tbody tr.odd td {		/* Sets up alternating colours for the body rows */
	background: #B7DBFF;
}

table#pricestable tbody tr.odd th {		/* Sets up alternating colours for the Dates part of body rows */
	background: #B9E9FF;
}
 