*{
	outline:none;
}
html{
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#0D1D6F;
}

body{
	height:100%;
	width:100%;
	margin:0px;
	background-color:#ffffff;
}

a{
	color:#FF7600;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none;
	border-bottom:2px solid #FFFFFF;
	padding:0px 0px 0px 0px;
	outline:none;
	display:inline-block;
}
a:hover{
	color:#0D1D6F;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none;
	border-bottom:2px solid #FF7600;
	padding:0px 0px 0px 0px;
	outline:none;
	display:inline-block;
}

#login{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#wrapper{
	width:100%;
	height:110px;
/*	height:40px;
	background-color:#ffffff;
	border-bottom:1px solid #cecece;*/
	margin-bottom: 40px; 
	background-image: url('/assets/images/background_header.png');
	background-repeat: repeat-x;
	background-position: bottom left;
}
#login{
	height:25px;
}
#login a{
	font-size:12px;
	float:right;
	color: #5F5F5F;
	margin:13px 0px 0px 0px;
	
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none;
	border-bottom:none;
	padding:0px 0px 0px 0px;
	outline:none;
	display:inline-block;
}

#login a:hover{
	font-size:12px;
	float:right;
	margin:13px 0px 0px 0px;
	
	color:#0D1D6F;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none;
	border-bottom:2px solid #FF7600;
	padding:0px 0px 0px 0px;
	outline:none;
	display:inline-block;
}

*.hidden{
	display:none;
}
#login a.loggedIn{
	margin:13px 0px 0px 13px;
}
#login span{
	color:#FF7600;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none;
	border-bottom:2px solid #FFFFFF;
	font-size:12px;
	float:right;
	margin:13px 0px 0px 0px;
	outline:none;
}
#login input[type="text"],#login input[type="password"]{
	border:1px solid #cecece;
	height:17px;
	width:126px;
	padding:2px 3px 2px 3px;
	margin:8px 0px 0px 10px;
	float:right;
	font-size:12px;
	color:#cecece;
}
#tabs,#header{
	width:960px;
	margin:0px auto 0px auto;
	
}

#header{
	height:200px;
	background-image:url(' /assets/images/header-bg.jpg');
	background-repeat:no-repeat;
	background-position:top center;
}


#logo,#nameFull{
	margin-left:auto;
	margin-right:auto;
}

.sA{height:20px;}
.sB{height:20px;}

#logo{
	height:131px;
	width:122px;
	}

#nameFractie{
	font-size:20px;
	font-weight:bold;
	width:375px;
	margin-left: 10px;
	margin-top:40px;
	float: left;
}

#nameFractie i{
	font-size:20px;
	margin-left: 20px;
	font-weight:normal;
}

#tabs{
	height:40px;
	background-image:url(' /assets/images/tabs.jpg');
	background-repeat:no-repeat;
	overflow:hidden;
	background-position:0px 0px;
}

#tabs.tA{background-position:0px 0px;}
#tabs.tB{background-position:0px -40px;}
#tabs.tC{background-position:0px -80px;}
#tabs.tD{background-position:0px -120px;}

.tab{
	height:27px;
	width:207px;
	float:left;
	margin:13px 0px 0px 23px;
	cursor:pointer;
}
.tab#tA{margin:13px 0px 0px 31px;}
.tab#tC{margin:13px 0px 0px 24px;}

.tab.current h3 span,.tab.hover h3 span{
	border-bottom:3px solid #ff7600;
	padding:0px 0px 1px 0px;
}

.tab h3{
	margin:0px 0px 0px 10px;
	padding:0px 0px 3px 0px;
	color:#0D1D6F;
	display:inline-block;
	text-transform:capitalize;
	font-size:14px;
}
.tab h3 span{
	border-bottom:0px;
}

/* PAGINA ONDERDELEN */

#page{
	width:960px;
	margin:30px auto 0px auto;
	background-color:#ffffff;
	}

#l{
	width:239px;
	background-color:#ffffff;
	height:100%;
}
#m{
	width:482px;
	background-color:#ffffff;
	height:100%;
}
	
#r{
	width:239px;
	background-color:#ffffff;
	height:100%;

}

