﻿@charset "utf-8";

/* CONTAINER TITLE HEADERS
------------------------------------------------ */

.sectionTitle {
background-color: #0a2d4e;
border-bottom: solid 1px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 5px 0 6px;
font-size: 18px;
font-weight: bold;
letter-spacing: 3px;
color: #fff;
text-transform: uppercase;
text-shadow: 1px 1px 1px #000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.new-stu-h-title {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d7888+0,8491a3+50,6d7888+100 */
background: rgb(109,120,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(109,120,136,1) 0%, rgba(132,145,163,1) 50%, rgba(109,120,136,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(109,120,136,1) 0%,rgba(132,145,163,1) 50%,rgba(109,120,136,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(109,120,136,1) 0%,rgba(132,145,163,1) 50%,rgba(109,120,136,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d7888', endColorstr='#6d7888',GradientType=0 ); /* IE6-9 */
border-bottom: solid 1px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 5px;
margin-bottom: 10px;
font-size: 18px;
font-weight: bold;
letter-spacing: 3px;
color: #fff;
text-transform: uppercase;
text-shadow: 1px 1px 1px #000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.streamTitle {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d7888+0,8491a3+50,6d7888+100 */
background: rgb(109,120,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(109,120,136,1) 0%, rgba(132,145,163,1) 50%, rgba(109,120,136,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(109,120,136,1) 0%,rgba(132,145,163,1) 50%,rgba(109,120,136,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(109,120,136,1) 0%,rgba(132,145,163,1) 50%,rgba(109,120,136,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d7888', endColorstr='#6d7888',GradientType=0 ); /* IE6-9 */
border-bottom: solid 1px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 5px;
font-size: 18px;
font-weight: bold;
letter-spacing: 3px;
color: #fff;
text-transform: uppercase;
text-shadow: 1px 1px 1px #000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

.event-box td.titleBox {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#99a5af+0,8491a3+50,99a5af+100 */
background: rgb(153,165,175); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(153,165,175,1) 0%, rgba(132,145,163,1) 50%, rgba(153,165,175,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(153,165,175,1) 0%,rgba(132,145,163,1) 50%,rgba(153,165,175,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(153,165,175,1) 0%,rgba(132,145,163,1) 50%,rgba(153,165,175,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99a5af', endColorstr='#99a5af',GradientType=0 ); /* IE6-9 */
	
/*background-color: #99A5AF;*/
padding: 5px 0 6px;
border-bottom: solid 1px #000;
text-align: center;
color: #fff;
font-size: 16px;
font-weight: bold;
text-shadow: 1px 1px 1px #000; 
letter-spacing: 3px;
height: 22px;
}
/* *END* CONTAINER TITLE HEADERS
------------------------------------------------ */


/* BUTTON ELEMENTS
------------------------------------------------ */

.langButton {
display: inline-block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#888888+0,444444+100 */
background: rgb(136,136,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(68,68,68,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
box-shadow: 3px 3px 8px #8f8f8f;
border-radius: 5px;
margin: 1% .5%;
padding: 2px 0 6px;
width: 72px;
}
.langButton a {
color: #fff;
font-size: 13px;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 1px 1px 1px #000;
}
.langButton a:hover {
color: #AFE3FF;
}
.recButton {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#888888+0,444444+100 */
background: rgb(136,136,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(68,68,68,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
padding: 3px 0 4px;
box-shadow: 3px 3px 8px #8f8f8f;
width: 140px;
margin-bottom: 5px;
color: #fff;
font-size: 13px;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 1px 1px 1px #000;
}
.recButton a {
color: #fff;
font-size: 13px;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 1px 1px 1px #000;
}
.recButton a:hover {
color: #AFE3FF;
}
.liveButton {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#888888+0,444444+100 */
background: rgb(136,136,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(68,68,68,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
padding: 4px 0 5px;
box-shadow: 3px 3px 8px #8f8f8f;
width: 300px;
margin-bottom: 10px;
}
.liveButton a {
color: #fff;
font-size: 18px;
font-weight: bold;
letter-spacing: 2px;
text-shadow: 1px 1px 1px #000;
}
.liveButton a:hover {
color: #AFE3FF;
}
.overButton {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#888888+0,444444+100 */
background: rgb(136,136,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(68,68,68,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
padding: 4px 0 5px;
box-shadow: 3px 3px 8px #8f8f8f;
width: 240px;
margin: 4px 0 5px;
color: #fff;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 1px 1px 1px #000;
}
.overButton a {
color: #fff;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 1px 1px 1px #000;
}
.overButton a:hover {
color: #AFE3FF;
}
.helpButton {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#888888+0,444444+100 */
background: rgb(136,136,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(68,68,68,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
padding: 4px 0 5px;
margin: 5px 0 25px;
box-shadow: 3px 3px 8px #8f8f8f;
border: none;
width: 160px;
color: #fff;
font-size: 15px;
font-weight: bold;
letter-spacing: 2px;
text-shadow: 1px 1px 1px #000;
}
.helpButton:hover {
color: #AFE3FF;
}
.playerButton {
display: inline-block;
border: outset 2px #CFCFCF;
border-radius: 10px;
background: url('../../images/title_tex_b.png');
width: 105px;
padding: 4px 0 3px;
margin: 15px 25px;
font-size: 10px;
font-weight: bold;
letter-spacing: 3px;
text-shadow: 2px 2px 5px #000;
text-transform: uppercase;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.playerButton a:hover {
color: #fff;
}
.mobileButton a {
color: #FF7FF6;
}
.dvrButton a {
color: #FFA97F;
}
.refButton a {
color: #AFFFE7;
}
.linkButton a {
color: #fff;
}
.linkButton a:hover {
color: #AFE3FF;
}
.modButton {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#888888+0,444444+100 */
background: rgb(136,136,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(68,68,68,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
padding: 3px 0 5px;
box-shadow: 3px 3px 8px #8f8f8f;
width: 160px;
margin: 10px 0 5px;
color: #fff;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 1px 1px 1px #000;
}
.modButton a {
color: #fff;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 1px 1px 1px #000;
}
.modButton a:hover {
color: #AFE3FF;
}
.orderButton {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#888888+0,444444+100 */
background: rgb(136,136,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(68,68,68,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
padding: 4px 0 5px;
box-shadow: 3px 3px 8px #8f8f8f;
width: 200px;
color: #fff;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 1px 1px 1px #000;
}
.orderButton:hover {
color: #AFE3FF;
}
.submitButton {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#888888+0,444444+100 */
background: rgb(136,136,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(68,68,68,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
padding: 4px 0 5px;
box-shadow: 3px 3px 8px #8f8f8f;
width: 200px;
margin-left: 80px;
color: #fff;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 1px 1px 1px #000;
}
.submitButton:hover {
color: #AFE3FF;
}
/* *END* BUTTON ELEMENTS
------------------------------------------------ */


/* HEADER NAV
------------------------------------------------ */
#header_menu ul {
margin: 0;
padding: 0;
list-style-type:none;
}
#header_menu ul li {
float:left;
position:relative;
display:block;
}
#header_menu ul li a,#header_menu ul li a:hover {
display:block;
line-height:30px;
padding:0px 10px;
text-decoration:none;
color:#333;
/*border-right:1px #9FDBFF solid;*/
}
#header_menu ul li a:hover {
background:#9FDBFF;
}
#header_menu ul li ul {
position:absolute;
width:180px;
z-index:100;
border-top:none;
left:0px;
display:none;
padding:0px;
background:#333;
-moz-box-shadow:6px 6px 6px #CFCFCF;
-webkit-box-shadow:6px 6px 6px #CFCFCF;
box-shadow:6px 6px 6px #CFCFCF;
}
#header_menu ul li ul li a,#header_menu ul li ul li a:hover {
border-right:0px;
}
#header_menu ul li.explore:hover ul {
display:block;
}
#header_menu ul li.explore:hover,#header_menu ul li.explore:hover a,#header_menu ul li.explore:hover a:hover {
background: #061b2e; color:#fff;
}
#header_menu ul li ul li {
float:none;
}
#header_menu ul li ul li a,#header_menu ul li ul li a:hover,#header_menu ul li.explore:hover ul li a,#header_menu ul li.explore:hover ul li a:hover {
background:#333;
line-height:normal;
color:#fff;
width:250px;
padding-bottom:3px;
padding-top:3px;
}
#header_menu ul li.explore_apps:hover ul li a,#header_menu ul li.explore_apps:hover ul li a:hover {
padding-bottom:6px;
padding-top:6px;
}
#header_menu ul li.explore:hover ul li a:hover {background:#3F3F3F;	color:#fff;}
#left {float:left; width:180px;	overflow:hidden; padding:10px 0px;	/*border-right:1px #D7D7D7 solid;*/}
.v_middle {vertical-align: middle; box-shadow: none;	width: 14px;}

/* -------------------- Links Container -------------------- */

#header_menu_page_holder { 
  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
/*background: rgb(125,126,125); /* Old browsers */
/*background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

/*background: #39373A url('../../images/menu_bg_new6.png') repeat-x;*/
background-color: #0a2d4e;
/*border-top: solid 1px #555;*/
border-bottom: solid 1px #000;
height: 26px; 
padding: 5px 0;
margin-top: 10px;
width: 100%;
}
/* -------------------- END -------------------- */

#header_menu {
background:transparent;
padding-left:0px;
}
#header_menu_holder ul li ul {
-moz-box-shadow:0 0 0;
-webkit-box-shadow:0 0 0;
box-shadow:0 0 0;
}
#header_menu_holder ul li a, #header_menu_holder ul li a:hover {
text-shadow:1px 1px 1px #000;
font-size:11px;
}
#header_menu_holder ul li a:hover, #header_menu_holder ul li a.has_drop_down:hover {
color:#fff;
text-shadow:1px 1px 1px #000;
background:#373737;
}
#header_menu_holder ul li a.has_drop_down {
color:#fff;
}
#header_menu_holder ul li a.active, #header_menu_holder ul li a.active:hover {
color:#42609C;
text-shadow:1px 1px 1px #fff;
background:#fff;
}
#header_menu_holder ul li ul li a, #header_menu_holder ul li ul li a:hover {
text-shadow:0px 0px 0px;
}
/* -------------------- Link Elements -------------------- */

#header_menu ul li { 
border: 0;
color: #fff;
text-shadow: 1px 1px 1px #000;
line-height: 20px;
font-size: 13px;
padding: 5px 30px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: bold;
/*border: solid 1px #8f8f8f;*/
/*border-image-source: url('../../images/menu_div.png');*/
border-image-slice: 3;
}
/* -------------------- END -------------------- */

#header_menu ul li a, #header_menu ul li a:hover { 
border: 0;
color:#fff;
text-shadow:1px 1px 1px #000;
line-height:20px;
font-size:13px;
padding: 0;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: bold;
}
#header_menu ul li a:hover { 
color:#fff;
text-shadow:1px 1px 1px #000;
width: 100%;
/*background:#000 url('../../images/mhover_teal_light.png') repeat-x;*/
}
#header_menu ul li a.is_active { 
color:#fff;
text-shadow:1px 1px 1px #000;
width: 100%;
/*background:#000 url('../../images/mhover_teal_light.png') repeat-x;*/
}
#header_menu ul li.explore:hover,#header_menu ul li.explore:hover a,#header_menu ul li.explore:hover a:hover {
color:#fff;
text-shadow:1px 1px 1px #000;
/*background:#000 url('../../images/mhover_teal_light.png') repeat-x;*/
}
#header_menu ul li ul li a,#header_menu ul li ul li a:hover,#header_menu ul li.explore:hover ul li a,#header_menu ul li.explore:hover ul li a:hover {
background: #061b2e;	
line-height:24px;
font-size: 12px;
letter-spacing: 1px;
padding: 5px 10px;
}
#header_menu ul li.explore:hover ul li a:hover {
background:#7A9AA9;
padding: 3px 10px 2px;
margin-top: 5px;
}
#header_menu ul li.explore ul { 
background: #061b2e;
box-shadow:4px 4px 8px #000;
padding-bottom:12px;
padding-top:2px;
text-align:left;
width: auto;
border-bottom-left-radius:6px;
border-bottom-right-radius:6px;
-webkit-border-bottom-left-radius:6px;
-webkit-border-bottom-right-radius:6px;
}
/* *END* HEADER NAV
------------------------------------------------ */


/* SLIDING POP-UP
------------------------------------------------ */

#note { 
text-align: center;
/*border: 2px solid #7F0000;*/
display: none;
}

#sliding_popup {
position: fixed;
display: block;
width: 100%;
padding: 0px;
margin: 0px;
z-index: 100;
}

