﻿/* ######### CSS for Shade Tabs. Remove if not using ######### */
/*Pravenue Styles*/
.rightmenucontainer {
	width: 300px;
	border-style: none;
	border-width: 0px;
}
.squarecontainerTab {
	width: 300px;
}
.tabContentLayout {
	border-style: none;
	border-width: 0px;
	width: 300px;
}
.squaresTab {
	float: left;
	width: 150px;
	height: 81px;
}
.tabimgNoborder {
	border-style: none;
	border-width: 0px;
}
.shadetabs {
	margin-left: -40px; /*FireFox fix, IE works at 0 for no indent Matt PRAve fix*/;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li {
	display: inline;
	margin: 0;
}
.tabcontent {
	display: none;
}
.praTabTabledn {
	border-collapse: collapse;
	width: 280px;
}
.praTabTabledncell {
	margin: 0px 0px 0px 14px;
	padding: 4px;
	border-width: 0px;
	vertical-align: top;
	text-align: center;
}
.praTabTabledncellLeft {
	margin: 0px 0px 0px 14px;
	padding: 4px;
	border-width: 0px;
	vertical-align: top;
	text-align: left;
}
.praTabreddn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: 700;
	background-color: #CC0000;
	color: #FFFFFF;
}
.praTabreddnsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: 700;
	background-color: #CC0000;
	color: #FFFFFF;
}
@media print
{
.tabcontent {
	display: block !important;
}