#m.overzicht h1,#m.overzicht h2,#m.overzicht p{
	width:330px;
}
#m.overzicht p.quote{
	width:310px;
}
#m.overzicht .item{
	width:460px;
	margin:10px 10px 30px 10px;
	clear:both;
}

#m.article .item{
	width:440px;
	margin:10px 20px 30px 20px;
	clear:both;
}

#m.article .item .socialMedia {
	width: 428px;	
}

#m.article .item p img,#m.article .item img{
	border:0px;
	padding:0px 0px 0px 0px;
	margin:16px 15px 10px 0px;
	border-bottom:4px solid #ff7600;
}

#m.overzicht .item .image{
	width:118px;
	float:left;
	background-color:#efefef;
	border:none;
	border-bottom:4px solid #FF7600;
}
#m.overzicht .item .text{
	width:330px;
	float:right;
	margin:0px;
	padding:0px;
}

#m.overzicht h1.full,#m.overzicht h2.full,#m.overzicht p.full{
	width:460px;
}

#m.overzicht .item .text.full{
	width:460px;
	float:left;
	margin:0px;
	padding:0px;
}

/* SOCIAL MEDIA BAR BENEATH ARTICLE in OverviewMode */

.item .socialSpace,.socialSpace{
	height:15px;
	clear:both;
}

.item .socialMedia{
	width:438px;
	height:21px;
	background-color:#efefef;
	border:1px solid #cecece;
	clear:both;
	padding:2px 10px 2px 10px;
}
.item .socialMedia a{
	border:none;
	float:right;
}
.item .socialMedia a img,img{
	border:none;
}
.item .socialMedia .vspaceSocial{
	float:right;
	width:10px;
	height:10px;
}
.item .socialMedia iframe{
	float:right;
}
.item .socialMedia span{
	display:block;
	margin:3px 0px 0px 0px;
	color:#999999;
	float:left;
}

/* BUTTONS IN ARTICLES */

#m.overzicht .item .articleButton{
	float:right;
	width:100px;
}
#m.article .content .inner .plaatsreactie .articleButton{
	float:right;
	width:120px;
}
#m.article .content .inner .plaatsreactie .articleButton .bcontent{
	width:110px;
}
#m.article .content .inner .plaatsreactie .articleButton.rGstr, .articleButton.rGstr{
	float:left;
	width:100px;
}
#m.article .content .inner .plaatsreactie .articleButton.rGstr .bcontent, .articleButton.rGstr .bcontent{
	width:90px;
}

#m.overzicht .agendaInArticle .articleButton,#m.overzicht .agendaInOverzich .articleButton{
	width:100px;
}
#m.overzicht .item .articleButton .bcontent,#m.overzicht .agendaInArticle .articleButton .bcontent,#m.overzicht .agendaInOverzicht .articleButton .bcontent{
	width:90px;
}

#m.article .item .articleButton.nOvz{
	width:130px;
}
#m.article .item .articleButton.nOvz .bcontent{
	width:120px;
}
#m.article .item .articleButton.nTrg{
	width:66px;
}
#m.article .item .articleButton.nTrg .bcontent{
	width:56px;
}
#m.article .articleButton.wIzg{
	width:146px;
	margin-bottom:10px;
}
#m.article .articleButton.wIzg .bcontent{
	width:136px;
}
#r .articleButton.vote{
	width:50px;
	margin:10px 0px 0px 10px;
	float:left;
}
#r .articleButton.vote .bcontent{
	width:40px;
}
/* BUTTONS IN GENERAL */

.articleButton{
	height:30px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	cursor:pointer;
}
.articleButton .cL, .articleButton .bcontent, .articleButton .cR{
	background-image:url(' /assets/images/button_a.png');
	height:30px;
	float:left;
}
.articleButton .cL{
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:5px;
}
.articleButton .bcontent{
	background-repeat:repeat-x;
	background-position:0px -30px;
	text-align:center;
}
.articleButton .bcontent a{
	display:inline-block;
	padding:0px;
	margin:6px 0px 0px 0px;
	border-bottom:3px solid #FF7600;
	font-weight:bold;
	text-transform:uppercase;
	color:#0D1D6F;
}
.articleButton .cR{
	background-repeat:no-repeat;
	background-position:0px -60px;
	width:5px;
}

/* TEXT IN THE PAGE */

