/* ================================
    CSS STYLES FOR Mondo
    09.04.2010 ver.1
   ================================*/ 

/* ADMIN PAGE CLASSES */

.AdminPage
{
	background: white;
	text-align: center;
}

.AdminPage .Header
{
	display: none;
}

.AdminPage .Content
{
	text-align: center;
	width: 100%;
}

.AdminPage .Footer
{
	display: none;
}

/* GENERAL CLASSES */

.Page
{
	background: transparent;
	text-align: left;
	margin: 0 auto;
	width: 980px;
}

.Header
{
	position: relative;
	background: transparent;
	width: 980px;
	height: 190px;
	overflow: hidden;
}

.Content
{
	background: white;
	text-align: left;
	width: 980px;
	overflow: hidden;
}

.Footer
{
	background: transparent;
	width: 980px;
	overflow: hidden;
}

.InfoModule, .FooterModule
{
	color: #737373;
	font: 12px Arial, sans-serif
}

.InfoModule A, .FooterModule A.SiteLink, A.SiteLink, .SiteText
{
	text-decoration: none;
	color: #737373;
	white-space: nowrap;
}

.InfoModule A:hover, .FooterModule A.SiteLink:hover, A.SiteLink:hover
{
	text-decoration: none;
	color: #ec072a;
}

.FooterModule A
{
	text-decoration: none;
	color: white;
	white-space: nowrap;
}

.FooterModule A:hover
{
	text-decoration: none;
	color: yellow;
}

.NavigationModule
{
	margin: -28px 0 0 20px;
}

A.Navigation
{
	text-decoration: none;
	position: static;
	width: auto;
	padding-right: 4px;
	margin-left: 4px;
	font: 12px Arial, sans-serif
}

A.Navigation:link, A.Navigation:visited, A.Navigation:active
{
	color: white;
	border-right: solid 1px white;
}

A.Navigation:hover
{
	color: yellow;
	border-right: solid 1px white;
}

.SearchModule
{
	position: absolute;
	top: 161px;
	left: 700px;
}

.WelcomeModule
{
	position: absolute;
	top: 160px;
	left: 240px;
	color: white;
}

.LeftPane
{
	background: white;
	width: 230px;
}

.ContentPane
{
	background: white;
}

.RightPane
{
	display: none;
}

.Panel
{
	margin: 0;
	border: none;
}

.PanelTitle, .LeftMenuTitle
{
	background: #EB072A;
	color: black;
	font: bold 14px Arial, sans-serif;
	height: 22px;
	margin: 0;
	padding: 5px 0 0 5px;
	overflow: hidden;
}

.LeftPane .PanelTitle
{
	background: url("/images/grey_title_vline.gif") repeat-x top left;
}

.ContentPane .PanelTitle
{
	background: url("/images/orange_title_vline.gif") repeat-x top left;
}

.PanelTitle .CommandButton
{
	display: block;
	text-align: right;
	position: relative;
	top: -14px;
}

.PanelContent
{
	background: white;
	color: #333333;
	padding: 4px;
	margin: 0;
	border: solid 1px #D8D8D8;
}

.Header .PanelContent
{
	padding: 0;
	border: none;
}

.Footer .PanelContent
{
	padding: 0;
	border: none;
}

.HomeIcon
{
	position: absolute;
	top: 115px;
	left: 35px;
	border: none;
}

.ItemTemplate
{
	border: solid 1px #DDDDDD; 
	padding-top: 15px;
}

.ItemName
{
	text-transform: uppercase;
	text-decoration: none;
	color: #ec072a;
	font-weight: bold;
}

.ItemPrice
{
	color: #484848;
	font-weight: bold;
	font-size: 22px;
	white-space: nowrap;
}

.ItemLabel
{
	padding:2px;
	/*vertical-align:super;*/
	background:#EB072A;
	color:white;
}

/* MENU */

.MainMenu
{
	background: url("/images/menu.gif") no-repeat top left;
	height: 80px;
	min-height: 80px;
	width: 980px;
	padding-left: 46px;
}

.MainMenu ul 
{
	list-style-type: none;
	margin: auto;
	width: 930px;
}

.MainMenu li 
{
	float: left;
}

