body {
	color: #000;
	background: #fff url(../images/grey/bg_top_grey.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/grey/header_grey.png) no-repeat 0 0;
}

/* module left */
#left_l {
	background: url(../images/grey/cont_shadow_l_grey.png) top left no-repeat;
}

#left_r {
	background: url(../images/grey/cont_shadow_r_grey.png) top right no-repeat;
}

/* content */
#content_l {
	background: url(../images/grey/cont_shadow_l_grey.png) top left no-repeat;
}

#content_r {
	background: url(../images/grey/cont_shadow_r_grey.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;
}

/* footer */
#footer {
	background: #fff url(../images/grey/bg_bottom_grey.png) center bottom repeat-x;
}

#footer a:link, #footer a:visited {
	color: #aaa;
	border-bottom: 1px dashed #aaa;
}

#footer a:hover {
	color: #fff;
	border-bottom: 1px dashed #fff;
}

#footer_1 a {
	background: url(../images/grey/top_bg.gif) no-repeat;
}

/* topmenu (user3) */
#topmenu {
	background: url(../images/grey/topmenu_bg_grey.png) repeat-x top center;
}

#mainlevel-nav li:hover {
	background: url(../images/grey/topmenu_shadow_l_grey.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/grey/topmenu_shadow_r_grey.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/grey/topmenu_bg_grey.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;
}