/**
 * Highlight style classes
 * .a background color
 * .b underline
 * .c underline + font color
 */
 
@media screen{
em.diigoHighlight {
	text-align:inherit;
	text-decoration: inherit;
	line-height:inherit;
	font:inherit;
	color:inherit;
	display:inline;
}

em.diigoHighlight.a {
	background-color: #FF9;
}

em.diigoHighlight.b, em.diigoHighlight.c {
	border-bottom: solid 2px #FF9;
}

em.diigoHighlight.c {
	color: #000099;
}

/*with private inline comments*/
em.diigoHighlight.a.commented 
{
	background-color: #ABD5FF;
}

em.diigoHighlight.b.commented, em.diigoHighlight.c.commented 
{
	border-bottom-color: #ABD5FF;
}

/*shared to group*/
em.diigoHighlight.a.group.commented {
	background-color: #FFC4D8;
}

em.diigoHighlight.b.group.commented, em.diigoHighlight.c.group.commented {
	border-bottom-color: #FFC4D8;
}

/*with public inline comments*/
em.diigoHighlight.a.public.commented {
	background-color: #B2E57E;
}

em.diigoHighlight.b.public.commented, em.diigoHighlight.c.public.commented {
	border-bottom-color: #B2E57E;
}

/*highlight label*/
.diigoHighlight .diigoHighlightLabel sup {
	/*float:left;
	margin-left:-10px;
	text-align:right;
	height:11px;
	width:10px;
	vertical-align:super;*/
	font:normal normal normal 8px/8px "lucida grande",tahoma,verdana,arial,sans-serif;
	text-decoration:none;
	background-color:inherit;
	cursor:default;
}


/*image highlight*/
/*no inline comments*/
img.diigoHighlight {
	cursor: pointer; 
	outline:4px solid #FF9;
}
/*with private inline comments*/
img.diigoHighlight.commented {
	outline-color: #ABD5FF;
}
/*shared to group*/
img.diigoHighlight.group.commented {
	outline-color: #FFC4D8;
}
/*with public inline comments*/
img.diigoHighlight.public.commented {
	outline-color: #B2E57E;
}
/*float note*/
div.diigoHighlight.type_2 {
	position:absolute;
	width:37px;
	height:31px;
	text-align:center;
	background:transparent url('chrome://diigotb/skin/float_icon.png') no-repeat 50% 50%;
	z-index:9996;
}
div.diigoHighlight.type_2 span {
	position:relative;
	color:#333;
	font:normal 13px Verdana, Arial, Helvetica, sans-serif;
	top: 4px;
	cursor: default;
}
/*
* html div.diigoHighlight.type_2{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale, src="http://www.diigo.com/javascripts/webtoolbar/images/float_icon.png");
	overflow:hidden;
	background:none;
}
*/


/*mouse over effect*/
/*
.diigoHighlight.id_190e5778b533dc0fa1b1660653a4f6f5 {outline: 2px dotted green !important;}
*/



/*Clip video*/
div.diigoClipVideo{
	float:left;
	height:16px;
	padding:0 16px 0 6px;
	background:#f5f5f5 url(chrome://diigotb/skin/toolbar-clip-bg.gif) no-repeat right 0;
	border:1px solid #ccc;
	border-bottom-width:0;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	z-index:999;
	position:absolute;
}

div.diigoClipVideo.clipped {
  background-position: right -32px; left: 717px; top: 135px;
}

	/*div.diigoClipVideo a{
		font-weight:bold;
		font-size:10px;
		line-height:16px;
		text-decoration:underline;
		color:#03f;
		margin-right:6px
	}
	div.diigoClipVideo a:hover,.diigolet .diigoClipVideo a:active{
		color:#00f
	}
  */
	div.diigoClipVideo span{
		font-weight:bold;
		font-size:10px;
		line-height:16px;
		text-decoration:underline;
		color:#03f;
		cursor:pointer;
		margin-right:6px
	}
	div.diigoClipVideo span:hover,div.diigoClipVideo span:active{
		color:#00f
	}
	/*.diigolet input{
		font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
		font-size:9px;
	}*/
}

@media print{
em.diigoHighlight.a, em.diigoHighlight.b, em.diigoHighlight.c {
	border-bottom:0.5pt dashed Black;
}

/*with private inline comments*/
em.diigoHighlight.a.commented, em.diigoHighlight.b.commented, em.diigoHighlight.c.commented {
	border-bottom-style:solid;
}

/*shared to group*/
em.diigoHighlight.a.group.commented, em.diigoHighlight.b.group.commented, em.diigoHighlight.c.group.commented {
	border-bottom-width:1pt;
}

/*with public inline comments*/
em.diigoHighlight.a.public.commented, em.diigoHighlight.b.public.commented, em.diigoHighlight.c.public.commented {
	border-bottom-width:1pt;
}

/*image highlight*/
/*no inline comments*/
img.diigoHighlight {
	border:0.5pt dashed Black
}
/*with private inline comments*/
img.diigoHighlight.commented {
	border-style:solid;
}
/*shared to group*/
img.diigoHighlight.group.commented {
	border-width:1pt;
}
/*with public inline comments*/
img.diigoHighlight.public.commented {
	border-width:1pt;
}
/*float note*/
div.diigoHighlight.type_2 {
	display:none
}
div.diigoHighlight.type_2 span {
	display:none
}


#FOOTER_css{

	clear: both;

	width:100%;

	text-align:center;

	padding-top:5px;

}



.footer_top_css{

	height:30px;

	background-color: #85bbff;

	font-family: Tahoma;

	font-size: 13px;

	color: #fff;

	padding-top:10px;

}

.footer_top_css a{

	font-size: 13px;

	color: #fff;

	text-decoration: none;

	font-weight:bold;

	padding:10px 10px 10px 30px;

}

.footer_top_css a:hover{

	font-size: 13px;

	color: #fff;

	text-decoration: underline;

	font-weight:bold;

	padding:10px 10px 10px 30px;

}

.bottomFooter_css

{	

	font-family: Tahoma;

	background-image:url(/images/resortAvailability/footer_bg.jpg);

	background-repeat:repeat-x;

	height:135px;

	position:relative;

	padding-top:25px;

	width:100%;

	color:#1554AF;

	font-size: 11px;

	line-height:15px;

}

.bottomFooter_css a{

	font-size: 11px;

	color: #1554AF;

	text-decoration: none;

	font-weight:bold;

}

.bottomFooter_css a:hover{

	font-size: 11px;

	color: #1554AF;

	text-decoration: underline;

	font-weight:bold;

}

.footer_copyright_css{

	padding-top:20px;

	color:#3C4846;

	font-family: Tahoma;

	font-size: 13px;

}

.footer_logo_css{

	padding-top:10px;

	background-image:url(/images/resortAvailability/images/IQlogo.gif);

	background-repeat:no-repeat;

	height:45px;

	background-position:center;	

}