#sliding_popup .box {
display: block;
width: 800px;
height: auto;
padding: 20px;
background: #4C5F6F;
border: ridge 5px #dfdfdf;
}

#sliding_popup .content {
background-color: #fff;
border-radius: 5px;
padding: 5px;
padding-bottom: 20px;
}

#sliding_popup .close {
overflow: hidden;
display: block;
width: 20px;
height: 20px;
margin: 1px 5px 4px 0;
background-image: url(/images/close-w.png);
background-size: 20px;
}

@font-face {
font-family: "Marketing"; src:url("/includes/fonts/MarketingScript.ttf") format("truetype"); 
font-weight:normal; 
font-style:normal;
}

/* *END* SLIDING POP-UP
------------------------------------------------ */


/* INFO BOXES
------------------------------------------------ */

.beg-box {
display: inline-block;
vertical-align: top;
padding: 1.5%;
width: 26%;
margin: 20px 1.5% 0;
background-color: #fff;

border-radius: 5px;
box-shadow: 3px 3px 6px #8f8f8f;
}
div.beg-box:nth-child(2) {
margin: 0 10%;
}
.beg-box img {
border: ridge 1px #5F5D59;
box-shadow: 3px 3px 6px #8f8f8f;
border-radius: 3px;
width: 100%;
}
.beg-box a {
color: #00488F;
text-decoration: none;
font-size: 100%;
font-weight: bold;
letter-spacing: 2px;
line-height: 200%;
text-shadow: 2px 2px 4px #6F665A;
font-family: Verdana, Geneva, sans-serif;
}
.beg-box a:hover {
color: #5F1717;
text-decoration: underline;
text-shadow: 2px 2px 4px #6F665A;
font-family: Verdana, Geneva, sans-serif;
}

