/* ######### CSS for Shade Tabs. Remove if not using ######### */

body {
	background: #caced1;
	color: #777;
	text-align: center;
	margin: 15px 0;
}



.shadetabs{
padding: 3px 0;
margin-left: 10%;
margin-top: 40px;
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;
color: #FFFFFF;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
 color:#FFFFFF;
/*background: url(button-bg.jpg) top left repeat-x;*/
background-color:#66CCFF;
}

.shadetabs li a:visited{
color: #FFFFFF;


}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
text-decoration: blink ;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background:url(12.jpg) top left repeat;
border-bottom-color: none;
text-decoration: blink ;
color:#CC6666;

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
   }

.tabcontent td 
{
	text-transform:capitalize;
    direction:ltr;
    font-weight:bold;
    font-size:1.0em;
    text-align:center;
    color: Black;
             
}
.tabcontent th 
{
	font-size:medium ;
	text-align:justify;
	font-weight:lighter;
    padding:0 10px 0 5px;
    color:#003366;
   font-size:1.0em;
}

.tabcontent th a:visited
{
	color:#666699;   
}


@media print {
.tabcontent {
display:block !important;
}
}


.common 
{
	border:2px solid gray; 
	width:80%;
    margin-bottom: 1em;
    padding: 10px;
    background-color:#F5F5F5;
}