html {
	width: 100%;
	height: 100%;
}

body {
	background: #ff6713 url(images/background.png) repeat-x;
	font-size: 0.8em;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Geneva, Arial, Helvetica, sans-serif;*/
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#newSiteHeader {
	background: #333;
	color: #FFF;
	position: fixed;
	width: 100%;
	padding: 1em;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	top: 0;
	left: 0;
}
#newSiteHeader a {
	color: #FFF;
	text-decoration: none;	
}
#newSiteHeader a:hover {
	color: #CCC;	
}
#viewers {
	float:right;
	
}

.viewers_below {
	padding-top: 10px;
	
}

a:focus{
outline:none;
}

#pageWrap {
	width: 860px;
	margin: 0px auto 0px auto;
	background: url(images/pageRepeat.png) top repeat-y;
	text-align: left;
}

#header {
	height: 150px;
	background: url(images/head.png) no-repeat;
	margin: 0px;
}

#topNav ul {
	margin: 0px;
	padding: 110px 0px 0px 30px;
	height: 40px;
}

#topNav ul li {
	float: left;
	margin: 0px;
	padding: 20px 20px 0px 20px;
	background: url(images/topNavSeperator.png) right no-repeat;
	list-style: none;
	height: 20px;
}

#topNav ul li a {
	font-family: "Arial Rounded MT Bold", "Arial Rounded";
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

#topNav ul li a:hover {
	color: #000000;
}

#topNav ul li.down a {
	color: #ff6713;
}

#content {
	background: url(images/pageTop.png) top no-repeat;
	margin: 0px;
	height: 400px;
	line-height: 1.5em;
}

p { word-wrap: break-word }

html>body #content {
	height: auto;
	min-height: 400px;
	
}

body #colLeft {
	margin: 0px 50px 0px 50px;
	padding-top: 20px;
	width: 760px;
	
}

body.cols #colLeft {
	float: left;
	margin: 0px 0px 0px 50px;
	width: 560px;
	display: inline;
	padding: 20px 0px;
	
}


#colRight {
	margin: 0px 30px 20px 630px;
	padding: 20px 0px;
}

#colRight p a {
	color: #000 !important;
	text-decoration: none;
	font-weight: bold;
}

#colRight p a:hover {
	color: #666666 !important;
}

* html #colRight { height: 1em; }

#sideNav {
	padding: 0px;	
	/*width: 197px;*/
}

#sideNav a {
	color: #666666 !important;
	text-decoration: none;
}

#sideNav a:hover {
	color: #000000;
}

.sideNavWrap {
	border: 1px #CCCCCC solid;
}

.sideNavTitle {
	background: url(images/sideNavBack.png) top no-repeat;
	height: 28px;
	color: #FFFFFF;
	padding: 6px 10px;
	/*font-family: "Arial Rounded MT Bold", "Arial Rounded";*/
	margin: 0px;
	/*width: 100%;*/
}

#sideNav ul {
	margin: -10px 0px 0px 10px;
	padding: 0px;
	font-size: 0.9em;
	/*display: none;*/
line-height: 1.2em;
}

#sideNav ul ul {
	margin: 0px;
	font-size: 1em;
}

#sideNav ul li {
	list-style: none;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sideNav ul li.open {
	background: url(images/arrowDown.png) left top no-repeat;
}

#sideNav ul li.closed {
	background: url(images/arrowRight.png) left  no-repeat;
}

#sideNav ul li.selected {
	font-weight: bold;
}

#footer {
	clear: both;
	background: #ff6713 url(images/pageBottom.png) no-repeat;
	padding: 50px 30px;
}

#footer #CNLogo {
	float: left;
}

#footer #copyright {
	float: right;
	width: 600px;
	text-align: right;
	color: #FFFFFF;
	font-size: 0.8em;
}

#footer #copyright a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#footer #copyright a:hover {
	color: #FFFF00;
}

#footer #CNlogo a img {
	border: none;
}

#footer #footerLinks {
	float: right;
}

#footer #footerLinks ul {
	
	margin: 0px;
	padding: 0px;
}

#footer #footerLinks ul li {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
	list-style: none;
}

