﻿.Darker
{
    background-color: #b1b1b1; 
    border: solid 1px #d3d3d3; 
    margin: 5px 0 10px 5px;
    padding: 5px 5px 5px 5px; 
}

.Dark
{
    background-color: #c0c0c0; 
    border: solid 1px #b5b5b5; 
    margin: 5px 0 10px 5px;
    padding: 5px 5px 5px 5px; 
}

.Lighter
{
    background-color: #fafafa; 
    border: solid 1px #e0e0e0; 
    margin: 5px 0 10px 5px;
    padding: 5px 5px 5px 5px; 
}

.GuestPageView
{
	background-color:#efefef; 
	width:800px; 
	height:400px; 
	border: solid 1px #e0e0e0;
	overflow:auto;
	padding:10px 0 0 15px;
}

    .CustomTab .rtsIn 
     {
        height:20px;
        font-weight: bold !important;
        font-size: 20px;
        color:Midnightblue;
     }
     
     .CustomTab .rtsOut 
     {
        height:20px;
     }
     
      .CustomTab .rtsLevel
     {
        height:30px;
     }
     .CustomTab .rtsLevel1
     {
        height:30px;
     }
     .CustomTab .rtsLI
     {
        height:30px;
     }
     .CustomTab .rtsUL
     {
        height:30px;
     }
 
     .HoveredTab .rtsIn
    {
		height:24px;
        font-weight: bold !important;
        font-size: 20px;
        color:Cornflowerblue;    
      }
      
	.SelectedTab .rtsOut
{
	height: 24px;
	font-weight: bold !important;
	font-size: 20px;
	color: #E70810;
}
      
      	.SelectedTab  .rtsIn
    {
		height:24px;
        font-weight: bold !important;
        font-size: 20px;
        color:#E70810;  
        text-decoration:none;
       }
      

/* 2nd Level Tabs CSS */

/* selected */
 		.SelectedTab2 .rtsIn
		{
			height: 16px;
			text-decoration:none;
		}
      
      	.SelectedTab2  .rtsTxt 
		{
			font-weight: bold !important;
			font-size: 14px;
			color:#E70810;  
			text-decoration:none;
       }
  
  /* General */

     .CustomTab2 .rtsTxt
	{
		font-weight: bold !important;
		font-size: 14px;
 	}
     
     .CustomTab2 .rtsIn
	{
		height: 16px;
	}
  
  /* Hovered */

  		.HoveredTab2 .rtsIn
		{
			height:16px;
			font-weight: bold !important;
			font-size: 14px;
		 		}
 		
		.HoveredTab2 .rtsTxt
		{
			color: Cornflowerblue;  
 		}

/* end of: 2nd Level Tabs CSS add:
.HoveredTab2 .rtsIn{
border-top: Solid 1px #e0e0e0;
		border-left: Solid 1px #e0e0e0;
		border-right: Solid 1px #e0e0e0;
 background-color: #E0EAFC;
}

     .CustomTab2 .rtsIn
	{
		height: 16px;
		width: 60px;
		border-top: Solid 1px #e0e0e0;
		border-left: Solid 1px #e0e0e0;
		border-right: Solid 1px #e0e0e0;
	}
 		.SelectedTab2 .rtsIn
		{
			height: 16px;
			width: 60px;
			background-color:#efefef;
			border-top:Solid 1px #e0e0e0;
			border-left:Solid 1px #e0e0e0;
			border-right:Solid 1px #e0e0e0;
			text-decoration:none;
		}

*/


 