/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'default' */
/*
	------------------------------------------------------------------
	CSS Stylesheet van de Historische Vereniging Hasselt
	Website: www.historischevereniginghasselt.nl
	Datum: september 2005 rev. september 2008
	Copyright: EMR Webdesign 
	------------------------------------------------------------------	
*/
body {
	color: #4A4037;
	font: 76%/1,5em "Trebuchet MS", Georgia, serif;
	margin: 0;
	padding: 0;
       background-color:#FFF;
}
h1, h2, h3, h4 p{
	font-family: "Trebuchet MS", Georgia, serif;
	font-weight: normal;
	line-height: 1em;
	padding-top: 15px;
}
p{
	margin-top: 15px;
	font: normal .9em/1.4em "Trebuchet MS", Georgia, serif;
	text-align: left;
}
#right p {margin-left: 5px;}
left p{margin-left:30px;}
h1{
	font: 2.2em times, "Times New Roman", times-roman, georgia, serif;
	color: #4A4037;
	margin: 0;
	padding: 0px 0px 20px 0px;
	line-height: 44px;
	letter-spacing: -2px;
	background: url(../images/bg_footer.jpg) no-repeat center 36px;
}
h2 {
	font: 1.8em times, "Times New Roman", times-roman, georgia, serif;
	color: #4A4037;
	margin: 0;
	padding: 0px 0px 0px 0px;
	line-height: 44px;
	letter-spacing: -2px;
}
h3 {
	font: 1.8em times, "Times New Roman", times-roman, georgia, serif;
	color: #4A4037;
	margin: 0;
	padding: 0px 0px 20px 0px;
	line-height: 20px;
	letter-spacing: -2px;
}
#right h3{
	font:bold 15px/14px Tahoma,"Gill Sans", Verdana;
	padding: 20px 0px 2px 0px;
	margin: 0;
	margin-left: 10px;
	border-bottom: 1px solid #FA8F32;
	font:15px;
	letter-spacing:2px;
	color: #4A4037;
	text-transform: uppercase;
}
h4{
	font: 4.0em times, "Times New Roman", times-roman, georgia, serif;
	color: #4A4037;
	margin: 0;
	padding: 0px 0px 20px 0px;
	line-height: 44px;
	letter-spacing: -2px;
}
h5 {
	color: #EC7230;
	margin: 0;
	padding: 11px 0px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold 11px/14px "Gill Sans", Verdana;
}
h6 {
	color: #EC7230;
	margin:0;
	padding: 11px 0px 0px 0px;
	margin-bottom:10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold 11px/14px "Gill Sans", Verdana;
	border-bottom:1px solid #EBF4FA;
}
/*********************** basic link styles*******************************/
a:link,a:active,a:visited{
	color:#EC7230;
	text-decoration:none
}
a:hover {
	color:#4A4037;
	text-decoration:underline;
}
/**************************END BASIC LINK STYLES*******************************************/
li{
	font: 0.9em/1.5em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #4A4037;
	list-style: none;
}
#content #albumlijst{
display:block;
background:#EFF6FB;
padding:10px;

}
* html #content #albumlijst{
display:block;
background:#EFF6FB;
padding:10px;

}
#content #albumlijst li{
margin:5px 0;
background:#BBD9EE;
padding-left:15px;
}
* html #content #albumlijst li{
margin:5px 0;
padding:4px 0 4px 0;
background:#BBD9EE;
padding-left:15px;



}
#content #albumlijst li a{margin-left:-15px;}
#content #albumlijst li a:link, #content #albumlijst li a:active, #content #albumlijst li a:visited{
background:#BBD9EE;
display:block;
padding-left:15px;
text-decoration:none;
font-weight:bold;
color:#FFF;
}

#content #albumlijst li a:hover{
background:#FFF;
display:block;
padding-left:15px;
text-decoration:none;
font-weight:bold;
color:#666;
}

#content li {
	font: 0.9em/1.5em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #4A4037;
