@charset "UTF-8";
/* CSS Document */


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

/* END RESET CSS */

/*from source document */
/*p {
	color:#777;
	text-align:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
}*/

h1 {
	font-size:1.6em;
	color:#555;
	line-height:1.8em;
	text-align:center;
}

h2 {
	color:#666;
	text-align:left;
	font-weight:bold;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
}

#mediaplayer {
	display:block;
	width:750px;
	height:359px;
	-moz-box-shadow: 2px 2px 8px #000000;
   -webkit-box-shadow: 2px 2px 8px #000000;
   box-shadow: 2px 2px 3px #000000;
   padding:0;
   margin:auto;
   margin-top:8px;
}

.tutorial {
	margin-top:0px;
	margin-left:7px;
	color:#333;
	display:block;
	width:960px;
	height:auto;
	min-height:180px;
	text-align:center;
	padding:3px;
	border:1px solid #999;
	-moz-box-shadow:inset 0 0 5px #999;
   -webkit-box-shadow:inset 0 0 5px #999;
   box-shadow:inset 0 0 5px #999;
	-moz-border-radius:6px 6px 6px 6px 6px;
	-webkit-border-radius:6px 6px 6px 6px;
	-o-border-radius:6px 6px 6px 6px;
	border-radius:6px 6px 6px 6px;
}

.tutbox {
	float:left; 
	width:186px;
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #54769B;
	font-size:13px;
	line-height:1.2em;
	font-weight:800; 
}

.tutbox a:hover {
	color: #CC0000;
}

[class*='tutsprt-'] {
	width:184px;
	height:132px;
	text-align:center;
	border:1px #666 solid;
}

.tutbox p {
	position:relative;
	bottom:-110px;
	color:#666;
	line-height:1.7em;
	background-color:rgba(255,255,255,0.7);
}
.tutsprt-NL {
	background-image: url(../images/NEWLRNRsprite.jpg);
	background-position:0 0;
	overflow:hidden;
}
.tutsprt-NL:hover {
	background-position:0 -134px;
}
.tutsprt-GL {
	background-image: url(../images/GRPLRNINGsprite.jpg);
	background-position:0 0;
	overflow:hidden;
}
.tutsprt-GL:hover {
	background-position:0 -134px;
}
.tutsprt-HBCC {
	background-image: url(../images/HBCCsprite.jpg);
	background-position:0 0;
	overflow:hidden;
}
.tutsprt-HBCC:hover {
	background-position:0 -134px;
}

.tutsprt-RT {
	background-image: url(../images/REPORTsprite.jpg);
	background-position:0 0;
	overflow:hidden;
}
.tutsprt-RT:hover {
	background-position:0 -134px;
}

.tutsprt-PLP {
	background-image: url(../images/PLPsprite.jpg);
	background-position:0 0;
	overflow:hidden;
	color:white;
}
.tutsprt-PLP:hover {
	background-position:0 -134px;
}

.tutsprt-srch {
	background-image: url(../images/SEARCHsprite.jpg);
	background-position:0 0;
	overflow:hidden;
	color:white;
}
.tutsprt-srch:hover {
	background-position:0 -134px;
}




/*original css */


body {
	text-align:center;
	font:13px/1.231 sans-serif;
	background:	darkred;
}

#main {
	width:980px;
	height:auto;
	margin:auto;
	background:#F9F8ED;
	border:1px solid #999;
	-moz-box-shadow:inset 0 0 8px #999;
   -webkit-box-shadow:inset 0 0 8px #999;
   box-shadow:inset 0 0 8px #999;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	padding:3px;
}




video {
	margin:0px;
	padding:0px;
}



a, a:active, a:visited { 
	color: #607890;
	text-decoration:none;
}




a:hover { color: #CC0000;
text-decoration:none;
}



a img {
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}


#otherdocBox {
	width:318px;
	height:260px;
	text-align:center;
	border-right:thin solid #999;
	display:block;
	float:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #54769B;
	font-size:14px;
	line-height:1.2em;
	font-weight:800; 
}
#otherdocBox:hover {
	color:#CC0000;
}

