/********************************************************************************                                                  
                          USING SF-BLUEPRINT-CSS

-Never make changes to the original Blueprint CSS files.  Overwrite them in this custom.css file.
-Not all of the css classes are listed in this file. Since Blueprint has great default classes, only overwrites and additions are listed.

For more information on BluePrint CSS, visit: http://code.google.com/p/blueprintcss/

Good luck!
********************************************************************************/


/********************************************************************************
	         Body
********************************************************************************/

body {
   background: #D8DADC;
   color: #333; 
}

#main {
   padding-top: 10px;
}



/********************************************************************************
               Typography
********************************************************************************/
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px)
***************************************/

@font-face {
	font-family: Pivo;
	src: url('fonts/Pivo.ttf');
}


   
body {
   font-size: 90%; 
   font-family:arial, verdana, Geneva, Verdana, "Lucida Grande", Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 { 
  color: #00B8FF; 
}

h6 { 
  color: #101010; 
  font-style: italic;
}

#content h4 { 
margin-bottom: 10px;
padding-bottom: 5px;
display: inline-table;
font-style: italic;
}



h1.flash { color: #00B8FF; font-size:54px; }
h1.flash a, h1.flash a:link { color: #00B8FF; text-decoration: none; }
h1.flash a:hover, h1.flash span:hover {color: #CCCCCC;}

h2.flash { color: #00B8FF; font-size:22px; }
h2.flash a, h1.flash a:link { color: #00B8FF; text-decoration: none; }
h2.flash a:hover {color: #CCCCCC;}




h4.sidenav {
	font-family: Pivo;
	font-size:22px;
	margin-bottom:0px; 
	padding-bottom:0px;
	
cursor: pointer;
}


h4.sidenav a, h4.sidenav a:link { color: #ffffff; text-decoration: none; }

h4.sidenav a:hover { color: #CCCCCC; }

h4.flash {
	
	font-size: 24px;
	
}




h5.subkop {
font-family: Pivo;
font-size:18px;	
font-weight:normal;	
color: #666666;
}




h5.subkop a, h5.subkop a:link{ color: #00B8FF; }
h5.subkop a:hover{ color: #CCCCCC; }


h5.flash {font-size:20px;}

h5.flash a, h5.flash a:link { color: #00B8FF; text-decoration: none; }

h5.flash a:hover { color: #CCCCCC; }


h6.flash { font-size:18px; color: #D8DADC; }
h6.flash a, h6.flash a:link { color: #00B8FF; text-decoration: none; }'
h6.flash a:hover { color: #CCCCCC; }





.flash {font-family: Pivo;}




h3.flash {font-size:24px;  line-height: 36px;}


/* SlipFire created typography classes
***************************************/

.medium { font-size: 1em; line-height: 2.1875em;}

.center {text-align:center;}

.byline{ font-size: .8em; line-height: 1em;}

.timestamp{ font-size: .8em; line-height: 1.2em;}

.commentnum{ font-size: .8em; line-height: 1.2em;}

.incategory{ font-size: 1em; line-height: 1.2em;}



/********************************************************************************
               Text Elements and Lists
********************************************************************************/

a { color: #8c8c8c; text-decoration: none; }

/* Removes unwanted link decoration
***************************************/
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a, p a, .nolink, .tabbertab a, .icon, a img{
   border: none !important;
   text-decoration:none !important;
}

p {
	font-size: 95%;
	color: #8c8c8c;
}

img a, img a:focus, img a:hover   {
text-decoration: none;
border-bottom: none;
background: transparent;
}

p a:focus, p a:hover { background: #ffffa0;}

/* Removes unwanted hover decoration
***************************************/
a.nohover:hover  { background: none;}


li { list-style: square inside url('images/bullet.gif');}

.fancybullet li {
      list-style: none;
	background: url('images/bullet.gif') no-repeat top left;
	padding: 0px 0px 5px 18px;
      margin: 0px 0px 0px 0px;
}


#content li {
	color: #666666;
	font-size: 12px;
	padding: 2px;
	margin-top: 10px;
	border-bottom: 1px solid #666666;
}
#content ul {
	color: #666666;
	padding: 2px;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;}

ul, li {list-style-position: outside; list-style: none;}


/********************************************************************************                                            
                            SLIPFIRE CREATED CLASSES                                                   
********************************************************************************/



/********************************************************************************
                Images
********************************************************************************/

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.aligncenter {
   float: none;
   text-align: center;
}

#content .post .span-8 img{max-width: 300px;
width: 300px;}

.programmacontainer #content .post .span-8 img{max-width: 200px;
width: 200px;}

.twocolleft {width:35%; display: inline;}
.twocolright {width:55%; float: right; display: inline;}

/********************************************************************************
                Borders
********************************************************************************/

.border-left{
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #ddd;
}

.border-right{
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ddd;
}

.border-top{
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #ddd;
}

.border-bottom{
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd;
}

div.border{
  border: none;
  display: block;
  margin-top: 4px;
  padding-top: 4px;
  padding-bottom: 1px;
  margin-bottom: 5px;
  background: transparent url('img/intro_grey_dotmini.png') repeat-x bottom;
  clear: both;
}


/********************************************************************************
                Misc
********************************************************************************/

/* Use a .box(Blueprint default) or .box2 to create a padded box inside a column. 
***************************************/

.box2 { 
  padding: .5em; 
  margin-bottom: .5em; 
  background: #eee; 
  border: 1px solid #ddd;   
}




.roundwhite {
	background-color: #ffffff;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius:1em; 
	padding: 10px;
	margin-bottom: 10px;
}

.roundwhitestripe {
	background: url('img/stripes/stripe_blue_red_bg_white_LLLL.png') repeat;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius:1em; 
	padding: 10px;
	margin-bottom: 10px;
}

.roundblueblock {
	background: url('img/stripes/stripe_lightblue_blue_WL.png') repeat;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius:1em; 
	padding: 10px;
	margin-bottom: 10px;
}

.roundredblock {
	background: url('img/stripes/stripe_red_bg_LM.png') repeat;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius:1em; 
	padding: 10px;
	margin-bottom: 10px;
}


.roundwhitetop {
	background-color: #ffffff;
	-webkit-border-top-left-radius: 1em;
	-moz-border-radius-topleft: 1em;
	
	-webkit-border-top-right-radius: 1em;
	-moz-border-radius-topright: 1em;	
	
	border-top-left-radius:1em; 
	border-top-right-radius:1em; 
	padding: 10px;
	margin-bottom: 10px;
}


.roundgrey {
	background-color: #333333;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius:1em; 
	padding: 10px;
}


.pagetransition {
	background:  url('img/intro_bg_dot.png') repeat-x top;
	background-color: #666666;
	height: 7px;
}

.roundgreybottom {
	background-color: #666666;
	padding: 4px 10px 10px 10px;
	color: #D8DADC;
	-webkit-border-bottom-left-radius: 1em;
	-moz-border-radius-bottomleft: 1em;
	-webkit-border-bottom-right-radius: 1em;
	-moz-border-radius-bottomright: 1em;
	
	border-bottom-left-radius:1em; 
	border-bottom-right-radius:1em; 
}

.roundgreybottom p {

	color: #D8DADC;
	margin-bottom: 0px;
	padding-top: 3px;

}

.roundgreybottom h6 {

	color: #D8DADC;

}

.roundgreybottom p a {

	color: #ffffff;

}

.roundwhitebox {
 background-color: #fff;
 -webkit-border-radius: 1em;
 -moz-border-radius: 1em;
 	border-radius:1em; 
	
 height: 100%;
 margin-top: 1px;
 margin-bottom: 10px;
}

.roundbackground {
	background-color: #D8DADC;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius:1em; 
	padding: 10px;
}

.post img{
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius:1em; 
}


/* Use to push down a div (adds vertical space between divs)
***************************************/

.pushdown-1 {padding-top:10px;}
.pushdown-2 {padding-top:20px;}
.pushdown-3 {padding-top:30px;}
.pushdown-4 {padding-top:40px;}
.pushdown-5 {padding-top:50px;}



/********************************************************************************
                Lines
********************************************************************************/

/* Lines: add "class=" to HR to control color and height
     example: <hr class=thick> for a thick line
***************************************/

.thick {
  height: 3px;
  margin: 0 0 1.4em 0;
}

.thin{
  height: 1px;
  margin: 0 0 0 0;
}




/********************************************************************************                                                  
                          SLIPFIRE CREATED FOR WORDPRESS                                                   
********************************************************************************/


/********************************************************************************
                Navbar
********************************************************************************/
#header {
width:950px;margin:0 auto;
}
#header img, #header a, #header a:hover {
 border-bottom: none;
 background-color: transparent;
 text-decoration: none;
 
}

.headersearch {
   margin-top: -23px;
   padding: 0px;
   float: left;
}

.fixedbasics {
   z-index: 2000;	
   position: fixed;
   padding: 0px;
   margin-top: -2px;
   position: fixed;
   margin-left: 800px;
   top: 0px;
   float: right;
   left: auto;
   right: auto;
}
	
.searchfix {margin-top:6px; margin-left:80px; display:inline;}

#searchform .headersearchbutton{
	background: url('img/mag.gif') no-repeat;
	height: 29px;
	width: 29px;
	border: 0;
	cursor: pointer;
	-moz-border-radius-bottomleft: .5em; -webkit-border-bottom-left-radius: .5em; 
	-moz-border-radius-bottomright: .5em;  -webkit-border-bottom-right-radius: .5em; 
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

.header_taal_button{
   margin-top: -23px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 3px;
	padding-top: 6px;
   	float: right;
	background-color:#00B8FF;
	color: #fff;
	font-size: 11px;
	font-style: italic;	
	border: none;
	cursor: pointer;
	-moz-border-radius-bottomleft: .5em; -webkit-border-bottom-left-radius: .5em; 
-moz-border-radius-bottomright: .5em;  -webkit-border-bottom-right-radius: .5em; 
border-bottom-left-radius: 0.5em;
border-bottom-right-radius: 0.5em;
}

.header_taal_button p{ 
	margin-top: 4px;
	display: inline;
	color: #fff;
}

.header_taal_button p a { 
	color: #fff;
}

.header_sitemap_button,.header_totop_button, .header_goback_button, .header_mail_button{
	margin: 0px;
	padding: 0px;
	border: 0;
	margin-left: 3px;
	min-height: 25px;
	cursor: pointer;
	display: inline;
	float: right;
	text-align: right;
}

.header_sitemap_button a,.header_totop_button a, .header_goback_button a, .header_mail_button a{
      margin: 0px;
      padding: 0px;
	border: 0;
	min-height: 29px;
	cursor: pointer;
	display: inline;
}

.header_sitemap_button a:focus, .header_totop_button :hover, .header_goback_button a:hover, .header_mail_button a:hover{
filter:alpha(opacity=90);
opacity: 0.9;
-moz-opacity:0.9;
}

.header_txt_button{
	margin-top: 0px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 3px;
	padding-top: 6px;
	background-color:#666666;
	color: #fff;
	font-size: 11px;	
	border: none;
	border: 0;
	cursor: pointer;
	-moz-border-radius-bottomleft: 0.5em; -webkit-border-bottom-left-radius: 0.5em; 
-moz-border-radius-bottomright: 0.5em;  -webkit-border-bottom-right-radius: 0.5em; 
border-bottom-left-radius: 0.5em;
border-bottom-right-radius: 0.5em;
}



#searchform .headersearchinput{
	padding:5px;
	border: none;
	color: #ffffff;
	font-style: italic;
	font-size: 11px;
	background-color: #666666;
-moz-border-radius-bottomleft: .5em; -webkit-border-bottom-left-radius: .5em; 
-moz-border-radius-bottomright: .5em;  -webkit-border-bottom-right-radius: .5em; 
border-bottom-left-radius: 0.5em;
border-bottom-right-radius: 0.5em;
	float:left;
	display: inline;
}


/********************************************************************************
                Sidebar
********************************************************************************/

#sidebar {
 height: 100%;
}

#sidebar p {
	color: #666666;
	font-size: 11px;
	padding-bottom: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#sidebar small {
	color: #666666;
	font-size: 10px;
	font-style: italic;
	margin-top: 10px;
}

#sidebar li {
	color: #666666;
	font-size: 12px;
	list-style-type: none;
	padding: 2px;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
}
#sidebar li {
color: #666666;}

ul, li {list-style-position: outside; list-style: none;}


.sidemenu {
padding-top: 14px;
padding-bottom: 14px;
background-color:#666666;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius:1em; 
}

#hoversidenav{
margin:0;
list-style-type:none;

}

#hoversidenav .closed{
background: #666666 url('img/intro_bg_dotminimini.png') repeat-x bottom;
padding-bottom: 12px;
padding-top: 4px;

}
#hoversidenav .closed,#hoversidenav .opened{
padding-right:10px;

}
#hoversidenav .header{
background-color:#D8DADC;
}
#hoversidenav .opened{
background: #666666 url('img/intro_bg_dotminimini.png') repeat-x bottom;
padding-bottom: 8px;
padding-top: 4px;
}
#hoversidenav a{
display:block;
font-weight:bold;
text-decoration:none;
background-color:#666666;
color: #ffffff;
border-bottom: none;
}
#hoversidenav a.hover{
background-color:#666666;
color:#FFFFFF;
}

