body {
	color: #222;
	background: #e8f2ff url(../images/bg_top_.png) center top repeat-x;
}

a:link, a:visited {
	color: #888;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #aaa;
}

#header {
	background: url(../images/header1_.png) no-repeat 0 0;
	background-position: center;
}

/* module left */
#left_l {
	background: url(../images/cont_shadow_l_.png) top left no-repeat;
}

#left_r {
	background: url(../images/cont_shadow_r_.png) top right no-repeat;
}

/* content */
#content_l {
	background: url(../images/cont_shadow_l_.png) top left no-repeat;
}

#content_r {
	background: url(../images/cont_shadow_r_.png) top right no-repeat;
}

#pathway_inside {
	border: 1px dotted #ddd;
}

.inputbox {
	border: 1px solid #aaa;
	background: #f4f4f4;
	padding: 2px;
	color: #aaa;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #888;
	background: #fff;
}

.button {
	background: #aaa;
}

.button:hover {
	background: #888;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #CCC;
padding: 5px;
left: -1000px;
border: none;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

/* footer */
#footer {
	background: #222 url(../images/bg_bottom_.png) center bottom repeat-x;
}

#footer a:link, #footer a:visited {
	color: #aaa;
	border-bottom: 1px dashed #aaa;
}

#footer a:hover {
	color: #222;
	border-bottom: 1px dashed #222;
}

#footer_1 a {
	background: url(../images/top_bg.gif) no-repeat;
}

/* topmenu (user3) */
#topmenu {
	background: url(../images/topmenu_bg_.png) repeat-x top center;
}

#mainlevel-nav li:hover {
	background: url(../images/topmenu_shadow_l_.png) no-repeat top left;
}

#mainlevel-nav li a:link, #mainlevel-nav li a:visited {
	color: #aaa;
}

#mainlevel-nav li a:hover {
	color: #aaa;
	background: url(../images/topmenu_shadow_r_.png) no-repeat top right;
}

.componentheading, .contentheading {
	border-bottom: 1px solid #aaa;
}

.contentheading {
	border-left: 5px solid #aaa;
}

.module_menu h3, .module h3 {
	background: url(../images/topmenu_bg_.png);
}

.article_separator {
	border-bottom: 1px dashed #aaa;
}

ul.menu li a:link span, ul.menu li a:visited span {
	color: #888;
	border-bottom: 1px dotted #888;
}

ul.menu li a:hover span {
	color: #aaa;
	border-bottom: 1px dotted #aaa;
	background: #f4f4f4;
}

tr.sectiontableentry1 td {
	background: #f4f4f4;
}

tr.sectiontableentry2 td {
	background: #fbfbfb;
}