@charset "UTF-8";
@import url("/tnnCss/chat.css");
@import url("/tnnCss/admin.css");
@import url("/tnnCss/username.css");
@import url("/tnnCss/bodySelectors.css");
/* CSS Document */

@font-face {
    font-family: 'ArialNarrowRegular';
    src: url('../fonts/arial_narrow-webfont.eot');
    src: url('../fonts/arial_narrow-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arial_narrow-webfont.woff') format('woff'),
         url('../fonts/arial_narrow-webfont.ttf') format('truetype'),
         url('../fonts/arial_narrow-webfont.svg#ArialNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	background:#222 url(/img/tnn/backgrounds/bg-black.png) center 0 repeat-y;
	color:#cc9933;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0px auto;
	padding:0px;
	text-decoration:none
	text-transform:none;
}
div.headerRow div.header, .customSubmit {
	float:left;
	padding:10px 0;
}
.padding { padding:10px; }

.top_menu_box {
    float: left;
    height: 125px;
    margin: 0 0 10px;
}
div.headerRow div.catHeaderRowText {
	float:right;
	padding:10px 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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;
}
.clear { clear:both; }
.left { float:left; }
.right { float:right; }

.width90,
.width80,
.width70,
.width60,
.width50,
.width40,
.width30,
.width20,
.width15,
.width10,
.width8,
.width5 {
	float:left;
}
.width80 { width:80%; }
.width70 { width:70%; }
.width60 { width:60%; }
.width50 { width:50%; }
.width40 { width:40%; }
.width30 { width:30%; }
.width20 { width:20%; }
.width15 { width:15%; }
.width10 { width:10%; }
.width08 { width:8%; }
.width05 { width:5%; }

.tncontainer {
	margin:auto;
	width:996px;
}
.tnheader {
	background-color:#202020;
	color:#fff;
	font-weight:bold;
	padding:5px;
	text-align:left;
	text-decoration:none;
	width:986px;
}
.tnlines {
	border-bottom:1px solid #444444;
	float:left; 
	padding:5px 0px;
	width:996px;
}
.tncontainer .yellowheader {
	float:left;
	margin:10px 250px;
	padding:8px
}
.viewFigureImages {
	float:left; 
	height:200px;
	padding:5px 9px 5px 10px;
	position:relative; 
	width:80px; 
}
.viewModule	{
	float:left; 
	padding:5px 10px;
	position:relative; 
	width:120px; 
}
.viewModuleName	{ padding:5px 0px; }

.subjectAuthor {
	float:left;
	padding:5px 0px;
	text-align:left;
	width:640px;	
}
.datePosted	{
	float:left;
	padding:5px 0px;
	text-align:center;
	width:180px;
}
.comments	{
	float:left;
	padding:5px 0px;
	text-align:right;
	width:180px;	
}
#main {
	border:none;
	margin:0pt auto;
	overflow:visible;
	padding-top:5px;
	width:996px;
}
a:link,
a:visited {
	color:#cc0000;
	font-weight:bold;
	text-decoration:none;
}
a:hover,
a:active {
	color:#ffcc00;
	font-weight:bold;
	text-decoration:underline !important;
}

/* text */
.ref {
	color:#ccc
	font-size:12px;
}
.red {
	color:#cc0000;
	font-size:14px;
	font-weight:normal;
}
.redsmall {
	color:#cc0000;
	font-size:12px;
	font-weight:normal;
}
.chart {
	color:#000
	font-size:12px;
}
.blueSmall {
	color:#6699cc;
	font-size:12px;
	font-weight:normal
}
.graySmall {
	color:#999;
	font-size:12px;
	font-weight:normal
}
.normal {
	color:#cc9933;
	font-size:14px;
	font-weight:normal;
	line-height:1.5;
	text-align:left;
}
.specialNormal {
	color:#cc9933;
	font-size:14px;
	font-weight:normal;
	text-align:left;
}
.email {
	color:#999;
	font-size:14px;
	font-weight:normal;
}

/* form inputs */
.button {
	background-color:#660000;
	border:1px solid #990000;
	color:#fff;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	width:150px;
}
.button_long {
	background-color:#660000;
	border:1px solid #990000;
	color:#fff;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	width:190px;
}
.messageText {
	background-color:#202020;
	border:1px solid #444;
	color:#ccc;
}
select {
	background-color:#fff;
	border:1px solid #000;
	color:#000;
	font-size:12px;
	padding-left:2px;
	width:300px;
}

