/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

div#regiontabs a:link { text-decoration:none; color:#ffffff; }
div#regiontabs a:visited { text-decoration:none; color:#ffffff; }
div#regiontabs a:hover { text-decoration:none; color:#ffffff; }

.boxed {
	padding:0;
	width:555px;
	/*border-bottom:5px solid #123456; /*Brown color theme*/ 
	background:transparent;
	voice-family:"\"}\"";
	voice-family:inherit;
}

.boxed ul {
	margin:0;
	margin-left:5px; /*margin between first menu item and left browser edge*/
	padding:0;
	list-style:none;
}

.boxed li {
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
}

.boxed a {
	float:left;
	display:block;
	font:bold 11px Arial;
	color:white;
	text-decoration:none;
	margin:0 1px 0 0; /*Margin between each menu item*/
	padding:5px 10px;
	background-color:gray; /*Brown color theme*/ 
	border-top:1px solid white;
}

.boxed a:hover {
	background-color:#1e4179; /*Brown color theme*/ 
	color:white;
}

.boxed a.selected { /*currently selected tab*/
	background-color:#123456; /*Brown color theme*/ 
	color:white;
	border-color:#123456; /*Brown color theme*/ 
}

.solidblockmenu {
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url(/images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li {
	display: inline;
}

.solidblockmenu li a {
	float: left;
	color: white;
/*	padding: 9px 11px; */
/* top-bottom / left-right */
	padding: 12px 7px;
	text-decoration: none;
	text-align:center;
	border-right: 1px solid white;
}

.solidblockmenu li a:visited {
	color: white;
}

.solidblockmenu li .current, .solidblockmenu li.selected, .solidblockmenu a.selected {
	color: white;
	background: transparent url(/images/blockactive.gif) center center repeat-x;
}

.solidblockmenu li a:hover {
	color: white;
	background: transparent url(/images/blockdefault_hover.gif) center center repeat-x;
}


.checkinmenu {
	margin: 0;
	padding: 0;
	float: left;
	font: bold 12px Arial;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url(/images/blockdefault.gif) center center repeat-x;
}

.checkinmenu li {
	display: inline;
}

.checkinmenu li a {
	float: left;
	color: white;
	padding: 6px 8px;
	text-decoration: none;
	border-right: 1px solid white;
}

.checkinmenu li a:visited {
	color: white;
}

.checkinmenu li .current, .checkinmenu li.selected, .checkinmenu a.selected {
	color: white;
	background: transparent url(/images/blockactive.gif) center center repeat-x;
}

.checkinmenu li a:hover {
	color: white;
	background: transparent url(/images/blockdefault_hover.gif) center center repeat-x;
}


.tabcontent {
	display:none;
}

@media print {
.tabcontent {
	display:block !important;
}
}