/*	margin-left:-37px;
*/}
/*#######################general page layout######################*/
#header{
	background-color: #F1EFEB;
	height: 150px;
}
#footer{
	font: .9em/1.5em "Trebuchet MS", Georgia, serif;
	margin: 10px 205px 0 185px;
	padding-top:25px;
	text-align: center;
	padding-bottom:50px;
	border-top:#EBF4FA;
	clear:both;
	background: url(../images/zoek_endflower.gif) no-repeat center 55px;
}
#header hr, #footer hr{
	display: none;
}
#left{
	position: absolute;
	background-color:#E7E4D3;
	left: 0;
	top: 185px;
	width: 175px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/bg_leftbox.gif);
}
/* ie 6 hack...bah.... */
* html #left{
         top: 186px;
        margin-left:-1px;
       	left: -1px;
        background-color:#FFF;
        background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/bg_leftbox.gif);

}
/*sidenav**********************************************/
#sidenav, #sidenav-start{
	width:165px;
}
* html #sidenav{padding-bottom:0px;}
#sidenav ul, #sidenav-start ul{
	font: 12px tahoma, "Times New Roman", serif;
	color: #54A4DE;
	margin-left:0px;
	padding-left:0px;
	margin-top: 18px;
	list-style-type: none;

}
#sidenav-start ul{margin-top:36px;}

#sidenav li, #sidenav-start li{
	float:left;
	list-style-type: none;	
}
#sidenav a,#sidenav-start a,#sidenav a:link,#sidenav-start a:link, #sidenav a:visited, #sidenav-start a:visited, #sidenav a:active, #sidenav-start a:active{
	font:bold 11px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #4A4037;
	text-decoration:none;
	background-color:#F1EFE2;
	display:block;
	width:167px;
	text-indent:10px;
	float:left;
	padding:8px 4px;
	border-top: solid 1px #FFF;
}
#sidenav a:hover, #sidenav-start a:hover{
	border-top: solid 1px #E7E4D3;
	background: #FFF;
}
#sidenav-start  li.search,  {
	width: 165px;
	/*height:5000px;*/
	margin: 0;
	padding: 8px 4px 8px 6px;
	background: #F1EFE2;
	border-top: 1px solid #FFF;
	float:left;
}
* html #sidenav-start  li.search{padding: 8px 1px 8px 6px;margin-bottom:20px;}

#cntnt01moduleform_1{
	width: 163px;
	margin: 0;
       padding-top:5px;
       padding-left:5px;
       margin:0;
}

# button input {margin-top:15px;}
/*IE 5.0 5.5 hack*********************************************************/
*html #sidenav a, #sidenav a:link, #sidenav a:visited, #sidenav a:active{
	width:175px;
	w\idth:167px;
}
*html #sidenav a:hover, #sidenav a.current:link, #sidenav a.current:active{
	width:175px;
	w\idth:167px;
}
/*end hack***********************************************************/	
/************************end sidenav********************************************/
#sidecomment, #sidecomment-p, #sidecomment-c, #sidecomment-h, #sidecomment-w{
	/*position:absolute;*/
        float:left;
	padding-left:6px;
	color: #4A4037;
	margin-left: 3px;
	width: 166px;
	height: 154px;
	background: #E9E6D6 url(../images/bg_adres.jpg) no-repeat right bottom;
	font: normal 0.7em/1.2em  tahoma, "Times New Roman", serif;
	border-bottom: 1px solid #D7D3C7;
	border-top:1px solid #FFF;
}
* html #sidecomment, * html #sidecomment-p,* html #sidecomment-c, * html #sidecomment-h, * html #sidecomment-w{padding-left:0px; width: 175px;margin-left: 0px; height: 154px;margin-top:-21px;}
#sidecomment-p{
	/*top: 129px;*/
	background: #E9E6D6 url(../images/bg_publicaties.gif) no-repeat right bottom;
}
#sidecomment-c{
	background: #E9E6D6 url(../images/bg_contact.gif) no-repeat right bottom;
	/*top: 162px;*/
	}
