﻿/* DEFAULTS
----------------------------------------------------------*/
@font-face {
	font-family: 'OpenSans-Light';
	src: url('../font/OpenSans-Light.eot');
	src: url('../font/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('./font/OpenSans-Light.woff') format('woff'), url('../font/OpenSans-Light.ttf') format('truetype'), url('../font/OpenSans-Light.svg#webfont') format('svg');
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border-style: none;
    border-color: inherit;
    border-width: 0;
    padding: 0;
    font-size: 100%;
	vertical-align: baseline;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* #Basic Styles
================================================== */

body {
	font: 14px/21px "OpenSans-Light";
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	min-height: 100%;
	height: 100%;
}
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-family: "OpenSans-Light";
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	font-size: 30px;
	line-height: 50px;
	margin-bottom: 14px;
	color: #F60;
	text-transform: uppercase;
}
h2 {
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #F60;
	text-transform: uppercase;
}
h3 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 8px;
}
h4 {
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 4px;
}
h5 {
	font-size: 17px;
	line-height: 24px;
}
h6 {
	font-size: 14px;
	line-height: 21px;
}
.subheader {
	color: #777;
}
p {
	margin: 0 0 20px 0;
	padding: 10px;
}
p img {
	margin: 0;
}
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: #fff;
}
small {
	font-size: 80%;
}
/*	Blockquotes  */
blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
/* #Links
================================================== */
a, a:visited {
	color: #086FA1;
	text-decoration: none;
	outline: 0;
}
a:hover, a:focus {
	color: #999;
}
p a, p a:visited {
	line-height: inherit;
}
/* #Lists
================================================== */
ul, ol {
	padding-bottom: 10px;
}
ul {
	list-style: none outside;
}
ol {
	list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 4px 0 5px 30px;
	font-size: 90%;
}
ul ul li, ul ol li, ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	line-height: 18px;
}
ul.large li {
	line-height: 21px;
}
li p {
	line-height: 21px;
}
fieldset {
	margin-bottom: 20px;
}
label {
	float: left;
	width: 47%;
	margin-bottom: 10px;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 14px;
}
input, select, textarea {
	border: 1px solid #CCC;
	background-color: #fff;
	font-family: 'OpenSans-Light';
	color: #000000;
	font-size: 15px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	float: left;
	outline: none;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	padding: 2px;
	height: 30px;
	width: 300px;
}
.extendedInput {
	width: 550px !important;
}
.noResize {
	resize: none;
}

.form-resize{
	float:left;
	width:400px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border-color: #999;
	color: #3e3e3e;
}
input[type="checkbox"] {
	display: inline;
}
input[type=submit], input[type=reset], input[type=button], button {
	float: left;
	min-width: 100px;
	font-size: inherit;
	height: 40px !important;
	cursor: pointer;
	-webkit-appearance: button;
	cursor: pointer;
}
select {
	float: left;
	padding: 2px;
	margin-bottom: 20px;
	height: 35px;
	width: 305px;
	-webkit-appearance: none;
	appearance: none;
    margin-top: 0px;
}
textarea {
	padding: 4px;
	min-height: 100px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
table th {
	text-align: center;
	background-color: #666;
	color: #FFF;
	border-right: 1px dashed #FFF;
	text-transform: uppercase;
	padding: 2px 5px;
	border-bottom: 3px solid #04577B;
}
table tr {
	background-color: #E8EDFF;
}

table tr input{
	margin:0 !important;
}

table td {
	padding: 10px;
	border-right: 1px dashed #FFF;
	border-bottom: #FFF 1px solid;
	text-align: right;
	vertical-align:middle;
	
}
table td[colspan] {
	background: #000;
	padding: 10px;
	color: #83060A;
	font-weight: bold;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.container {
	width: 960px;
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
}
.header {
	width: 100%;
	height: 100px;
	padding-bottom: 20px;
	
}
.logo {
	float: left;
	width:350px;
	height:100px;
	background:url(../Images/biu_logo.png) no-repeat;
}
.quick-links {
	float: right;
	width: auto;
	margin-top: 50px;
}
.quick-links li {
	float: left;
	padding: 0 15px;
	border-right: 1px solid #666;
}
.quick-links li:last-child {
	border-right: none;
}
#loginForm {
	margin: 100px auto 0 auto;
	width: 400px;
}
#modalBackground, #modalHolder {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	z-index:9999;
}
#modalBackground {
	background: #000;
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}
#modalBox {
	margin: 100px auto 0 auto;
	background: #FFF;
	width: 700px;
	height: 420px;
}
#modalCloseBtn {
	width: 40px;
	height: 40px;
	background: #086FA1;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	padding: 5px;
	float: right;
	color: #FFF;
}
#modalContent {
	padding: 20px;
}
#imgPassport, .imgPassport {
	width: 80px !important;
	height: 107px !important;
	padding: 2px;
	border: thin solid #bcbcbc;
}
#imgBigPassport, .imgBigPassport {
	width: 320px !important;
	height: 427px !important;
	padding: 2px;
	border: thin solid #bcbcbc;
}
.newStudentLink {
	height: 40px;
	line-height: 40px;
	float: left;
	font-size: 12px;
	margin-left: 10px;
}
.errorMessages {
	height: 30px;
	color: #F00;
}
/* Menu*/
.left-col {
	float: left;
	width: 220px;
	background-color: #f6f6f6;
	min-height: 300px;
	padding: 10px;
}
.left-col img {
	float: left;
}
.headerText {
	padding:5px 10px;
	height:20px;
	background-color: #f6f6f6;
	width:100%;
	margin-bottom:20px;
	color: #086FA1;
	
}
#lblPageTitle{
	
}
.sessionHolder {
	width: 130px;
	margin-top: 20px;
	float: right;
}
#btnChangePassword {
	font-size: 11px;
	letter-spacing: .1em
}
#lblPageTitle {
	font-size: 22px;
	color: #086FA1
}
.NameHolder {
	width: 100%;
	font-weight: bold;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}