/* *END* INFO BOXES
------------------------------------------------ */


/* CONTENT PAGES
------------------------------------------------ */

.staff-itin {
width: 800px;
background-color: #fff;

border-radius: 5px;
box-shadow: 3px 3px 6px #8f8f8f;
margin: 20px 0 40px;
}
.cont-cont {
width: 90%;
background-color: #fff;

border-radius: 5px;
box-shadow: 3px 3px 6px #8f8f8f;
}
.cont-cont-l {
display: inline-block;
vertical-align: top;
width: 483px;
margin: 10px 10px 0 0;
background-color: #fff;

border-radius: 5px;
box-shadow: 3px 3px 6px #8f8f8f;
}
.cont-cont-r {
display: inline-block;
vertical-align: top;
width: 483px;
margin: 10px 0 0;
background-color: #fff;

border-radius: 5px;
box-shadow: 3px 3px 6px #8f8f8f;
}
.cont-cont-l h3 {
text-align: center;
font-size: 18px;
font-weight: bold;
color: #07406F;
text-shadow: 3px 3px 3px #afafaf;
height: 50px;
padding: 10px;
}
.cont-cont-l h4 {
text-align: center;
font-size: 16px;
font-weight: bold;
color: #07406F;
padding: 0 10px;
}
.cont-cont-r h3 {
text-align: center;
font-size: 18px;
font-weight: bold;
color: #07406F;
text-shadow: 3px 3px 3px #afafaf;
height: 50px;
padding: 10px;
}
.cont-cont-r h4 {
text-align: center;
font-size: 16px;
font-weight: bold;
color: #07406F;
padding: 0 10px;
}
/* *END* CONTENT PAGES
------------------------------------------------ */

