/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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;
}

/*---------------------*/

body {
  background-color: #EEEBE7;
  color: #111111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

a {
  color: #3AA0C7;
}

h1 {font-size: 25px; font-weight: bold; margin: 0 0 15px 0;}
h2 {font-size: 20px; margin: 0 0 10px 0;}
h3 {font-size: 18px; margin: 0 0 10px 0;}
h4 {font-size: 16px; margin: 0 0 10px 0;}
p {margin:10px 0; line-height: 1.6; font-size: 15px;}

strong, b {font-weight: bold;}
i,em {font-style: italic;}

.column-main ul { list-style-type: disc; margin: 25px 10px; }
.column-main li {margin: 10px;}

.content a {color: rgb(190,7,7);}

.wrapper {margin: 0 auto; width: 980px;}
.column-sidebar {float: left; width: 211px; }
.full-column .column-main {margin-left:0; border-radius: 6px;}
.full-column .column-sidebar {display: none;}

.column-main { /* margin-left: 211px; */ width:715px;float:left;
               padding: 25px 25px 30px 25px; background-color: white; border-radius: 0 6px 6px 6px; box-shadow: 1px 1px 1px 1px #DBDBDB; }
.column-3 {width: 30%; float: left;}
.clear {clear: both;}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.menu-container {background: url("/Public/Academy/img/menu.png") repeat-x top left; border: 1px solid rgb(165,165,165);margin-bottom: 15px;}
.menu-container ul {float: left;}
.menu-container .menu li { float: left;}
.menu-container .menu li a {height: 48px; line-height: 50px; padding: 0 25px; display:block; color: #111111; text-decoration: none; background: url("/Public/Academy/img/menu.png") repeat-x top left; border-right: 1px solid rgb(165,165,165); }
.menu-container .menu li:first-child a {border-left: 1px solid rgb(165,165,165);}
.menu-container .menu li a:hover,
.menu-container .menu li.active a {background: url("/Public/Academy/img/menu.png") repeat-x bottom left; color: white;}

.sidebar-menu {}
.sidebar-menu li {}
.sidebar-menu a {display: block; padding:15px 5px 15px 20px; text-decoration: none; color: #111111; border-bottom: 1px solid rgb(207, 204, 201); }
.sidebar-menu a:hover,
.sidebar-menu a.active {background-color: white;border-radius: 5px 0 0 5px; }


.header {background-color: white; padding: 10px 0;}
.header .logo {width: 248px; height: 75px; display: block; float: left; text-indent: -9999px; background: url("/Public/Academy/img/logo.png") no-repeat;}
.header .profile {float: right;}

.liner {border-bottom: 1px solid rgb(217, 217, 217); margin: 10px 0 20px 0;}

.tag {background-color: rgb(48, 176, 236); color: white; padding: 3px 7px; border-radius: 4px; font-style: italic;}


/*MW Objects*/
.LoginTest-box {}
.login-logout-button {margin-left: 7px;}


/*
 video {margin-top:-68px; }

   .videoBox { height:400px; width:950px; overflow: hidden; }  
*/



  #play { width:25px; height:25px; margin:0; padding:0; cursor:pointer;}
  #play.play { background:url(/Public/Academy/img/button_play.png) no-repeat;  }
  #play.pause {background:url(/Public/Academy/img/button_pause.png) no-repeat;  }

.videoControlPanel { position:absolute; top:495px; left:13px; z-index:10000; }



