body
{
 
}

.BulletinBoardButton 
{
    color:#42403D; 
    background-color:#E1E6E8;  
    border:1px solid; 
    font-weight:bold; 
    border-color: #42403D #42403D #42403D #42403D;
}

/** VIP Modules styles   */

/*style used in VIP page labels */
.VIPLabel    {
    font-family: Microsoft Sans Serif, Arial, Tahoma, Helvetica;
    font-size : 9pt;
    font-weight:    bold;
    color: #000000;
}

.VipHeading
{
	font-family: sans-serif, Arial, Tahoma, Helvetica;
    font-size:  12pt;
   font-weight: bolder;
    color: #0051A1;
   
}

/* style for VIP page field text */
.VIPText
{
    font-family: Microsoft Sans Serif,Arial, Tahoma, Helvetica;
    font-size: 9pt;
    line-height: 16px ;
    font-weight: normal;
    color:  #000000;    
}



/** END VIP Module style */

/* text style used for most text in modules */
.NormalText, p, body
{
    font-family: Microsoft Sans Serif, Verdana, Tahoma, Helvetica;
    font-size: 12px;
    line-height: 16px ;
    font-weight: normal;
    color:  #000000;    
}


A.NormalText:Link
{
	 text-decoration:    none;
    color:  #222255;
    font-weight: bold;
}
A.NormalText:Visited
{
	 text-decoration:    none;
    color:  #333366;
    font-weight: bold;
}
A.NormalText:active
{
	 text-decoration:    none;
    color:  #333366;
    font-weight: bold;
}
A.NormalText:hover
{
	 text-decoration:    none;
    color:  #333366;
    font-weight: bold;
}


.SmallText
{
    font-family: Microsoft Sans Serif, Verdana, Tahoma, Helvetica;
    font-size: 10px;
    font-weight: normal;
    color:  #000000;    
}

.SmallText P
{
    font-family: Microsoft Sans Serif, Verdana, Tahoma, Helvetica;
    font-size: 10px;
    font-weight: normal;
    color:  #000000;    
}

.NormalTextBold
{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color:  #202035;
}

/*style used for edit form labels */
.SmallHeading    {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #000000;
}

.ModuleHeading
{
	font-family: sans-serif,Arial, Tahoma, Helvetica;
    font-size:  12pt;
   font-weight: bolder;
    color: #0051A1;
   /* text-transform: uppercase */
}


/* style of item titles on edit and admin pages */
.TextHeading    {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  16px;
    font-weight:    bold;
    color: #000000;
}

