/* styling the tab content appearance-----------------------------*/
/*.custombox{
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #225b48;
	color: #d6eaab;font-size: 12px;
}
.custombox a{
	padding:2px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #225b48;
	color: #d6eaab;font-size: 12px;
}
.custombox a:hover{
	padding:2px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;font-size: 12px;
	color: #fff;	background-color: #113126;
}*/

.custombox {
	text-align: center;
	text-transform: uppercase;
	color: #d6eaab;
	font-size: 12px;
	padding:2px 0 2px 5px;
	background:url(../images/spanBtn.jpg) left 0 no-repeat;
}
.custombox a {
	padding:2px 5px 2px 0px;
	text-decoration: none;
	color: #d6eaab;
	background:url(../images/spanBtn.jpg) right 0 no-repeat;
}
.custombox:hover {
	background:url(../images/spanBtn.jpg) left -19px no-repeat;
}
.custombox:hover a {
	background:url(../images/spanBtn.jpg) right -19px no-repeat;
}
.shadetabs {
	list-style-type: none;
	width: 155px;
	float: right;
	text-align: left;
}
.shadetabs li {
	width: 100%;
	display: inline;
}
.shadetabs li a {
	display:  block;
	width: 120px;
	height: 25px;
	padding: 10px 0 0 10px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	color: #3B4F13;
	background-color: #D6EAAB;
	border-bottom: 1px solid #C0E081/*#E6DFC5*/;
}
.shadetabs li a:hover, .shadetabs li a:focus, .shadetabs li a:active {
	color: #fff;
	background-color: #83AE2B;
}
.shadetabs li.selected a, .shadetabs li.selected a:hover, .shadetabs li.selected a:focus, .shadetabs li.selected a:active {
	background-color: #f9f8ed;
	color:  #83AE2B;
}
.shadetabs a span {
	display: none;
}



.shadetabs2 {
	list-style-type: none;
	width: 155px;
	float: right;
	text-align: left;
}
.shadetabs2 li {
	width: 100%;
	display: inline;
}
.shadetabs2 li a {
	display:  block;
	width: 120px;
	height: 35px;
	padding: 8px 0 0 10px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	color: #3B4F13;
	background-color: #ccff99; /*#D6EAAB*/
	border-bottom: 1px solid #C0E081/*#E6DFC5*/;
}
.shadetabs2 li a:hover, .shadetabs2 li a:focus, .shadetabs2 li a:active {
	color: #fff;
	background-color: #83AE2B;
}
.shadetabs2 li.selected a, .shadetabs2 li.selected a:hover, .shadetabs2 li.selected a:focus, .shadetabs2 li.selected a:active {
	background-color: #f9f8ed;
	color:  #83AE2B;
}
.shadetabs2 a span {
	display: none;
}


/*------------------------------------------------------*/
.tabcontentstyle { /*style of tab content oontainer*/
	float: left;
	margin: 0 auto;
	display: block;
	width: 550px;
	background-color: #f9f8ed;
	padding: 15px 5px 25px 10px;
}
.tccontent {
	xwidth: 100%;
	background-color: #f9f8ed;
	padding: 15px 5px 25px 10px;
	margin-bottom: 10px;
}
.tcleft {
	float: left;
	width: 220px;
	margin: 0 5px;
	text-align: left;
}
.tcleft h3 {
	color: #444;
	font-size: 26px;
	line-height: 19px;
}
.tcleft h3 u {
	font-size: 15px;
	color: #C7BF56;
	text-decoration: none;
}
.tcright {
	float: right;
	width:300px;
	text-align: left;
}
.tcright h4 {
	color: #48610d;
	font-size: 13px;
}
.tcright h3 {
	color: #48610d;
	font-size: 12px;
}
.tcright li {
	font-size: 12px;
}
.tcright hr {
	color: #EDEAC9;
	background-color: #EDEAC9;
	height: 1px;
	margin: 6px 10px 8px 0;
}
.tabcontentstyle p {
}
.tabcontentstyle strong {
	color: #B7B15D;
}
.tabcontentstyle em {
	color: #B7B15D;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 110%;
	font-weight: bold;
}
.tabcontentstyle h5 {
	font-size: 16px;
	text-transform: capitalize;
	color: #C96;
	margin: 0 0 0 .6em;
	padding: .6em 0 .1em .5em;
	text-align: left;
}
.tabcontent {
	display:none;
}
:focus {
	-moz-outline-style: none;
}
 @media print {
.tabcontent {
	display:block!important;
}
}

