/*
*	rc.css
*	Styles for use on the Research Centre of icelolly.com
*/


/**** RESEARCH CENTER HOME PAGE BOX ****/

div.ataglance {
	width: 561px;
	height: 219px;
	float: left;
	background-color: #f00;
}

div.front {
	width: 561px;
	height: 299px;
	float: left;
	background: #FEB900 url("/images/research.jpg") no-repeat;
}

div.front select {
	margin-left: 268px;
	margin-top: 198px;
	width: 200px;
}

div.rc_main {
	width: 552px;
}

div.rc_main .mid {
	/*background: url(/images/rc_main_mid.png) repeat-y;*/
	background-color: #2C2D2E;
	color: #fff;
	clear: both;
	padding: 15px 0px 10px 0px;
	text-align: right;
	border: 1px solid #BFBDBD;
	border-top: 0;
	border-bottom: 0;
}

div.rc_main .mid span {
	padding: 10px;
}

div.rc_main .bottom {
	margin-top: -5px;
	background: url(/images/rc_main_bottom.png) no-repeat;
	background-position: bottom center;
	height: 10px;
	clear: both;
}

/**** DESTGUIDE SELECT BANNER ****/

select.destguide {
	border: 1px solid #ccc;
}

div.rc_destguidebanner {
	width: 764px;
	clear: both;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0;
	background: url(/images/rc_destselect_mid.png) repeat-y;
}

div.rc_destguidebanner .top {
	background: url(/images/rc_destselect_top.png) no-repeat;
	padding-top: 5px;
}

div.rc_destguidebanner .mid {
	background: url(/images/rc_destselect_mid.png) repeat-y;
	clear: both;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

div.rc_destguidebanner .top span {
	padding: 10px;
	color: #999;
	margin-top: -10px;
}

div.rc_destguidebanner .bottom {
	background: url(/images/rc_destselect_bottom.png) no-repeat;
	height: 8px;
	clear: both;
	padding: 0;
	margin: 0;
}

/**** RESEARCH CENTER MAIN CONTENT BOX ****/

div.rc_content {
	width: 551px;
	margin-bottom: 5px;
	margin-left: 8px;
	background: url(/images/rc_content_mid.png) repeat-y;
}

div.rc_content div.header {
	background: url(/images/rc_content_header_mid.png) repeat-y;
}

div.rc_content div.header .top {
	background: url(/images/rc_content_header_top.png) no-repeat;
	padding: 8px;
}

div.rc_content div.header .top b {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-size: 12px;
	color: #666;
}

div.rc_content div.header .bottom {
	background: url(/images/rc_content_header_bottom.png) no-repeat;
	height: 1px;
	clear: both;
}

div.rc_content .body {
	padding: 0px 8px 10px 8px;
}

div.rc_content .body .quickinfo {
	padding-left: 10px;
	float: left;
	width: 265px;
}

div.rc_content .desttitle {
	color: #3a3838;
	font-size: 20pt;
	margin: 0;
	margin-top: 30px;
	padding: 0;
}

div.rc_content .destfacts {
	color: #666;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

div.rc_content .destimage {
	float: right;
	padding: 20px 15px 10px 15px;
}

div.rc_content .breaker {
	clear: both;
	margin-bottom: 25px;
}

div.rc_content .footer .mid {
	background: url(/images/rc_content_footer_mid.png) repeat-y;
	color: #fff;
	clear: both;
	padding: 10px 0px 5px 0px;
	text-align: right;
}

div.rc_content .footer .mid span {
	padding: 10px;
}

div.rc_content .footer .bottom {
	background: url(/images/rc_content_footer_bottom.png) no-repeat;
	height: 7px;
	clear: both;
}

div.rc_content .video {
	width: 358px;
	margin: 0 auto;
	padding-top: 10px;
}

div.rc_content .videotitle {
	text-align: right;
}

div.rc_content h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}

/**** RESEARCH CENTRE TABBED PANE ****/

ul.rc_tablist {
	margin: 0;
	padding: 0;
	float: right;
	/*white-space: nowrap;*/
}

.rc_tablist li {
	/*display: inline;*/
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	border: 1px solid #d9d9d9;
	border-left-width: 0px;
	border-bottom: 0;
}

.rc_tablist a { 
	padding: 3px 10px 5px 10px; 
	display: block;
}

.rc_tablist a:link, .rc_tablist a:visited {
	color: #000;
	/*background-color: #036;*/
	background: #fff url(/images/rc_content_button_inactive.png) repeat-x;
}

.rc_tablist a:hover, .rc_tablist a.selected {
	color: #fff;
	background: #181919 url();
}

.rc_tablist a#dottvlink:link, .rc_tablist a#dottvlink:visited,
.rc_tablist a#dottvlink:hover, .rc_tablist a#dottvlink.selected {
	text-decoration: none;
}