h1{
	font-size:25px;
	font-weight:bold;
	color:#0D1D6F;
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
	text-transform:none;
	text-align:left;
}
h1 span{
	margin:0px 0px 2px 0px;
	padding:0px 0px 0px 0px;
	line-height:135%;
	border-bottom:4px solid #FF7600;
}

h1 a{
	font-size:25px;
	font-weight:bold;
	color:#0D1D6F;
	text-transform:none;
	text-decoration: none;
	border: none;
}

h1 a:hover{
	font-size:25px;
	font-weight:bold;
	color:#0D1D6F;
	text-transform:none;
	text-decoration: none;
	border: none;
}

h1.pageTitle{
	font-size:30px;
	font-weight:bold;
	color:#0D1D6F;
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
	text-transform:none;
	text-align:left;
}

h1.pageTitle span{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	line-height:135%;
	border-bottom:5px solid #FF7600;
}

h2{
	font-size:13px;
	color:#0D1D6F;
	font-weight:bold;
	text-align:left;
	margin:0px 0px 10px 0px;
	line-height:140%;
}
h3, h3 a{
	font-size:16px;
	color:#0D1D6F;
	margin:0px;
	padding:0px 0px 0px 0px;
	text-decoration:none;
}
h3 a,h3 a span{
	text-decoration:none;
	text-transform:none;
	border:none;
	padding:0px;
	font-weight:bold;
}
h3 a:hover{
	text-decoration:none;
	text-transform:none;
	border:none;
	padding:0px;
	font-weight:bold;
}
h3 span, h3 a span{
	margin:0px;
	padding:0px 0px 1px 0px;
	border-bottom:3px solid #FF7600;
	line-height:150%;
}

p{
	font-size:13px;
	color:#0D1D6F;
	text-align:left;
	font-weight:normal;
	margin:0px 0px 13px 0px;
	line-height:140%;
}
ul{
	margin:15px 0px 15px 15px;
	padding:0px;
}
li{
	font-size:13px;
	color:#0D1D6F;
	text-align:left;
	font-weight:normal;
	line-height:140%;
	list-style-image:disc;
	margin:0px 0px 0px 0px;
	padding:0px;
}
p.quote{
	background-color:#FF7600;
	padding:10px;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
}

/* AGENDA INPAGE */
.agendaInArticle,#reageren{
	width:440px;
	margin:10px 20px 30px 20px;
}
.agendaInOverzicht{
	margin:10px 20px 20px 20px;
	clear:both;
	cursor:pointer;
}
.Tr,.Tl,.Br,.Bl{
	background-image:url(' /assets/images/button_a.png');
	width:5px;
	height:5px;
	float:left;
	background-repeat:no-repeat;
}
.agendaInArticle .Tr,.agendaInOverzicht .Tr,.Tr{
	background-position:0px -60px;
}
.Tr#special{
	background-position:0px -60px;
	margin:34px 0px 0px 0px;
}
.agendaInArticle .Tl,.agendaInOverzicht .Tl,.Tl{
	background-position:0px 0px;
}
.agendaInArticle .Tm,.agendaInOverzicht .Tm{
	width:430px;
	height:4px;
	border-top:1px solid #cecece;
	float:left;
}
.agendaInArticle .content,.agendaInOverzicht .content,#reageren .content{
	width:438px;
	clear:both;
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
}
.agendaInArticle .content .inner,.agendaInOverzicht .content .inner,#reageren .content .inner{
	width:410px;
	margin:0px 14px 0px 14px;
	padding:5px 0px 10px 0px;
}
#reageren .content .inner{
	padding:20px 0px 20px 0px;
}
.agendaInArticle .Br,.agendaInOverzicht .Br,.Br{
	background-position:0px -85px;
}
.agendaInArticle .Bl,.agendaInOverzicht .Bl,.Bl{
	background-position:0px -25px;
}
.agendaInArticle .Bm,.agendaInOverzicht .Bm,#reageren .Bm{
	width:430px;
	height:4px;
	border-bottom:1px solid #cecece;
	float:left;
}

