a:link, a:visited {
	color: #424242;
	} 
	
a:hover {
	color: #F93;
	}

/* ********************** form */
.button {
	border:outset 1px #D19243;
	color:#FFF;
	background:url(../images_orange/bg_button.png) repeat-x left top;
}

/* ********************** top stuff */
#topbar_bg {
	background: url(../images_orange/bg_top.png) 0 0 repeat-x;
}

#topbar_right {
	background: url(../images_orange/top_r.png) 100% 0 no-repeat;
}

#search_bar {
	background: url(../images_orange/bg_search.png) 0 0 no-repeat;
	}
	
/* ********************** main frame */
#header_in {
	background-color: #fff;
}
	
/* ********************** left col */
#leftmain_in div.moduletable h3 {
	background:url(../images_orange/bg_ltitle.png) 0 0 no-repeat;
	color: #F93;
	}

/* ********************** Top module and bottom module */
td.top_module, td.bottom_module {
	border: 1px solid #CCC; 
	background-color: #FDFDFD;
}

#top_module div.moduletable h3, #bottom_module div.moduletable h3,
div#right_edge div.moduletable h3 {
	background:url(../images_orange/bg_module.png) no-repeat;
	color: #212121;
}

/* ********************** footer and copyright */
#footer {
	background:url(../images_orange/bg_footer.png) 0 0 repeat-x;
}

#footer_r {
	background:url(../images_orange/bg_footer_r.png) 100% 0 no-repeat;
}

#footer_l {
	background:url(../images_orange/bg_footer_l.png) 0 0 no-repeat;
}

/* ********************** MODULES */
div.moduletable h3 {
	color: #000;
}

/* ********************** CONTENT STYLES */
td.contentheading, .componentheading {
	color: #F93;
}

table.contenttoc {
	border: 1px solid #eee;
}

/* ********************** MENU SYSTEM  */
#leftmain_in a.mainlevel:hover, #leftmain_in #active_menu {
	background: url(../images_orange/bg_menu_h.png) 0 0 no-repeat;
	color: #F93;
}

#leftmain_in a.sublevel:link, #leftmain_in a.sublevel:visited {
	color: #BFBFBF;
}

#leftmain_in a.sublevel:hover, #leftmain_in a.sublevel#active_menu {
	color: #F93;
}

/* ********************** STYLES LISTING CONTENT PAGE */
div.mosimage, #right_in {
	border: 0px solid #CCC; 
	background-color: #Fff;
	}

div.mosimage_caption {
	color: #666;
	}
