/*GLOBAL SITE STYLE - used for all basic tags */
/*body {
	background-color: #282828;
}*/
body, p, td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
/* Used for copyrighting and crediting photographers */
.copy {
	font-size:xx-small;
}
/*======================================*/
/*GLOBAL STYLE - used to identify name of tour on each interior page*/
.productTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	padding-left: 3px;
	font-weight: bolder;
	word-spacing: 2px;
}

.productSubTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bolder;
	word-spacing: 2px;
}

.productBody {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.productBodyHome {
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;*/
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.tourTitle {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}
/*====================================*/
/*Border classes */
.right {border-right:solid #cccccc 2px }

.left {border-left:solid #cccccc 2px}

.top {border-top:solid #cccccc 2px}

.bottom {border-bottom:solid #cccccc 2px}

.bordersAll {
	border: 1px solid #333333;
	/*background-color: #ffffff;*/
}
/*====================================*/
/* PSUEDO LINKS MUST BE IN THE FOLLOWING ORDER
LINK - VISITED - HOVER - ACTIVE/*
/*====================================*/
/*for subnavigation on vacation pages*/
.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10 px;
	color: #FFFFFF;
	text-decoration: none;
}
.subnav A:link {
	color: #FFCC00;/*yellow*/
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10 px;	
}
.subnav A:visited {
	color: #FFCC00;/*yellow*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10 px;
	text-decoration: none;
}
.subnav A:hover {
	color: #FFCC00;/*yellow*/
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10 px;
}
/*===============================
GLOBAL SYTLE - used on footer class */
.footer  {
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10 px;
	text-align: center;
}
.footer A:link {
	color: #666666;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10 px;
}	
.footer A:visited {
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10 px;

}
.footer A:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10 px;
}
/*===============================
/*LOCALIZE STYLE - used on tour details & itinerary pages - small gray rect with trip details */
.itin 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	background-color: D9D9D9;
	padding-left: 3px;
}
.itin_text {
	font-size: 10px;
}
/* used on itinerary page for dates, prices, length of stay etc...*/
.required {
	font-family: Verdana, arial;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
}
.requiredField {
	color: #CC0000;
}

/*testing*/
#navlist {
	width: 200px;
	color: #000000;
}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 11px;
}

#navlist li {
	margin: 0;
}

#navlist a {
/*display: block;*/
	padding: 0px 2px 2px 15px;
	background-image:  url(../images/06main/arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

#navlist a:link, #navlist a:visited {
	text-decoration: none;
	color: #333333;
}

#navlist a:hover, #navlist a:active {
	background-image:  url(../images/06main/arrow_green.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {

background-image:  url(../images/06main/arrow_green.gif);
background-repeat: no-repeat;


}
.boldUnderline {
	font-weight: bold;
	text-decoration: underline;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}

h2 {
	font-size: 14px;
}

.alert {
	font-weight: bold;
	color: #CC0000;
}
