﻿html, body
{   
    font-family: Segoe UI;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    letter-spacing: 0em;    
}
.segs
{
    font-family: Segoe UI;
}
.segsb
{
    font-family: Segoe UI Semibold;
}
.segsl
{
    font-family: Segoe UI Light;
}
.white
{
    font-family: Lucida Sans Unicode;
    color: White;
    font-weight: bold;
    margin-left: 5px;
}
.SecTitle
{
    font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
.imgborder
{
	border: 1px solid #C0C0C0;
	padding: 4px;
}

a:active, a:visited, a:link, a:hover {
	color: Blue;
}

.leftindent { margin-left: 25px; }

.TitleLink, a.TitleLink { font-size: medium; 
             text-decoration: none;
             color: #666666; }
 
 .EmpTitleLink, a.EmpTitleLink 
 { font-size: 20pt;
 text-decoration: none;
 color: #666666; }

.contentblock  
{
    padding: 10px; 
    border: 1px solid #CCCCCC;
     }

.bigLink, a.bigLink:active, a.bigLink:visited, a.bigLink:link, a.bigLink:hover {
	color: Blue;
	font-size: large;
	font-weight: bold;
	text-decoration: none;	
}

.attentionBoxHeader
{
    background-color: #E12025;
    color: White;
    font-weight: bold;
    font-size: small;
    padding: 10px;
}

.attentionBox
{
    background-color: White;
    color: Gray;
    font-weight: normal;
    font-size: small;
    padding: 10px;    
    border: solid 1px #E12025;
}

.attentionBoxHeader_indent
{
    background-color: #E12025;
    color: White;
    font-weight: bold;
    font-size: small;
    padding: 10px;
    margin-left: 24px;
    margin-right: 5px;
}

.attentionBox_indent
{
    background-color: White;
    color: Gray;
    font-weight: normal;
    font-size: small;
    padding: 10px;
    border: solid 1px #E12025;
    margin-left: 24px;
    margin-right: 5px;
    text-align: left;
}

.attentionBoxHeader_blue
{
    background-color: Blue;
    color: White;
    font-weight: bold;
    font-size: small;
    padding: 10px;
    margin-left: 24px;
    margin-right: 5px;
}

.attentionBox_blue
{
    background-color: White;
    color: Gray;
    font-weight: normal;
    font-size: small;
    padding: 10px;    
    border: solid 1px Blue;
    margin-left: 24px;
    margin-right: 5px;
    text-align: left;
}

.blockalign-indent
{
    text-align: left;
    padding-left: 200px;    
}

#leftbox
{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
 }

#leftbox img {
    border: none 0;
}

.dropdownlists
{  
 font-family: Verdana; 
 border: solid 1px red;
}

div#calendar a:link
{
    font-family: Arial;
}