﻿.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}



.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 3px;
margin-right: 1px;
/*border: 1px solid #eeeeee;*/
border: 1px solid #c2c2c2;
/*color: #2d2b2b;*/
color: #E80B79;
/*background: white url(shade.gif) top left repeat-x;*/
background-color: #d2d2d2;
}

.shadetabs li a:visited{
color: #E80B79;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
/*background-image: url(shadeactive.gif);*/
background-color: #ffffff;
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid #c2c2c2;
	/*width: 530px;*/
	margin-bottom: 1em;
	padding: 10px;
	font-size:11px;
	font-family:Calibri;
	font-weight:bold;
	font-style:normal;
	font-variant:normal;
	background-color: #ffffff;
	height:240px;
	width:300px;
	
}

.tabcontentstyle a
{
	color:red;
}

.tabcontentstyle .tabcontent .item-list ol li
{
}

.tabcontent{
	display:none;
}

.tabcontent  .view-content .item-list ul
{
	list-style-type:decimal;
	padding-top: 5px;
	
}

.tabcontent ul li, .tabcontent .item-list ul li, .tabcontent .view-content .item-list ul li, .tabcontent td{
	overflow:hidden;
}

.tabcontent ul li a, .tabcontent .item-list ul li a, .tabcontent td a, .tabcontent .view-content .item-list ul li a {
	font-size:12px;
	font-family:Trebuchet MS;
	font-weight:bold;
	font-style:normal;
	font-variant:normal;
}
.frontpagetabcontent
{
	padding-top: 15px;
}

.tabcontentblockitem
{
	float: left;
	border: solid 1px #e2e2e2;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 10px;
	padding-top: 5px;
	background-image: url('tabback.gif');
	background-repeat:repeat-x;
	background-position:bottom;
}

.frontpagetabcontent .one
{
	margin-left: 105px;
}

.frontpagetabcontent .two
{
	margin-left: 105px;
}
.frontpagetabcontent .two iframe
{
	width: 330px;
	height: 295px;
}


/*
@media print {
.tabcontent {
display:block!important;
}
}
*/
