﻿UL.tabs  /* Used for the tabs */ {
	padding: 3px 180px 3px 3px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 2px;
	font: 12px bold Calibri, Arial, sans-serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tabs LI
{
	display: inline;
	margin: 0;
	padding: 3px;
}

.tabs LI A#end_tab
{
	border-right: 1px solid #778;
}

.tabs LI A
{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 5px 20px 5px 20px;
	margin-right: 0;
	border: 1px solid #778;
	color: black;
	/* background: transparent url('/people/images/grey_gradient.gif') repeat-x; */
	/* width: 72px; */
	background-color: #f3f3f4;
	font-weight: bold;

}

.tabs LI A:visited
{
	color: #2d2b2b;
}

.tabs LI A:hover
{
	color: #2d2b2b;
}

.tabs LI A.selected
{
	/*selected main tab style */
	background-color: white;
	border-bottom-color: white;
	position: relative;
	margin-bottom: -1px;
	top: 0px;
}

.tabs LI A.selected:hover
{
	/*selected main tab style */
	text-decoration: underline;
	color: #333333;
}

.tabcontentstyle
{
	/*style of tab content container*/
	/* width: 100%; */
	/* margin-bottom: 1em; */
	margin-bottom: 1em;
	border-top: 1px solid #778;
}

.tabcontent
{
	display:none;
	font-family: Arial, Calibri, Sans-Serif;
	background-color: #ffffff;
	padding: 10px;
}

@media print {
	.tabcontent
	{
		display:block!important;
	}
}

DIV.cmsEdit
{
    background-color: transparent;
    /* border: 1px solid #ff3333; */
    
}

.tabcontent P
{
    font-family: Calibri, Arial, Calibri, Sans-Serif;
}

.tabcontent H2
{
    font: bold 20px Corbel, Arial, sans-serif;
}