.agendaInArticle h3,.agendaInOverzicht h3{
	font-size:16px;
	color:#0D1D6F;
	margin:0px;
	padding:0px 0px 13px 0px;
	border-bottom:1px dotted #cecece;
}
.agendaInArticle h3 span,.agendaInOverzicht h3 span{
	margin:0px;
	padding:0px 0px 1px 0px;
	border-bottom:3px solid #FF7600;
}
.agendaInArticle h3 span.date,.agendaInOverzicht h3 span.date{
	color:#FF7600;
	float:right;
	font-size:14px;
	margin:4px 0px 0px 0px;
	border-bottom:3px solid #FFFFFF;
}
.agendaInArticle h4,.agendaInOverzicht h4{
	font-size:14px;
	font-weight:bold;
	color:#0D1D6F;
}
.agendaInArticle h4 span,.agendaInOverzicht h4 span{
	padding:0px 0px 1px 0px;
	border-bottom:2px solid #FF7600;
}
table.agendaContent{
	width:410px;
	padding:0px;
	margin:0px 0px 10px 0px;
	text-align:left;
	vertical-align:top;
	font-size:12px;
}
.agendaInArticle p span,.agendaInOverzicht p span{
	color:#FF7600;
}
.agendaInArticle p,.agendaInOverzicht p{
	margin-bottom:12px;
}
td.t,td.d{padding:3px 0px 4px 0px;}
td.d a{font-size:11px;}
td.t{width:150px;}	
td.d{width:260px;}

/* REAGEREN */

#rTabL,#rTabR{
	float:left;
	cursor:pointer;
}

#rTabL .Tm{ 
	width:79px;
	height:4px; 
	border-top:1px solid #cecece; 
	float:left;
	}

#rTabL .tabcontent{
	clear:left;
	width:67px;
	padding:0px 10px 0px 10px;
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
	}

.tabSpace{
	width:20px;
	height:34px;
	border-bottom:1px solid #cecece;
	float:left;
}
.tabSpace.long{
	width:227px;
}

.tabcontent{
	height:29px;
	border-bottom:1px solid #cecece;
	background-image:url(' /assets/images/rtab_bg.gif');
	background-repeat:repeat-x;
	background-position:bottom center;
}
.active .tabcontent{
	height:30px;
	border-bottom:none;
	background-image:none;
	
}
#reactieContentL{
	height:4px;
	border-left:1px solid #cecece; 
	float:left;
	clear:left;
	margin:-4px 0px 0px 0px;
}
#rTabR .Tm{ 
	width:89px;
	height:4px; 
	border-top:1px solid #cecece; 
	float:left;
	
	}

#rTabR .tabcontent{
	clear:left;
	width:77px;
	padding:0px 10px 0px 10px;
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
	}
	
.reactie,.plaatsreactie{
	border-bottom:1px dotted #cecece;
	width:410px;
	margin:0px 0px 20px 0px;
}
.reactie.hidden,.plaatsreactie.hidden{
	display:none;
}
.reactie p{
	font-size:12px;
	line-height:150%;
}	
.reactie p.MessageBy{
	color:#FF7600;
}
.plaatsreactie input[type="text"],.plaatsreactie textarea,p.reactietext textarea,.item input[type="text"],.item input[type="password"]{
	border:1px solid #cecece;
	padding:4px;
	width:400px;
	margin:0px 0px 10px 0px;
}
.plaatsreactie textarea{
	height:100px;
}
.plaatsreactie h4{
	margin:0px 0px 15px 0px;
	padding:0px;
}
.plaatsreactie h4 span{
	border-bottom:3px solid #FF7600;
	padding:0px 0px 1px 0px;
}
/* MENU */
.mSP{
	height:10px;
	width:200px;
	margin:0px;
}
.mSPi{
	height:5px;
	width:200px;
	margin:0px;
}

#l #menu{
	width:230px;
	background-color:#ffffff;
	float:right;
}
#l #menu .Tm,#r .button .Tm,#r #poll .Tm{
	height:4px;
	border-top:1px solid #cecece;
	width:220px;
	float:left;
	}
#l #menu .Bm,#r .button .Bm,#r #fb .Bm,#r #poll .Bm{
	height:4px;
	border-bottom:1px solid #cecece;
	width:220px;
	float:left;
	}