.MainMenu ul a 
{
	background-image: url("/images/menu_line.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 32px;
	padding-left: 32px;
	display: block;
	line-height: 46px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.MainMenu ul a:hover
{
	color: yellow;
}

/* LEFT MENU CLASS */

.LeftMenuTitle
{
	color: white;
}

.LeftMenu
{
	border: none;
}

.LeftMenu UL
{
	margin-top: 0;
	padding-top: 0;
}

.LeftMenu UL LI   
{
	font: 12px normal Arial, sans-serif;
	margin-left: -30pt;
	padding-left: 10px;
	border-bottom: solid 1px #D8D8D8;
}

.LeftMenu UL LI A:link, .LeftMenu UL LI A:visited, .LeftMenu UL LI A:active 
{
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0;
	text-transform: none;
    text-decoration: none;
	color: #737373;
	font: 12px normal Arial, sans-serif;
}

.LeftMenu UL LI A:hover 
{
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0;
	text-transform: none;
    text-decoration: none;
	color: #EB072A;
	font: 12px normal Arial, sans-serif;
}

.LeftMenu UL UL LI    
{
	display: none;
}

.LeftMenu UL UL UL LI 
{
	display: none;
}

.LeftMenu UL UL UL UL LI 
{
	display: none;
}

/* SPECIFIC CLASSES */

.NoUnderline:link, .NoUnderline:visited, .NoUnderline:active
{
    color:#ec072a;
	text-decoration: none;
}
    
.NoUnderline:hover
{
    color:#ec072a;
	text-decoration: underline;
}

.Underline:link, .Underline:visited, .Underline:active
{
    color:#ec072a;
	text-decoration: underline;
}
    
.Underline:hover
{
    color:#ec072a;
	text-decoration: none;
}

.BgLink:link, .BgLink:visited, .BgLink:active
{
    color:#ec072a;
	text-decoration: none;
}
    
.BgLink:hover
{
    color:#ffffff;
background:#ec072a;
	text-decoration: none;
}

.BgLinkU:link, .BgLinkU:visited, .BgLinkU:active
{
    color:#ec072a;
	text-decoration: underline;
}
    
.BgLinkU:hover
{
    color:#ffffff;
background:#ec072a;
	text-decoration: none;
}

.GLink:link, .GLink:visited, .GLink:active
{
    color:#999999;
	text-decoration: none;
}
    
.GLink:hover
{
    color:#ec072a;
	text-decoration: underline;
}

.link:link, .link:visited, .link:active
{
    color:#333333;
	text-decoration: underline;
}
    
.link:hover
{
    color:#ec072a;
	text-decoration: underline;
}

.facebook:link, .facebook:visited, .facebook:active
{
    color:#3b5998;
	text-decoration: none;
}
    
.facebook:hover
{
    color:#3b5998;
	text-decoration: underline;
}


/* text style for reading messages in Discussion */    
.Message    
{
    background: #eeeeee;
    font: normal 11px Verdana, Helvetica, sans-serif;
    width: 600px;
    padding: 0 6px 0 6px;
    overflow: hidden;
}   

/* style of item titles by Announcements and events */
.ItemTitle    
{
    color: #ec072a;
    font: bold 12px Ariel, sans-serif;
}

/* style for module titles */
.Head   
{
    color: red;
    font: normal 20px Verdana, Helvetica, sans-serif;
}

/* style of item titles on edit and admin pages */
.SubHead    
{
    color: #8B0000;
    font: bold 11px Verdana, Helvetica, sans-serif;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead 
{
    color: black;
    font: bold 11px Verdana, Helvetica, sans-serif;
}

/* text style used for most text rendered by modules */
.Normal
{
    font: normal 11px/12px Verdana, Helvetica, sans-serif;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font: normal 12px Verdana, Helvetica, sans-serif;
}

.NormalRed
{
    color: red;
    font: bold 11px Verdana, Helvetica, sans-serif;
}

.NormalBold
{
    font: bold 11px Verdana, Helvetica, sans-serif;
}

TABLE TR.NormalBold TD
{
	font-size: small;
    font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     
{
    font: normal 11px Verdana, Helvetica, sans-serif;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active
{
    color: #8B0000;
    text-decoration: underline;
}

A.CommandButton:hover    
{
    color: red;
    text-decoration: underline;
}

/* GENERIC ELEMENTS */

BODY	
{
    font: 14px Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 980px;
}

FORM
{
	margin: 0;
	padding: 0;
}

IMG
{
	border: none;
}
