/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
	background-color: #000000;
	background-image: url(images/HeaderBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.HeadBg2 {
	background-color: #000000;
	background-image: url(images/HeaderBG2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/* background color for the content part of the pages */
Body
{
	background-color: #333333;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}
/* Main Menu */
.rootMenuItem TD{
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 13px;
	font-style: logintxt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 17px;
	height: 43px;
	width: 185px;
} 
.rootmenuitemactive TD{
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 13px;
	font-style: logintxt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 17px;
/*	background-image: url(images/menubgactive.png);
	background-repeat: repeat-y;
	background-position: left;*/
	height: 43px;
	width: 185px;
}
.rootmenuitemselected TD{
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 13px;
	font-style: logintxt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 17px;
	background-image: url(images/menubgactive.png);
	background-repeat: repeat-y;
	height: 43px;
	background-position: left;
	width: 185px;
}
.rootmenuitembreadcrumb TD{
	cursor: pointer;
	cursor: hand;
	color: #ffff00;
	font-size: 13px;
	font-style: logintxt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
/*	padding-left: 17px;*/
}
.MainMenu_MenuContainer {
	background-color: transparent;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #3C3939 0px solid;
	border-bottom: #3C3939 1px solid;
	border-top: #3C3939 1px solid;
	border-right: #3C3939 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #DCDCDC;
	font-size: 11px;
	font-style: logintxt;
	font-weight: bold;
	background-color: Transparent;
	font-family: arial, helvetica;
	width: 150px;
}
.MainMenu_MenuItemSel {
	border-left: #3C3939 0px solid;
	border-bottom: #3C3939 1px solid;
	border-top: #3C3939 1px solid;
	border-right: #3C3939 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #DCDCDC;
	font-size: 11px;
	font-style: logintxt;
	font-weight: bold;
	background-color: Transparent;
	font-family: arial, helvetica;
}
.MainMenu_MenuItemAct {
	border-left: #3C3939 0px solid;
	border-bottom: #3C3939 1px solid;
	border-top: #3C3939 1px solid;
	border-right: #3C3939 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #DCDCDC;
	font-size: 11px;
	font-style: logintxt;
	font-weight: bold;
	background-color: Transparent;
	font-family: arial, helvetica;
}
.MainMenu_MenuIcon {
	background-color: #3C3939; 
	border-left: #3C3939 1px solid; 
	border-bottom: #3C3939 1px solid; 
	border-top: #3C3939 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 3px;
	height: 21px;
}
.submenuitemselect {
	background-color: #ffc600;
	color:#000000;
	width: 150px;
}
.MainMenu_SubMenu {
	margin-top: 5px;
	margin-left: -1px;
	background-color: #3C3939;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	border-top: #3C3939 0px solid;
	border-right: #3C3939 0px solid;
	border-left: #3C3939 0px solid;
	border-bottom: #3C3939 0px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#3C3939,endColorStr=#2F2C2C);
	filter: Alpha(Opacity=80, FinishOpacity=100, Style=1);
	width: 150px;
}
.MainMenu_MenuBreak {
	border-bottom: #00ff00 0px solid; 
	border-left: #00ff00 0px solid; 
	border-top: #00ff00 0px solid;  
	border-right: #00ff00 0px solid; 
	background-color: transparent; 
	height: 0px;
}
.MainMenu_MenuArrow {
	border-right: #3C3939 1px solid; 
	border-bottom: #3C3939 1px solid; 
	border-top: #3C3939 1px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	width: 3px;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
/* Main Menu Interno */
.rootMenuItem2 TD{
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 11px;
	font-style: logintxt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
} 
.rootmenuitemactive2 TD{
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 11px;
	font-style: logintxt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/menubgactive.png);
	background-repeat: repeat-x;
	height: 30px;
	background-position: top;
}
.rootmenuitemselected2 TD{
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 11px;
	font-style: logintxt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/menubgactive.png);
	background-repeat: repeat-x;
	height: 30px;
	background-position: top;
}
.rootmenuitembreadcrumb2 TD{
	cursor: pointer;
	cursor: hand;
	color: #ffff00;
	font-size: 11px;
	font-style: logintxt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.MainTable {
	height: 100%;
}
.left_shadow {
	background-image: url(images/left_shadow.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.right_shadow {
	background-image: url(images/right_shadow.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.Logo_Cell {
	height: 325px;
	padding-top: 70px;
	padding-left: 40px;
}
.Logo_Cell2 {
	height: 150px;
	padding-left: 40px;
	background-repeat: repeat;
}

.greca_menu {
	background-image: url(images/greca.png);
	background-repeat: repeat-x;
	height: 30px;
}
.menu_bottom {
	background-image: url(images/menu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 11px;
}
.ContentPaneCell {
	padding-right: 20px;
	padding-left: 20px;
}
.MenuBG {
	background-image: url(images/menubg.png);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #54442d;
}
.menubg2 {
	background-image: url(images/menubg2.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 5px;
	padding-left: 5px;
}
.Footer_TR {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat;
	height: 68px;
}
.LinksSeparatorColor, A.LinksSeparatorColor:link, A.LinksSeparatorColor:visited {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
A.LinksSeparatorColor:hover, A.LinksSeparatorColor:active {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.TermsSeparatorColor, A.TermsSeparatorColor:link, A.TermsSeparatorColor:visited {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
A.TermsSeparatorColor:hover, A.TermsSeparatorColor:active {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.ControlPanel {
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.Logged, A.Logged:link, A.Logged:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
A.Logged:hover, A.Logged.active {
    text-decoration:underline;
}
.newsdate {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #330000;
	text-decoration: none;
}
.NewsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.Last_Cell {
	height: 68px;
	padding-left: 20px;
	padding-right: 20px;
}
.language_cell {
	padding-top: 10px;
	padding-right: 10px;
}
.Content_Column2 {
	padding-right: 20px;
}
