@CHARSET "UTF-8";

@font-face {
    font-family: 'basicregular';
    src: url('basic-webfont/basic-webfont.eot');
    src: url('basic-webfont/basic-webfont.eot?#iefix') format('embedded-opentype'),
         url('basic-webfont/basic-webfont.woff') format('woff'),
         url('basic-webfont/basic-webfont.ttf') format('truetype'),
         url('basic-webfont/basic-webfont.svg#basicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background-color: #211E2F;
	color: #211E2F;
	margin: 0;
	padding: 0;
	
	font-family: Arial, sans-serif;
	font-size: 0.9em;
}

a {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a.link {
	color: #0071A9 !important;
	font-weight: bold;
	text-decoration: none;
}

a.link:visited {
	color: #0071A9 !important;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	text-indent: 20px;
}

h2 {
	text-indent: 20px;
}

h3 {
	text-indent: 20px;
}

h4 {
	text-indent: 20px;
}

:focus {
    outline: none !important;
}

/* MASS-UP HEADER */
div#massup-header {
	padding-top: 10px;
	background-color: #211E2F;
	font-family: basicregular;
	height: 75px;
}

div#massup-subheader {
	width: 960px;
	margin: auto;
}

div#massup-subheader-message {
	color: #CE193A;
	text-align: right;
	padding-right: 40px;
	padding-top: 10px;
}

div#massup-menu {
	background-color: #0071A9;
	height: 32px;
}

div#massup-menu-container {
	margin: auto;
	width: 960px;
	height: 32px;
	position: relative;
	background-color: #211E2F;
}

div#massup-logo {
	background-image: url('images/mass-up.png');
	background-repeat: no-repeat;
	background-color: transparent;
	height: 42px;
	width: 167px;
	top: -10px;
	left: 18px;
	position: absolute;
	cursor: pointer;
}

div#massup-menu-options {
	position: absolute;
	left: 204px;
}

div#massup-menu-options div.menu-option {
	float: left;
	height: 32px;
	line-height: 32px;
	width: 126px;
	vertical-align: middle;
	text-align: center;
	color: #211E2F;

   -ms-user-select: none;
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}

div#massup-menu-options a {
	text-decoration: none;
	color: inherit;
}

div#massup-menu-options div.menu-option:nth-child(odd) {
	background-color: #0588B2;
}

div#massup-menu-options div.menu-option:nth-child(even) {
	background-color: #03749E;
}

div#massup-menu-options div.menu-option:hover {
	/*background-color: #CE193A;*/
	color: white;
	cursor: pointer;
}

div.massup-menu-option-selected {
	background-color: #CE193A !important;
}

div.massup-menu-option-current {
	color: white !important;
}

div#massup-bottom-line {
	background-color: #0071A9;
	margin-top: 10px;
	height: 4px;
}

div#underline-logo {
	width: 167px;
	height: 4px;
	left: 18px;
	background: transparent;
	position: absolute;
}

div#massup-bottom-line-container {
	margin: auto;
	width: 960px;
	height: 4px;
	position: relative;
}

div#massup-bottom-line-options {
	position: absolute;
	left: 204px;
}

div.menu-underline {
	float: left;
	height: 4px;
	width: 126px;
	vertical-align: middle;
	text-align: center;
	background: transparent;
}

div.underline-selected {
	background: #CE193A !important;
}

div.underline-current {
	background: #CE193A !important;
}

/* END MASS-UP HEADER */

div#version {
	position: absolute;
	right: 10px;
	top: 6px;
	font-family: Arial Black, Arial, sans-serif;
	font-weight: bold;
	display: none; /* Hide version in BiMS*/
}

div#header-image {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	background-image: url("../images/header.png");
	background-repeat: no-repeat;
	height: 120px;
	position: relative;
	
	margin-top: 10px;
	border: 1px solid #999999;
}

#main_container {
	width: 100%;
	margin: 0 auto;
	min-height: 800px;
	background: white;
	
	margin-top: 0px;
	padding-bottom: 30px;
	/*border: 2px solid #211E2F;
	border-top: 0px;*/
}

.email {
	unicode-bidi: bidi-override;
	direction: rtl;
}

.code {
	font-family: Courier New, monospace;
}

div#image-div {
  padding-top: 0px;
  text-align: center;
  margin-bottom: 15px;
}

div.centered {
	text-align: center;
}

div.menu-item {
	text-align: center;
	padding-top: 24px;
}

div.menu-item a {
	text-decoration: none;
	font-size: 1.2em;
	color: #4A4A4A;
}

div.selected-menu-item a {
	font-weight: bold;
	color: #4A4A4A;
}

div#footer-container {
	background-color: transparent !important;
	width: 100%;
	height: 40px;
}

div#footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #E5F7FF;
}

div#footer a {
	color: #E5F7FF !important;
	font-weight: bold;
}


div#citation {
    border: 1px solid white;
    border-radius: 10px;
    box-shadow: 0 0 3px #999999;
    font-size: 0.9em;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}


p#cite {
    border-radius: 5px;
    box-shadow: 0 0 1px #999999;
    font-size: 0.9em;
    margin-left: 42px;
    margin-right: 42px;
    padding: 12px;
    position: relative;
}