/* CSS for Poppies Bali - Copyright John Taylor 2006 -2010 */

/* Bali Tour CSS */
#tour {
	width: 600px;
	-border: 1px solid #999;
	text-align: left;

}
#tour ul {
	margin: 0px;
	padding:0;
}
#tour ul li {
	display: inline;
	text-align: center;
	list-style-type: none;
}
#tour ul li a.active {
	color: #000;
	background-color: #B7B7B7;
}
#tour ul li a {
	background-color: #D8D8D8;
	border: 1px solid #AAA;
	padding: 2px 33px 2px 33px;
	
}
#tour ul li a:hover {
	background-color: #B7B7B7;
}

#tour ul li a.butvtour {
	padding: 2px 23px 2px 43px;
	background: #5ac589 url(images/poppies-tour/virtual_arrow.gif) center right no-repeat;
	border: 1px solid #4CA775;
	color: blue;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}
#tour ul li a.butvtour:hover {
	background-color: #4DA977;
}
.touricons {
	background-color: #FFF;
	margin: 11px 0px 5px 0px;
}
.iconshell {
	background-color: #000;
	padding:0;
	margin: 0px 5px 0px 0px;
	float: left;
}
.touricons a {
	height: 12px;
	display: inline;
}

.touricons img {
	border: 1px solid #000;
}
.touricons img:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
	
}
.tourimage {
	margin-top: 60px;
	border: 1px solid #000;
	text-align: center;
	background-color: #000;
	height: 398px;
	width: 598px;
}
.tourimage p {
	color: white;
}
.tourcaption {
	text-align: center;
}
.tourcaption p {
	padding:0;
	margin: 5px 0px 0px 0px;
}
/* Older CSS */
body  { font-size: 13px; font-family: Arial, Helvetica, sans-serif; font-weight: normal ; }
a   { color: #ff7400; font-size: 10pt; font-family: Arial; font-weight: normal; text-decoration: none }
a:visited { color: #ff7400; font-size: 10pt; font-family: Arial; font-weight: normal; text-decoration: none; }
a:hover    { color: #000; font-size: 10pt; font-family: Arial; font-weight: normal;}
a:active { color: #000; font-size: 10pt; font-family: Arial; font-weight: normal; }
#nav a   { color: #ff7400; font-size: 7pt; font-family: Arial; font-weight: bold; text-decoration: none; }
#nav a:hover    { color: #000; font-size: 7pt; font-family: Arial; font-weight: bold; text-decoration: none; }
#nav a:active { color: #000; font-size: 7pt; font-family: Arial; font-weight: bold; text-decoration: none; }
.header { color: #ff7400; font-size: 12pt; font-family: Arial, Helvetica, sans-serif; }

.header-black { color: #000; font-size: 12pt; font-family: Arial, Helvetica, sans-serif; }
.smalltxt { color: black; font-size: 8pt; font-family: Arial; font-weight: normal; }
.standardtext { color: #000000; font-size: 10pt; font-family: Arial, Helvetica, sans-serif; font-weight: normal; }
.standarditalic { color: #000000; font-size: 10pt; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-style: italic; }
.standardbold { color: #000000; font-size: 10pt; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.activelink { color: black; font-size: 7pt; font-weight: bold; }
.footer { color: black; font-size: 7pt; font-family: Arial; }
.quotes { color: #1b8529; font-size: 12pt; font-family: "times new roman"; font-weight: bold; font-style: italic; }

/* tool tip css */
#tt {
 position:absolute;
 display:block;
 background:url(images/tooltip/tt_left.gif) top left no-repeat;
 }
 #tttop {
 display:block;
 height:5px;
 margin-left:5px;
 background:url(images/tooltip/tt_top.gif) top right no-repeat;
 overflow:hidden;
 }
 #ttcont {
 display:block;
 padding:2px 12px 3px 7px;
 margin-left:5px;
 background:#666;
 color:#fff;
 }
#ttbot {
display:block;
height:5px;
margin-left:5px;
background:url(images/tooltip/tt_bottom.gif) top right no-repeat;
overflow:hidden;
}
/* end tool tip css */
#xmasbox {
	background:url(images/restaurant/common/holly.gif) top left no-repeat;
	color: #000;
	background-color: #FFB8C1;
	border-width: 4px;
	border-style: solid;
	padding: 5px 10px 5px 10px;
	border-color: #A5100E;
	margin: 20px;
	width: 410px;
	line-height: 17px;
	text-align: center;
}