#sidecomment-h{
	/*top: 258px;*/
	background: #E9E6D6 url(../images/bg_molen.gif) no-repeat right bottom;
}
#sidecomment-w{
	/*top: 260px;*/
	background: #E9E6D6 url(../images/bg_werkgroepen.gif) no-repeat right bottom;
}
#adres{font:1.1em tahoma, "Times New Roman", serif;
	padding-top: 50px;
}
#adres-h{margin-top:15px;}
#adres-p{margin-top:15px;}
*html #adres-h, * html #adres-p{margin-top:15px; padding-left:15px;}
/* mini search**************/
input.send{
	font:normal 11px  "Trebuchet MS", Georgia, serif;
	border: 1px solid #54A4DE;
	background-color: #BBD9EE;
	height: 22px;
	width: 70px;
	background-attachment: fixed;
}
/* end mini search**********************/
.hr{border:solid 1px #EBF4FA;}
#right{
	position: absolute;
	right:0px;
	top: 205px;
	width: 185px;
	background-image: url(../images/bg_rightbox.gif);
	background-repeat: no-repeat;
	background-position:left top;
	background-color: #EFF6FB;
	margin-left: 10px;
}
#rightbottom{
	position: absolute;
	background-color: #EFF6FB;
	right: -1px;
	top: 297px;
	width: 185px;
	margin-left: 10px;
	height: 35px;
	visibility: inherit;
	border-top: 1px solid #FFF;
}
#right.no{display:none;}
/*ie5 for mac hack*/
/*\*//*/
#right {
	margin-right: =15px;
	right: 15px;
}
/**/
/*Hide from Mac IE5\*/
* html #container{
	height: 1%;
        background: #FFF url(../images/beige_bg.gif) repeat-y -2px  top;*/ none;
	border-left: 2px solid #E7E4D3;
}
/*End hide from Mac IE5*/
#container{
	position:relative;
	background: #FFF url(../images/beige_bg.gif) repeat-y left top;
	border-right: 1px solid #EBF4FA;
	border-left: 1px solid #E7E4D3;
}
/*************************CONTENT PAGE********************************************************/
#content{
	padding-top: 20px;
	text-align: left;
	line-height: 1.5em;
	margin: 0 200px 0 190px;
}
#content p{
	margin-top:-5px;
}
#content img{
	 padding:2px;
	 margin:5px ;
	 float: left;
	/* border: 1px solid #CFC9BC;*/
}
#content img.white-b {
	padding:2px;
	margin:5px 5px 5px 0;
	border: 1px solid #FFF;
}
#content img.right{
	padding-left:190px;
	border: 1px solid #FFF;
}
#content img.rightwb{
	border: 1px solid #CFC9BC;
        margin-right:1px;
	float: right;
        padding:2px;
}
#content img.leftwb{
	padding:2px;
	border: 1px solid #CFC9BC;
	margin: 20px;
	float: left;
        margin-left:0px;
}
#content img.toparrow{
	float: right;
	margin: 0px;
	padding: 0px;
}

