/*	Multiverse.css

	FONT SCALE

	8pt
	10pt
	12pt
	16pt
	24pt
	40pt

*/

body {
	margin: 0;
	padding: 0;
	
	background-repeat: no-repeat;
	background-position: center 0px;
}

.column12 {
	float: left;
	width: 628px;
	margin: 0px 12px 24px 24px;
}

.column12SectionBody {
	margin: 0 0 24px 24px;
}

.column12SectionTitle {
	margin: 0 0 8px 0;
}

.column123 {
	float: left;
	width: 948px;
	margin: 0px 24px 24px 24px;
}

.column3 {
	float: right;
	width: 296px;
	margin: 0px 24px 24px 12px;
}

.column3SectionBody {
	margin: 0 0 24px 24px;
}

.column3SectionTitle {
	margin: 0 0 8px 0;
}

.column3sidebar {
	background-color: #292320;
	padding: 0px 24px 24px 24px;
	
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 10pt;
	color: #eaf1f4;
}

.column3sidebar h1 {
	font-family: MultiverseExoRegular, Verdana, Sans-Serif;
	font-size: 16pt;
	color: #7b7e80;
    margin: 0 0 0 0;
}

.column3sidebar p {
    margin: 0 0 12pt 0;
}

.column3sidebar .fade {
	color: #7b7e80;
}

.column3sidemenu {
	background-color: #d6dcdf;
	margin: 0 0 24px 0;
	padding: 24px 24px 24px 24px;
	
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 10pt;
	color: #eaf1f4;
}

.column3sidemenu a {
    color: #105a7f;
	text-decoration: none;
}

.column3sidemenu a:hover {
    color: #004466;
	text-decoration: underline;
}

.column3sidemenu h1 {
    margin: 0 0 0 0;

	font-family: MultiverseExoRegular, Verdana, Sans-Serif;
	font-size: 16pt;
	color: #626466;
}

.column3sidemenu h2 {
    margin: 0 0 0 0;

	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #626466;
}

.column3sidemenu h3 {
    margin: 0 0 0 0;

	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #626466;
	text-transform: uppercase;
}

.column3sidemenu p {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 10pt;
	color: #626466;
    margin: 0 0 12pt 0;
}

.column3tile {
	margin: 0 0 24px 0;
	padding: 0;
}

.creditCardLogos {
    display: inline-block;
    width:183px;
    height:16px;

    background-image: url(/res/CreditCards.png);
    background-size: cover;
}

.ctrlBoxList {
}

.ctrlBoxListItem {
	display: inline-block;
	width: 128px;
	height: 140px;
	margin: 0 12px 12px 0;
	vertical-align: top;
}

.ctrlBoxListItem:hover {
	background-color: #e7f3cb;
}

.ctrlBoxListItem img {
	width: 96px;
	height: 96px;
	margin: 0px 16px 0px 16px;
}

.ctrlBoxListItem p {
	color: #0b0d0f;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 10pt;
	margin: 0;
	
	padding: 0 6px 0 6px;
	text-align: center;
}

.ctrlEditBar {
	display: inline-block;
	margin: 0 0 0 24px;
}

.ctrlEditBar div {
	display: inline-block;
	margin: 0 8px 0 0;
	padding: 0px 12px 0px 12px;
	
	background-color: #005985;
	border: 1px solid #003f5f;
	
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 8pt;
	color: #c2ebff;
	text-align: center;
	
	cursor: pointer;
}

.ctrlEditBar .editBarError {
	background-color: #ffe88e;
	border: none;
	
	color: #0b0d0f;
	
	cursor: auto;
}

.ctrlErrorBar {
	background-color: #ff7e3d;
	min-height: 20px;
	padding: 2px 12px 2px 12px;

	font-family: MultiverseExoRegular, Verdana, Sans-Serif;
	font-size: 12pt;
    color: #222a2e;

	text-align: center;
	line-height: 20px;

    display: none;
}

.ctrlFileUpload {
	position: relative;
	display: inline-block;
}

.ctrlFileUpload input {
	position: relative;
	z-index:10;
	opacity: 0;
	
	display: inline-block;
	margin: 0 8px 0 0;
	padding: 0px 12px 0px 12px;
	width: 50px;
	height: 15px;
	
	cursor: pointer;
}

.ctrlFileUpload .fileUploadInput {
	position: absolute;
	top:0;
	
	margin: 0 8px 0 0;
	padding: 0px 12px 0px 12px;
	width: 50px;
	height: 15px;

	background-color: #005985;
	border: 1px solid #003f5f;
	
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 8pt;
	color: #c2ebff;
	text-align: center;
	
	cursor: pointer;
}

