﻿.Menu {
table-layout:fixed;
}

.Menu a.static.highlighted{
    color:red !important;
}

.Menu a.static.selected{
    background-color:Blue;
    text-decoration:none;
}

.MenuHeader
{
color: white;
background: linear-gradient(135deg, black, lightblue); 
font-size: 15px;
cursor: pointer;
padding: 4px;
font-style: normal;
font-variant: normal;
font-weight: bold;
line-height: normal;
font-family: "auto Trebuchet MS", Verdana;
height:27px;            
}


.MenuHeaderRed {
    color: white;
    background: linear-gradient(135deg, Red, lightBlue);
    font-size: 15px;
    cursor: pointer;
    padding: 4px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    font-family: "auto Trebuchet MS", Verdana;
    height: 27px;
}
.MenuBody
{
background-color: #DCE4F9;
font: normal 15px auto Verdana, Arial;
border: 1px gray;                
padding-top: 7px;
padding-left: 15px;
padding-right: 4px;
padding-bottom: 4px;
}       


.CVHeader
{
color: white;
background: linear-gradient(135deg, Black, White); 
font-size: 15px;
cursor: pointer;
padding: 10px;
font-style: normal;
font-variant: normal;
font-weight: bold;
line-height: normal;
font-family: "auto Trebuchet MS", Verdana;
height:15px;            
}

.CVBody
{
background-color: #DCE4F9;
font: normal 15px auto Verdana, Arial;
border: 1px gray;                
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
text-align:justify;
}       

.floatRightImage{
float:right; 
width:20px;
height:20px; 
}

.floatLeftImage{
float:left; 
width:30px;
height:30px;
}



.overlay {
    position: fixed;    
    border: 0; margin: 0; padding: 0;
    height: 100%; width: 100%;
    top: 0; left: 0;
    background-color: #272727;
    text-align: center; vertical-align: middle;
    z-index: 900; display: none;
    -moz-opacity: 0.1; opacity: 0.1;
    filter: alpha(opacity=10);
}

.overlay .loader {
    position: relative;
    width:40%;
    margin: 20% auto;
    padding: 10px;
    background-color:black;
    border: solid 1px gray;
    color: #cccccc;
    font-weight: bold;
}


.rounded-corners {
    border: 1px solid black;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 15px;
    overflow: hidden;
}