@charset "UTF-8";

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.TabbedPanels li{
margin-left: 0px;
}


.TabbedPanels {
	margin: 0px;
	float: right;
	padding: 0px;
	clear: none;
	border-right: 1px solid #A4A4A3;
	width: 312px;
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;

}


.TabbedPanelsTab {
	position: relative;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width: 52px;
	margin-top: 0px;
	margin-bottom: -2px;
	margin-left: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-image: url(/templates/img/tab-bg.jpg);
	height: 24px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A4A4A3;
	padding-right: 0px;
padding-left: 0px;

}


.TabbedPanelsTabHover {
	background-color: #CCC;
}

.TabbedPanelsTabSelected {
	background-color: #FFFFFF;
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-image: url(/templates/img/tab-bg-selected.jpg);
	height: 25px;

}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;

}

.TabbedPanelsTab div{
padding-top: 3px;

}


.TabbedPanelsContentGroup {
	clear: both;
	background-color: #FFFFFF;
	width: 311px;
	margin-top: -2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A4A4A3;
	border-bottom-color: #A4A4A3;
	border-left-color: #A4A4A3;
	height: 204px;
	padding-top: 10px;
}


.TabbedPanelsContent {
	padding: 4px;
}

.TabbedPanelsContentVisible {
}

/* Tab Content Styles */

.mc {
	height: 100px;
	width: 151px;
	position: relative;
	float: left;
}
.mc .paper-name {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	width: 145px;
	height: 18px;

}
.mc img {
	position: relative;
	padding-right: 8px;
	padding-top: 5px;
	padding-left: 2px;
	width: 64px;
	float: left;
}
.mc a:link, .mc a:visited, .mc a:active{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #333333;
	font-size: 11px;
float:left;

}

.mc a:hover{
color:#CA0002;
}

.mc right-paper {
	position: relative;
	float: left;
}
.mc .links a{
	width: 70px;
	line-height: 18px;
	float:left;
}
.links{
	float:left;
	width: 75px;
	position: relative;

}
/* End Tab Content Styles */