#l #menu .menu-item{
	margin:0px 0px 5px 0px;
	cursor:pointer;
}
#l #menu .menuitemcontent{
	clear:left;
	width:228px;
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
}
#l #menu .menu-item.open .menuitemcontent{
	padding:0px 0px 10px;
}
#l #menu .menuitemcontent h3{
	margin:0px 10px 0px 10px;
	padding:5px 0px 7px 0px;
}
#l #menu .menu-item .menuitemcontent h2,#l #menu .menuitem .menuitemcontent h2 *{
	display:none;
}
#l #menu .menu-item.open .menuitemcontent h3,#l #agenda .agendacontent h3{
	margin:0px 10px 0px 10px;
	padding:5px 0px 10px 0px;
	border-bottom:1px solid #cecece;
}
#l #menu .menu-item.open .menuitemcontent h2{
	margin:0px 10px 0px 10px;
	padding:7px 0px 4px 0px;
	border-bottom:1px dotted #cecece;
	font-weight:normal;
	display:block;
}
#l #menu .menu-item.open .menuitemcontent h2 a{
	margin:0px;
	font-size:13px;
	font-weight:normal;
	color:#0D1D6F;
	text-decoration:none;
	border-bottom:2px solid #ffffff;
	text-transform:none;
	display:inline-block;
	
}
#l #menu .menu-item.open .menuitemcontent h2 a:hover{
	color:#0D1D6F;
	text-decoration:none;
	border-bottom:2px solid #FF7600;
	text-transform:none;

	
}
/* AGENDA / MENU SPLIT */

.MAsplit{
	float:right;
	height:15px;
	width:220px;
	clear:both;
	margin:0px 5px 0px 0px;
}
.MAsplit.top{
	border-bottom:1px solid #f2f2f2;
}
/* AGENDA */
#l #agenda{
	width:230px;
	background-color:#ffffff;
	float:right;
}
#l #agenda .Tm{
	height:4px;
	border-top:1px solid #cecece;
	width:220px;
	float:left;
	}
#l #agenda .Bm{
	height:4px;
	border-bottom:1px solid #cecece;
	width:220px;
	float:left;
	}
#l #agenda .agendacontent{
		clear:left;
		width:228px;
		border-left:1px solid #cecece;
		border-right:1px solid #cecece;
	}

#l #agenda .agendacontent .agendaitem{
	clear:left;
	width:210px;
	margin:0px 0px 0px 10px;
	cursor:pointer;
}
#l #agenda .agendacontent .agendaitem h1{
	font-size:14px;
	color:#0D1D6F;
	font-weight:bold;

	padding:10px 0px 3px 0px;
	margin:0px 0px 5px;
}
#l #agenda .agendacontent .agendaitem h1 span{
	border-bottom:2px solid #FF7600;
}
#l #agenda .agendacontent .agendaitem h2{
	font-size:13px;
	padding:0px;
	margin:0px 0px 5px 0px;
	line-height:100%;
}
#l #agenda .agendacontent .agendaitem p{
	font-size:12px;
	line-height:140%;
	padding:0px 0px 15px 0px;
	margin:0px;
	border-bottom:1px dotted #cecece;
}
.msPa{
	height:15px;
	width:210px;
	clear:both;
}
#l #agenda #agendalink{
	cursor:pointer;
}

/* RECHTER KOLOM */
.RCsplit{
	float:left;
	height:15px;
	width:220px;
	clear:both;
	margin:0px 0px 0px 5px;
}
.RCsplit.top{
	border-bottom:1px solid #f2f2f2;
}
/* button*/
#r .button{
	width:230px;
	background-color:#ffffff;
	float:left;
	cursor:pointer;
}
#r .button h3{
	margin:0px 10px 0px 10px;
	padding:5px 0px 9px 0px;
}
#r .button .buttoncontent{
		clear:left;
		width:228px;
		border-left:1px solid #cecece;
		border-right:1px solid #cecece;
	}

/* facebook */

#r #fb{
	width:230px;
	background-color:#ffffff;
	float:left;
}
#r #fb #fbH{
	width:230px;
	height:55px;
	background-image:url(' /assets/images/fbhead.jpg');
	background-color:#cecece;
	border-bottom:1px solid #cecece;
	float:left;
	cursor:pointer;
}

#r #fb .fbcontent{
	clear:left;
	width:228px;
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
}

