/* Global styles */
html{
	overflow:scroll;
	overflow-x:auto;
}
html,body{
	width:100%;
	height:100%;
}
*{margin:0; padding:0;}
body{
	font:11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
body, td, th {
	color: #5F5F5F;
	font:11px Arial, Helvetica, sans-serif;
}
a img,img{
	border: 0 none;
}
/*ul{
	list-style:none;
}*/
a {
	color: #5F5F5F;
	text-decoration: none;
}
a:hover {
	color: #5F5F5F;
	text-decoration: underline;
}
.float-trick{
	width:960px;
	margin:0 auto;
}
.main-holder{
	background:url(../images/content-line.gif) repeat-y 0 0;
	float:left;
	width:960px;
	height:100%;
	padding:0;
	overflow:hidden;
}
.bl-left{
	float:left;
}
.bl-right{
	float:right;
}

.red{
    color:#DE0C00;
}
/*=================================HEADER============*/
.headerer{
	background:url(../images/TLN_head.png) no-repeat left top;
	position:relative;
	float:left;
	width:960px;
	height:151px;
	overflow:hidden;
}
* html .headerer{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./site/core/images/TLN_head.png', sizingmethod='crop');
}

.headerer-content{
	position:relative;
	float:left;
	left:0;
	width:960px;
	height:151px;
	z-index:2;
}
.headerer-content a,.headerer-content a:hover{
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}
.headerer-content h1{
	background:url(../images/TLN_fc-v2.png) no-repeat 0 0;
	display:block;
	float:left;
	width:195px;
	height:108px;
	color:#fff;
	padding-top:30px;
	margin:20px 0 0 30px;
	font-size:27px;
	font-weight:bold;
}
* html .headerer-content h1{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./site/core/images/TLN_fc-v2.png', sizingmethod='crop');
}
.headerer-content .RTEEntryPoint{
	position:absolute;
	margin:110px 0 0 100px;
}
.pf{
	position:absolute;
	top:0;
	left:0;
	width:960px;
	height:151px;
	z-index:1;
}
.pf div{
	position:absolute;
	top:0;
	left:0;
	z-index:;	
}
.pf-admin-widget{
	position:absolute;
	left:0;
	z-index:10;
	cursor:pointer;
	cursor:hand;
}
.log-pas{
	float:right;
	height:70px;
	width:250px;
	margin:10px 20px 0 0;
	display:inline;
}
.log-pas table{
	width:240px;
	float:right;
}
.log-pas table th,.log-pas table td{
	padding:2px 0 1px 0;
}
.log-pas table th{
	padding-left:40px;
	color:#fff;
	text-align:left;
}
.log-pas a{
	color:#fff;
	float:left;
	margin-top:7px;
}
.log-pas a:hover{
	text-decoration:underline;
}
.log-pas  th.logount{	
	font-style:italic;
	text-align:right;
	padding:10px 0 10px 0;
}
.log-pas span.error{
	float:right;	
	margin-top:-8px;
	color:#fff;
	text-align:left;
}
.log-pas .btnLogin,.log-pas .btnLoginOut{
	background-color: #D1D1D1;
	background-image: url(/site/core/images/btn_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;

	float:right;	
	width:28px;
	height:19px;
	margin:3px 0 0 0;
	padding:0;
	cursor:pointer;		
}
.log-pas .btnLoginOutText{
	float:right;
	display:block;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:underline;
}
.log-pas .parLink{
	float:left;
}
.log-pas .btnLoginOut{
	float:right;
	width:auto;	
}
.log-pas table td{
	text-align:right;
}
input.login{
	height:16px;
	width:87px;
	border:none;
	background:#fff;
}
/*=================================CONTENT============*/
.content-holder{
	position:relative;
	float:left;
	width:960px;
	height:100%;
	background: transparent;
	margin:0;
	padding:0;
	z-index:4;
}
.left-column{
	background:#235589;
	float:left;
	width:220px;
	height:100%;
	margin:0;
	padding-bottom:10px;
}

.right-column{
	background:#F8F8F8;
	float:left;
	width:220px;
	height:100%;
	margin:0;
	padding-bottom:10px;
}
#isWebquiz{
	padding-bottom:130px;
}
.left-column a, .right-column a{
	text-decoration:none;
}
.columnStyleDiv{
	width:220px;
	overflow:hidden;
	float:left;
}
.left-column .contentStyle,.right-column .contentStyle,
.left-column .RTEEntryPoint, .right-column .RTEEntryPoint{
	float:left;
}

.content{
	float:left;
	width:520px;
	overflow:hidden;
	margin:0;
}
.content .columnStyle{
	float:left;
}
.adv-list{
	float:left;
	width:220px;
	border-top:1px solid #dd211c;
	padding:0 0 10px 20px;
}
.sign{
	color:#999;
	margin:0;
	padding:15px 0 15px 0;
}
.signb{
	color:#fff;
	margin:0;
	padding:15px 0 15px 0;
}
.adv-list .holder{
	float:left;
	width:180px;
	height:auto;
	margin:0 0 12px 0;
}
.adv-list .holder div{
	margin:auto;
	text-align:center;
}
.adv-list .holder div img{
	margin:auto;
	text-align:center;	
}
.centr-text{
	width:220px;
	float:left;
	display:block;
	text-align:center;
	margin:10px 0;
	color:#999;
}
.webquiz{
	position:relative;
	border-top:1px solid #dd211c;
	float:left;
	height:120px;
	width:220px;
	margin:10px 0 5px 0 0;
	z-index:3;
	overflow:hidden;
}

.pag-rss-holder{
	float:left;
	border:0 none;
	width:446px;
	height:37px;
	margin:0 0 0 0;
	padding:2px 35px 0 39px;
	z-index:1;
}
.paging{
	float:right;
	margin-top:14px;
}
.paging span{
	color:#999;
	margin-right:5px;
}
.paging a,.contentStyle .paging a{
	text-decoration:none;
	color:#000;
	margin-right:5px;	
}
.paging a:hover, .paging .selected,.contentStyle .paging a:hover,.contentStyle .paging .selected{
	font-weight:bold;
	color:#3300CC;
	text-decoration:none;

}
.rss{
	float:left;
	font:18px Arial, Helvetica, sans-serif;
}
.rss a{
	color:#999;
	text-decoration:none;	
}
.rss a:hover{
	color:#666666;
}
.rss img{
	margin:0 0 2px 5px;
	vertical-align:text-bottom;
}
.lastMod{
	float:left;
	border:0 none;
	height:28px;
	width:200px;
	margin:0 0 0 175px;
	padding-top:3px;
	color:#999999;
	font:10px Arial, Helvetica, sans-serif;
	z-index:1;
}
.lastMod div{
	position:absolute;
	bottom:0;
}
.lastMod a{
	color:#999999;
	text-decoration:underline;
}
.lastMod a:hover{
	color:#c00;
}

.web-right{
	float:right;
}
/*=======================================LOGO-HOLDER========*/
.logo-holder{
	background-color:#FFFFFF;
	position:relative;
	float:left;
	height:105px;
	width:100%;
	border-top:1px solid #dd211c;
}
.logo-holder .sign{
	padding:10px 0 0 40px;
}
.logo-holder table{
	float:left;
	width:100%;
	margin-top:5px;
}
.logo-holder table tr td{
	text-align:center;
}
/*=======================================FOOTER========*/
.footer{
	background-color:#FFFFFF;
	float:left;
	width:100%;
	border-top:1px solid #dd211c;
	padding:10px 0 15px;
}
.footer span, .footer a{
	color:#5F5F5F;
	text-decoration:none;
}
.footer span{
	float:left;
	margin-left:20px;
}
.footer a{
	margin:0 20px;
}
.footer a:hover{
	text-decoration:underline;
}
.footer .foot-links{
	width:auto;
	float:right;
	xmargin-left:305px;
}

/**/
.columnStyle {
	padding-bottom:70px;
}
.pad0{
	padding-bottom:0;
}
.columnStyle h2,.where_am_i{
	display:block;
	float:left;
	width:185px;
	color:#E01C11;
	border:1px solid #dd211c;
	font-size:13px;
	padding:3px 13px 3px 20px;
	background:#fff url(../images/h2-content.gif) repeat-x 0 100%;
	overflow:hidden;
}
.content .columnStyle h2,.content .where_am_i{
	padding-left:40px;
}
.content .columnStyle .contentStyle h2{
	padding-left:0;
}

.columnStyle .where_am_i{
	xwidth:445px;
	margin-bottom:25px;	
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#DE0C00;
}
.columnStyle  #where_am_i_row{
	position:relative;
	width:467px;
	margin-left:-1px;
	margin-right:-1px;
	z-index:20;
}

