/**
 * Styling for the footer on non-ultranet pages
 **/

#footer {
	color: #333;
	position: absolute;
	left: 0;
}

#footer_tabs {
	margin-left:20px;

	position: absolute;
	z-index: 999;
	top: -52px;
	left: 10%;
}

#footer_tabs .tab_block {
	background: white url('../i/footer_tabs_iconsprite.png') no-repeat;

	float:left;
	display: block;
	padding: 1em;
	padding-left: 50px;
	margin-right: 5px;

	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;

	border: 1px solid #DFE8F4;

	font-size: 16px;
	color: #06c;

	cursor: pointer;
}

#footer_tabs .active_block, #footer_tabs .tab_block:hover {
	background-color: #06c;
	color: white;
}

#footer_tabs #faq_tab {
	background-position: 15px 8px;
}

#footer_tabs #video_tab {
	background-position: 15px -84px;
}

#footer_tabs #faq_tab.active_block, #footer_tabs #faq_tab:hover {
	background-position: 15px -40px;
}

#footer_tabs #video_tab.active_block, #footer_tabs #video_tab:hover {
	background-position: 15px -131px;
}

#footer #video_tutorials {
	display: none;
	margin: 0 0 0 -15px;
	padding: 0;
	list-style: none;
}

#footer #video_tutorials li {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 50px;
}

#footer #video_tutorials li img {
	background: white;
	border: 1px solid #DFE8F4;
	line-height: 20px;

	margin: 0 10px 0 0;
	padding: 5px;
	display: block;
	float: left;
	width: 75px;
}

#footer #video_tutorials li a:hover img {
	border-color: #06c;
}

#footer .lightbox {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 760px;
	z-index: 1050;
	margin: -250px 0 0 -320px;
	background: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #333;
}

#footer .lightbox .modal-header {
	background-color: #666;
	color: white;
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
}

#footer .lightbox .modal-header .close {
	display: block;
	width: 25px;
	height: 25px;
	background: url('../i/inbox_sprint.png') 0 -320px no-repeat;
	opacity: 1;
	margin-top: 2px;
	float: right;

}

#footer .lightbox .modal-header h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	line-height: 30px;
	background: none;
	color: white;
}

#footer .lightbox iframe {
	margin: 3px auto;
	display: block;
}

#footer .modal-backdrop {
	background: #000;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	filter: alpha(opacity=80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	display: none;
}

#footer .span9, #footer .span5, #footer .span3, #footer .span1 {
	float:left;
	display: block;
	min-height:1px;
	margin-left:20px;
}

#footer .span12 {
	padding: 0px 20px 0px;
}

#footer .span9 {
	clear: both;
	white-space: nowrap;
}

#footer .span5 {
	margin: 0px;
	padding: 0px 20px 0px;
}

#footer .span3{
	padding: 0 6em 0 0;
}

/**/

.from-admin-availadmin-roomrate-html #content {
	left: 0;
	margin-left: 0;
}