#hoversidenav h4{

margin-bottom: 0px;
padding-bottom: 0px;
color: #fff;
}
#hoversidenav br{
line-height: 5px;
}
#hoversidenav small{
color: #D8D9DB;
font-weight: normal;
font-size: 11px;
margin-top: 0px;
padding-top: 0px;
line-height: 80%;
}
#hoversidenav small a{
color: #ffffff;
}
#hoversidenav ul{
overflow: hidden;

margin:0;
padding:0;
}
#hoversidenav li{
margin:0;
padding:0;
list-style-type:none;
background-color:#3f3f3f;
border-bottom: none;
color:#FFFFFF;
height:auto;
}


#hoversidenav li a{
padding:2px 5px 3px 8px;

color:#FFFFFF;
}
#hoversidenav li.active a,#hoversidenav li li.active a{
background-color:#3f3f3f;
color:#FFFFFF;
}
#hoversidenav li.active li a,#hoversidenav li li a{
padding:10px 4px 10px 8px;
background: #303030  url('img/intro_bg_dotminimini.png') repeat-x bottom;
color:#D8D9DB;
font-weight: lighter;
font-size: 12px;
letter-spacing: .1em;
}

#hoversidenav li.active li a:hover,#hoversidenav li li a:hover{
background-color:#161616;
color:#D8D9DB;
} 

