@charset "UTF-8";

#container-tabpanel {
	width:100px; /*** Critical left col dimension value = left col width - 1px ***/
	left: -1px;
	text-align: center;
	position: relative;
}

.TabbedPanels {
	margin-left: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 3px 5px;
	margin: 0px 2px 0px 1px;
	font-size: 9px;
	font-weight: bold;
	color: #406e8e;
	background-color: #a3c1d6;
	list-style: none;
	border-bottom: solid 1px #406e8e;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTabHover {
	background-color: #406e8e;
	color: #FFF;
}
.TabbedPanelsTabSelected {
	background-color: #102841;
	border-bottom: 1px solid #406e8e;
	color: #FFF;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-bottom: 1px solid #406e8e;
	border-top: 1px solid #406e8e;
	border-left: 1px solid #d1dce4;
	border-right: 1px solid #406e8e;
	background-color: #d1dce4;
	width: 98px;
}
.TabbedPanelsContent {
	padding: 0px;
}
.TabbedPanelsContentVisible {
}
table.thumbpicspry {
	width: 96px;
	margin-left: 2px;
	margin-right: 2px;
	border: none;
}
.thumbpicspry {
	text-align: center;
	font-weight: normal;
	margin-right: 0px;
	line-height: 11px;
}
.thumbpicspry a {
	font-size: 9px;
	color: #406E8E;
	display:block; 
	padding-top: 2px;
	padding-bottom: 2px;
}
.thumbpicspry a:hover {
	font-weight: bold;
	color: #102841;
	display:block; 
	background-color: #adbdca;
}
.thumbpicspry a:active {
	font-weight: bold;
	color: #102841;
}

.thumbblogspry {
	text-align: center;
	font-weight: normal;
	margin-right: 2px;
	line-height: 11px;
}
.thumbblogspry a {
	font-size: 9px;
	color: #406E8E;
	display:block; 
	padding-top: 2px;
	padding-bottom: 2px;
}
.thumbblogspry a:hover {
	font-weight: bold;
	color: #102841;
	display:block; 
	background-color: #adbdca;
}
.thumbblogspry a:active {
	font-weight: bold;
	color: #102841;
}
table.thumbblogspry {
	background-color: #d1dce4;
	width: 92px;
	margin-left: 4px;
	margin-right: 4px;
	border: none;
}
.thumbtitlespry {
	font-size: 9px;
	width: 92px;
	margin-left: 4px;
	margin-right: 4px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	line-height: normal;
	white-space: normal;
	background-color: #769db8;
}
.blogspacer {
	font-size: 9px;
	line-height: normal;
	color: #d1dce4;
}