/* Bits */
.hideMe {
	display: none;
	visibility: hidden;
}
.clear {
	clear: both;
}

#colLeft a {
	color: #ff6713;
	text-decoration: none;
	font-weight: bold;
}

#colLeft a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.toolTip {
	border-bottom: dashed #FF6600 1px;
}
div.tooltip {
	padding: 5px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 0.9em;
	width: 200px;
	cursor: help;
	text-align: left;
}
.tooltipSNS {
	padding: 5px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 0.9em;
	width: 200px;
	cursor: help;
	text-align: left;
}
.tooltipSNSWide {
	padding: 5px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 0.9em;
	width: 300px;
	cursor: help;
	text-align: left;
}
.snsInfoIcon {
	background: url(../images/snsInfoIcon.gif) no-repeat;
	width: 50px;
	height: 50px;
}
.snsInfoIcon:hover {
	cursor: help;
}

/* Content */
h2 {
	/*font-family: "Arial Rounded MT Bold", "Arial Rounded";*/
	color: #FF6713;
	font-weight: normal;
	font-size: 3.5em;
	line-height: 1.1em;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: normal;
	text-align: left;
}

.intro {
	font-size: 1.2em;
	line-height: 1.5em;
}

.mainBoxes .col1 a {
	width: 224px;
	float: left;
	margin-right: 14px;
	background: url(/images/box_social.png) no-repeat #E0E0E0;
	padding: 210px 10px 10px 10px;
	display: block;
	color: #333333 !important;
	line-height: 1.1em;
	font-size: 0.9em;
	font-weight: normal !important;
}

.mainBoxes .col2 a {
	width: 224px;
	float: left;
	margin-right: 14px;
	background: url(/images/box_plus.png) no-repeat #E0E0E0;
	padding: 210px 10px 10px 10px;
	display: block;
	color: #333333 !important;
	line-height: 1.1em;
	font-size: 0.9em;
	font-weight: normal !important;
}

.mainBoxes .col3 a {
	width: 224px;
	float: left;
	background: url(/images/box_cyber.png) no-repeat #E0E0E0;
	padding: 210px 10px 10px 10px;
	display: block;
	color: #333333 !important;
	line-height: 1.1em;
	font-size: 0.9em;
	font-weight: normal !important;
}

.mainBoxes .col1 a, .mainBoxes .col2 a, .mainBoxes .col3 a {
	height: 40px;
}

html>body .mainBoxes .col1 a, html>body .mainBoxes .col2 a, html>body .mainBoxes .col3 a {
	height: auto;
	min-height: 40px;
}

.mainBoxesCyber .col1 a {
	width: 224px;
	float: left;
	margin-right: 14px;
	background: url(/images/box_cyberOverviewDoc.jpg) no-repeat #E0E0E0;
	padding: 115px 10px 10px 10px;
	display: block;
	color: #333333 !important;
	line-height: 1.1em;
	font-size: 0.9em;
	font-weight: normal !important;
	height: 130px;
}

.mainBoxesCyber .col2 a {
	width: 224px;
	float: left;
	margin-right: 14px;
	background: url(/images/box_cyberFullDoc.jpg) no-repeat #E0E0E0;
	padding: 115px 10px 10px 10px;
	display: block;
	color: #333333 !important;
	line-height: 1.1em;
	font-size: 0.9em;
	font-weight: normal !important;
	height: 130px;
}

.mainBoxesCyber .col3 a {
	width: 224px;
	float: left;
	background: url(/images/box_cyberFIlm.jpg) no-repeat #E0E0E0;
	padding: 115px 10px 10px 10px;
	display: block;
	color: #333333 !important;
	line-height: 1.1em;
	font-size: 0.9em;
	font-weight: normal !important;
	height: 130px;
}
.digicenralBoxes .col1 a {
	width: 244px;
	float: left;
	margin-right: 14px;
	display: block;
	background-image: url(/images/box_centralA.jpg);
	background-repeat: no-repeat;
}
.digicenralBoxes .col1 a:hover {
	background-image: url(/images/box_centralA_f2.jpg);
}
.digicenralBoxes .col2 a {
	width: 244px;
	float: left;
	margin-right: 14px;
	display: block;
	background-image: url(/images/box_centralB.jpg);
	background-repeat: no-repeat;
}
.digicenralBoxes .col2 a:hover {
	background-image: url(/images/box_centralB_f2.jpg);
}
.digicenralBoxes .col3 a {
	width: 244px;
	float: left;
	display: block;
	background-image: url(/images/box_centralC.jpg);
	background-repeat: no-repeat;
}
.digicenralBoxes .col3 a:hover {
	background-image: url(/images/box_centralC_f2.jpg);
}
.digicenralBoxes .col1 a, .digicenralBoxes .col2 a, .digicenralBoxes .col3 a {
	height: 216px;
}