/*style used on form validator controls */
.ValidationError
{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.Error
{
	font-family: Arial, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

A:link  {
    text-decoration:    none;
    color:  #992211;
}

A:visited   {
    text-decoration:    none;
    color:  #992211;
}

A:active    {
    text-decoration:    none;
    color:  #992211;
}

A:hover {
    text-decoration:    underline;
    color:  #992211;
}



/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link  {
    text-decoration: none;
    color: #42403D;
}

A.CommandButton:visited   {
    text-decoration:    none;
    color: #42403D;
}

A.CommandButton:active   {
    text-decoration: none;
    color: #42403D;
}

A.CommandButton:hover     {
    text-decoration:    underline;
    color: #42403D;
    
}



/*
* Styles for the  menu
*/
.MenuNormal /*The font and background color of a menu element  */
{
	font-size: 11px;
	border-top-style: none;
	font-family: Tahoma,Verdana,Arial,  Helvetica;
	background-color: #9BAE9A;
}

.SubMenuNormal /*The font and background color of a menu element  */
{
	font-size: 10px;
	border-top-style: none;
	font-family: Tahoma,Verdana,Arial,  Helvetica;
	background-color: #778575;
}
.SubMenuMouseOver  /*The font and background color of a menu element when holding mouse over */
{
	font-size: 10px;
	border-top-style: none;
	font-family: Tahoma,Verdana,Arial,  Helvetica;
	background-color: #B3B69E;
}


.MenuMouseOver  /*The font and background color of a menu element when holding mouse over */
{
	font-size: 11px;
	border-top-style: none;
	font-family: Tahoma,Verdana,Arial,  Helvetica;
	background-color: #BDCCBC;
}

.MenuItem /* Defines the border around menu elements */
{
	border-top: #C8CCAE 1px solid;
	color: #551503;
	border-bottom: #000000 1px solid;
	border-right-style: none;
	border-left-style: none;
	position: relative;
	background-color: #4990c4;
	border-right-color: #327d1d;
}


A.MenuItemText:link
{
	left: 10px;
	position: relative;
	color: #ffffff;
	font-weight: bold;
	
}
A.MenuItemText:visited
{
	left: 10px;
	position: relative;
	color: #ffffff;
	font-weight: bold;
	
}

A.MenuItemText:hover
{
	text-decoration: none;
	font-weight: bold;
}

.MenuItemText A:active
{
	left: 10px;
	position: relative;
	color: #ffffff;
	font-weight: bold;
	
}

.AdminMenuHeading
{
	font-size: 11px;
	font-weight: bold;	
	font-family: Verdana,Arial, Tahoma, Helvetica;
	color: #ffffff
}
.AdminMenuItem
{
	font-size: 11px;
	border-top-style: none;
	font-family: Verdana,Arial, Tahoma, Helvetica;
	color: #000000
}
.AdminMenuItem A:
{
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana,Arial, Tahoma, Helvetica;
	color: #000000
}
.AdminMenuItem A:link
{
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana,Arial, Tahoma, Helvetica;
	color: #000000
}
.AdminMenuItem A:visited
{
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana,Arial, Tahoma, Helvetica;
	color: #000000
}
.AdminMenuItem A:active
{
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana,Arial, Tahoma, Helvetica;
	color: #000000
}
.AdminMenuItem A:hoover
{
	font-size: 11px;
	text-decoration: underline;
	font-family: Verdana,Arial, Tahoma, Helvetica;
	color: #000000
}

.SurveyBar
{
	background-color: #778575;	
}



/**** START  Style definitions for the screen tabs  START *****/
/* background/border colors for the selected tab */

.OrderFormTab 
{
	 border-style: solid;
	 border-width: thin;
	 border-color: #CAD1D8;
}

.ScreenTabBg {
    background-color: #7396c6;
    border-color: #708090;
    border-width: 1px;
   
}

.ScreenSeparatorBg {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    border-width: 1px;
}


.ScreenTabPanel 
{
	border-color: #CAD1D8;
	background-color:#f0f0f0;
	border-width: 1px;
	border-style: solid;
	
}

/* text style for the selected tab */
.ScreenSelectedTab {
    border-color:#CAD1D8;
	background-color:#E1E6E8;
	border-width: 1px;
	border-bottom-style:none;
    font-family: Arial, Tahoma, Helvetica;
    font-size: 13px;
    color:#000000;
    font-weight: bold
}

/* text style for the unselected tabs */
.ScreenOtherTabs {
    font-family: Arial, Tahoma, Helvetica;
    font-size: 13px;
    color: #ffffff;
    text-decoration:none;
    font-weight: bold
}
/* background/border colors for the unselected tabs */
.ScreenOtherTabsBg {
    background-color: gray;
    border-color: white;
}
/* hyperlink styles of the unselected tabs */
A.ScreenOtherTabs:link    {
    text-decoration:    none;
    color: white;
}

A.ScreenOtherTabs:visited {
    text-decoration:    none;
    color:white;
}

A.ScreenOtherTabs:active  {
    text-decoration:    none;
    color:white;
}

A.ScreenOtherTabs:hover   {
    text-decoration:    none;
    color:white;
}
/**** END  Style definitions for the screen tabs END *****/


.PropertyList
{
	border-width: 0px;
	border-color: #C8DCE7;
	font-family: Microsoft Sans Serif, Verdana, Tahoma, Helvetica;
    font-size: 12px;
    line-height: 16px ;
    font-weight: normal;
    
}

.PropertyListHeader 
{
	background-image: url(/spaniasommer/images/SystemImages/titlebgmiddle.gif);
	height: 20px;
	font-weight: bold;
	color: White;
}



.PropertyListItem
{
	color: Black;
	background-color: #EEEEEE;
}

.PropertyListAlternatingItem
{
	color: Black;
	background-color: #E1E6E8;
}

.SmartBannerItemPanel
{
	padding-bottom: 2px;
}


.boxContainer {
    width: 195px;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    
    
}

.boxText 
{
    font-family: Microsoft Sans Serif, Verdana, Tahoma, Helvetica;
    font-size: 12px;
    padding: 0px 2px 2px 2px;
    background-color: #E8E8E8;
    font-size: 10px;
    font-weight: normal;
    color:  #000000;
    line-height: 1em;    
    height: 53px;
    
}

.boxImage {
    margin-bottom: 2px;
}

.opcionmenu1 p
{
    margin-bottom: 1px;
    margin-top: 1px;
}
