﻿body
{
    font-weight: normal;
       font-size: 10px;
    color: #808080;
    font-family: Verdana,Calibri;
}
td.BorderHR
{
    background-color: #a9a9a9;
    height: 1px;
}
td.BorderVR
{
    background-color: #a9a9a9;
    width: 1px;
}

.TableTitle
{
    font-weight: bold;
    font-size: 12px;
    color: #808080;
    font-family: Verdana,Calibri;
}
.Error
{
    font-weight: bold;
       font-size: 10px;
    color: #C02C34;
    font-family: Verdana,Calibri;
}
a.TableLinks:active
{
    font-weight: normal;
       font-size: 10px;
    color: #808080;
    font-family: Verdana,Calibri;
    text-decoration: none;
}
a.TableLinks:hover
{
    font-weight: bold;
       font-size: 10px;
    color: #808080;
    font-family: Verdana,Calibri;
    text-decoration: none;
}
a.TableLinks:link
{
    font-weight: normal;
       font-size: 10px;
    color: #808080;
    font-family: Verdana,Calibri;
    text-decoration: none;
}
a.TableLinks:visited
{
    font-weight: normal;
       font-size: 10px;
    color: #808080;
    font-family: Verdana,Calibri;
    text-decoration: none;
}
/************ PasswordStrength Related Styles ***********************/
.TextIndicator_TextBox1
{
     background-color:Gray;
     color:White;
     font-family:Calibri;
     font-size:x-small;
     font-style:italic;  
     padding: 2px 3px 2px 3px;   
}
td.ResumeTitle
{
    background-color: silver;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    height: 25px;
    text-align: center;
    color: black;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
/*Modal Popup*/
.SearchFields
{
    font-family: Arial, Helvetica, sans-serif;
    color: #C0C0C0;
    font-weight: normal;
    text-decoration: none;
}