/* OVERVIEW / MY STREAMS PAGE'S
------------------------------------------------ */
.streamContent {
display: block;
}

.streamBanner {
background-color: #fff;
color: #5F5F5F;
padding: 15px 0 25px;
margin: 20px 0;
box-shadow: 3px 3px 8px #8f8f8f;
}

.streamBanner h1 {
font-size: 200%;
font-weight: bold;
letter-spacing: 1px;
margin: 20px 0;
color: #293F6F;
text-transform: uppercase;
text-shadow: 3px 3px 6px #BFBFBF;
}

.streamBanner h2 {
font-size: 180%;
margin: 20px 80px;
}

.bannerTitle {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d7888+0,8491a3+50,6d7888+100 */
background: rgb(109,120,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(109,120,136,1) 0%, rgba(132,145,163,1) 50%, rgba(109,120,136,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(109,120,136,1) 0%,rgba(132,145,163,1) 50%,rgba(109,120,136,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(109,120,136,1) 0%,rgba(132,145,163,1) 50%,rgba(109,120,136,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d7888', endColorstr='#6d7888',GradientType=0 ); /* IE6-9 */
border-bottom: solid 1px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 5px;
font-size: 120%;
font-weight: bold;
letter-spacing: 3px;
color: #fff;
text-transform: uppercase;
text-shadow: 1px 1px 1px #000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

.stream-cont {
display: inline-block;
vertical-align: top;
width: 48%;
height: auto;
background-color: #fff;

border-radius: 5px;
box-shadow: 3px 3px 6px #8f8f8f;
margin: 0 .7% 4%;
padding: 18px 0;
}

.stream-cont-list {
display: inline-block;
width: 45%;
font-size: 100%;
font-weight: bold;
letter-spacing: 0px;
margin: 0 0 5px;
}

.stream-cont h3 {
color: #293F6F;
font-size: 110%;
letter-spacing: 1px;
text-shadow: 3px 3px 6px #999;
}

.stream-cont h4 {
font-size: 100%;
letter-spacing: 0px;
margin: 0 0 10px;
}

.stream-cont h6 {
color: #002E5F;
font-size: 90%;
letter-spacing: 0px;
padding: 0 10px;
margin: 8px 0 0;
}

.stream-cont img {
border: solid 1px #000;
border-radius: 5px;
box-shadow: 3px 3px 6px #8f8f8f;
width: 90%;
}

.streamButton {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#888888+0,444444+100 */
background: rgb(136,136,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(68,68,68,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
padding: 4px 10px 5px;
box-shadow: 3px 3px 8px #8f8f8f;
width: 200px;
margin: 15px 0 5px;
color: #fff;
font-size: 13px;
font-weight: bold;
letter-spacing: 2px;
text-shadow: 1px 1px 1px #000;
}

.streamButton a {
color: #fff;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 1px 1px 1px #000;
}

.streamButton a:hover {
color: #AFE3FF;
}

@media only screen and (min-width: 1920px) {

.stream-cont {
width: 32%;
margin: 0 .4% 3%;
}
}

/* *END* OVERVIEW / MY STREAMS PAGE'S
------------------------------------------------ */


/* STREAMING PAGE
------------------------------------------------ */

.video-main {
background-color: #fff;
overflow: auto;
}

.v-cont {
border: ridge 6px silver;
background-color: #000000;
padding: 0;
margin: 2em;
}

.v-player {
background-color: #000;
border: inset 2px #8f8f8f;
font-size: 32px;
font-weight: bold;
color: #fff;
margin: .2em .2em .25em;
}

.v-player img {width: 100%; margin-bottom: -3.5px;}

.notice-v {
background-color: #fff;
}

.notice-v-cont {
padding: 20px;
}

.notice-v-cont p {
font-size: 15px;
font-weight: bold;
color: #18485C;
text-align: center;
margin: 5px 0 10px;
}

.notice-v-cont-item {
display: block;
vertical-align: top;
width: 80%;
margin: 3% 0 0;
}

.notice-v-cont-item img {
border: solid 1px #000;
border-radius: 5px;
box-shadow: 3px 3px 6px #8f8f8f;
width: 70%;
margin-bottom: 10px;
}

.notice-v-cont-item-r {
display: inline-block;
vertical-align: top;
width: 40%;
}

.mod-head-l {
display: inline-block;
vertical-align: top;
width: 48%;
margin: 30px 0 20px;
}
.outerFrm {
background-color: #000;
border: groove 3px #999;
width: 80%;
padding: 10px 12px 10px 10px;
}
.innerFrm {
border: solid 2px silver;
border-radius: 5px;
width: 100%;
}
.innerFrm img {
width: 100%;
}
.mod-head-l p {
font-size: 16px;
color: #09394E;
letter-spacing: 3px;
text-align: center;
padding: 0 40px;
margin-top: 10px;
}

.mod-head-l h2 {
font-size: 24px;
color: #07406F;
letter-spacing: 2px;
text-shadow: 3px 3px 6px #8f8f8f;
margin-top: 0;
}

.mod-head-r {
display: inline-block;
vertical-align: top;
width: 48%;
margin: 30px 0 20px;
}
.mod-head-r p {
font-size: 16px;
color: #09394E;
letter-spacing: 3px;
text-align: center;
padding: 0 40px;
margin-top: 10px;
}
.mod-head-r h2 {
font-size: 24px;
color: #07406F;
letter-spacing: 2px;
text-shadow: 3px 3px 6px #8f8f8f;
margin-top: 0;
}
.mod-head-r h3 {
font-size: 20px;
color: #09394E;
letter-spacing: 3px;
margin-top: 0px;
text-shadow: 1px 1px 3px #8f8f8f;
}
.mod-head-r h5 {
font-size: 16px;
color: #7F0000;
letter-spacing: 1px;
margin: 5px 0 0;
}
.mod-cont {
background-color: #fff;
border-radius: 5px;
box-shadow: 3px 3px 6px #8f8f8f;
width: 90%;
margin: 40px 0;
padding-bottom: 20px;
}

.mod-cont-item {
display: inline-block;
vertical-align: top;
height: auto;
width: 460px;
margin: 25px 0;
}

.mod-cont-item li {
display: inline-block;
vertical-align: top;
float: left;
font-weight: bold;
color: #000;
font-size: 16px;
padding: 0;
}

.mod-cont-item-cont {
display: inline-block;
vertical-align: top;
font-weight: bold;
color: #09394E;
font-size: 16px;
padding: 0;
}

.mod-cont h1 {
font-size: 36px;
color: #0B3B4F;
margin: 30px 0 0;
}

.mod-cont-item-cont h5 {
font-size: 14px;
letter-spacing: 2px;
margin: 0;
}


/* *END* STREAMING PAGE
------------------------------------------------ */


/* COP
------------------------------------------------ */

#cop_box {
width: 120px;
height: 100px;
border-radius: 5px;
}

#cop_box img {
border: 1px solid #8F8F8F;
border-radius: 10px;
float: none;
margin: 0;
}

#cop_box a {
color: #7F272B;
text-decoration: none;
font-size: 10pt;
font-weight: bold;
font-family: Verdana, Geneva, sans-serif;
margin: 0;
text-shadow: 3px 3px 3px #666666;
line-height: 26px;
}

#cop_box a:hover {
color: #003875 !important;
text-decoration: none;
text-shadow: 3px 3px 3px #666666;
font-family: Verdana, Geneva, sans-serif;
}

/* COP END
------------------------------------------------ */


/* TRANSLATION SERVICES PAGE
------------------------------------------------ */

div.transrv {
clear: left;
padding: 0;
}

div.transrv.inactive {
display: none;
}

a.active {
font-weight: bold;
}

div.inactive {
display: none;
}

ol#toc {
height: 40px;
list-style: none;
margin: 0;
padding: 10px 0 0;
}

ol#toc a {
background: url('../../images/tabs-2.gif');
color: #fff;
font-size: 11px;
font-weight: bold;
display: block;
padding: 8px 0;
text-decoration: none;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom: ridge 3px #55536F;
}

ol#toc a:hover {
background-position: 0 -120px;
color: #ECFF8F;
}

