/* Tab Content - menucool.com */

ul.tabs
{   
    padding: 0px 0;
    font-size: 0;
    margin:0!important;
    list-style-type: none;
    text-align: right; /*set to left, center, or right to align the tabs as desired*/
	background-color: #3D82DE;
}
        
ul.tabs li
{   
    display: inline;
    margin: 0 ;
    margin-right:0px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font: normal 14px Verdana;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    padding: 7px 16px;
    border: 1px solid #CCC;
    border-bottom-color:#B7B7B7;/* 7D94F9*/
    color: #FFF;
    /*background: #F0F0F0 url(tabbg.gif) 0 0 repeat-x;*/
    border-radius: 3px 3px 0 0;
    outline:none;
    
    
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
    border: 1px solid #B7B7B7;
    background:#F0F0F0 url(tabbg.gif) 0 -36px repeat-x;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font: normal 20px Verdana;
    font-weight:bold;
    background: white;
    border: 1px solid #B7B7B7;
    border-bottom-color: #3D82DE;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
     

div.tabcontents
{   
    position:relative;
    border: 2px solid #3D82DE; padding: 30px;
    background-color:#FFF;
    border-radius: 0 3px 3px 3px;
	height: 1000px;
	overflow:scroll;
}

.table {
               width: 100%;
               margin-bottom: 18px;
               border-collapse: collapse;
               border: 1px solid #DAD5D5;
               font-size: 13px;
               font-family: Tahoma,Georgia,Times New Roman,Times,serif;
               padding: 5px 10px;
               line-height: 40px;
               text-align: right;
			   }
.head{
background-color: #FFF;box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.75);
}
.th{
border: 1px solid #DDD;
}