﻿body
{
	margin:0px 0px; padding:0px;
	background-color:#eaefe8;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #555C6B;
}
	
/*//////////////////////// Outbox \\\\\\\\\\\\\\\\\\\\\\*/
#Outbox 
{
	width:1009px;
	margin:0px auto;
}

/*//////////////////////// Header \\\\\\\\\\\\\\\\\\\\\\*/
#Header
{

}

.LeftFloater
{
    float:left;
}

/*//////////////////////// Central \\\\\\\\\\\\\\\\\\\\\\*/
#Central
{
	overflow:hidden;
}

/*//////////////////////// Menu \\\\\\\\\\\\\\\\\\\\\\*/
#Menu
{
    float:left;
	text-align:left;
	width:258px;
}

#InnerMenu
{
    background: white url('images/BG2.jpg') repeat-y left top;
    padding-bottom:32767px;
    margin-bottom:-32767px;    
}

#MenuUL
{
    list-style-type:none;
    text-align:right;
	font-weight: bold;
	padding:20px 40px 0px 0px;
	margin:0;
}

#MenuUL a
{
    color:#555C6B;
    text-decoration:none;
}

#MenuUL a:hover
{
    color: White;
    border-right: 2px solid white;
    padding-right:3px;    
}

#MenuUL li
{
    margin-bottom: 15px;
    margin-left:55px;
}

.CurrentPage
{
    color:#FFFFFF;
    border-right: 2px solid white;
    padding-right:3px;
}

/*//////////////////////// Content \\\\\\\\\\\\\\\\\\\\\\*/
#Content
{
    float:left;
	background: white url('images/BG1.gif') repeat top left;
	width:751px;
}

/*//////////////////////// MainContent \\\\\\\\\\\\\\\\\\\\\\*/
#MainContent
{
    clear:both;
    float:left;
    width:740px;
    padding:0px 10px;
    min-height:1000px;
}

.TextParagraph
{
    margin:0;
    padding:25px 100px 20px 0px;
    line-height:1.5em;
}

.TextTitle
{
    font-family:Verdana;
    font-size:1.4em;
    font-weight:bold;
    color:#BB1C15;
    margin:0;
}

/*//////////////////////// RightMenu \\\\\\\\\\\\\\\\\\\\\\*/

#HeaderMenu
{
	background-image: url('images/menuInterno/headermenu.png');    
    background-position:left top;
    background-repeat:no-repeat;
	height:35px;
	border-bottom:1px solid #614c52;
	
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

#HeaderMenu p
{
	margin:0px;
	padding-top:10px;
}

#MenuContent p
{
	margin:0px;
	padding:8px 0px;
	padding-left:10px;
}

#MenuContent div p:hover
{
	background-image: url('images/BGInsideMenuHover.png');
    background-position:left top;
    background-repeat:repeat;
	
	cursor:pointer;
	font-weight:bold;
}


#RightMenu
{
    float:right;
    width:225px;
	
	background-image: url('images/BGInsideMenu.png');
    background-position:left top;
    background-repeat:repeat;
	color: #614c52;
	font-size:10px;
	
    margin:17px 24px 20px 20px;
}

#subMenu1
{
	margin:0px;
	padding:0px;
}

#RightMenu ul
{
	margin:0px;
	padding:10px 0px;
    font-size:9px;
}

#RightMenu ul li
{
    margin-left:30px;
}

#RightMenu ul li:hover
{
    cursor:pointer;
    font-weight:bold;
}

.FirstSublink
{
    text-decoration:underline;
    font-weight:bold;
}

.MenuTitle
{
    font-size:12px;
    font-weight:bold;
    text-align:center;
    color:#614c52;
    margin:10px 0px 0px 0px;
}


.MenuParagraph
{
    margin:0px;
    padding:0px 20px 0px 20px;
    font-size:10px;
    text-align:center;
}

.SelectedMenu
{
    font-weight:bold;
	background-image: url('images/BGInsideMenuOn.png');
    background-position:left top;
    background-repeat:repeat;
}

.NormalMenu
{

}

#RightMenu div ul li
{
    line-height:2.2em;
}

#subMenu1, #subMenu2
{
    display:none;
    visibility:hidden;

	background-image: none;
	font-weight:normal;
	cursor:pointer;
}

/*//////////////////////// ContentHeader \\\\\\\\\\\\\\\\\\\\\\*/
#ContentHeader
{
}

.Title
{
    font-size:1.7em;
    font-weight:bold;
    color:#614c52;
    padding-left:10px;
}

/*//////////////////////// HorizontalMenu \\\\\\\\\\\\\\\\\\\\\\*/
#HorizontalMenu
{
    clear:both;
    font-size:10px;
    text-align:center;
    padding-top:40px;
    margin:0px 20px 10px 20px;
}

#HorizontalMenu a
{
    margin: 0px 5px 0px 5px;
}

/*//////////////////////// Footer \\\\\\\\\\\\\\\\\\\\\\*/
#Footer
{
    clear:both;
	text-align:center;
	padding-top:30px;
	padding-bottom:5px;
}

#Footer img
{
	border:0px;
	margin:0px 15px;
}

#Footer p
{
	color:#00206B;
	font-size: 0.9em;
}

.clear {display:block; height:0; overflow:hidden; clear:both;}

/*/////////// Hidden data \\\\\\\\\\*/
.HiddenData
{
    visibility:hidden;
    display:none;
}

.MenuSingleLine
{
    line-height:2.6em;
}

.SubTitle
{
    text-align:left;
    font-weight:bold;
    color:#BB1C15;
	margin-bottom:-10px;
}