html>body .mainBoxesCyber .col1 a, html>body .mainBoxesCyber .col2 a, html>body .mainBoxesCyber .col3 a {
	height: auto;
	min-height: 130px;
}

.feeds {
	clear: both;
	padding-top: 15px;
}

.feeds .col1 {
	width: 373px;
	float: left;
}

.feeds .col2 {
	width: 373px;
        float: left;
        margin-left: 14px;
}

.featureBlueWrap .head {
	background-color: #0099CC;
	min-height: 20px;
	padding: 2px 5px 2px 10px;
	color: #FFFFFF;
}

.featureBlueWrap .head .rss {
	float: right;

}

.featureBlueWrap .head .rss a {
	color: #FFFFFF !important;
}

.featureBlueWrap .body {
	background: url(images/blueArrowDown.png) no-repeat top right #F3F3F3;
	padding: 0px 10px;
	height: 140px;
}

.featureBlueWrap .body .row {
	padding: 4px 0px;
	margin: 0px 0px 4px 0px;
	border-bottom: 1px dotted #CCCCCC;
        
}

.featureBlueWrap .body .row .title {
	line-height: 1em;
}

.featureBlueWrap .body .row .date {
	font-size: 0.8em;
	line-height: 1em;
}

.featureOrangeWrap .head {
	background-color: #FF9900;
	min-height: 20px;
	padding: 2px 5px 2px 10px;
	color: #FFFFFF;
}

.featureOrangeWrap .head .rss {
	float: right;

}

.featureOrangeWrap .head .rss a {
	color: #FFFFFF !important;
}

.featureOrangeWrap .body {
	background: url(images/orangeArrowDown.png) no-repeat top right #F3F3F3;
	padding: 0px 10px;
	height: 140px;
}

.featureOrangeWrap .body .row {
	padding: 4px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dotted #CCCCCC;
        clear: left;
}

.featureOrangeWrap .body .row .img {
	background-color: #FFFFFF;
	border: 1px #666666 solid;
	text-align: center;
	float: left;
	height: 60px;
	width: 60px;
	overflow: hidden;
}

.featureOrangeWrap .body .row .col2 {
	/*float: left;*/
}

.featureOrangeWrap .body .row .title {
	line-height: 1em;
	/*margin-left: 70px;*/
}

.featureOrangeWrap .body .row .date {
	font-size: 0.8em;
	line-height: 1em;
	/*margin-left: 70px;*/
}

.large {
	font-size: 2em;
}

.lightBox {
	font-size: 1.5em;
	line-height: 1em;
	
}

.lightBox .rowOff {
	color: #CCCCCC;
	clear: left;
	padding-bottom: 5px;
	border-bottom: solid #E9E9E9 1px;
	margin-bottom: 5px;
}

.lightBox .col1 {
	width: 1em;
	float: left;
	/*color: #0099FF;*/
}

.lightBox .col2 {
	margin-left: 1em;
}
.lightBox .rowOn {
	color:#000000;
	clear: left;
	padding-bottom: 5px;
	border-bottom: solid #000000 1px;
	margin-bottom: 5px;
}
.rowOnSmall {
	font-size:0.7em;
	color:#333333;
	line-height:1.5em;
}

.rowOffSmall {
	font-size:0.7em;
	color:#cccccc;
}

