﻿/****** Reset ******/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6{ font-size: 100%; font-weight: normal; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; }

/****** Common ******/
body 
{
  margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial;
}


img {
    border: 0;
}

a,
a:link,
a:active,
a:visited {
    color: #eaeaea;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #fff;
}

br.clear { 
    clear: both; 
}

p {
    margin: 10px 10px;
    color:#FFF;    
}

/*Title*/

h1, h2, h3, h4 {
    font-family: Arial, Tahoma, Sans-Serif;
}

/* Layout (Sablon) */
div#Wrapper
{
	width:960px;
	height: 610px;
	margin: 0 auto;
}

/* ClearFix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* End ClearFix */

body.ntvmsnbc{ background:#000 url('Layout/VideoPlayerBg.jpg') no-repeat center 0; }
body.cnbce2{ background:#000 url('Layout/cnbce2Bg.jpg') no-repeat center 0; }
