.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.hidden 
{	
	visibility:hidden ;
}
.visible 
{	
	visibility:visible  ;
}

.hiddenNiceDropDown
{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #252b37;
	visibility:hidden;
}
.niceDropDown
{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #252b37;
	visibility:visible;
}
.modalPopup {
	background-color:#ffffef;
	border-width:2px;
	border-style:solid;
	border-color:Gray;
	padding:4px;
	width:250px;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #015eae;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionSelectedHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #f16724;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 8px;
    
}


.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	font-family: Tahoma,Arial, Sans-Serif;
	font-size: 12px;
	color:gray;
}	


.textBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #015eae;
}
.textBlueBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #015eae;
}
.buttonLogin {
	background-image: url(cssImages/igoholiday.com/login.jpg);
}
.button {
	background-image: url(/dev/cssImages/igoholiday.com/clear.jpg);
	font-size: 20px;
}
.building 
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #818285;
}
.dates {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.textOrange {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #f16724;
	vertical-align: middle ;
}
.silverText 
{
	font-family: Tahoma;
	font-size: 12px;
	color: #818285;
}
.prices {
	font-family: Tahoma;
	font-size: 12px;
	color: #818285;
}
.hotelTitle 
{
	font-weight:bold ;
	font-family: Verdana;
	font-size: 14px;
	color: white;
}

/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
	background-image: url(img/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}

/*-------------------------------------------------------------------*/