/*******************ie5.5 hack*********/
*html #content{
	margin-left:=205px;
	margin-left:185px;
}
/**************end hack*************/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$END CONTENT$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
#header, #container{
	max-width: 1050px;
	margin:0px auto 0px auto;
}
/*ie hack**********************/
#header, #container{width:expression(document.body.clientWidth > 1050? "1050px": "auto" );}
/********************************/
#logo {
	position: absolute;
	top: 47px;
	right:30px;
	width:271px;
	margin-right:7px;
	background: url(../flash/logo_hvh.swf) no-repeat left top;
}
.type, #cntnt01searchinput{
	font: 11px Arial, Helvetica, sans-serif;
	color: #4A4037;
	background: #FFF;
	border: 1px solid #D7D3C7;
	padding: 5px 2px 2px 2px;
        text-indent:5px;

}
#search hr{display:none;}
/******************** main navigation****************/
#nav{
	height:33px;
	width: 100%;
	background-color: #BBD9EE;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #54A4DE;
}
* html #nav{margin-top:-4px;}
#ulnav {
	width: 100%;
	heigth: 70px;
	margin: 0;
	padding: 0;
}
#ulnav li {
	float: left;
	list-style-type: none;
}
#ulnav a:link,#ulnav a:visited,#ulnav a:active {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 15px;
	color: #4A4037;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 10px 10px 2px 15px;
	margin: 0px 1px;
	font-variant: small-caps;
	font-weight: bold;
}
#ulnav a:hover{
	color: #4A4037;
	background: #FFFFFF;
}
#ulnav a.current:link,#ulnav a.current:visited{
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 16px;
	color: #4A4037;
	background-color:#FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 10px 10px 2px 15px;
	margin: 0px 1px;
	font-variant: small-caps;
	font-weight: bold;
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ END MAIN NAVIGATION@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/********************************newsblock styles********************/
#newsblock{padding-top:2px;}
#newsblock a:link, newsblock a:active, #newsblock a:visited{
	color: #4A4037;
	text-decoration: underline;
}
#newsblock a:hover{color: #EC7230;}
.mini{
	border-bottom: solid 1px #FFF;
	padding-left:8px;
	padding-right:-20px;
}
#content .mini {
	margin-top: 15px;
	font: normal .9em/1.4em "Trebuchet MS", Georgia, serif;
	text-align: justify;
}
#content .item{
	border-bottom: solid 1px #FFF;
	font:.8em/1.4em Arial, Helvetica, sans-serif;
}
.item{
	border-bottom: solid 1px #FFF;
	font:11px Arial, Helvetica, sans-serif;
}
.divmini{
	padding-top:1px;
	width:60px;
	margin-right:0px;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #666;
	float: left;
}
#content .divmini{
	padding-top:1px;
	padding-right:20px;
	width:100%;
	font: bold .9em/1.4em Arial, Helvetica, sans-serif;
	color: #4A4037;
	float: left;
}
#subscribe {
	width: 98%;
}
#col form{
	height: 400px;
/*	padding-left:100px;
*/}
#col {
	height:100%;
	padding-top: 20px;
	margin-bottom:50px;
	border: 1px solid #EBF4FA;
}
#col label {
	float: left;
	width: 160px;
	font-weight: normal;
	padding:4px;
	padding-right:10px;
	text-align:left;
}
#col label.small{
	width:80px;
	font-weight: bold;
	padding-left:2px;
	border-bottom:1px solid #000;
	text-align:left;
}

#col input .smallbox{
	width:10px;
	padding-left:30px;
}
#col input {
	float:left;
	border:1px solid #54A4DE;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #4A4037;
}
#col .boxes{
	margin-left: 5px;
}
#col br{
	clear: left;
}
#col .star{
	color:#FA8F32;
	padding-left:5px;
}
#col .text{
	text-align:left;
}
#col .radiobtn{border:solid 1px #FFF;}
#col .reg{background-color:#CCC;}
#col .btn{
	margin-left:60px;
	background: #FFF;
}
#col .btnlow, #col .btn{
	margin-top:30px;
	background: #BBD9EE;
	margin-bottom:20px;
	color: #4A4037;
}
.pullquote {
	width:275px;
	height:250px;
	padding:30px 5px 5px 0px;


	clear:left;
	border-top: 1px solid #EBF4FA;
	border-right: 1px solid #EBF4FA;
}
.pullquote p {
	font: 12px Arial, Helvetica, sans-serif;
	width:250px;
	color: #666;
}
.pullquotego{
	width:275px;
	height:140px;
	padding:30px 5px 5px 0px;
	float: left;
	border-right: 1px solid #EBF4FA;
}
.pullquotego p {
	font: normal 13px Arial, Helvetica, sans-serif;
	width:250px;
	color: #4A4037;
}
.noborder{border:solid 1px #000;}
.article{
	text-align: left;
	padding-top:15px;
	font: normal 1em/1.2em "Trebuchet MS", Georgia, serif;
}
.article img{
	float:left;
	border: 1px solid #CFC9BC;
}
.article img .right{
	float:right;
	border: 1px solid #CFC9BC;
}
.date{
	text-align:right;
	font: 11px "Trebuchet MS", Georgia, serif;
}
#wrapper {
	height: 600px;
	width: 100%;
	background: url(../images/bg_wrapper.jpg) no-repeat right top;
	border-top: 1px solid #EBF4FA;
}
#wrapper .pullquotego .a {
	padding: 2px 5px;
	border: 3px double #CFC9BC;
	background: #F7F6EF;
	font: bold 12px "Trebuchet MS", Georgia, serif;
	color: #4A4037;
}
#wrapper .pullquotego .a:hover {
	padding: 2px 5px;
	border: 3px double #CFC9BC;
	background: #F7F6EF;
	font: bold 12px "Trebuchet MS", Georgia, serif;
	color: #EC7230;
	text-decoration: none;
}
#link {
	width:100%;
	float:left;
	border-top: 1px solid #EBF4FA;	
}
#oproep {
	width:100%;
	float:left;
	border-top: 1px solid #EBF4FA;
}
#oproep p {
	padding-right:10px;
	padding-top:15px;
}
#oproep a:link, #oproep a:active,#oproep a:visited{
	color:#EC7230;
	text-decoration:none
}
#oproep a:hover{
	color:#4A4037;
	text-decoration:underline;
}
h2 .linkbox {
	font: 1.8em times, "Times New Roman", times-roman, georgia, serif;
	color: #4A4037;
	margin: 0;
	padding: 0px 0px 20px 0px;
	line-height: 44px;
	letter-spacing: -2px;
}
#link ul {
	padding:0 0 10px;
	margin:0 0 0px;
}
#link li { 
	list-style: none;
	padding-left:0px;
	margin:3px 0;
}
.linkbox {
	margin:0;
	padding-right: 10px;
	width:80%;
	padding-top: 10px;
	float: left;
}
.linkbox h2 {
	font:  2.1em times, "Times New Roman", times-roman, georgia, serif;
	color: #4A4037;
	margin: 0;
	margin-bottom:10px;
	padding: 0px 0px 20px 0px;
	line-height: 22px;
	letter-spacing: -2px;
}
	