.menu {
	width: 100%;
}
.menu li {
	margin: 0;
	width: 220px;
	border-bottom: 1px solid #a2a2a2
}
.menu li a {
	padding: 5px 0 5px 10px;
	color: #595959;
}
.menu li a:hover {
	background-color: #a2a2a2;
	color: #fff;
}
#main-content {
	float: right;
	width: 700px;
}

.level2 li{
	background:#E4E4E4;
	border-left: 1px solid #A2A2A2;
	border-right: 1px solid #A2A2A2;
	border-top: 1px solid #A2A2A2;
}

.level2 li:first-child{
	border-bottom:none;
}

.level2 li a{
	color:#555;
}

.sub-content-container, .sub-content-container-all {
	position:static;
	float: left;
	background-color: #f6f6f6;
	width: 100%;
	min-height: 50px;
	margin-bottom: 20px;
	padding: 10px;
	z-index:8888;
}
.sub-content-container a {
	/* -- margin-right:20px; --*/
}

.sub-content-container li {
	width: 100%;
	float: left;
}
.sub-content-container img {
	width: 100px;
	height: 133px;
}
.sub-content-container h2, .sub-content-container-all h2 {
	color: #086FA1;
	font-size: 24px;
}
.sub-content-container input, .linkBtn {
	border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: transparent;
	margin-top: -7px;
	margin-bottom: 5px;
}
.sub-content-container select {
border-style: none;
    border-color: inherit;
    border-width: medium;
    margin-top: -7px;
	margin-bottom: 5px;
}
.sub-content-container textarea {
	border: none;
	background-color: transparent;
	margin-top: -2px;
}
.sub-content-container label {
	float: left;
	width: auto;
	margin-right: 5px;
}
.half {
	float:left;
	width:460px !important;
	height:601px;
}
#fupPassport {
	float:left;
}
.uploadDetails {
	float:right;
}
.uploadDetails #imgPassport {
	float:right;
	margin-right:4px;
}

.uploadDetails {
	width:440px;
}
.uploadFiles {
	float:left;
}
.uploadFiles #btnPreview {
	float:right;
	margin-right:4px;
}
.uploadFiles {
	width:440px;
}
.submitBtn {
	border-style: none !important;
    border-color: inherit !important;
    border-width: medium !important;
	color: #FFFFFF;
	background-color: #086FA1 !important;
	height: 40px;
	line-height: 40px;
	min-width: 100px !important;
	text-align: center
}
#imgDateFrom{
	float:left;
	margin-left:5px;
	width:35px;
	height:35px;
}
.payOptionBtn {
	margin: 0 0 20px 20px;
}
.errorHandler{
    display: block;
    float: left;
	line-height:30px;
    height: 30px;
    margin: 0 0 20px 10px;
    outline: medium none;
    padding: 2px;
    width: auto;
	color:#FF0000;
}

.whiteBg {
	background-color:#fff;
}

.noDisplay {
	display:none;
}

.fiftyPercent {
	width:50%;
	float:left;
}

.fiftyPercent ul.courses 
{
margin-left:0 !important;
}

/* #receipt/invoice Styles
================================================== */

#wrapper{
	width:960px;
	margin:0 auto;
}

.iconBtn {
	width: 40px !important;
	height: 40px !important;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	padding: 5px;
	color: #FFF;
}

#logo img {
	width:110px;
	height:auto;
}

.etranzactLogo{
	width:150px !important;
	height:auto !important;
}

.leftDiv{
	float:left;
	width:50%;
}

.rightDiv{
	float:right;
	width:auto;
}

.floatLeft{
	float:left;
	width:auto;
}

.floatRight{
	float:right !important;
	width:auto;
}

.amtPaidTitle{
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #086FA1;
	font-weight:bold;
}

.amtPaidView{
	font-size: 60px;
	line-height: 20px;
	margin: 10px 0 10px 0;
	color: #086FA1;
	text-transform: uppercase;
	font-weight:bold;
}

#payPageTitle{
	background:#086FA1;
	font-size: 40px;
	line-height: 20px;
	padding:20px 30px;
	margin: -10px -10px 0 0;
	color: #fff;
	font-weight:bold;
}
#modalPaymentBox {
	margin: 0 auto;
	background: #FFF;
	width: 1000px;
	padding:0 10px 10px 0;
	height: 700px;
	overflow:hidden;
}
.sessionPayHolder {
    float: left;
    margin-top: 20px;
    width: 130px;
}
