/* Note: Background images take precedent over background colours. */

*> ul.shadetabs{

                       float:left;

                       width:100%;

					   margin-bottom:0;

					   margin-top:0px;

					   margin-right:0;
					   margin-left: -40px;

               }

*html ul.shadetabs{

                       float:left;

                       width:100%;

					   margin-bottom:0;

					   margin-top:0;

					   margin-right:0;



					   margin-left: 0px;

               }

 ul.shadetabs{

                       float:left;

                       width:100%;

					   margin-bottom:0;

					   margin-top:0;

					   margin-right:0;



					   margin-left: 0px;

               }



			  

			   ul.shadetabs li{

                       float:left;

                       padding:0 0 0 0;
					   

               }

			   

			   

.shadetabs li{

display: inline;

}

ul.shadetabs a:link,

               ul.shadetabs a:visited,

               ul.shadetabs a:active,

               ul.shadetabs a:hover{

                       width:137px;

                       padding:0 0;

                       display:block;

                       background:#FFFFFF;

                       color:#fff;

                       height:32px;

                       font-weight:bold;text-align: center;

                       text-decoration:none;

					   background-image: url(../images/btn1.jpg);

         			   background-repeat: no-repeat;

               }

      

               ul.shadetabs a:hover{

         color:#ffffff;

               }

			   

			   

 





.shadetabs li.selected{

font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	font-weight: bold;

	color: #ffffff;

	text-decoration: none;

	background-image: url(../images/btn2.jpg);

	background-repeat: no-repeat;

	text-align: center;

	height: 32px;

	width: 140px;

}



.shadetabs li.selected a{ /*selected main tab style*/

font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	font-weight: bold;

	color: #333333;

	text-decoration: none;

	background-image: url(../images/btn2.jpg);

	background-repeat: no-repeat;

	text-align: center;

	height: 32px;

	width: 140px;

}



.shadetabs li.selected a:hover{ /*selected main tab style*/

color: #333333;

text-decoration: none;

}





.tabcontentstyle{ /*style of tab content oontainer*/

border: 1px solid gray;

width: 98%;

margin-bottom: 1em;

padding: 10px;

background-color: #FFFFFF;


}



.tabcontent{

display:none;

background-color: #FFFFFF;

}



@media print {

.tabcontent {

display:block!important;

}

}