/* headers */
.redheaderBig {
	color:#cc0000;
	font-size:16px;
	font-weight:bold
}
.redheader {
	color:#cc0000;
	font-size:14px;
	font-weight:bold
}
.yellowheaderBig {
	color:#cc9933;
	font-size:16px;
	font-weight:bold
}
.yellowHeader {
	color:#cc9933;
	font-size:14px;
	font-weight:bold
}
.yellowheaderSmall {
	color:#cc9933;
	font-size:12px;
	font-weight:bold
}
.whiteHeader {
	color:#fff;
	font-size:14px;
	font-weight:bold
}
.whiteheaderBig {
	color:#fff;
	font-size:16px;
	font-weight:bold
}
.redHeaderSmall {
	color:#cc0000;
	font-size:12px;
	font-weight:bold
}
.header {
	color:#6699cc;
	font-size:14px;
	font-weight:bold;
}
.grayheader {
	color:#999;
	font-size:14px;
	font-weight:bold;
}
.grayHeader {
	color:#999;
	font-size:14px;
	font-weight:bold;
}
.grayHeaderSmall {
	color:#999;
	font-size:12px;
	font-weight:bold;
}
.forumBlkHdr {
	color:#000;
	font-size:14px;
	font-weight:bold;
}

/* article navigation */
#indexCats {
	clear:both;
	color:#999;
	font-size:13px;
	font-weight:normal;
	letter-spacing:1px;
	padding:10px 0px 10px 0px;
	text-align:center;
	text-transform:uppercase;
}
#indexCats a.store_link {
	color:#ff0000;
	font-weight:normal;
	text-decoration:none;
}
#indexCats a.store_link:hover {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
#indexCats A.cat:link {
	color:#FFB400;
	font-weight:normal;
	text-decoration:none;
}
#indexCats A.cat:visited {
	color:#FFB400;
	font-weight:normal;
	text-decoration:none;
}
#indexCats A.cat:hover {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
#indexCats A.cat:active {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
#indexCats A.catactive:link {
	color:#FF0000;
	font-weight:normal;
	text-decoration:none;
}
#indexCats A.catactive:visited {
	color:#FF0000;
	font-weight:normal;
	text-decoration:none;
}
#indexCats A.catactive:hover {
	color:#FF0000;
	font-weight:normal;
	text-decoration:none;
}
#indexCats A.catactive:active {
	color:#FF0000;
	font-weight:normal;
	text-decoration:none;
}
#articleCats {
	color:#ffcc00;
	font-size:10px;
}
#articleCats a.store_link {
	color:#999;
	font-weight:normal;
	text-decoration:none;
}
#articleCats a.store_link:hover {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
#articleCats A.cat:link {
	color:#999;
	font-weight:normal;
	text-decoration:none;
}
#articleCats A.cat:visited {
	color:#999;
	font-weight:normal;
	text-decoration:none;
}
#articleCats A.cat:hover {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
#articleCats A.cat:active {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
#articleCats A.catactive:link {
	color:#FF0000;
	font-weight:normal;
	text-decoration:none;
}
#articleCats A.catactive:visited {
	color:#FF0000;
	font-weight:normal;
	text-decoration:none;
}
#articleCats A.catactive:hover {
	color:#FF0000;
	font-weight:normal;
	text-decoration:none;
}
#articleCats A.catactive:active {
	color:#FF0000;
	font-weight:normal;
	text-decoration:none;
}
	
/* bottom links */
.bottomLinks {
	color:#999;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.bottomLinks a:link,
.bottomLinks a:visited {
	color:#999;
	font-size:12px;
	margin-top:20px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
.bottomLinks a:hover,
.bottomLinks a:active {
	color:#fff;
	font-size:12px;
	font-weight:normal;
	margin-top:20px;
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
} 
#programArticleMain {
	background-color:#000;
	background-image:none;
	border:none;
	margin:0pt auto;
	min-height:999px;
	overflow:visible;
	width:1000px;
}
#programArticleMain-vdiet {
	border:none;
	margin:0pt auto;
	overflow:visible;
	min-height:999px;
	width:1000px;
}
table.right_side_mod {
	background:#000;
	padding:10px;
	width:400px;
}
.top_cat {
	background:#000;
	padding:10px;
	width:980px;
}
.skip { 
	display:block;
	height:0px;
	text-indent:-3000px;
	width:0px;
}

