html,body{
	margin: 0;
	padding: 0
}

body{
	font-family: 'trebuchet ms',arial,verdana,sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	text-align: justify;
	color: #000;
	background: #791C34 url(../graph/main_bkg.png) repeat-x;
}

form { margin: 0; padding: 0 }
input, select, textarea, .inputBox, .button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: #000;
	border: 1px solid #797876;
}
input, select, textarea, .inputBox { background: #fff; margin: 1px 0 1px 0 }
.button { background-color: #797876; color: #fff; padding: 0 5px 0 5px; }
.disabled { background-color: #ccc; }

hr { 
	width: 95%; 
	border: 0; 
	color: #dedede; 
	background-color: #dedede; 
	height: 1px; 
	text-align: left; 
	margin: 10px 0 10px 0;
	}

p { margin: 10px 0 15px 0; padding: 0px; line-height: 1.5em; }

a:link { font-style: normal; font-weight: bold; text-decoration: none; color: #7F7F7F; }
a:visited { font-style: normal; font-weight: bold; text-decoration: none; color: #7F7F7F; }
a:active { font-style: normal; font-weight: bold; text-decoration: underline; color: #7F7F7F; }
a:hover { font-style: normal; font-weight: bold; text-decoration: underline; color: #7F7F7F; }

div#container { width: 960px; clear: both; margin: auto; text-align: justify; background-color: #fff; }
div#bkg { background-color: #fff; }
div#subContainer { padding: 0 10px 0 16px; border-bottom: 1px solid #fff; }

div#header {
	width: 100%;
	height: 174px;
    background: #fff url(../graph/header.jpg) no-repeat;
}

div#date { position: relative; top: 55px; right: 45px; text-align: right; }
div#date p { font-size: 10px; margin: 0 0 0.8em 0; line-height:1.3; }

/*
div#areaRiservata { float: right; margin-right: 480px; margin-top: 60px; font-weight: bold; color: #fff; }
*/
div#areaRiservata { position: relative; top: 60px; left: 310px; font-weight: bold; color: #fff; width: 400px; }
div#areaRiservata a { color: #ccc; }

div#search { 
	float: left; 
	width: 270px; 
	height: 18px;
	margin-top: 80px !important;
	margin-left: 20px !important;
	margin-left: 10px;
	padding: 1px;
}

#searchString { width: 152px; }
#searchButton { width: 90px; }

div#main { clear: both; background: url(../graph/vMenu_main_bkg.jpg) repeat-y; }
div#nav { float: left; background: url(../graph/vMenu_main_bkg.jpg) repeat-y; width: 165px; }
div#contentsContainer { background: #fff; margin-left:165px; padding: 10px; }

div#sponsor1, div#sponsor2 { text-align: center; }
div#sponsor1 img, div#sponsor2 img { border: none; }

div#tplContainer { padding: 0 10px 0 10px; }

.mainTitle { 
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	padding: 2px 8px;
	margin-bottom: 10px;
	background: url(../graph/titles1_bkg.jpg) repeat-x; 
}

.titles1,
.titles2 { 
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding: 1px 8px;
}
.titles1 { background: url(../graph/titles1_bkg.jpg) repeat-x; }
.titles2 { background: url(../graph/titles2_bkg.jpg) repeat-x; }
.stdBox1,
.stdBox2,
.stdBox3 { padding: 5px; margin-bottom: 10px; }
.stdBox1 { }
.stdBox2 { border: 1px solid #821C38; }
.stdBox3 { border: 1px solid #737070; }

.newsList1, div.newsList2 { padding: 5px; }
.newsList1 { background: #fff; }
.newsList2 { background: #dedede; }

div#hBottomMenu,
div#footer {
	width: 950px;
	margin: auto;
	clear: both; 
	text-align: right; 
	padding: 2px 5px 2px 5px;
}
div#hBottomMenu {
	color: #99203F;
	background-color: #fff;
	border-bottom: 1px solid #ABA8A8;
}
div#hBottomMenu a:link, 
div#hBottomMenu a:visited, 
div#hBottomMenu a:active, 
div#hBottomMenu a:hover { color: #99203F; }
div#footer{
	color: #fff;
	background-color: #791C34;
}

div#notFound { padding: 30px; text-align: center; height: 400px; }

div.clear { clear: both; }
div.clearLeft { clear: left; }
div.clearRight { clear: right; }
.leftImg { float: left; margin: 5px 10px 0px 0px; }
.rightImg { float: right; margin: 5px 0px 0px 10px; }
.center { text-align: center; }