ol#toc li {
float: left;
margin: 0 .35%;
list-style: none;
width: 73px;
}

ol#toc li a.active {
background-position: 0 -60px;
color: #fff;
font-weight: bold;
}

.covQuestiong {
margin-bottom: 20px;
}

.ltr {
text-align: left;
}

.rtl {
text-align: right;
}

#CopForm input {
width: 30px;
}

/* *END* TRANSLATION SERVICES PAGE
------------------------------------------------ */


/* CART
---------------------------------------------------*/

.evtcart {
width: 820px;
height: auto;
margin: 0;
padding: 0 40px 0 40px;
text-align: left;
overflow: hidden;
}

.evtcart p {
font-size: 16px;
font-family: Verdana, Geneva, sans-serif;
letter-spacing: 1px;
margin-right: 5px;
}

.evtcart td {
font-size: 16px;
font-family: Verdana, Geneva, sans-serif;
letter-spacing: 1px;
line-height: 125%;
}

.evtcart a {
text-decoration: none;
color: #7F0000;
background-color: none;
font-weight: bold;
font-size: 16px;
font-family: Verdana, Geneva, sans-serif;
letter-spacing: 1px;
}

.evtcart a:hover {
text-decoration: underline;
color: #002E5F;
background-color: none;
font-weight: bold;
font-size: 16px;
font-family: Verdana, Geneva, sans-serif;
letter-spacing: 1px;
}