.linkbox a:link,.linkbox a:active,.linkbox a:visited {
	color: #4A4037;
	text-decoration: underline;
}
.linkbox a:hover{
	color: #4A4037;
	text-decoration: none;
}	
* html .textbox textbox2{
	display: inline;
	}
.textbox{
    float: left;
	width: 48%;
	margin: 0;
	padding-right: 1%;
	border-right: 1px solid #EBF4FA;
	border-top:1px solid #EBF4FA;
	padding-top:10px;
}
.textbox2{
	float: left;
	margin: 0;
	padding-left:1%;
	padding-top:10px;
	border-top:1px solid #EBF4FA;
	width: 48%;
}
.textboxwide{
    float: left;
	width: 98%;
	margin: 0;
	padding-right: 1%;
	border-right: 1px solid #EBF4FA;
	border-top:1px solid #EBF4FA;
	padding-top:10px;
}
.textboxwidenb{
	float: left;
	width: 98%;
	margin: 0;
	padding-right: 1%;
	padding-top:10px;
}
.textboxwb{
	float: left;
	width: 48%;
	margin: 0;
	padding-right: 1%;
	border-right: 1px solid #EBF4FA;
	border-top:1px solid #FFF;
	padding-top:10px;
}
.textbox2wb{
	float: left;
	width: 48%;
	margin: 0;
	padding-left:1%;
	padding-top:10px;
	border-top:1px solid #FFF;
}
.textblock, .textbox2 p, .textblockwb, .textblock2wb p{
	margin-right:15px;
	font: normal .9em/1.4em "Trebuchet MS", Georgia, serif;
}
#wrapping{
	height: 1500px;
	width: 100%;
}

