/*** FRAMEWORK - VERTICAL ***/

body {
	background-image: url("/images/framework/bg_image.jpg"), url("/images/framework/bg_image-repeat.jpg");
	background-position: center top, center top;
	background-attachment: fixed, fixed;
	background-repeat: no-repeat, repeat-y;
	/*-webkit-background-size: 2000px 1200px, 2000px 1px;*/ /*mostly for mobile safari*/
	background-size: cover, cover;
	background-color: hsl(205, 100%, 20%);
}

div.headerPanel {
	position: fixed;
	z-index: 130;
	top: 0px;
	left: 0px;
	width: 100%;
}

div.headerMain {
	
	background-image: url("/images/framework/bg_image.jpg");
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	
	background-color: hsl(205, 80%, 20%);
	/*-webkit-background-size: 2000px 1200px;*/ /*mostly for mobile safari*/
}

div.titleImg {
	position: fixed;
	z-index: 135;
	top: 12px;
	left: 162px;
}

a.titleImg {
	display: block;
	text-decoration: none;
}

a.titleImg:hover {
	text-decoration: none;
}

img.titleImg {
	display: block;
	border: none;
}

div.aplLogoImg {
	position: fixed;
	z-index: 136;
	top: 47px;
	right: 100px;
}

div.aplLogoImg75 {
	position: fixed;
	z-index: 136;
	top: 34px;
	right: 100px;
}

a.aplLogo {
	display: block;
	text-decoration: none;
}

a.aplLogo:hover {
	text-decoration: none;
}

img.aplLogo {
	display: block;
	border: none;
}

div.menu {
	margin-top: 68px;
	background-color: hsla(205, 100%, 10%, 0.50);
	border-bottom: solid 1px hsl(205, 85%, 20%);
}

table.menu {
	width: 55%;
	margin: 0px auto;
}

table.menu td.spacer {
	width: 25%;
}

table.menu td.item {
	text-align: center;
}

a.menuItem, a.menuItemSelected {
	display: inline-block;
	font-family: OpenSansSemiBold, sans-serif;
	font-size: 18px;
	padding: 9px 12px 10px 12px;
	color: hsl(205, 100%, 70%);
	white-space: nowrap;
}

a.menuItem:hover, a.menuItemSelected:hover {
	text-decoration: none;
	background-color: hsla(0, 0%, 0%, 0.25);
}

a.menuItemSelected {
	color: hsl(50, 100%, 65%);
}

/*
table.headerShadow {
	width: 100%;
}

table.headerShadow td.left {
	width: 94px;
	background-image: url("/images/framework/menu_shadow-vert-left.png");
	background-position: left top;
	background-repeat: no-repeat;
}

table.headerShadow td.middle {
	width: 99%;
	background-image: url("/images/framework/menu_shadow-vert-middle.png");
	background-position: left top;
	background-repeat: repeat-x;
}

table.headerShadow td.right {
	width: 94px;
	background-image: url("/images/framework/menu_shadow-vert-right.png");
	background-position: left top;
	background-repeat: no-repeat;
}
*/

div.pullDownMenu {
	position: fixed;
	z-index: 128;
	visibility: hidden;
	top: 0px;
	left: 0px;
	padding: 2px;
	background-color: hsl(205, 80%, 15%);
}

a.pullDownMenuItem {
	display: block;
	color: hsl(205, 100%, 85%);
	font-size: 12px;
	padding: 5px 8px 5px 8px;
}

a.pullDownMenuItem:hover {
	text-decoration: none;
	background-color: hsla(0, 0%, 100%, 0.15);
}

div.footerPanel {
	position: fixed;
	z-index: 120;
	bottom: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
}

div.footer {
	position: relative;
	height: 25px;
	background-color: hsl(205, 75%, 15%);
	border-top: solid 1px hsl(205, 100%, 25%);
	overflow: hidden;
}

/*
table.footerShadow {
	width: 100%;
	height: 12px;
}

table.footerShadow td.left {
	width: 94px;
	background-image: url("/images/framework/footer_shadow-vert-left.png");
	background-position: left bottom;
	background-repeat: no-repeat;
}

table.footerShadow td.middle {
	width: 99%;
	background-image: url("/images/framework/footer_shadow-vert-middle.png");
	background-position: left bottom;
	background-repeat: repeat-x;
}

table.footerShadow td.right {
	width: 94px;
	background-image: url("/images/framework/footer_shadow-vert-right.png");
	background-position: left bottom;
	background-repeat: no-repeat;
}
*/

div.xtraMenuPanel {
	position: fixed;
	z-index: 140;
	top: 0px;
	right: 94px;
	overflow: hidden;
}

table.xtraMenu {
	margin-top: 1px;
}

table.xtraMenu td.item {
	border-left: solid 2px hsl(205, 70%, 30%);
	padding: 0px 0px;
	font-size: 0px;
}

table.xtraMenu td:first-child {
	border: none;
}

a.xtraMenuItem, a.xtraMenuItemSelected {
	display: block;
	padding: 1px 10px 3px 10px;
	/*
	font-size: 13px;
	color: #b2d6f0;
	*/
}

a.xtraMenuItem:hover, a.xtraMenuItemSelected:hover {
	text-decoration: none;
	background-color: hsla(0, 0%, 100%, 0.10);
}

/*
a.xtraMenuItemSelected {
	color: #ffd400;
}
*/

table.xtraMenuItem {}

table.xtraMenuItem td {
	height: 16px;
	vertical-align: middle;
}

table.xtraMenuItem td.xtraMenuItemIcon {}

table.xtraMenuItem td.xtraMenuItemLabel, table.xtraMenuItem td.xtraMenuItemLabelPad {
	font-family: OpenSansSemiBold, sans-serif;
	color: hsl(205, 100%, 85%);
	font-size: 13px;
	line-height: 16px;
}

table.xtraMenuItem td.xtraMenuItemLabelPad {
	padding-left: 7px;
}

a.xtraMenuItemSelected table.xtraMenuItem td.xtraMenuItemLabel, a.xtraMenuItemSelected table.xtraMenuItem td.xtraMenuItemLabelPad {
	color: hsl(50, 100%, 65%);
}

img.xtraMenuImage {
	display: block;
	height: 16px;
	border: none;
	margin-top: 1px;
}

div.uwPanel {
	position: fixed;
	z-index: 110;
	left: 0px;
	top: 33%;
	height: 328px;
	background-image: url("/images/framework/uw_band-left.png");
	background-position: left top;
	background-repeat: no-repeat;
}

p.uwPatch {
	position: relative;
	top: 140px;
}

div.contentPanel {
	margin: 0px 94px;
	padding: 120px 10px 10px 10px;
	/*padding-bottom: 30px;*/
}

div.content {
	/*display: table;*/ /*keeps all content rows at the same width*/
	/*width: 100%;*/ /*necessary when display is table*/
	padding: 0px;
}

div.preloadImages {
	position: fixed;
	left: 0px;
	top: -500px;
	visibility: hidden;
}

div.centerFloatElement1 {
	position: fixed;
	/*top: 35%;*/
	left: 50%;
	display: none;
}

div.centerFloatElement2 {
	position: relative;
	left: -50%;
}

div.centerFloatElement3 {
	position: relative;
}

div.centerFloatStandardV { /* default vertical position */
	top: 35%;
}