.columnStyle .where_am_i a{
	text-decoration:none;
	color:#DE0C00;
}
.columnStyle .where_am_i a:hover{
	text-decoration:underline;	
}
.content h2{
	width:495px;
	margin-bottom:25px;
}
.content h3{
	float:left;
	clear:right;
	font-size:13px;
	font-weight:bold;
}
.content .columnStyle .article{
	float:left;
	width:441px;
	height:auto;
	display:inline;
	margin:-13px 0 0 40px;
	overflow:hidden;
}
.columnStyle .RTEEntryPoint{
	xposition:relative;
	xmargin-top:-10px;
	xmargin-bottom:-8px;
}
.content .columnStyle .RTEEntryPoint{
	position:static;	
	margin:0;
}

/* RSS */
.rssBlock p{
	background:url(../images/rss-sm.gif) 0 0 no-repeat;
	padding:0 0 0 15px;
}

.article .rssBlock a{
	color:#EC8131;
	text-decoration:none;
}
.article .rssBlock a:hover{
	color:#999999;
	text-decoration:none;
}

.rssBlock a span,.rssBlock a:hover span{
	color: #333333;
	text-decoration:none;
}
/* Picture Frame */
.cachImage,.cachImage img{	position:absolute;visibility:hidden;top:-300px;left:-300px;}



.newYearFalsh{
	position:absolute;
	top:150px;
	left:0;
	width:100%;
	z-index:1001;
	text-align:center;

}


.twitterBlock{
    width:185px;
    margin:0 auto;
    padding-top:15px;
    overflow:hidden;
}
