/*******************BLUE TABS*******************/

.shadetabs_blue{
	padding: 5px 0;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: -1;
	list-style-type: none;
	width: 490px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs_blue UL{
}

.shadetabs_blue li{
	display: inline;
	margin: 0;
}

.shadetabs_blue li a{
	text-decoration: none;
	padding: 5px 36px;
	/*margin-right: 12px;*/
	/*border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;*/
	background: #505050;
	background-image: url(../images/tab_grey.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}

.shadetabs_blue li a:visited{
	color: #FFFFFF;
}

.shadetabs_blue li a:hover{
	text-decoration: none; /*color: #000000;*/
	font-weight: bold;
	color: #FFC000;
}

.shadetabs_blue li.selected{
	/*position: relative;*/
	top: 1px;
}

.shadetabs_blue li.selected a{
	/*selected main tab style */
	background-color: #A3BFF5;
	color: #FFFFFF!important;
	font-weight: bold;
	background-image: url(../images/tab_blue.gif);
}

.shadetabs_blue li.selected a:hover{
	/*selected main tab style */
	text-decoration: none;
	font-weight: bold;
}

/*******************YELLOW TABS*******************/

.shadetabs_yellow{
	padding: 5px 0;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: -1;
	list-style-type: none;
	width: 490px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs_yellow UL{
}

.shadetabs_yellow li{
	display: inline;
	margin: 0;
}

.shadetabs_yellow li a{
	text-decoration: none;
	padding: 5px 40px;
	/*margin-right: 12px;*/
	/*border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;*/
	background: #505050;
	background-image: url(../images/tab_grey.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}

.shadetabs_yellow li a:visited{
	color: #FFFFFF;
}

.shadetabs_yellow li a:hover{
	text-decoration: none; /*color: #000000;*/
	font-weight: bold;
	color: #FFC000;
}

.shadetabs_yellow li.selected{
	/*position: relative;*/
	top: 1px;
}

.shadetabs_yellow li.selected a{
	/*selected main tab style */
	background-color: #E8CF7F;
	color: #FFFFFF!important;
	font-weight: bold;
	background-image: url(../images/tab_yellow.gif);
}

.shadetabs_yellow li.selected a:hover{
	/*selected main tab style */
	text-decoration: none;
	font-weight: bold;
}

/*******************GREEN TABS*******************/

.shadetabs_green{
	padding: 5px 0;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: -1;
	list-style-type: none;
	width: 490px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs_green UL{
}

.shadetabs_green li{
	display: inline;
	margin: 0;
}

.shadetabs_green li a{
	text-decoration: none;
	padding: 5px 33px;
	/*margin-right: 12px;*/
	/*border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;*/
	background: #505050;
	background-image: url(../images/tab_grey.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}

.shadetabs_green li a:visited{
	color: #FFFFFF;
}

.shadetabs_green li a:hover{
	text-decoration: none; /*color: #000000;*/
	font-weight: bold;
	color: #FFC000;
}

.shadetabs_green li.selected{
	/*position: relative;*/
	top: 1px;
}

.shadetabs_green li.selected a{
	/*selected main tab style */
	background-color: #8EBD7F;
	color: #FFFFFF!important;
	font-weight: bold;
	background-image: url(../images/tab_green.gif);
}

.shadetabs_green li.selected a:hover{
	/*selected main tab style */
	text-decoration: none;
	font-weight: bold;
}

/*******************RED TABS*******************/

.shadetabs_red{
	padding: 5px 0;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: -1;
	list-style-type: none;
	width: 490px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs_red UL{
}

.shadetabs_red li{
	display: inline;
	margin: 0;
}

.shadetabs_red li a{
	text-decoration: none;
	padding: 5px 37px;
	/*margin-right: 12px;*/
	/*border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;*/
	background: #505050;
	background-image: url(../images/tab_grey.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}

.shadetabs_red li a:visited{
	color: #FFFFFF;
}

.shadetabs_red li a:hover{
	text-decoration: none; /*color: #000000;*/
	font-weight: bold;
	color: #FFC000;
}

.shadetabs_red li.selected{
	/*position: relative;*/
	top: 1px;
}

.shadetabs_red li.selected a{
	/*selected main tab style */
	background-color: #D77F7E;
	color: #FFFFFF!important;
	font-weight: bold;
	background-image: url(../images/tab_red.gif);
}

.shadetabs_red li.selected a:hover{
	/*selected main tab style */
	text-decoration: none;
	font-weight: bold;
}

.tabcontentstyle{
	width: 490px;
	text-align: left;
	margin-bottom: 1em;
	margin-top: 3px;
	margin-left: 2px;
}

.tabcontent{
	display: none;
}

@media print {
.tabcontent {
	display:block!important;
	}
}