.ctrlFileUpload .fileUploadError {
	display: inline-block;
	margin: 0 8px 0 0;
	padding: 0px 12px 0px 12px;
	
	background-color: #ffe88e;
	border: none;
	
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 10pt;
	color: #0b0d0f;
}

.ctrlHSeparator {
    display: inline-block;
    margin: 0 10px 0 0;
}

.ctrlImagePlaceholder {
    height: 200px;
    background-image: url(/res/ImagePlaceholder.png);
    border: 1px solid #94979a;
    margin: 0 0 4px 0;
}

.ctrlImagePreview {
    max-width: 100%;
}

.ctrlReadOnly {
	font-size: 10pt;
	margin: 0 12px 12px 0;
}

.ctrlTabBar {
	background-color: #d6dcdf;
	padding: 0 2px 0 2px;
}

.ctrlTabBarIconItem {
	width: 96px;
	height: 88px;
}

.ctrlTabBarIconItem p {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 8pt;
	margin: 0;
	
	padding: 0 6px 0 6px;
	text-align: center;
}

.ctrlTabBarIconItem img {
	width: 48px;
	height: 48px;
	margin: 0px 16px 0px 16px;
}

.ctrlTabBarItem {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.ctrlTabBarItemDisabled img {
	opacity: 0.5;
}

.ctrlTabBarItemDisabled p {
	color: #808080;
}

.ctrlTabBarItemEnabled {
	cursor: pointer;
}

.ctrlTabBarItemEnabled p {
	color: #222a2e;
}

.ctrlTabBarItemEnabled:hover {
	background-color: #e5e5e5;
}

.ctrlTabBarItemSelected {
	background-color: #eaf1f4;
}

.ctrlTabBarItemSelected p {
	color: #0b0d0f;
}

.ctrlTabBarTextItem p {
	margin: 0;
	padding: 0 16px 0 16px;
	
	font-family: MultiverseExoRegular, Verdana, Sans-Serif;
	font-size: 16pt;
	
	text-align: center;
	line-height: 30px;
	text-decoration: none;
}

.historyUsername {
	font-size: 8pt;
	font-weight:bold;
	color: #7b7e80;
}

.historyDate {
	font-size: 8pt;
	color: #7b7e80;
}

.newsByLine {
	margin: 0 0 8px 0;
	font-size: 8pt;
	color: #626466;
}

.newsImageHighlight {
	margin: 0 0 8px 0;
    max-width: 100%;
}

.newsImageLeft {
	float: left;
	margin: 0 8px 8px 0;
    max-width: 60%;
}

.newsImageRight {
	float: right;
	margin: 0 0 8px 8px;
    max-width: 60%;
}

.newsListHeader {
}

.newsListHeader h1 {
    display: inline-block;
	margin: 0;
	width: 416px;

	font-family: MultiverseExoRegular, Verdana, Sans-Serif;
	font-size: 20pt;
	font-weight: normal;
	color: #bbc0cb;
}

.newsListHeader p {
	display: inline-block;
	margin: 0;
	width: 200px;

	font-size: 10pt;
	text-align: right;
}

.newsTeaser {
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;

	border-bottom: solid 1px #38454c;

	font-size: 10pt;
}

.newsTeaser h1 {
	margin: 10pt 0 2pt 0;
	font-family: MultiverseExoRegular, Verdana, Sans-Serif;
	font-size: 16pt;
}

.newsTeaser h2 {
	margin: 10pt 0 2pt 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.newsTeaser h3 {
	margin: 10pt 0 2pt 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-transform: uppercase;
}

.newsTeaser p, ol, ul {
	margin: 0 0 10pt 0;
}

.newsTitle {
	margin: 0;

	font-family: MultiverseExoBold, Verdana, Sans-Serif;
	font-size: 16pt;
	color: #005985;
}

.pageError {
	font-family: MultiverseExoBold, Verdana, Sans-Serif;
	font-size: 16pt;

	text-align: center;
	line-height: 24px;
}

.quadSection12 {
    display: inline-block;
    position: relative;
	margin: 0 14px 14px 0;
	border: 1px solid #d6dcdf;
    width: 438px;
    padding: 12px 12px 12px 12px;
    vertical-align: top;
	background-color: #eaf1f4;
}

.quadSection12 input {
    width: 424px;
}

.quadSection12 textarea {
    width: 424px;
}

.quadSection123 {
    display: inline-block;
    position: relative;
	margin: 0 14px 14px 0;
	border: 1px solid #d6dcdf;
    width: 681px;
    padding: 12px 12px 12px 12px;
    vertical-align: top;
	background-color: #eaf1f4;
}

.quadSection123 textarea {
    width: 667px;
}

.quadSection1234 {
    display: inline-block;
    position: relative;
	margin: 0 0 14px 0;
	border: 1px solid #d6dcdf;
    width: 922px;
    padding: 12px 12px 12px 12px;
    vertical-align: top;
	background-color: #eaf1f4;
}

.quadSection34 {
    display: inline-block;
    position: relative;
	margin: 0 0 14px 0;
	border: 1px solid #d6dcdf;
    width: 439px;
    padding: 12px 12px 12px 12px;
    vertical-align: top;
	background-color: #eaf1f4;
}

.quadSection34 input {
    width: 425px;
}

.quadSection34 textarea {
    width: 425px;
}

.quadSection4 {
    display: inline-block;
    position: relative;
    margin: 0 0 14px 0;
	border: 1px solid #d6dcdf;
    width: 201px;
    padding: 12px 12px 12px 12px;
    vertical-align: top;
	background-color: #eaf1f4;
}

.quadSection4 textarea {
    width: 187px;
}

.resourceDate {
	font-size: 8pt;
	color: #7b7e80;
}

.resourceEntry {
	margin: 4px 0 4px 0;
}

.resourceEntry .ctrlButtonSmallDangerous {
	vertical-align: top;
}

.resourceFilename {
}

.resourceIconArs {
	display: inline-block;
	width: 64px;
	height: 64px;
	margin: 0 0 4px 0;
    background-image: url(/res/ImagePlaceholder.png);
}

.resourceIconMisc {
	display: inline-block;
	width: 64px;
	height: 64px;
	margin: 0 0 4px 0;
    background-image: url(/res/ImagePlaceholder.png);
}

.resourceInfo {
	display: inline-block;
	margin: 0 8px 4px 8px;
	vertical-align: top;
}

.resourcePreview {
	width: 64px;
	margin: 0 0 4px 0;
}

.sectionEditBar {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
}

.sectionEditBar .ctrlButtonSmall {
    float: right;
}

.sectionTable {
	margin: 0 0 20px 0;

	background-color: #eaf1f4;
	border-top: 1px solid #d6dcdf;
	border-left: 1px solid #d6dcdf;
	border-right: 1px solid #d6dcdf;
}

.tableCell {
	display: inline-block;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 10pt;
	color: #222a2e;

    margin: 0;
	padding: 4px 8px 4px 8px;
	border-bottom: 1px solid #d6dcdf;
}

.tableHeader {
    background-color: #9bc8de;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: bold;
	font-size: 10pt;
	color: #222a2e;

    margin: 0;
	padding: 4px 8px 4px 8px;
}

.tableHeaderCell {
	display: inline-block;
    background-color: #9bc8de;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: bold;
	font-size: 10pt;
	color: #222a2e;

    margin: 0;
	padding: 4px 8px 4px 8px;
	border-bottom: 1px solid #d6dcdf;
}

.tableRow {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 10pt;
	color: #222a2e;

    margin: 0;
	padding: 4px 8px 4px 8px;

	border-bottom: 1px solid #d6dcdf;
}

.tableRow a {
    color: #105a7f;
	text-decoration: none;
}

.tableRow a:hover {
    color: #004466;
	text-decoration: underline;
}

#pageCover {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: Black;
	opacity: 0.75;
	z-index: 50;
	display: none;
}

#pageLineBottom {
	clear: both;
	height: 1px;
	
	background-color: #292320;
}

#pageTitle {
    display: block;
	margin: 0;
    position: relative;
    height: 150px;
}

#sectionErrorBar {
	background-color: #ff7e3d;
	height: 30px;
	padding: 9px 24px 9px 24px;

	font-family: MultiverseExoBold, Verdana, Sans-Serif;
	font-size: 16pt;
    color: #222a2e;

	text-align: center;
	line-height: 24px;

    display: none;
}

@font-face {
	font-family: MultiverseExoBold;
	src: url('Exo-Bold.otf'), url('Exo-Bold.woff');
}

@font-face {
	font-family: MultiverseExoMedium;
	src: url('Exo-Bold.otf'), url('Exo-Medium.woff');
}

@font-face {
	font-family: MultiverseExoRegular;
	src: url('Exo-Regular.otf'), url('Exo-Regular.woff');
}

/*  These go last because they override other styles */

.optionContrast1 {
	background-color: #d6dcdf;
    border: 1px solid #abb0b3;
}