.evttext {
font-size: 15px;
font-family: Verdana, Geneva, sans-serif;
letter-spacing: 1px;
width: 500px;
height: 150px;
}

.titleOrder {
font-size: 20px;
text-align: right;
font-weight: bold;
padding-right: 15px;
}

.titleSection {
font-size: 20px;
color: gold;
margin-bottom: 10px;
}

/* END
------------------------------------------------ */



.banner {
background-color: #fff;

width: 100%;
color: #5F5F5F;
padding: 15px 0 5px;
margin: 20px 0;
box-shadow: 3px 3px 8px #8f8f8f;
}

.banner h1 {
font-size: 200%;
font-weight: bold;
letter-spacing: 3px;
margin: 0 0 5px;
color: #293F6F;
text-shadow: 6px 6px 6px #BFBFBF;
}

.banner h2 {
font-size: 160%;
font-weight: bold;
letter-spacing: 2px;
color: #000;
text-shadow: 3px 3px 3px #BFBFBF;
}
.banner h3 {
font-size: 140%;
font-weight: bold;
letter-spacing: 2px;
color: #000;
text-shadow: 3px 3px 3px #BFBFBF;
}
.banner h4 {
font-size: 120%;
letter-spacing: 2px;
color: #000;
text-shadow: 3px 3px 3px #BFBFBF;
}