.sidemeta{
	padding: 10px;

}
#sidebar h2{
   font-size: 1em;
   font-weight: bold;
   margin-bottom: .2em;
}

#sidebar a {border-bottom: none;}

/********************************************************************************
              sidemeta
********************************************************************************/

#singelmeta, #recentmeta{
margin:0;
padding:0;
list-style-type:none;
background-color:#FFFFFF;
color:#666666;
line-height:120%;
background: url('img/intro_bg_dotminimini.png') repeat-x top;
}

#singelmeta p, #recentmeta p{
margin:0;
padding-top:5px;
line-height:140%;
}

#singelmeta a, #recentmeta a{
display:block;
font-weight:normal;
text-decoration:none;
}
#singelmeta ul, #recentmeta ul{
overflow: hidden;
margin:0;
padding:0;
}
#singelmeta li, #recentmeta li{
margin:0;
padding:0;
list-style-type:none;
background: url('img/intro_bg_dotminimini.png') repeat-x bottom;
}
#singelmeta li a, #recentmeta li a{
padding:10px 0 3px 3px;
display:block;
color:#000000;

}
#singelmeta li a.closed, #recentmeta li a.closed{
color:#000000 !important;

}
#singelmeta li.firstitem a.closed, #recentmeta li.firstitem a.closed,{
color:#000000 !important;
background: url('img/intro_bg_dotmini.png') repeat-x bottom;
}
#singelmeta li.lastitem a.closed, #recentmeta  li.lastitem a.closed,{
color:#000000 !important;
background: url('img/intro_bg_dotmini.png') repeat-x bottom;
}
#singelmeta li li, #recentmeta  li li{
padding:0 5px 0 5px;
height:175px;
}
#singelmeta li a.opened, #recentmeta li a.opened{
background: url('img/intro_bg_dotmini.png') repeat-x bottom;
color:#FFFFFF;
}
#singelmeta li.firstitem a.opened, #recentmeta  li.firstitem a.opened{
background: url('img/intro_bg_dotmini.png') repeat-x bottom;
color:#FFFFFF;
}
#singelmeta li.lastitem li, #recentmeta li.lastitem li{
margin-bottom:-4px;
}
#singelmeta li.lastitem ul, #recentmeta li.lastitem ul{
background-image: url('img/ha-footer.jpg');
background-repeat:no-repeat;
background-position:bottom;
padding-bottom:4px;
}

