/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
font-family: Verdana;
}

/* 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 {
font-family: Verdana;
}
    
/* 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;
}

/* style of item titles on edit and admin pages */
.SubHead    {
font-family: Verdana;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
font-family: Verdana;
}

/* text style used for most text rendered by modules */
.Normal
{
font-family: Verdana;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
font-family: Verdana;
}

.NormalRed
{
font-family: Verdana;
}

.NormalBold
{
font-family: Verdana;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
font-family: Verdana;
}
    
/* 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    {
text-decoration: none;
color: #003366;
background-color:#eeeeee;
}
    
/* GENERIC */
H1  {
font-family: Verdana;
}

H2  {
font-family: Verdana;
}

H3  {
font-family: Verdana;
}

H4  {
font-family: Verdana;
}

H5, DT  {
font-family: Verdana;
}

H6  {
font-family: Verdana;
}

TFOOT, THEAD    {
font-family: Verdana;
}

TH  {
font-family: Verdana;
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
text-decoration: none;
color: #003366;
background-color:#eeeeee;
}

SMALL   {
font-family: Verdana;
}

BIG {
font-family: Verdana;
}

BLOCKQUOTE, PRE {
font-family: Verdana;
}


UL LI   {
font-family: Verdana;
}

UL LI LI    {
font-family: Verdana;
}

UL LI LI LI {
font-family: Verdana;
}

OL LI   {
font-family: Verdana;
}

OL OL LI    {
font-family: Verdana;
}

OL OL OL LI {
font-family: Verdana;
}

HR {
font-family: Verdana;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
font-family: Verdana;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
font-family: Verdana;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
font-family: Verdana;
}

.ModuleTitle_MenuBar {
font-family: Verdana;
}

.ModuleTitle_MenuItem {
font-family: Verdana;
}

.ModuleTitle_MenuIcon {
font-family: Verdana;
}

.ModuleTitle_SubMenu {
font-family: Verdana;
}

.ModuleTitle_MenuBreak {
font-family: Verdana;
}

.ModuleTitle_MenuItemSel {
font-family: Verdana;
}

.ModuleTitle_MenuArrow {
font-family: Verdana;
}

.ModuleTitle_RootMenuArrow {
font-family: Verdana;
}

/* Main Menu */

.MainMenu_MenuContainer {
font-family: Verdana;
}

.MainMenu_MenuBar {
font-family: Verdana;
}

.MainMenu_MenuItem {
font-family: Verdana;
}

.MainMenu_MenuIcon {
font-family: Verdana;
}

.MainMenu_SubMenu {
font-family: Verdana;
}

.MainMenu_MenuBreak {
font-family: Verdana;
}

.MainMenu_MenuItemSel {
font-family: Verdana;
}

.MainMenu_MenuArrow {
font-family: Verdana;
}

.MainMenu_RootMenuArrow {
font-family: Verdana;
}

.PubDate2 {
font-family: Verdana;
font-size: 9px;
color: #999999;
}

.SubHeadPress2 {
font-family: Verdana;
font-size: 13px;
font-weight: bold;
color: #003366;
}

.SubHeadPress3 {
font-family: Verdana;
font-size: 11px;
font-weight: normal;
color: #003366;
}

A.SubHeadPress3:link {
    text-decoration:    none;
    color: #003366;
}

A.SubHeadPress3:visited  {
    text-decoration:    none;
    color:#003366;
}

A.SubHeadPress3:active   {
    text-decoration:    none;
    color:#003366;
}

A.SubHeadPress3:hover    {
    text-decoration: none;
    background-color: #eeeeee;
    color:#003366;
}

.SubHeadPress4 {
font-family: Verdana;
font-size: 13px;
font-weight: normal;
color: #003366;
}

