/* 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 'ehf-main' */
body {

background-color: #f0f5e6;
color: #336600;

background-attachment: fixed;
	font-family:  tahoma, Helvetica, Verdana,  sans-serif;
	font-size: 0.85em;

}




.main_table {
	font-family: Tahoma, Georgia, Arial;
	
	background-color: #E2EBCF;
	border: 1px solid #ACC776;
	width: 100%;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	background-image: url(uploads/images/layout/EHF_main_cell_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	/*height: 100%;*/
	text-align: center;
	vertical-align: top;
}
.top_td_back {
      /*  background-image: url(uploads/images/top_back.gif);
        background-repeat: repeat-x;
        background-position: left top;*/
}
.left_back {
	margin: 0px;
	padding: 0px;
	width: 26px;
	background-image: url(uploads/images/EHF_main_table_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.right_back {

}
.bottom_row {
	background-image: url(uploads/images/main_table_bottom_back.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.left_corner {
        margin: 0px;
        padding: 0px;
        width: 5px;

}
.right_side_back {
	margin: 0px;
	padding: 0px;
	width: 20px;
	background-image: url(uploads/images/main_table_right_middle_back2.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.main_cell {

        width: 100%;
}
.menu_col {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(uploads/images/layout/menucol_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
}
.bottom_main {

}
.middle_head {
	height: 165px;
	background-image: url(uploads/images/main_table_top_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}
.inner_table {
        height: 100%;
        width: 100%;
}

.image_01, .imagelisttd {
     	text-align: center;
font-style:italic;
padding: 3px;
background-color: #FDFDFA;
border: 1px solid #E2EBCF;
}

.imglistcaption
{vertical-align: top;
	 text-align: center;
font-style:bold;
font-size: 10pt;
padding:3px;
}

.image_td {
text-align: center;

font-style:italic;

padding:6px;
background-color: #FDFDFA;
border: 1px solid #E2EBCF;
/*
        background-color:#E2EBCF;
        border: 1px solid #660000;
        margin-right: 6px;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;*/
}


/*form, div, p, h1, h2, h3, h4, h5, h6 {

}*/

p {
	font-family:   Arial, Helvetica, Verdana,  sans-serif;
	
        font-style: normal;
	text-align: justify;
	color: #336600;
	padding-left: 5px;
	padding-right: 5px; 
}

DT {
	font-family:  Arial, Helvetica, Verdana,  sans-serif;
	
	text-align: justify;
	font-weight: bold;
	color: #336600;
}

DD {
	font-family:  Arial, Helvetica, Verdana,  sans-serif;
	
	text-align: justify;
/*	font-weight: bold;*/
	color: #336600;
}
UL
{
font-family:  Tahoma, Georgia, Arial;
	
        font-style: normal;
	text-align: justify;
/*	font-weight: bold;*/
	color: #336600;

}

LI
{
font-family:  Tahoma, Georgia, Arial;
	
        font-style: normal;
	text-align: justify;
/*	font-weight: bold;*/
	color: #336600;

}

.listEntry {
	margin-bottom: 10px;
}

a, a:link, a:visited, a:active, a:focus {
	color: #660000;
	text-decoration: none
}
a:hover {
	color: #004000;
	text-decoration: underline;
}

.articleText {

	text-align: justify;
}

.articleCode {
	margin-bottom: 3px;
	font-family: "Courier New", Courier, monospace;
	
}

input
{
	background-color: #F0F5E6;
	border:1px solid #ACC770;
	font-size:0.75em;
	line-height: 0.95em;
	padding:3px;
	padding-top:4px;
	padding-bottom:1px;
}

 input:text-area
{
	background-color: #F0F5E6;
	border:1px solid #ACC770;
	font-size:0.75em;
	line-height: 0.95em;
	padding:3px;
	padding-top:4px;
	padding-bottom:1px;
	
}

 input:submit
{
	background-color: #F0F5E6;
	border:1px solid #ACC770;
	font-size:0.75em;
line-height: 0.95em;
padding:3px;
	padding-top:4px;
	padding-bottom:1px;
	
}




.v09 {  font-family: Arial, Georgia, Arial, sans-serif; font-size: 9px; }
.v10 {  font-family: Arial, Georgia, Arial, sans-serif; font-size: 10px; line-height: 12px; }
.v11 {  font-family: Arial, Georgia, Arial, sans-serif; font-size: 11px; }
.v12 {  font-family: Arial, Georgia, Arial, sans-serif; font-size: 12px; }
.v13 {  font-family: Arial, Georgia, Arial, sans-serif; font-size: 13px; }
.v14 {  font-family: Arial, Georgia, Arial, sans-serif; font-size: 14px; }



.formButton	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; background-color: #92A1AF; }
.formLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; }
.checkLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;}
.radioLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;}
.formTextArea	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px;	}
.inputText	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.inputPass	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectMenu	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectList	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}


/* search */
.formSearch { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold;}
.search_form {}
.search_result {}



.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	font-weight: normal;
	text-decoration: none;
}
.nav_table a:hover {
	text-decoration: underline;
}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #336600;
	font-weight: bold;
	text-decoration: none;
}

.articleList_toptext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.articleList_listhead {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}





.main_screen {
	background-color: #ffffff;
	background-image: url(uploads/images/layout/main_screen_top_back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
.title_image {
	right: 60px;
}
.right_side_back {
}
.main_text_area {
	padding: 5px;
}
.main_bottom_area {
	background-image: url(uploads/images/layout/main_screen_bottom_back.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.main_col_left_side {
	background-image: url(uploads/images/main_table_right_middle_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.left_middle_table {
	background-image: url(uploads/images/main_table_left_middle_back2.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.right_main_side {
	background-image: url(uploads/images/main_table_right_middle_back2.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.menu_col_bottom {
	background-image: url(uploads/images/layout/menucol_bottom_back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 252px;
	height: 32px;
}
.menu_col_top_back {
	background-image: url(uploads/images/layout/menucol_top_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 254px;
	width: 252px;
}
.right_side_top {
	background-image: url(uploads/images/layout/right_col_top_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 20px;
}
.right_col_bottom_back {
	background-image: url(uploads/images/layout/right_col_top_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.breadcrumb { font-size : 8pt; font-family: tahoma, Arial, Helvetica, sans-serif;}
.title_image {
	text-align: left;
	}

.quote
{
font: italic;
text-align: justify;

color: #663300;
padding:6px;
padding-bottom: 1px;
padding-top: 1px;
background-color: #FDFDFA;
border: 1px solid #E2EBCF;
}
.quotefont
{
font: italic;
text-align: justify;

color: #663300;

}
.quotecredit
{
font: bold;
text-align: right;
line-height: 15px;
font-size: 10pt;
color: #663300;
}


h1  {
	font-family: Tahoma, Georgia, Arial;
	font-style: italic;
	text-align: left;
	font-weight: bold;
		/*background-image: url(uploads/images/layout/EHF_main_cell_back.gif);*/
		font-size:1.20em;
	background-repeat: repeat-y;
	background-position: left top;
	color: #663300;
	font-weight:  bold;
	background-color: #e2ebcf;
		border:1px solid #ACC770;
	
	padding-left: 10px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	margin:-1px;
	margin-bottom:2px;


}

h2, H3
{
margin:-1px;
	margin-bottom:2px;
      margin-top: 7px;
	font-family: Tahoma, Georgia, Arial;
font-size:1.05em;
	background-repeat: repeat-x;
	background-position: left top;
	
	color: #663300;
	font-weight:  bold;
	/*background-color: #E2EBCF;*/
	border: 1px solid ;
	border-color: #ACC770;
	background-color: #f6f1bb;

	
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 2px;
}

h4, h5, h6
{
font-size: .95em;
      text-align: justify;
	color: #663300;
	margin:-1px;
	margin-bottom:2px;
      padding-left: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
}

.articlesummary
{
text-align: justify;
line-height: 15px;
color: #663300;
padding: 6px;
padding-bottom: 2px;
padding-top: 2px;
background-color: #FDFDFA;
border: 1px solid #E2EBCF;
}


.tdmenu01 A { padding:1px;
	background: url(uploads/images/menu_01_r2_c2.gif)   no-repeat center;
	margin:0px;
}

.tdmenu01 A:hover {
	background: url(uploads/images/menu_02_r2_c2.gif)  no-repeat center;
	margin:0px;
	background-color: #FAFAD2;
	border:1px solid #336600; border-top:1px solid #336600;
	border-top:1px solid #336600;
}


.tdmenu02 A { padding:1px;
	background: url(uploads/images/menu_01_r2_c3.gif)   no-repeat center;
	margin:0px;
}

.tdmenu02 A:hover {
	background: url(uploads/images/menu_02_r2_c3.gif)  no-repeat center;
	margin:0px;
	background-color: #FAFAD2;
	border:1px solid #336600; border-top:1px solid #336600;
}

.tdmenu03 A { padding:1px;
	background: url(uploads/images/menu_01_r2_c4.gif)   no-repeat center;
	margin:0px;
}

.tdmenu03 A:hover {
	background: url(uploads/images/menu_02_r2_c4.gif)  no-repeat center;
	margin:0px;
background-color: #FAFAD2;
	border:1px solid #336600; border-top:1px solid #336600;}

.tdmenu04 A { padding:1px;
	background: url(uploads/images/menu_01_r2_c5.gif)   no-repeat center;
	margin:0px;
}

.tdmenu04 A:hover {
	background: url(uploads/images/menu_02_r2_c5.gif)  no-repeat center;
	margin:0px;
background-color: #FAFAD2;
	border:1px solid #336600; border-top:1px solid #336600;}

.tdmenu05 A { padding:1px;
	background: url(uploads/images/menu_01_r2_c6.gif)  no-repeat center;
	margin:0px;
}

.tdmenu05 A:hover {
	background: url(uploads/images/menu_02_r2_c6.gif)  no-repeat center;
	margin:0px;
background-color: #FAFAD2;
	border:1px solid #336600; border-top:1px solid #336600;}

.tdmenu06 A { padding:1px;
	background: url(uploads/images/menu_01_r2_c7.gif)   no-repeat center;
	margin:0px;
}

.tdmenu06 A:hover {
	background: url(uploads/images/menu_02_r2_c7.gif)  no-repeat center;
	margin:0px;
background-color: #FAFAD2;
	border:1px solid #336600; border-top:1px solid #336600;}

.tdmenu07 A { padding:1px;
	background: url(uploads/images/menu_01_r2_c8.gif)  no-repeat center;
	margin:0px;
}

.tdmenu07 A:hover {
	background: url(uploads/images/menu_02_r2_c8.gif)  no-repeat center;
	margin:0px;
background-color: #FAFAD2;
	border:1px solid #336600; border-top:1px solid #336600;}

.tdmenu08 A { padding:1px;
	background: url(uploads/images/menu_01_r2_c9.gif)  no-repeat center;
	margin:0px;
}

.tdmenu08 A:hover {
	background: url(uploads/images/menu_02_r2_c9.gif)  no-repeat center;
	margin:0px;
background-color: #FAFAD2;
	border:1px solid #336600; border-top:1px solid #336600;}

.tdmenu09 A { padding:1px;margin:0px;
	background: url(uploads/images/menu_01_r2_c10.gif)  no-repeat center;
	margin:0px;
}

.tdmenu09 A:hover {
	background: url(uploads/images/menu_02_r2_c10.gif) no-repeat center;
	margin:0px;
background-color: #FAFAD2;

	border:1px solid #336600; border-top:1px solid #336600;}
	
	div#sidebar {
   float: right;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 248px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin: 0 auto;

	padding: 0px;
	
/*	background-image: url(uploads/images/layout/menucol_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%; */
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #336600;
   background-color: transparent; /* same bg color as in header */
}

div#footer p {
   font-size: 7pt;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #336600; /* needed becouse footer link would be same color as background otherwise */
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
  margin-top:-14pt;
}


/* center wrapper, min max width */
div#pagewrapper {
   /* border: 1px solid black;
   margin: 0 auto;       this centers wrapper */
   /* max-width: 80em;   IE wont understand these, so we will use javascript magick
   min-width: 60em;
   background-color: transparent;
   color: black; */
		font-family: Tahoma, Georgia, Arial;
	
	background-color: #E2EBCF;
	border: 1px solid #5B8832;
	width: 100%;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	background-image: url(/images/layout/EHF_main_cell_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	/*height: 100%;*/
	text-align: center;
	vertical-align: top;
}

/* position for the search box */
div#search {
   float: right;
   width: 300px;    /* enough width for the search input box */
   text-align: right;
   padding: 0 auto;
   margin: 0 auto;
	margin-top:32px;
	
}


/* The wrapper determines the width of the menu elements */
#menuwrapper { 
   width: 220px; 
	margin-bottom:10px;
	margin:0 auto;
	padding-left:12;
	padding-right:16px;
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
   margin-left: -1px;
	 margin-bottom: -1px;
}
#primary-nav ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}
#primary-nav li { 
   margin-bottom: -1px; 
   position: relative; 
}


/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   border: 1px solid #ACC776; 
   display: block; 
   margin: 1px; 
   padding: 3px 5px; 
	font-size: 0.75em;  
	font-weight: bold;
   color: #660000;
	text-align: left;
   text-decoration: none; 
   background: transparent; 
   min-height:0.85em; /* Fixes IE7 whitespace bug*/ 
}
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #FDFDFA; 
   min-height:0.85em; /* Fixes IE7 bug*/
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive { 
   background-color: #F6F1BB; 
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent, 
 
#primary-nav li.menuparenth { 
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}
#primary-nav li.menuparent:hover
{ 
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
	margin-bottom:-2px;
}

/* Styling the apperance of menu items on hover */
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #E2EBCF; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }


/* section header */
#primary-nav li.sectionheader {
   border-left: 1px solid #ACC776; 
   border-top: 1px solid #ACC776; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */
#primary-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #E2EBCF;
   background-color: #E2EBCF;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #ACC770;
   border-right: 1px solid #ACC770;
}
img {
   border: 0;

}


/*
This template is needed if you use the default, ImageGallery, or Thickbox templates in the Album module.
This may be overwritten when the module is upgraded and it will be deleted when 
the module is uninstalled, so make a copy if you want to modify it.
*/

/* Album Module CSS for default, ImageGallery, and Thickbox templates */
/* Album List UL */
.albumlist
{
	margin-left:0;
	padding-left:0;
}

/* Picture List UL */
.picturelist
{
	margin-left:0;
	padding-left:0;
}

/* Album and Picture Lists */
.thumb
{
	padding:0;
	width:280px;
	height:280px;
	margin:0 0.5em 0.5em 0;
/* Thumbnail spacing */
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center;
	float:left;
}

.thumb img,.thumb a img,.thumb a:link img
{
/* Set link formatting*/
	/* width:100px; */
/* Thumb width*/ 
	height:auto;
/* Thumb height*/
	padding:10px;
/* Thumb padding to form thumb frame */
/* You can set the above to 0px = no frame - but no hover indication!*/
	margin:0;
	background-color:white;
/*Background of thumb */
	border-top:1px solid #eee;
/* Borders of thumb frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}

.thumb a:visited img
{
	background-color:#eee;
/*Background of thumb on hover - sort of a light grey */
}

.thumb a:hover img
{
	background-color:#E2EBCF;
/*Background of thumb on hover - sort of light blue/green */
}

/* Styling of text and navigation for Album */
.albumname
{
	font-size:smaller;
	text-align:center;
	font-weight:bold;
	font-style:normal;
}

.albumpicturecount
{
	font-size:smaller;
	text-align:center;
	font-weight:normal;
	font-style:italic;
}

.albumcomment
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
}

.albumnav
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
}

.instructiontext
{
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
	font-style:italic;
}

/* Big Picture */
.bigpicture
{
	padding:0.5em 0 0;
	clear:left;
	border-top:1px solid #ccc;
	text-align:center;
}

.bigpicturecaption
{
/* Big picture caption */
	text-align:center;
	margin:0 0 5px;
	padding:0;
}

.bigpicture img
{
/* Big picture settings */
	padding:18px;
/* Image padding to form photo frame. */
	width:auto;
/* Width of big picture - set to auto for actual width*/
	margin:0;
	background-color:white;
/* Background of picture */
	border-top:1px solid #eee;
/* Borders of picture frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}

.bigpicturenav
{
	margin:0;
	padding:0;
	color:#000;
	font-size:smaller;
	line-height:normal;
}

/*Thickbox CSS */
#TB_overlay
{
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	width:100%;
	height:100%;
	background-color:#F0F5e6;
	filter:alpha(opacity=90);
	-moz-opacity:0.6px;
	opacity:0.6px;
}

#TB_window
{
	position:absolute;
	background:#fff;
	z-index:102;
	color:#000000;
	display:none;
	border:4px solid #525252;
}

#TB_window img
{
	display:block;
	margin:15px 0 0 15px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #666;
	border-left:1px solid #666;
}

#TB_caption
{
	height:25px;
	padding:10px 30px 10px 25px;
	float:left;
	margin-right:100px;
}

#TB_closeWindow
{
	height:25px;
	float:right;
	padding:10px 12px 5px 10px;
}

#TB_closeWindow a,#TB_closeWindow a:link,#TB_closeWindow a:visited
{
	color:#f6f7f0;
	background:#d40d0e;
	text-decoration:none;
	padding:2px 5px;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

#TB_closeWindow a:hover
{
	background:red;
	color:white;
	text-decoration:none;
	padding:2px 5px;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

#TB_closeWindow a:active
{
	color:#f6f7f0;
	background:#d40d0e;
	text-decoration:none;
	padding:2px 5px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #666;
	border-left:1px solid #666;
}

#TB_closeAjaxWindow
{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#e8e8e8;
}

#TB_ajaxContent
{
	padding:2px 15px 15px;
	overflow:auto;
}

#TB_load
{
	text-align:center;
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	overflow:visible;
	visibility:visible;
	display:block;
	z-index:101;
}

#TB_loadContent
{
	margin-left:-125px;
	position:absolute;
	top:-50px;
	left:50%;
	width:250px;
	height:100px;
	visibility:visible;
}

#printlink
{
	float:right;
	border:0px;
	margin-top:-20px;
	
}

#main

{
	margin: 0 auto;
	padding:0 auto;
	border: 1px solid transparent;
}
#content

{
	margin: 0 auto;
	padding:0 auto;
	border: 0px solid #e2ebcf;
	border-top:0px;
}
/* End of 'ehf-main' */

/* Start of CMSMS style sheet 'Module: News' */

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