#colLeft li {
	/*margin-top: 10px;
	margin-bottom: 10px;
	*/
}
.numbering {
	font-weight:bold;
	padding-right:1.5em;
}
.superscript {
	font-size: 0.8em;
	top: -0.3em;
	position: relative;
}
#footnotes {
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 30px;
}
#footnotes p {
	font-size: 0.9em;
	margin: 0px;
}
.featureBasic {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #EFEFEF;
	margin-bottom: 5px;
}
.featureBasic2 {
	padding-top: 5px;
	padding-right: 33px;
	padding-bottom: 5px;
	padding-left: 33px;
	background-color: #666666;
	margin-bottom: 5px;
	color: #FFFFFF;
	background-image: url(/images/featureBg.jpg);
	background-repeat: no-repeat;
}
.featureBasic3 {
	padding-top: 5px;
	padding-right: 33px;
	padding-bottom: 5px;
	padding-left: 33px;
	background-color: #666666;
	margin-bottom: 5px;
	color: #FFFFFF;
	background-image: url(/images/featureBg3.jpg);
	background-repeat: no-repeat;
}
.backBtn {
	background-image: url(/images/nextbackBtn_r1_c1.jpg);
	float: left;
	height: 81px;
	width: 92px;
}
.backBtn:hover {
	background-image: url(/images/nextbackBtn_r1_c1_f2.jpg);
}
.nextBtn {
	background-image: url(/images/nextbackBtn_r1_c2.gif);
	height: 81px;
	width: 88px;
	float: right;
}
.nextBtn:hover {
	background-image: url(/images/nextbackBtn_r1_c2_f2.gif);
}
.hideMe {
	display: none;
	visibility: hidden;
}
.floatRight {
	float: right;
}
.tableTitle {
	color: #FFFFFF;
	background-color: #FF6713;
	font-weight: bold;
}
.tableCell {
	background-color: #E7E7E7;
}

.compEntry {
	background: url(/images/compBack.png) no-repeat #779E00;
	color: #FFFFFF;
	width: 520px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;/*	position: relative;
	width: 600px;*/
}

.compEntry a {
	color: #FFFFFF !important;
}

.compEntry .row {
	clear: left;
}

.compEntry .col1 {
	width: 250px;
	float: left;
}
.compEntry .col2 {
	margin-left: 260px;
}
.compEntry h3 {
	margin-top: 0px;
}
.downloadOverview, .downloadFull {
	margin: 20px 0px 0px 10px;
}
.compEntry input.normalSize {
	width: 200px;
}
.small {
	font-size: 0.6em;
	line-height: 1.2em;
}
.smallB {
	font-size: 80%;
}
.featureDoco, .featureFilm {
	background-color: #CCCCCC;
	/*width: 184px;*/
	background-image: url(/images/box_laugh.jpg);
	padding-top: 95px;
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	/*float: right;*/
	font-weight: normal !important;
	color: #333333 !important;
	line-height: 1.1em;
	clear: right;
	margin-top: 40px;
	text-decoration: none;
}
.featureDoco a, .featureFilm a {
	font-weight: normal !important;
	color: #333333 !important;
	text-decoration: none;
}
.featureFilm {
	background-image: url(/images/box_film.jpg);
}

