/*** MENU ***/

.CMenu-clsTABLE
{
	background-color: #CA5D42;
	border-width: 2;
	border-color: #CA5D42;
	border-style: solid;
	height: 20;
	cursor: default;
	cursor: hand; cursor: pointer;	
}

/*** MENU ITEM  ***/

.CMenuItem-clsTD-normal
{
	height: 20;
	vertical-align: center;

	padding : 0;
	padding-left: 4;
	padding-right: 4;

	border-width: 1;
	border-style: solid;
	border-color: #CA5D42;
}

.CMenuItem-clsTD-up
{
	height: 20;
	vertical-align: center;

	padding : 0;
	padding-left: 4;
	padding-right: 4;

	border-width: 1;
	border-style: solid;
	border-color: white;
}

.CMenuItem-clsTD-down
{
	height: 20;
	vertical-align: center;

	padding : 0;
	padding-left: 4;
	padding-right: 4;

	border-width: 1;
	border-style: solid;
	border-color: white;
}

.CMenuItem-clsTD-separator
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;

	height: 20;
	width: 6;
	text-align: center;
	padding: 0;
	border-width: 0;
	border-style: none;
/* 	
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/Menu/CMenu_separatorV.gif); 
*/
}

.CMenuItem-clsTD-separatorEmpty
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	
	height: 20;
	width: 6;
	text-align: center;
	padding: 0;
	border-width: 0;
	border-style: none;
}

.CMenuItem-clsTD-icon
{
	width: 20;
	text-align: center;
	padding: 0;
	vertical-align: center;
}

.CMenuItem-clsIMG-icon
{
	vertical-align: center;
	padding: 0;
	border-width: 0;
	border-style: none;
}

.CMenuItem-clsTD-text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
	
	text-align: center;
	padding: 0;
	padding-left: 2;
	padding-right: 2;
	vertical-align: center;
}

.CMenuItem-clsTD-sub
{
	height: 20;
	width: 10;
	padding: 0;
	vertical-align: center;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../img/Menu/CMenu_down.gif); 
}


.CMenuItem-clsIMG-sub
{
	vertical-align: center;
	padding: 0;
	border-width: 0;
	border-style: none;
}




/*** SUBMENU DEFAULT ***/

.CMenuSub-clsDIV
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	background-color: #ffffff;
	border-width: 1;
	border-style: solid;
	border-top-color: #60393B; 
	border-left-color: #60393B; 
	border-bottom-color: #444444; 
	border-right-color: #444444; 
	cursor: default;
	cursor: hand; cursor: pointer;	
}

.CMenuSub-clsTABLE
{	
	background-color: #ffffff;
	border-collapse: collapse;
	border-width: 1;
	border-style: solid;
	border-top-color: #ffffff; 
	border-left-color: #ffffff; 
	border-bottom-color: #60393B; 
	border-right-color: #60393B; 
	cursor: default;
	cursor: hand; cursor: pointer;	
}

.CMenuSub-clsTR
{
	height: 20;
	padding: 0;
	border-width: 0;
}


/*** SUBMENU ITEM ***/

.CMenuSubItem-clsTR
{
	height: 20;
	padding: 0;
	border-width: 0;
}

.CMenuSubItem-clsTD-icon
{
	height: 20;
	width: 16;
	padding: 0;
	padding-left: 2;
	padding-right: 2;
	vertical-align: center;
	border-width: 0;
	border-style: none;
	background-color: #ffffff;
	color: #000000; 
}

.CMenuSubItem-clsTD-iconHighlite
{
	height: 20;
	width: 16;
	padding: 0;
	padding-left: 2;
	padding-right: 2;
	vertical-align: center;
	border-width: 0;
	border-style: none;
	background-color: #CA5D42;
	color: #ffffff; 
}

.CMenuSubItem-clsTD-check
{
	height: 20;
	width: 16;
	padding: 0;
	padding-left: 2;
	padding-right: 2;
	vertical-align: center;
	border-width: 0;
	border-style: none;
	background-color: #ffffff;
	color: #000000; 
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../img/Menu/CMenu_check.gif); 
}

.CMenuSubItem-clsTD-checkHighlite
{
	height: 20;
	width: 16;
	padding: 0;
	padding-left: 2;
	padding-right: 2;
	vertical-align: center;
	border-width: 0;
	border-style: none;
	background-color: #CA5D42;
	color: #ffffff; 
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../img/Menu/CMenu_checkHighlite.gif); 
}

.CMenuSubItem-clsTD-radio
{
	height: 20;
	width: 16;
	padding: 0;
	padding-left: 2;
	padding-right: 2;
	vertical-align: center;
	border-width: 0;
	border-style: none;
	background-color: #ffffff;
	color: #000000; 
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../img/Menu/CMenu_radio.gif); 
}

.CMenuSubItem-clsTD-radioHighlite
{
	height: 20;
	width: 16;
	padding: 0;
	padding-left: 2;
	padding-right: 2;
	vertical-align: center;
	border-width: 0;
	border-style: none;
	background-color: #CA5D42;
	color: #ffffff; 
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../img/Menu/CMenu_radioHigh.gif); 
}

.CMenuSubItem-clsIMG-icon
{
	vertical-align: center;
	padding: 0;
	border-width: 0;
	border-style: none;
}

.CMenuSubItem-clsIMG-iconHighlite
{
	vertical-align: center;
	padding: 0;
	border-width: 0;
	border-style: none;
}


.CMenuSubItem-clsTD-text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #60393B;

	height: 20;
	padding: 0;
	vertical-align: center;
	background-color: #ffffff;

	border-width: 0;
	border-style: none;
}

.CMenuSubItem-clsTD-textHighlite
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff; 

	height: 20;
	padding: 0;
	vertical-align: center;
	background-color: #CA5D42;

	border-width: 0;
	border-style: none;
}

.CMenuSubItem-clsTD-sub
{
	height: 20;
	width: 16;
	vertical-align: center;
	padding: 0;
	border-width: 0;
	border-style: none;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../img/Menu/CMenu_right.gif); 
}

.CMenuSubItem-clsTD-subHighlite
{
	height: 20;
	width: 16;
	vertical-align: center;
	background-color: #CA5D42;
	color: #ffffff; 

	padding: 0;
	vertical-align: center;
	border-width: 0;
	border-style: none;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../img/Menu/CMenu_rightHighlite.gif); 
}

.CMenuSubItem-clsTD-subNone
{
	height: 20;
	width: 16;
	vertical-align: center;
	padding: 0;
	border-width: 0;
	border-style: none;
}

.CMenuSubItem-clsTD-subNoneHighlite
{
	height: 20;
	width: 16;
	vertical-align: center;
	background-color: #CA5D42;
	color: #ffffff; 
	padding: 0;
	border-width: 0;
	border-style: none;
}

.CMenuSubItem-clsTD-separator
{
	height: 8;
	font-size: 1pt;
	padding: 0;
	padding-left: 2;
	padding-right: 2;
	margin: 2;
	background-repeat: repeat-x;
	background-position: center center;
	background-image: url(../img/Menu/CMenu_separatorH.gif); 
}
.font {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000; text-align: left}
.font2 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #000000; 
	text-align: justify;
	padding: 0;
	margin: 0;
	margin-top: 5;
}
.fontBlu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #164D86;
	text-align: justify;
	text-decoration: none;
}
.fontW {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #FFFFFF; text-align: justify
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #663333;
	text-decoration: none;
}
.didascalia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

