﻿.workwizcss {
    position: relative;
    height: 20px;
    width: 700px;
    background: url("../../App_Themes/default/images/menus/bg.gif") no-repeat top;
    padding: 10px;
    margin: 10px 0 0 25px;
    overflow: hidden;

}
.workwizcss li 
{
    float: left;
    list-style: none;
}

                      
.workwizcss li a {
    font: bold 12px tahoma;
    text-decoration: none;
    color: #666666;
    outline: none;
    text-align: center;
    top: 7px;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 10px;    
}

.workwizcss li a:hover 
{
    color:#FCB914;
    color:white;
}


.workwizcss li.back {
    background: url("../../App_Themes/default/images/menus/bgeffect.jpg") no-repeat left -30px;
    width: 150px; height: 30px;
    margin-left:5px;
    z-index: 8;
    position: absolute;
}
.workwizcss li.back .left {
    background: url("../../App_Themes/default/images/menus/bgeffect.jpg") no-repeat top left;
    height: 30px;
    margin-right:9px;
}

.divContent
{
   margin-left:auto;
   margin-right:auto;
   width:900px;
}

/*------------------Text---------------------*/
.Title
{
    text-align:justify;
    font-family:Arial;
    font-weight:bold;
    font-size:18px;
    color:#F2A500;
}

.Content
{
   font-family:Arial;
    font-size:16px;
    text-align:justify;
    color:#666666;    
}

.Inside
{
   font-family:Arial;
    font-size:14px;
    text-align:justify;
    color:#666666;    
}

.Bottom
{
    font-family:Arial;
    font-weight:bold;
    font-size:25px;
    color:#5799C5;
}

.Bottom a
{
    font-family:Arial;
    font-weight:bold;
    font-size:25px;
    color:#5799C5;
    text-decoration:none;
}

.CellTab
{
    background-color: #eff5fa;
    font-family:Arial;
    font-size:12px;
    text-align:justify;
    color:#666666;        
}
.CellTab a
{
    color:#666666;     
    text-decoration:underline;
}

.CellTab a:hover{color: #FCB914;font-weight:bold}






/*-------------------DIV Products------------------------*/
 #divHome
 {
    text-align:justify;
    width:95%;
    padding: 5px 5px 5px 5px;
    
  
 
 }
 
 #divAppr
 {
    width:95%;
    font-family:tahoma;
    text-align:justify;
    font-size:small;
    padding: 5px 5px 5px 5px;
    color:#666666;
   
 }
 #divEbooking
 {
    width:95%;
    font-family:tahoma;
    text-align:justify;
    font-size:small;
    padding: 5px 5px 5px 5px;
    color:#666666;
    
    
 }
 #divSkills
 { 
     width:95%;
    font-family:tahoma;
    text-align:justify;
    font-size:small;
    padding: 5px 5px 5px 5px;
    color:#666666;
    
   
 }
  #divREM
 {
    width:95%;
    font-family:tahoma;
    text-align:justify;
    font-size:small;
    padding: 5px 5px 5px 5px;
    color:#666666;    
 } 
   
   
/*----------------tool tip--------------------*/
a.info{
    position:relative;
    z-index:24; 
    font: bold 12px Arial;
    text-decoration: underline;
    color: #666666;
    font-size:18px;
    
   
    cursor:habd;
}

a.info:hover
{
    z-index:25;
    background-color:Transparent;
    font: 12px;
}

a.info span
{
    display: none
}

a.info:hover span
{
    display:block;
    position:absolute;
    top:30px; 
    left:-35px; 
    width:300px;
   
    border:0px outset #535352;
    background-color:#2446AC; 
    color:black;
    text-align:left;
    padding: 10px 10px 10px 10px;
  }
  