/********************************************************************************
              Tooltip
********************************************************************************/


#tooltip{
    position: absolute;
    z-index: 3000;
    background:black;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    padding:10px;
}

#tooltip h3 { 
    margin: 0; 
    font-size:12px;
    color:white;
}

#tooltip div { 
    margin: 0; 
}

/********************************************************************************
                Sociable
********************************************************************************/

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable a {
	text-decoration: none;
	border: none;
}

.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	text-decoration: none;
	border: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}



/********************************************************************************
                Footer
********************************************************************************/

#footer {
   text-align: left;
   font-weight: normal;
   color: #8c8c8c;
   line-height: 90%;
}

#footer a, #footer a:link {
   color: #8c8c8c;
}

#footer p {
   text-align: left;
   font-weight: normal;
   font-size: 11px;
   
}

#footer a:focus, #footer a:hover { background: #ffffa0;}

#footer strong {
   text-align: left;
   font-weight: bold;
}

#footer .thick {
  height: 3px;
  background-color: #D8DADC;
  border-bottom: 1px dashed #8c8c8c;
  margin: 0 0 1.4em 0;
}


/* Float Clearing
 ---------------------------------------------------------------------*/

.module:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* float clearing for IE6 */
* html .module
{
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
* + html .module
{
	min-height: 1%;
}

.seachgif {
margin-top: 30px;
border: 10px solid #262626;
    -webkit-border-radius:.5em;
    -moz-border-radius:.5em;
    border-radius:0.5em; 
}

/* Breadcrumb Styles
 ---------------------------------------------------------------------*/

.breadCrumb
{
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	height: 21px;
	overflow: hidden;
	width: 1;
	padding:5px;
	border:none;
	background:transparent;
}
.breadCrumb ul
{
	margin: 0;
	padding: 0;
	height: 21px;
	display: block;
}
.breadCrumb ul li
{
	display: block;
	float: left;
	position: relative;
	height: 21px;
	overflow: hidden;
	line-height: 21px;
	margin: 0px 6px 0px 0;
	padding: 0px 10px 0px 0;
	font-size: .9167em;
	background:  url('img/breadcrumb/Chevron.gif') no-repeat 100% 0;
}
.breadCrumb ul li div.chevronOverlay
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.breadCrumb ul li span
{
	display: block;
	overflow: hidden;
}
.breadCrumb ul li a
{
	display: block;
	position: relative;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	float: left;
}
.breadCrumb ul li.first a
{
	height: 16px !important;
	text-indent:-1000em;
	width:16px;
	padding: 0;
	margin-top: 2px;
	overflow: hidden;
	background: url('img/breadcrumb/IconHome.gif') no-repeat 0 0;
	text-decoration: none;
	border-bottom: none;
}
.breadCrumb ul li.first a:hover
{
	background-position: 0 -16px;
}
.breadCrumb ul li.last
{
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.chevronOverlay
{
	display: none;
	background:  url('img/breadcrumb/Chevron.gif') no-repeat 100% 0;
	width: 13px;
	height: 20px;
}


/********************************************************************************
                Frontpage
********************************************************************************/

#frontpage .right {text-align: right;}
#frontpage .insidebox {padding: 10px;}
#frontpage .hand {cursor: pointer;}
#frontpage .largebox {height: 500px;}
#frontpage .smallbox {height: 200px;}

#frontpage img {vertical-align: bottom; max-width: 210px;}

#frontpage h3 {margin-bottom: 5px;}
#frontpage h4 {margin-bottom: 12px;}

#frontpage #upcoming-cont {height: 500px; overflow: hidden; display: block; margin-bottom: 10px;}
#frontpage #news-cont {height: 200px; overflow: hidden; display: block; margin-bottom: 10px;}

#frontpage p {
	color: #000000;
	font-size: 11px;
}



/*ADJUSTMENTS*/

#clear-line {
	
	display:block;
	clear:both;
}