/*.rc_tablist a#dottvlink { 
	color: #fff;
	background: #999 none;
	text-decoration: none;
	font-weight: bold;
}*/

.rc_tablist a#dottvlink { 
	color: black;
	font-weight: bold;
}

.rc_tablist a#dottvlink:hover { 
	color: white;
}

div.rc_content .tabbedpane {
	border: 1px solid #D9D9D9;
	/*height: 300px;*/
	overflow: auto;
	width: 100%;
	min-height: 300px;
	clear: both;
}

div.rc_content .tabbedpane #panecontent {
	padding: 0px;
}

div.rc_content .tabbedpane #panecontent .padded {
	padding: 10px
}

div.rc_content .hidden {
	display: none;
}

/**** WEATHER TABLE ****/
table.weather {
	width: 100%;
	font-size: 80%;
	border-collapse: collapse;
	text-align: center;
	margin-bottom: 20px;
}

table.weather td {
	padding: 2px 4px;
	vertical-align: top;
}

table.weather tr.header {
	font-weight: bold;
}

table.weather tr.header td {
	/*background-color: #dadada;*/
}

table.weather tr.temp td.rowtitle,
table.weather tr.sunhours td.rowtitle {
	padding: 10px 0;
	text-align: right;
	padding-right: 10px;
}

table.weather tr.temp td {
	vertical-align: top;
}

table.weather tr.sunhours td {
	vertical-align: bottom;
}

table.weather tr.header td {
	padding: 5px;
}

table.weather tr.header td.rowtitle {
	text-align: left;
	width: 155px;
}

table.weather div.tempcolor {
	float: left;
	width: 100%;
	padding-top: 2px;
	position: relative;
}

table.weather div.tempcolor .topleft, table.weather div.tempcolor .topmid, table.weather div.tempcolor .topright,
table.weather div.tempcolor .botleft, table.weather div.tempcolor .botmid, table.weather div.tempcolor .botright {
	position: absolute;
	height: 5px;
	width: 5px;
	background-image: url("/images/barframe.gif");
	background-repeat: no-repeat;
}

table.weather div.tempcolor .topleft, table.weather div.tempcolor .topmid, table.weather div.tempcolor .topright {
	top: 0px;
}

table.weather div.tempcolor .topleft {
	background-position: 0px 0px;
	left: 0px;
}

table.weather div.tempcolor .topmid {
	background-repeat: repeat-x;
	background-position: 0px -6px;
	left: 4px;
}

table.weather div.tempcolor .topright {
	background-position: -6px 0px;
	right: 0px;
}

table.weather div.tempcolor .botleft, table.weather div.tempcolor .botmid, table.weather div.tempcolor .botright {
	bottom: 0px;
}

table.weather div.tempcolor .botleft {
	background-position: 0px -18px;
	left: 0px;
}

table.weather div.tempcolor .botmid {
	background-repeat: repeat-x;
	background-position: 0px -12px;
	left: 4px;
}

table.weather div.tempcolor .botright {
	background-position: -6px -18px;
	right: 0px;
}

/**** VIDEO REVIEWS ****/

div.vidsummarybox {
	border: 1px solid black;
	display: table-cell;
	float: left;
	width: 200px;
	font-size: 8pt;
}

div.vidsummarybox h3 {
	margin-bottom: 0px;
}

div.vidsummarybox p.blurb {

}

div.vidsummarybox p.details {
	font-weight: bold;
}

table.vidsummary {
	font-size: 80%;
	border-collapse: collapse;
}

table.vidsummary tr td {
	width: 200px;
	vertical-align: top;
}

div.sel {
	margin: 0 auto;
	text-align: center;
	margin-top: 15px;
	border: 1px dotted #BFBDBD;
	padding: 10px;
	width: 300px;
	background-color: #f3f3f3;
	color: #000;
}

/**** RealHolidayReports Iframe ****/

iframe#rhriframe {
	padding: 0;
	margin: 0;
	height: 300px;
	width: 100%;
	border: 0;
	overflow: none;
}

#picflow, #picflow a {
	color: #fff;
}


/**** For bottom destinations list ****/

div.rcdlist {
	padding: 0 0 0 5em;
	margin-bottom: 1em;
}

span.rcdlistdest {
	float: left;
	width: 13em;
}























