/* layout.css for O and G designed site,  implemented by SPH 20061229 */

/* link order: link, visited, hover, active */

.tile .mountain { background-color: #32501C; color: white; }
.tile .desert { background-color: #ff9803; color: white; }
.tile .water { background-color: #0F325A; color: white; }
.tile .ice { background-color: #A4B4C4; color: white; }

/* tree top of eventlocation gene */
.tile .europe,.tile .africa, .tile .americas,.tile .artic, .tile .asia { 
    background-color: #90041D; color: white; 
}

body {
    /* imprtant tags are to override forum css */
    background-color: #0C1B35 !important;
    color: white;
    background-image: url(/ultra/common/body_background.gif) !important;
    background-repeat: repeat-x !important;
    padding: 0;
    margin: 0;
    margin-left: 30px;
    margin-right: 30px;
    font-family: "Verdana", "Arial", "lucida console", sans-serif;
    font-size: 14px;
}
.outer {
    background-color: white;
    color: black;
    padding: 10px;
}
a:link, 
a:visited { color: #aaaaaa; }
a:focus, 
a:hover, 
a:active { color: #0088cc; }

INPUT:focus, SELECT:focus, TEXTAREA:focus {
 background-color: #cccccc;
}
    
.page_title,
.subtitle {
    background-image: url('/ultra/common/header_bg.jpg');
    background-repeat: no-repeat;
    padding:3px;
    color: white;
    background-color: #900719;
    font-weight: bold;
    font-size: 14px;
    width: 565px;
}
.subtitle {
    margin-bottom: 5px;
}
.detail {
    padding-right: 10px;
}
.detail .challengetitle {
    color: #91041D;
}
.detail .challengetitle, 
.detail .challengedate {
    font-weight: bold;
}
.detail .booknow {
    border: 1px solid #91041D;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}
.detail .booknow :link {
    color: #91041D;
}
.detail dl,
.detail .outline {
    border: 1px solid #91041D;
    padding: 5px;
}
.detail dt {
    color: #91041D;
    font-weight: bold;
}
.detail dd {
    margin-left: 0;
}

.results {
    border-collapse: collapse;
}
.results th {
    background-color:#f4f4f4;
}
.results, 
.results tr, 
.results td,
.results th {
    border: 1px solid #94041d;
    padding: 3px;
}

 
table.layout {
    border-collapse: collapse;
    border: none;
    padding: 0;
    margin: 0;
    vertical-align: top;
    background-color: white;
}

hr {
    margin: 0;
    padding: 0;
    border: none;
    color: white; /* ie */
}

blockquote {
    background-color: #404040;
    padding: 3px;
}

.altfg { color: #00bb00; }

.skip_to_content {
    font-size: 6px; 
    text-align: left;
    padding: 0;
    margin: 0;
    float: left;
    width: 0;
    overflow: hidden;
}

.lhs {
    float:left;
}
.rhs {
    float:right;
}

.clear {clear: both; margin:0; padding:0;}

.outer {
	width: 785px;
	margin: 10px 20px 10px 20px;
}

.header .companyid { 
    float: left;
} 

.header .quickfind { 
	float: right; 
	text-align: right;
	width: 500px;
}
.header .quickfind {color: #cccccc; }
.header .quickfind p {margin: 0 0 10px 0;}
.header .quickfind .call_us { 
    font-size: 16px;
    font-weight: bold;
    color: #000044;
}
.header .quickfind .tel { 
    font-size: 26px; 
    font-weight: bold;
    color: #aa0000;
}
.header .quickfind .email a:link, 
.header .quickfind .email a:visited { font-size: 16px; color: #0000cc; text-decoration: none;}
.header .quickfind .email a:focus, 
.header .quickfind .email a:hover, 
.header .quickfind .email a:active {color: #0088cc; }

.primary_image_top {
    float: left;
    padding:0;   
    margin:0;
}
.primary_image_top img {
    vertical-align: bottom; /* ie */
}

.section {
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}
.section ul {
    padding: 0; 
    margin:0;
    float: right;
}
.section ul li {
	display: inline; 
	float: left;
	text-align: left;
	color: yellow;
	font-size: 10px;
}

.section ul li a { 
    display: block;
    text-decoration: none;
    padding: 4px; /* approx size of tab so that entire tabl is active */
}
.section ul li a:link { color: #aaaaaa; }
.section ul li a:visited { color: #aaaaaa;}
.section ul li a:focus, 
.section ul li a:hover, 
.section ul li a:active {color: #0088cc;}
.section ul li.this a:link,
.section ul li.this a:visited { color: #ffcc99; }

.section_hr {
    background-image: url(/ultra/common/spacer-top.jpg);
    background-repeat: repeat-x;
    height: 8px;
}

.subsection {
    text-align: center;
    background-color: white;
   /* width: 500px;*/
    height: 25px;
    background-image: url(/ultra/common/spacer-middle.jpg);
}
.subsection ul {
    padding: 0; 
    margin: 0;
}
.subsection ul li {
    background-image: url(/ultra/common/white_tab_bg.gif);
    background-repeat:no-repeat;
    display: inline;
    float: left;
    text-decoration: none;
    height: 25px;
    width: 115px;
}
.subsection ul li a { 
    display: block; 
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 3px;
}

.subsection a:link, 
.subsection a:visited {
    color: #600414;
}
.subsection a:focus, 
.subsection a:hover, 
.subsection a:active {color: #0088cc;}
.subsection ul li.this a:link
.subsection ul li.this a:visited { color: #ffcc99; } 

.subpage_nav {}
.subpage_nav ul {padding: 0; margin:0;}
.subpage_nav ul li {
	display: inline; 
	float: left;
	width: 123px;
	height: 24px;
	background-image: url(/ultra/common/style_bg_subpage_button.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #ffcc99;
	font-size: 12px;
}
.subpage_nav ul li a { 
    display: block;
    text-decoration: none;
    text-transform: lowercase;
    padding: 3px; /* approx size of btn so that entire btn is active */
}
.subpage_nav a:focus, 
.subpage_nav a:hover, 
.subpage_nav a:active { color: #0088cc; }
.subpage_nav ul li.this a:link,
.subpage_nav ul li.this a:visited {color: #ffcc99; }

.main,
.main .content {
    padding: 0;
    margin: 0; 
}
.content td {
    vertical-align: top;
}
.primary_image {	
	padding: 0;
	margin: 0;
	border: none;
}
.primary_image img {
    vertical-align: bottom; /* ie */
}
.subpage .subpage_nav {
    /* subpages dont display primary image so span the nav buttons
    across the entire content width */
    width: auto !important; 
    float: none !important;
}
.subpage .subpage_nav + * {
    clear: both;
}
.main .content .page .subpage_nav {
    float: left;
    clear: left;
    width: 310px;
    padding-right: 5px;
}
.main .content div.page {
    width: 577px;
    padding:0;
}
.main .content td.spacer {
    background-image: url(/ultra/common/spacer-middle.jpg);
    height: 10px;
}
.main .content .featured_holidays  { 
    background-image: url(/ultra/common/spacer-middle.jpg);
    vertical-align: top;
    padding-top: 10px;
    padding-left: 8px;
}
.main .content .featured_holidays .challenge_search {
    background-image: url(/ultra/common/find_yourself_the_perfect_challenge-rhs.gif);
    background-repeat: no-repeat; 
    width: 189px;
    height: 174px;
    padding-top: 32px;
    padding-left: 10px;
    color: white;
    font-size:10px;
}
.main .content .featured_holidays .challenge_search label {
    display: block;
    padding-top: 5px;
}
#search_submit {
    float:right;
    width:31px;
    height:30px;
    margin-left: 50px;
    margin-right: 30px;
    margin-top: -30px;
}
.main .content .featured_holidays #featured_forum_link {
    background-image: url(/ultra/common/forum_link_feature_bg.jpg);
    width: 186px;
    height: 135px;
    cursor: pointer;
}
.main_hr hr {
    background-image: url(/ultra/common/spacer-bottom.jpg);
    height: 5px;
}

.footer_nav { 
    margin: 10px 0px 0 0px; 
    font-size: 10px; 
    background-image: url(/ultra/common/nav_list_bg.jpg);
    height: 10px;
}
.footer_nav ul { padding: 0; margin:0; }
.footer_nav ul li {
	display: inline;
	padding-left: 3px;
}
.footer_nav ul li:after { 
	color: #444444;
	content: ' |'; 
}
.footer_nav a:link,
.footer_nav a:visited { color: #aaaaaa; }
.footer_nav a:focus, 
.footer_nav a:hover , 
.footer_nav a:active { color: #aaaaaa; }
.footer_nav .lhs { float: left; text-align: left; }
.footer_nav .rhs { 
    float: right; 
    text-align: right;
    color: #aaaaaa;
}

.footer {
    font-size: 10px;
    margin: 10px 0px 0 0px; 
    border-top: 1px solid #505050;
    border-bottom: 1px solid #505050;
}
    
.bom_services_nav {
    color: #aaaaaa;
    font-size: 9px;
    margin: 20px 10px 0 10px; 
}
.bom_services_nav p { margin: 0; }
.bom_services_nav a:link,
.bom_services_nav a:visited, 
.bom_services_nav a:focus 
.bom_services_nav a:hover, 
.bom_services_nav a:active {
    text-decoration: none;
    color: #aaaaaa;
    font-size: 9px;
}

.img_lhs {
	float: left;
	text-align: left;
	padding: 2px;
	margin: 2px 5px 2px 2px;
	border: 1px solid #cccccc;
}

.img_rhs {
	float: right;
	text-align: right;
	padding: 2px;
	margin: 2px 2px 2px 5px;
	border: 1px solid #cccccc;
}

.challenge_tiled_list {
    padding-right: 10px;
}

.tile {
    background-color: #e7e7e7;
    border: 1px solid #e7e7e7; /* :hover alters colour */
    padding: 0 0 10px 0;
    cursor: pointer;
    /*width: 250px;*/
    width: 49%;
    min-height: 70px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.tile .eventtype,
.tile .eventlocation {
    font-weight:bold;
    padding:3px;
}
.tile .eventdates {
    color: #94041D;
    font-weight: bold;
    font-size: 10px;
}

.tile:hover,
.tile:active,
.tile:focus {
    border: 1px solid #0088cc;
}
.tile a {
    clear: left;
    display: block;
    font-size: 14px;
}
.tile h2 {
    font-weight: bold;
    font-size: 16px;
    padding: 0;
    margin: 0;
}
.tile p {
    color: #444444;
    font-size: 12px;
    padding: 0;
    margin: 0;
}
.tile .img_lhs {
    border:none;
}


.imgtbl {
    margin-top: 5pt; 
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
/* add border round img collection, instead of using hrule to seperate them */
.imgtbl IMG {
    padding: 2px;
    border: 1px solid #7a7a7a;
    /*background-color: white;*/
}
.imgtbl HR { display: none; }
.imgtbl TD {
    padding-bottom: 10px;
    vertical-align: top;
}
.featured_img {
    margin-top: 30px;
    margin-bottom: 30px;
}


@media print {

    .skip_to_content, 
    .section, 
    .subsection, 
    .footer_nav,
    .bom_services_nav {
	display: none;
    }
    .main .content {
	padding: 0;
    }
    /*.header .companyid { padding-left: 0px; }*/
}

