/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	/*padding: 3px 0;*/
margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding-top: 2px;
	padding-left: 0px;
}

.shadetabs li{
	display: inline;
	margin-right: -3px;
	margin-bottom: -3px;
	padding: 0px;
	margin-left: 0px;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 10;
	padding: 0px;
	color: #2d2b2b;
	background: white url(shade.gif) top left repeat-x;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
/*top: 1px;*/
}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(shadeactive.gif);
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
padding: 5px;
}

@media print {
.tabcontent {
display:block !important;
}
}

#right_container {
	border: 1px solid #DEDEDE;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-top: 0px;
	z-index: 1;
	background-color: #FFFFFF;
}
#tab_container {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DEDEDE;
	border-right-color: #DEDEDE;
	border-left-color: #DEDEDE;
	border-bottom-style: none;
	margin-bottom: -2px;
	z-index: 2;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}
#tab_container_2 {
	background-color: #E1E1E1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DEDEDE;
	border-right-color: #DEDEDE;
	border-left-color: #DEDEDE;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom-style: none;
	z-index: 3;
}
.inner_box {
	background-color: #FFFFFF;
	background-image: url(../images/right_grey_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 120px;
}
.inner_box_home {
	background-color: #FFFFFF;
	background-image: url(../images/right_grey_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 152px;
}
#tab_box {
	margin-bottom: 15px;
}
.box_box {
	background-color: #FFFFFF;
	margin-bottom: 15px;
	z-index: 2;
	padding: 3px;
	border: 1px solid #DEDEDE;
}
#ad_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 10px;
	z-index: 1;
	margin-bottom: -15px;
}
#ad_box td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