.programmacontainer {
position:relative;
float:left;
margin-left:10px;
max-width:225px;

} 

.programmacontainer #content, 
.programmacontainer .roundgreybottom, 
.programmacontainer .pagetransition, 
.programmacontainer small, 
.programmacontainer p, 
.programmacontainer h2, 
.programmacontainer .column, 
.programmacontainer h5{
	
	width:206px;

	
}

.programmacontainer img {
	width:206px;
}


.programmacontainer #content.roundwhitetop{ 
	
	min-height:180px;
	max-height:520px;
	overflow:none;
	
}


.programmacontainer .pagetransition{ 
	
	width:225px;

	
}


.programmacontainer .roundgreybottom { 
	
	height:80px;
	overflow:none;
	
}

.programmacontainer p {
	
	
	margin-top:0px;
	
}


.programmacontainer h2, .programmacontainer h2.flash {
	

font-size: 14px;

	
}


#monthheader {
	
	clear:both;
}

#monthheader h2 {
	
	font-size:16px;
}

#content li.cf-box-title {
	color:#D8DADC;
	background-color: #EAEAEA;
}


li.cf-box-group label {
	background-color: #EAEAEA;
	padding-left:15px;
	
	 -moz-border-radius-bottomright: 0.5em;
   -moz-border-radius-topright: 0.5em;
   
border-radius-top-right: 0.5em;
border-radius-bottom-right: 0.5em;
	
}


