@CHARSET "UTF-8";

body {
    background-color: #242d3c;
    font-size: 12px;
    color: white;
    font-family: helvetica, arial, sans-serif;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

h4 {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

h5 {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none; 
}


div#player_page {
    position: absolute;
    margin: 10px;
    top: 70px;
    left: 10px;
    right: 10px; 
    bottom: 10px;
    color: black;
    display: none;
}

div#session_page {
    display: block;
}

a img {
    border: none;
}

h1.bowland_logo {
        display: block;
        position: relative;
	font-family: gill sans,sans-serif;
	padding: 10px;
	padding-top: 0px;
        margin: 0;
	float: left;
	color : white;
	font-weight: normal;
	font-size: 24px; 
}


h1.bowland_logo .bmsub1 {
        display: block;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 16px;
}
h1.bowland_logo .bmsub2 {
        display: block;
	margin: 0px;
	padding: 0px;
	color : #7f96be; 
	font-weight: normal;
	font-size: 14px;
}


div#banner h2 {
	font-family: gill sans,sans-serif;
	font-weight: normal;
	font-size: 24px;
        padding: 0;
        margin-left: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	color: white;
}

div#breadcrumbs {
    position: relative;
    overflow: auto;
    zoom: 1; 
    margin: 8px 0 0 200px;
    font-size: 16px;
}

div#breadcrumbs .bc_current {
    display: block;
    float: left;
 /*   float: left;
    padding: 3px 10px 3px 10px;
    color: white;
    border-radius: 10px;
    background-color: #242d3c;
    border: thin white solid; */
    margin: 0;
    padding-top: 4px;
    font-size: 16px;
}

div#breadcrumbs a {
    display: block;
    float: left;
    height: 100%;
    margin: 0 10px 0 0;
    padding: 3px 25px 3px 10px;
    background-image: url('../img/btn_arrow_white_left_rpad.png');
    background-repeat: no-repeat;
    background-position: right center;
    color: white;
    background-color: #7f96be;
    border-radius: 10px;
    border: thin #7f96be solid;
    text-decoration: none;

}

div#breadcrumbs  a:hover {
    background-color: #242d3c;
    border: thin white solid;
}


div#mobile_play_mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #7f96be;
    opacity: 0.7;
}

div#mobile_play_banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    display: none;
}


div#mobile_play_message {
    position: fixed;
    top: 45%;
    left: 40%;
    width: 200px;
    background-color:  #e2eaf9;
    color: #242d3c;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    opacity: 1;
}


div#popup_viewer {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 50px;
    padding: 0;
    background-color: white;
    overflow: hidden;
    border: thin #242d3c solid;
    box-shadow: 5px 5px 5px black;
    z-index: 100;
}

div#popup_content {
    position: absolute;
    display: block;
    left: 0px;
    top: 40px;
    bottom: 0px;
    right: 0px;
}

div#popup_content iframe {
    width: 100%;
    height: 100%;
    overflow: scroll;
    
}

a#popup_close {
    display: block;
     background-color: #7f96be;
     width: 100%;
     height: 40px;
     color: white;
}
