/* =====================================

NT colors

brown : #312929;

dark grey : #474747;
grey (NTB) : #666;
mid grey (PBS, PV-AN) : #999;
light grey : #AAA;
ultralight grey : #f4f4f4;

red : #f30;
orange : #FFA404;
bleu : #369;
green : #289400;

======================================== */

body.main{
	margin:5px 0px 0px 0px;
	background-color:#312929;
	
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	text-align:center;
}
	body.main div.contentBlock{
		position:relative;
		margin:0px auto 20px auto;
		width:870px;
		text-align:left;
	}
	img.sticker{
		position:absolute;
		top:37px;
		left:367px;
		width:55px;
		height:57px;
		clip:rect(24px 55px 57px 0px)
	}
	div.header{
		width:870px;
		height:61px;
	}
	table.contentBlock{
		width:870px;
	}
	table.contentBlock td{
		vertical-align:top;
	}
		table.contentBlock td{
			background-color:#F4F4F4;
		}
		iframe{
			margin:0px 0px 0px 0px;
			border:0px;
		}
		div.swfButton{
			display:none;
			margin:0px 27px 0px 6px;
			border-top:1px solid #999999;
			padding:4px 0px 0px 0px;
		}
		div.default{
			display:block;
		}
/* =============================== */		
	iframe#login,
	iframe#nt{
		width:205px;
		height:40px;
	}
	iframe#nt{
		height:444px;
	}
/* =============================== */			
td.ntbData{
	border-right:2px solid #312929;
	padding-right:12px;
}
		h1.ntb,
		h1.pbs,
		h1.pv-an{
			margin:6px 27px 0px 6px;
			border-bottom:1px solid #999999;

			font-size:9px;
			font-weight:normal;
			
			color:#999;
		}
		h1.ntb{
			margin-top:5px;
		}
		h1 img{
			display:block;
		}
		h1 span{
			display:block;
			margin:1px 0px 0px 0px;
			height:21px;
		}
		h1.ntb span{
			margin:2px 0px 0px 0px;
			height:21px;
		}
		iframe#ntb,
		iframe#pbs,
		iframe#pvAnTopicList,
		iframe#pvAnTopic{
			width:208px;
			height:400px;
		}
		
/* =============================== */		
td.publicData{
	width:444px;
}
	iframe#public{
		width:437px;
		height:484px;
	}
/* ------------------------------- */
		td.pbsData{
			padding-right:6px;
		}	
		td.pvAnData{
			
		}
		iframe#pvAnTopicList,
		iframe#pvAnTopic{
			height:197px;
		}
		div.pvAnDivider{
			margin:2px 0px 3px 5px;
		}

div.footer{
	font-size:9px;
	color:#666;
	padding:0px 0px 20px 0px;
}

div.footer a{
		color:#666;
		text-decoration:none;
	}
	div.footer a:hover{
		color:#f30;
	}
div.altfooter{
	font-size:9px;
	color:#f30;
	padding:0px 0px 0px 0px;
}

div.altfooter a{
		color:#f30;
		text-decoration:none;
	}
	div.altfooter a:hover{
		color:#fff;
	}

