body
{
    margin: 0px 0px 0px 0px;
 
}

.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;    
}

.Hightlight 
{
    color: #D47900;
    font-weight:bold; 
    font-size:larger;   
}


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-collapse: separate;
	border-width: 0px;
	border-color: #C8DCE7;
	font-family: Microsoft Sans Serif, Verdana, Tahoma, Helvetica;
    font-size: 12px;
    line-height: 16px ;
    font-weight: normal;
    
}

.PropertyListHeader, .PropertyListHeader  td
{
    border-width: 0px;
	background-image: url(/spaniasommer/images/SystemImages/titlebgmiddle.gif);
	height: 20px;
	font-weight: bold;
	color: White;
}



.PropertyListItem, .PropertyListItem td 
{
    border-style: none;
	border-width: 0px;
	/*background-color: white;*/
	background-color: #FCFDFF;
}

.PropertyListAlternatingItem, .PropertyListAlternatingItem td
{
	border-style: none;
	border-width: 0px;
	color: Black;
	background-color: #E1E6E8;
}

.SmartBannerItemPanel
{
	padding-bottom: 2px;
}


.boxContainer {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}


.boxText 
{
    font-family: Microsoft Sans Serif, Verdana, Tahoma, Helvetica;
    font-size: 12px;
    padding: 3px 2px 3px 2px;
    background-color: #EEF4F8; /*#FCFDFF   F1F7FF*/
    font-size: 10px;
    font-weight: normal;
    color:  #000000;
    line-height: 1em;    
    height: 53px;
    border-radius: 2px;
    -moz-border-radius:2px;
	-webkit-border-radius:2px;
    
}

.boxImage {
    margin-bottom: 2px;
}

.opcionmenu1 p
{
    margin-bottom: 1px;
    margin-top: 1px;
}

.aToolTip {
	border:1px solid #0191C8;
	background: #BDE5F8;
	color: #00529B;
	margin:0;
	padding:6px 12px;
}

.aToolTip .aToolTipContent {
	position:relative;
	margin:0;
	padding:0;
	
	
}

a.aToolTipCloseBtn {
	display:block;
	height:18px;
	width:18px;
	background:url(../images/closeBtn.png) no-repeat;
	text-indent:-9999px;
	outline:none;
	position:absolute;
	top:-15px;
	right:-15px;
	margin:2px;
	padding:4px;
}

/*Infobox used on VIP page editmode */
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('Images/SystemImages/KnobIcons/info.png');
}

.info p {
    color: #00529B;
}
    


.modal {
		background-color:#fff;
		display:none;
		width:450px;
		padding:15px;
		text-align:left;
		border:2px solid #333;
		z-index: 9999;
		opacity:1;
		border-radius: 6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		
		box-shadow: 0 0 150px 80px #999;
		-moz-box-shadow: 0 0 150px 80px #999;
		-webkit-box-shadow: 0 0 150px 80px #999;
        
	}
	
	.modal h2 {
		background:url(/img/global/info.png) 0 50% no-repeat;
		margin:0px;
		padding:10px 0 10px 45px;
		border-bottom:1px solid #333;
		font-size:20px;
	}


	.modal .close {
		background-image:url(Images/Overlay/close.png);
	    position:absolute; right:-10px; top:-10px;
	    cursor:pointer;
	    height:35px;
	    width:35px;

	}


/*Image uploader styles*/
.imagespacer {
	float: left; margin: 5px; font: 10pt verdana; overflow: hidden; width: 120px; height: 135px; text-align: center
}
.imageholder {
	BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 0px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 100px; PADDING-TOP: 0px; BORDER-BOTTOM: #cccccc 1px solid; HEIGHT: 100px
}
.titleholder {
	FONT-SIZE: 8pt; OVERFLOW: hidden; WIDTH: 100px; height: FONT-FAMILY: ms sans serif, arial; WHITE-SPACE: nowrap; TEXT-OVERFLOW: ellipsis
}

.hiddenElement 
{
    display: none;
}


/** Photomosaic styles**/
.imageWithTextBox {
    position: relative;
}

.largeThumb 
{
    border: 0px;
    width: 490px;
    height: 405px
}

.smallThumb {
    border: 0px;
    width: 240px;
    height: 195px
}
.landscapeThumb 
{
   border: 0px;
   width: 490px;
   height: 195px 
}
.standingThumb {
   border: 0px;
   width: 240px;
   height: 600px 
}

.smallThumbText 
{
    font-family: verdana;
    font-size: x-small;
    font-weight: bolder;
    color: black;
    position: absolute;
    bottom: 20px;
    width: 92%;
    margin-left: 5px;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    opacity: 0.7;
    
}

.mosaicTable td 
{
    padding: 5px;
    border: solid 0px #e8eef4;
}

.menuitem 
{
    padding-left: 10px;
    padding-right: 10px;
    border-right: solid 1px navy;
}

a.menuitem:link, a.menuitem:visited, a.menuitem:active 
{
   font-weight: bolder;
   color: White; 
   
}

a.menuitem:hover 
{
    
}

.searchInput input, .searchInput select  {
    font-size: smaller;
}
.searchInput {
    color: black;
    font-weight: bolder;
}

