@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/bg.gif) 0 0 repeat-x; 
	font-family : Tahoma,Verdana,Arial;
	font-size:14px;
}	

a {
	color:#0066FF;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;
}


.box {
	min-height:1px; 
	_height:1px;
}

#main {
	width:800px;
	margin: 0 auto;
}

#header {
	width:800px;
	margin:auto;
	background:#192666;
}

#container {
	background:#FFFFFF;
	width:800px;
	border-left:1px solid #192666;
	border-right: 1px solid #192666;
	border-bottom: 1px solid #192666;
}

#sidebar {
	margin-left:10px;
}

#content {
	width:550px;
	margin-left:230px;
	border: 2px solid #CCCCCC;
}


/*stile footer*/
#footer{
	margin:auto;
	height:42;
	color: #000;
}
	
#footer a{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}


.title {
	background:#192666;
	color : #FFFFFF;
	height:25;
	font-size : 16px;
	font-weight: bold;
}

.orange {
	background: #FF6600;
}




#tabs {
	background:#192666;
	width:800px; 
	height:31px;
	margin-top:15px;
	/*margin:auto;
	border:1px solid;*/
	/*
	background:#192666;
	margin:0 5px; 
	padding:10px 0 0 0; 
	_height:1px;
	*/
}

#tabs ul {
	margin:0 10px; 
	padding:0; 
	list-style:none;
}

#tabs ul li {
	margin:0 5px 0 0; 
	padding:0; 
	float:left;
}

#tabs ul li a {
	display:block; 
	position:relative; 
	padding:7px 15px; 
	border:0; 
	background: url(../images/design/tab_link.gif) 0 0 repeat-x; 
	color:#B5C4E3; 
	font-weight:bold; 
	text-decoration:none; 
	cursor:pointer;
}

/* Main menu (tabs - link) */
#tabs ul li a span.tab-l, #tabs ul li a:hover span.tab-l {
	position:absolute; 
	top:0; left:0; 
	_left:-15px; 
	width:8px; 
	height:8px;
	 background: url(../images/design/tab_link_l.gif) 0 0 no-repeat;
}

#tabs ul li a span.tab-r, #tabs ul li a:hover span.tab-r {
	position:absolute; 
	top:0; 
	right:0; 
	_right:-1px; 
	width:8px; 
	height:8px; 
	background: url(../images/design/tab_link_r.gif)100% 0 no-repeat;
}

/* Main menu (tabs - hover) */
#tabs ul li a:hover {
	background:url(../images/design/tab_hover.gif) 0 0 repeat-x; 
	color:#FFF;
}

#tabs ul li a:hover span.tab-l {
	background:url(../images/design/tab_hover_l.gif) 0 0 no-repeat;
}

#tabs ul li a:hover span.tab-r {
	background:url(../images/design/tab_hover_r.gif) 100% 0 no-repeat;
}

/* Main menu (tabs - active) */
#tabs ul li#active a {
	background:#FFF; 
	color:#FF9000;
}

#tabs ul li#active a span.tab-l {
	position:absolute; 
	top:0; 
	left:0; 
	_left:-15px; 
	width:8px; 
	height:8px; 
	background:url(../images/design/tab_active_l.gif) 0 0 no-repeat;
}

#tabs ul li#active a span.tab-r {
	position:absolute; 
	top:0; 
	right:0; 
	width:8px; 
	height:8px; 
	background:url(../images/design/tab_active_r.gif) 100% 0 no-repeat;
}

.fontorange {
	color:#FF6600;
	font-weight:bold;
}
