body 	{background-color: black;
	height: 100%;}

/* TOP MENU BAR CONTAINER */
.CorazziniBG  	{width: 799px;
		height: 100px;
		background-image: url(images/corazzini.jpg); 
		background-repeat: none;
		border: 0px red solid;}

/* ACTUAL MENU BAR */
.CorazziniMenu {border: 0px red solid;
		        clear: both;
		        color: white;}

.CorazziniTopPane	{width: 800px;
			border: 2px #ABABAB solid;
			text-align: center;}

/* LEFT PANE */
.xdsc_LeftPane		{width: 200px;
			border: 0px red solid;
}

/* CONTENT PANE */
.xdsc_ContentPane	{width: 600px;
			border: 0px #ABABAB solid;
}

.dnnlogin 	{height: 40px;
		background-color: black;
		vertical-align: bottom;}

.SelectedTab {
    padding-top: 3px;
    font-weight: normal;
    font-size: 8.5pt;
    color: #ffffff;
    font-family: Arial, Tahoma, Verdana, Helvetica;
    text-decoration: none;
}

a img 	{border:none;
	display:block;}

/* GENERAL */
/* style for module titles */

.ModuleTitle_MenuBar	{color: white;
			height: 36px;
			padding-left: 10px;
			padding-top: 3px;}

.Head {
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #6E7088;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #6E7088;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: white;
}
/* text style used for most text rendered by modules */
.Normal {
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color: #ababab;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: White;
}


/* GENERIC */
H1 {
    font-family: Arial, Tahoma, Verdana, Helvetica;
    text-decoration: normal;
    color: #6E7088;
    font-size: 120%;
    font-weight: bold;
}
}
H2 {
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #6E7088;
}
H3, H4, H5, H6, DT {
    font-size:  12px;
    font-weight:    normal;
    color: #6E7088;
}

TFOOT, THEAD {
    font-size:  12px;
    color: #6E7088;
}
A:link {
    text-decoration: normal;
    color: #6E7088 !important;
    font-weight: bold;
}
A:visited {
    font-weight: bold;
    text-decoration: normal;
    color:  #6E7088;
}
A:active {
    font-weight: bold;
    text-decoration: normal;
    color: #ffffff;
}
A:hover {
    font-weight: bold;
    text-decoration: none !important;
    color: #ffffff !important;
}


/* Main Menu */

.MainMenu_MenuContainer {
	border: 0px;
	background-color: transparent;
	padding: 0px;
	padding-bottom: 0px;
	color: White;
}
.MainMenu_MenuBar {
	text-align: right;
	color: White;
}

.MainMenu_MenuItem {
	color: #6E7088; 
	font-family: Arial; 
	font-size: 16px; 
	font-weight: bold; 
	border: 0px #6e6769 solid;
	padding: 5px;
	background-color: transparent;
	letter-spacing: 1.5px;
}
.MainMenu_MenuIcon {
	background-color: #ffffff; 
	border: 0px #EEEEEE solid;
	padding: 1px;
	width: 0px;
	height: 0px;
	color: White;
}
.MainMenu_MenuItemSel {
	background-color: transparent; 
	color: #FFFFFF; 
	font-family: Arial; 
	font-size: 16px; 
	font-weight: bold; 
	border: 0px;
	padding: 5px;
	letter-spacing: 1.5px;
}


.MainMenu_MenuBreak {
	display:none;
}
.MainMenu_MenuArrow {
	display:none;
}
.MainMenu_RootMenuArrow {
	display:none;
}
/*___________________________________________________________________________________________*/