.Multimedia {
font-family: Verdana;
font-weight: normal;
color: #003366;
font-size: 9px;
background-image: url(http://www.insomma.it/Portals/0/Red.jpg);
}

.Multimedia2 {
font-family: Verdana;
font-weight: normal;
color: #FFFFFF;
font-size: 12px;
background-image: url(http://www.insomma.it/Portals/0/Sky.jpg);
}

.Multimedia3 {
font-family: Verdana;
font-weight: normal;
color: #000000;
font-size: 10px;
}

.MultimediaLabel {
font-family: Verdana;
font-weight: bold;
color: #000000;
font-size: 10px;
}

.MultimediaCategory {
font-family: Verdana;
font-weight: bold;
color: #FFFFFF;
font-size: 10px;
background-image: url(http://www.insomma.it/Portals/0/Blue.jpg);
}

A.MultimediaCategory:link {
color: #FFFFFF;
font-weight: bold;
}

A.MultimediaCategory:visited  {
color: #FFFFFF;
font-weight: bold;
}

A.MultimediaCategory:active   {
color: #FFFFFF;
font-weight: bold;
}

A.MultimediaCategory:hover    {
text-decoration: none;
color: #003366;
background-color:#eeeeee;
font-weight: bold;
}

.SkinFixedWidth { width:990px; }

.SubHeadPress    {
    font-family: Verdana;
    font-size:  24px;
    font-weight:    bold;
    color:#003366;
}

A.SubHeadPress:link {
    text-decoration:    none;
    color: #003366;
}

A.SubHeadPress:visited  {
    text-decoration:    none;
    color:#003366;
}

A.SubHeadPress:active   {
    text-decoration:    none;
    color:#003366;
}

A.SubHeadPress:hover    {
    text-decoration: none;
    background-color: #eeeeee;
    color:#003366;
}

.PublishDate {
    font-family: Verdana;
    font-size:  9px;
    color: #3399ff;
}

.C2B_PRS_Description
{
    font-family: Verdana;
    font-size:  12px;
    color: #000000;
}

.C2B_PRS_ReadMore
{
    font-family: Verdana;
    font-size:9px;
}

A.C2B_PRS_ReadMore:link {
    text-decoration:    underline;
    color: #3399ff;
}

A.C2B_PRS_ReadMore:visited  {
    text-decoration:    none;
    color:#003366;
}

A.C2B_PRS_ReadMore:active   {
    text-decoration:    none;
    color:#003366;
}

A.C2B_PRS_ReadMore:hover    {
    text-decoration: none;
    background-color: #eeeeee;
    color:#003366;
}

.SubHeadPress5    {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    bold;
    color:#003366;
}

.PublishDate2 {
    font-family: Verdana;
    font-size:  8px;
    color: #3399ff;
}

.PressCatClass {
    font-family: Georgia;
    font-size:  11px;
    color: #3399ff;
}

.PublishDate3 {
    font-family: Georgia;
    font-size:  11px;
    color: #ff0000;
}

.PressTopicClass {
    font-family: Georgia;
    font-size:  14px;
    font-weight:    bold;
    color: #ff0000;
}


.PressTopicClass2 {
    font-family: Georgia;
    font-size:  11px;
}

.SubHeadPress6    {
    font-family: Verdana;
    font-size:  14px;
    font-weight:    bold;
    color:#003366;
}

.ScrollingText    {
    font-family: Comic Sans MS;
    font-size:  18px;
    font-weight:    bold;
}

A.ScrollingText:link {
    text-decoration:    none;
    color: #003366;
    font-family: Comic Sans MS;
    font-size:  18px;
    font-weight:    bold;
}

A.ScrollingText:hover    {
    text-decoration: none;
    background-color: #eeeeee;
    color:#003366;
    font-family: Comic Sans MS;
    font-size:  18px;
    font-weight:    bold;
}

A.ScrollingText:visited  {
    text-decoration:    none;
    color: #003366;
    font-family: Comic Sans MS;
    font-size:  18px;
    font-weight:    bold;
}

A.ScrollingText:active   {
    text-decoration:    none;
    color: #003366;
    font-family: Comic Sans MS;
    font-size:  18px;
    font-weight:    bold;
}

.PublishDate4 {
    font-family: Georgia;
    font-size:  14px;
    color: #ff0000;
}

.PressCatClass2 {
    font-family: Georgia;
    font-size:  8px;
    color: #3399ff;
}

.SubHeadPress7 {
font-family: Verdana;
font-size: 11px;
font-weight: bold;
color: #003366;
}

.SubHeadPress8 {
font-family: Verdana;
font-size: 10px;
font-weight: normal;
color: #003366;
}

.Columns_Class {

	width: 100%;
	margin: auto;
}

.Left_Column_Class {

	width: 49%;
                height: 26px;
	margin: auto;
	float: left;
	text-align: left; 
                vertical-align:middle;
                background:url("http://www.insomma.it/Portals/1/images/background_rubriche.jpg") repeat;
                line-height:1em;
}

.Right_Column_Class {
                width: 48%;
                height: 26px;
	        margin: auto;
	        float: left;
	        text-align: left; 
                vertical-align:middle;
                margin-left: 4px;
                background:url("http://www.insomma.it/Portals/1/images/background_rubriche.jpg") repeat;
                line-height:1em;
}