#searchresult{width:95%;}
.bgbeige{
	width:80%;
	margin:0;
}
/*******************CSS TEST ARIA*********************************/
#xsnazzy p {margin:0 10px; letter-spacing:1px;}
#xsnazzy p {padding-bottom:0.5em;}
#xsnazzy {background: transparent; margin-right:1.2em;}
#xsnazzy img{
	float:left;
	margin: 5px;
	padding: 3px;
	border-top: 1px solid #BBD9EE;
	border-right: 1px solid #BBD9EE;
	border-bottom: 1px solid #BBD9EE;
}
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#EBF4FA url(../images/bg_topnewsbox.gif) repeat-x; border-left:1px solid #BBD9EE; border-right:1px solid #BBD9EE;}.xb1 {margin:0 5px; background:#08c;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xboxcontent {display:block; background:#FFF url(../images/bg_newsbox.jpg) repeat-x left bottom; border:0 solid #BBD9EE; border-width:0 1px;}
.xboxcontent hr {border: 1px dotted #BBD9EE;margin-left:5px;margin-right:5px;}
.error, error p{
	text-align:center;}
.logo{
	position: absolute;
	height: 147px;
	width: 302px;
	left: 0px;
	top: 0px;
	visibility: visible;
}
.nodisplay {
	display: none;
}
em {color: #54A4DE;}
#content .textbox2 img.boekje{float: none;}
#content .textbox img.boekje{float: none;}
#content img.kader, img.kader{
	float: none;
	margin: 0px auto;
	padding:2px;
	border: 1px solid #CFC9BC;
}	
hr{
	border:1px dotted # #EEE;
}
th{
	border-bottom:solid 1px #BBD9EE;
	padding-top:5px;
}
.td p{
/*	border-bottom:solid 1px #980;
*/	background:#EFF6FB;
}
.backgp{
	background:#EFF6FB;
}
.holder{
	width:300px;
	float:left;
}
.holderr{
	width:250px;
	float:right;
}

* html #sidenav li  .menuparent { display:none;}
#sidenav li  .menuparent { display:none;}
#sidenav li .menuactive {background:white;}
/* End of 'default' */

/* Start of CMSMS style sheet 'Module: News' */
/* Start of CMSMS style sheet 'Module: News' */

.newsall {
display:block;
height:30px;
margin:10px 0 0 10px;
width:160px;
}

#newsblock .newsall a:link, #newsblock .newsall a:active, #newsblock .newsall a:visited {
    padding-left:5px;
    padding-top:5px;
    font: bold 11px "Gill Sans", Verdana;
    text-decoration:none;
    color:#EC7230;
    text-transform:uppercase;
}


#newsblock .newsall a:hover{text-decoration:underline;}



div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
   font: 1.2 em bold;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 0px 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #BACEE7;
}

/*.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    /*margin: 0 0.5em 0px 0.5em; /* margin to the bottom of the news article summary */
    /*border-bottom: 1px solid #fff;
*/


.NewsSummaryPostdate {
  font-size: 90%;
  font-weight:bold;
  margin:0 0 5px 0;
  padding:0;

 }

.NewsSummaryLink a, #content .NewsSummaryLink a {
   font: 12px/12px Arial, "Trebuchet MS", Verdana, Tahoma, "Gill Sans";
   line-height:140%;
   color:#4A4037;
   text-decoration:underline;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent, .NewsSummaryContent p, .NewsSummarySummary p{
  line-height: 140%;
  font-size: 11px;
  font-family: "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",Tahoma,Arial,sans-serif;
  padding-top: -60px;
  color:#666;
  margin-top:10px;
 }


.NewsSummaryMorelink, #content .NewsSummaryMorelink a{
  padding-top: 0.5em;
  color:#7E4331;
  font:bold 11px Tahoma, Arial, "Trebuchet MS", Verdana,  "Gill Sans";
}
#content .NewsSummaryMorelink a{
color:#4A4037;
text-decoration:underline;}

#NewsPostDetailDate {
  font-size: 120%;
  color:#f96;
  }

#NewsPostDetailSummary p {
color:#666;
font-family:"Trebuchet MS",Tahoma,Arial,sans-serif;
line-height:140%;
padding-bottom:15px;
text-align:justify;
border-bottom:dotted 1px #BACEE7;

   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent, #NewsPostDetailContent p {
  text-align:justify;
  line-height: 140%;
  color:#666;
  font-family: "Trebuchet MS",Tahoma,Arial,sans-serif;
  margin-bottom:15px;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}
.newstotal ,#NewsPostDetailPrintLink,
#NewsPostDetailReturnLink {
   color:#54A4DE;
   font: 11px/14px "Gill Sans", Verdana;
   text-transform: uppercase;

}
#news{ 
display:inline;
margin:0;
}

#news li {float:left;padding:3px;}

/* to add specific style to the below divs, uncomment them. */

/* 

#NewsPostDetailHorizRule {}

*/
/* End of 'Module: News' */