.featureStudent a {
	background-image: url(/images/students2.jpg);
	padding-top: 15px;
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 283px;
	display: block;
	font-weight: normal !important;
	color: #333333 !important;
	line-height: 1.1em;
	background-color: #EFEFEF;
	height: 90px;
}
table.snsComparison {
	border: none;
	margin-bottom: 50px;
}
table.snsComparison th {
	font-weight: bold;
	text-align: left;
}
table.snsComparison td {
	text-align: left;
}
table.snsComparison caption {
	display: none;
	visibility: hidden;
}
table.snsComparison tr td, table.snsComparison tr th {
	border-bottom: 1px #CCCCCC solid;
}
table.snsComparison td.iconTd {
	width: 50px;
	border-left: 1px #CCCCCC solid;
}
table.snsComparison th.section {
	font-size: 1.5em;
	color: #0099FF;
	vertical-align: bottom;
	padding-bottom: 5px;
}.tempNote {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
a.top {
	width: 66px;
	height: 36px;
	display: block;
	background-image: url(/images/topBtn.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
}
a.top:hover {
	background-image: url(/images/topBtn_f2.jpg);
	background-repeat: no-repeat;
}
.glossary dd {
	margin:0px;
}

.notes {
	font-size:80%;
}
.glossary dt {
	font-size: 1.6em;
}
.feedbackForm .row {
	clear: left;
	border-top: 1px solid #CCCCCC;
	margin-top: 5px;
	padding-top: 5px;
}
.feedbackForm .rowGroup {
	clear: left;
	/*border-top: 1px solid #CCCCCC;*/
}
.feedbackForm .col1 {
	width: 300px;
	float: left;
}
.feedbackForm .row {
	font-weight: bold;
}
.feedbackForm .col2 {
	margin-left: 310px;
}
.feedbackForm .spacer {
	margin-top: 20px;
}
h3.group {
	border-top: 1px #CCCCCC solid;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	color: #FF6713;
	background: url(/images/groupDown.gif) no-repeat right;
}
h3.group .small {
	font-size: 0.6em;
	font-weight: bold;
}
h3.group:hover {
	cursor: pointer;
	background-color: #E9E9E9;
}
h4.group {
	border-top: 1px #CCCCCC solid;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	color: #FF6713;
	background: url(/images/groupDown.gif) no-repeat right;
}
h4.group .small {
	font-size: 0.4em;
	font-weight: bold;
}
h4.group:hover {
	cursor: pointer;
	background-color: #E9E9E9;
}
.hiddenGroup img {
	border:thin;
	border-color: #E9E9E9;
	border-style:solid;
}

.download_film{
display:block;
width:215px;
height:50px;
margin:15px 0 15px 0;
padding:10px 20px 0 15px;
text-align:right;
border:1px #ccc dotted;
background:url(images/filmIcon.jpg) no-repeat left top;
}

#no_underline a:hover{
text-decoration:none;
}

#moviePlayerGuide h4{
margin:10px 0 5px 0;
color: #FF6713;
}

#moviePlayerGuide ul{
padding:5px 10px 10px 10px;
margin:0;
list-style:none;
border:1px #ddd solid;
}

#moviePlayerGuide li{
height:25px;
margin:5px 0 0 0;
border-bottom:1px #ccc dotted;
padding:2px 0 0 30px;
}

#moviePlayerGuide .subtitles{
background:url(/skin/images/subtitles.gif) no-repeat left top;
}

#moviePlayerGuide .fullscreen{
background:url(/skin/images/fullscreen.gif) no-repeat left top;
}

#moviePlayerGuide .volume{
background:url(/skin/images/volume.gif) no-repeat left top;
}
.interactive{
	width: 224px;
	margin: 0px 0px 2px 10px;
	background: url(/images/interactive.jpg) no-repeat #E0E0E0;
	padding: 160px 10px 10px 10px;
	display: block;
	color: #333333 !important;
	line-height: 1.1em;
	font-size: 0.9em;
	font-weight: normal !important;
	height: 50px;
	min-height: 40px;
}
.interactive_over a {
	display:block;
	width:560px;
	height:200px;
	background-image:url(../images/interactive3.jpg);
	background-repeat:no-repeat;
}
.interactive_over a:hover {
	background-image:url(../images/interactive3_over.jpg);
	background-repeat:no-repeat;
}
.interactive_lesson{
	padding:10px;
	width:224px;
	display:block;
	color: #333333 !important;
	background-color:#E0E0E0;
	font-weight:normal !important;
	margin-left:10px;
	font-size: 0.9em;
	line-height: 1.1em;
}
.interactive_lesson:hover {
	text-decoration:underline;
}
#cyberFloatRight{
float:right;
}
.downloadPdf{
border-bottom:1px #ccc solid;
margin-bottom:10px;
}
.downloadPdf p{
line-height:1.3em;
}
.downloadPdf a{
	padding:10px;
	width:224px;
	display:block;
	color: #333333 !important;
	background:#E0E0E0;
	float:right;
	margin-left:10px;
	font-size: 0.9em;
	line-height: 1.1em;
}
.downloadPdf a:hover {
	text-decoration:underline;
}

.downloadPdf a img{
float:left;
margin-right:10px;
border:2px #999999 solid;
}

.downloadPdf a em{
font-weight:normal!important;
display:block;
margin-top:10px;
}






