/* ==================
== VirtualRoadshow Demo ==
================= */

/* General Styles */

a { outline: none; text-decoration: none; }
 
/* Content Styles */


h1 { font-family: "Segoe UI" }
h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin: -1em 0em 0em 0em;
	padding: 0em 0em 1em 0em;
	color: #a1a4ac;
}

.imgText { display: none; }
.name { font-size: 0.85em; }
.description { background: url(/Resources/Oasis/Layout/bg_article.png) top left repeat-x; padding: 0.5em 1em 2em 1em; margin: 1em 0em; }

/* Specific Content Styles */

.content_1764 ol { font-size: 1.25em; line-height: 1.5em; }
#hackBackground { background: url('/Resources/Oasis/VRDemo/Images/screen_03.png') top right no-repeat; }

/* Vertical Navigation */

.vNav_item .normal { display: block; padding: 7px; margin: 1em 0em; width: 270px; }
.vNav_item .normal:hover { background: url('/Resources/Oasis/Layout/vNav_hover.png') top left no-repeat; width: 270px; }
.vNav_item .selected { background: url('/Resources/Oasis/Layout/vNav_selected.png') top left no-repeat; padding: 7px; width: 270px; }
.vNav_item .selected:hover { background: url('/Resources/Oasis/Layout/vNav_selected.png') top left no-repeat; width: 270px; }
.vNav_item h1 { margin: -0.2em 0em; padding: 0em; font-size: 1.35em; }
.vNav_item h2 { margin: 0em; padding: 0em 1.8em; font-size: 0.9em; }
.vNav_item a h1 { font-size: 1.35em; font-weight: bold; color: white; }
.vNav_item a h2 { font-size: 0.9em; }

/* Horizontal Navigation */

#headerNav_Logo a { display: block; width: 412px; height: 114px; background: url('/Resources/Oasis/VRDemo/Layout/hNav_logo.jpg') top left no-repeat; }
#headerNav_Logo a:hover { background: url('/Resources/Oasis/VRDemo/Layout/hNav_logoHover.jpg') top left no-repeat; }
#headerNav_Logo a span { display: none; }

/* Hover Items */

#btn_continue a { display: block; width: 250px; height: 91px; background: url('/Resources/Oasis/Images/btn_continue.png') top left no-repeat; }
.fadeButtons #btn_continue a:hover { display: block; width: 250px; height: 91px; background: url('/Resources/Oasis/Images/btn_continue_hover.png') top left no-repeat; }
#btn_continue a .hover { display: block; width: 250px; height: 91px; background: url('/Resources/Oasis/Images/btn_continue_hover.png') top left no-repeat; }
#btn_continue a span { display: none; }

/* Footer */

#btn_Jaze {
	cursor: pointer;
	background: url('/resources/Oasis/Layout/jazeLogo.png') right top no-repeat;
	height: 35px;
	padding: 10px 55px 0px 0px;
}

.poweredBy { width: 180px; }

.layout_area_footer { margin-top: 1em; }
.layout_area_footer a { color: white; text-decoration: none; }
.layout_area_footer a:hover { text-decoration: underline; }