#r #fb .fbcontent iframe{
	width:210px;
	height:40px;
	margin:10px 0px 0px 9px;
	clear:left;
}

/* poll */

#r #poll{
	width:230px;
	background-color:#ffffff;
	float:left;
}

#r #poll .pollcontent{
	clear:left;
	width:228px;
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
	
}
#r #poll .pollcontent h3{
	margin:0px 10px 0px 10px;
	padding:5px 0px 9px 0px;
}
#r #poll .pollcontent p{
	margin:0px 10px 5px 10px;
	padding:5px 0px 9px 0px;
	border-bottom:1px dotted #cecece;
}
#r #poll .pollcontent p.result{
	margin:0px 10px 0px 10px;
	padding:5px 0px 0px 0px;
	border:none;
}
#r #poll .pollcontent .poll-radiobutton{
	background-image:url(' /assets/images/pollradio.jpg');
	background-repeat:no-repeat;
	width:220px;
/*	height:16px;*/
    line-height: 16px;
	float:left;
	margin:5px 10px 0px 10px;
	clear:left;
}
#r #poll .pollcontent .poll-radiobutton a{
	color:#ff7600;
	border:0px;
	padding:0px;
	display:block;
	margin:0px 0px 0px 20px;
	text-transform:none;
	font-size:12px;
}
#r #poll .pollcontent .poll-radiobutton a:hover{
	color:#0d1d6f;
	border:0px;
	padding:0px;
	display:block;
	margin:0px 0px 0px 20px;
	text-transform:none;
	font-size:12px;
}
#r #poll .pollcontent .poll-radiobutton.rb-unchecked{
	background-position:0px -16px;
}
#r #poll .pollcontent .poll-radiobutton.rb-checked{
	background-position:0px 0px;
}
#r #poll .pollcontent .poll-result-container{
	height:15px;
	width:200px;
	border:1px solid #0d1d6f;
	margin:0px 0px 0px 12px;
}
#r #poll .pollcontent .poll-result-container .poll-result{
	height:15px;
	padding:0px;
	margin:0px;
	float:left;
	background-color:#ff7600;
}
#r #poll .pollcontent #pollClose{
	height:15px;
	width:10px;
	clear:both;
}

/* image */

#r .button .buttoncontent.image a img{
	width:216px;
	margin:2px auto 2px 6px;
	padding:0px;
	border:0px;
	border-bottom:3px solid #ff7600;
}
#r .button .buttoncontent.image a:hover{
	text-decoration:none;
	border:none;
}
#r .button .buttoncontent.image a{
	text-decoration:none;
	border:none;
}

/* twitter */
#twitter{
	width:230px;
	float:left;
	clear:left;
}
#twitter a{
	text-decoration:none;
	border:0px !important;
	text-transform:none;
}
#twitter a.twtr-profile-img-anchor{
	float:left;
}
#twitter a.twtr-join-conv{
	display:none !important;
}
#twitter a:hover{
	text-decoration:none;
	border:0px !important;
	text-transform:none;
}
#twitter
#twitter h3{
	margin:0px !important;
	padding:0px 0px 0px 10px !important;
}
#twitter h4{
	margin:0px 0px 0px 0px !important;
	padding:0px 0px 0px 10px !important;
}
#twitter h4 a{
	text-decoration:none !important;
	border:0px !important;
	margin:0px 0px 0px 10px;
}



/* FOOTER */
#preFooterSpace{
	height:30px;
	margin:0px auto 0px auto;
	background-color:#ffffff;
}
#footer{
	width:960px;
	height:50px;
	margin:0px auto 0px auto;
	background-color:#ff0000;
	background-image:url(' /assets/images/footer.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	font-size:11px;
	color:#cecece;
}
#footerInner{
	width:900px;
	margin:0px 30px 0px 30px;
	float:left;
}
#footerInner .l,#footerInner .r{
	margin:20px 0px 0px 0px;
}
#footerInner span.l,#footerInner span.r{
	display:block;
	margin:23px 0px 0px 0px;
}
#footerInner .l{
	float:left;
}
#footerInner .r{
	float:right;
}
#footerInner a:hover{
	border:none;
}

#pageCloseSpace{
	height:70px;
	background-color:#ffffff;
	margin:0px auto 0px auto;
}
#sub-site,#articleid{
	display:none;
}