/* ------------------ 1680px ------------------------- */


@media only screen and (max-width: 1680px) {

.foot-info-l {
width: 58%;
}

.foot-info-r {
width: 38%;
}

.foot-info-r-cont {
width: 70%;
}

.foot-info-r hr {
width: 75%;
margin: 10px 0;
}
}

/* ------------------ 1600px ------------------------- */

@media only screen and (max-width: 1600px) {


#header_menu ul li {
padding: 0 40px;
}

.notice-v-cont p {
margin: 5px 0;
}

.foot-info-r-cont {
width: 80%;
}

.foot-info-r hr {
width: 70%;
margin: 10px 0;
}
}


/* ------------------ 1440px ------------------------- */


@media only screen and (max-width: 1536px) {

#header_menu ul li {
padding: 0 30px;
}

.sectionTitle {
font-size: 17px;
letter-spacing: 2px;
}

.notice-v-cont p {
margin: 0 0 5px;
}

.playerButton {
margin: 10px 12px;
}

.stu_box {
width: 180px;
}

.stu_box img {
width: 140px;
}

.banner h1 {
font-size: 32px;
}

.banner h2 {
font-size: 22px;
}

.foot-info-l ul {
column-gap: 10px;
}

.foot-info-r-cont {
width: 85%;
}

.foot-info-r hr {
width: 70%;
}
}


/* ------------------ 1366px ------------------------- */


@media only screen and (max-width: 1366px) {

#header_menu ul li {
padding: 0 20px;
}

.sectionTitle {
font-size: 16px;
}

.playerButton {
margin: 10px 15px;
}

.sched-info {
margin: 20px 8px;
width: 140px;
}

.sched-info a {
font-size: 12px;
}

.state {
font-size: 20px;
}

.foot-info-l {
width: 55%;
}

.foot-info-l ul {
column-gap: 5px;
}

.foot-info-r {
width: 40%;
}

.foot-info-r-cont {
width: 90%;
}

.foot-info-r hr {
width: 70%;
margin: 10px 0;
}
}


