/* body  */

body {
	background: #F7F7F7;
}
#wrapper {
	background: url("../imgs/sfondoSlash.gif") repeat-y;
} 
/* header */

#header {
	border: none;
	background: #fff url("../imgs/headerSlash.gif") no-repeat;
} 
#menu {
	margin-left: 1px;
	background: transparent !important;
}
#menu li a:link, #menu li a:visited {
	background: transparent;
	color: #fff;
	font-weight: bold;
	border-bottom: none;
}
#menu li a#selected:link, #menu li a#selected:visited {
	background: #fff;
	border-bottom: none;
}
#last a{
	border-right: 0px !important;
}
#menu li a:hover {
	text-decoration: none;
	background-color: #FBFBFB;
	color: #ccc;
}

/* content */

#content {
	float: left;
	width: 489px !important;
	margin: 5px 4px 5px 3px;
	border: 2px inset;
}

h3 {
	color: #454F8C;
}
.misc_arrow {
	background-image: url(../imgs/misc_arrowSlash.gif);
}

/* sideBox */
#sidebar {
	float: left;
	padding-left: 5px;
}
#sidebar ul.all li {
	list-style-image: url("../imgs/misc_arrowSBslash.gif");
}
#sidebar li h2, h3, .h2l {
	border-bottom: dotted 1px #202B8B;
}
li .themeDefault a {
	font-weight: normal !important;
}
li .themeSlash a {
	font-weight: bold !important;
}
.newsdesc {
	width: 428px !important;
}
.newsdesc img {
	max-width: 100%;
	height: auto;
}
/* footer */
#footer { 
	font-weight: bold;
	background-color: transparent;
	border-bottom: none;
}
/* form */

input.search {
	background-color: #FBFBFB;
}
input.search-button {
	background-color: #FBFBFB;
}