html, body{
    color: #00008F;
    font-size: 14px;
    font-family: Arial, Verdana, sans-serif;
    width: 100%;
    height: 100%;
}

td, th, font, input, textarea,select{
    font-size: 14px;
}
td.header{
    background-color: #ffffff;
}
td.footer{
    vertical-align: top;
    background-color: #ffffff;
}

td.header_middle{
    border-top: 3px solid #0164C9;
}

td.header_logo{
    vertical-align: middle;
    text-align: center;
    border-left: 4px solid #0164C9;
    border-right: 4px solid #0164C9;
}

td.footer_middle{
    background-color: #0164c9;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-bottom: 4px solid #0164C9;
}

a.footer_link{
    color: White;
    font-weight: bold;
    text-decoration: none;
}

a.footer_link:hover{
    text-decoration: underline;
}

a.subtitle{
    text-decoration: none;
    color: #00008F;
}

a.subtitle:hover{
    text-decoration: underline;
}

td.content{
    background-color: #ffffff;
    text-align: center;
    vertical-align: top;
    border-left: 4px solid #0164C9;
    border-right: 4px solid #0164C9;
    padding-left: 20px;
    padding-right: 20px;   
    height: 100%;
}

.error{
    color: red;
}

tr.skills_header td{
    background-color: #84C9FF;
    border: 1px solid #000066;
    border-top: 2px solid #000066;
    font-weight: bold;
    text-align: center;
    width: 20%;
}

tr.skills_row td{
    border-left: 1px solid #000066;
    border-right: 1px solid #000066;
    text-align: center;
    font-size: 12px;
    color: black;
}

.calendar_month_link,.calendar_td_current, .cal_norm, .cal_today, .cal_past{
    font-size: 12px;
    text-align: center;
}
.calendar_month_link:active, .calendar_month_link:hover,
.calendar_month_link:link, .calendar_month_link:visited,.cal_current{ }

.cal_today{
  border: 1px solid #0000CC;
}

.cal_norm, .cal_today, .calendar_td_current{
    text-decoration: underline;
    cursor: pointer;
} 

.search_header{
    background-color: #84C9FF;
    font-weight: bold;
}

td.tablecell{
    border-top: 0px;
    border-bottom: 0px;
    
}

h4{
    font-size: 16px;
}

h3{
    font-size: 18px;
}

.biglink{
    font-size: 18px; 
    text-decoration:none; 
    color: #00008F;
    font-weight: bold;
}

.menu_orange{
    font-weight: bold;
    font-size: 14px;
    font-family: Verdana, Arial, sans-serif;
    color: #FFFFFF;
    background-color: #FF7E27;
    border-top: 1px solid #FF7E27;
    border-bottom: 3px solid #FF7E27;
    padding: 3px;
    text-decoration: none;
}

.menu_grey{
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
    color: #FFFFFF;
    background-color: #969696;
    padding: 3px;
    vertical-align: bottom;
    text-decoration: none;
    cursor: pointer;
}

.menu_blue{
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
    color: #FFFFFF;
    background-color: #6699FF;
    border-top: 1px solid #6699FF;
    border-bottom: 5px solid #6699FF;
    padding: 3px;
    padding-left: 6px;
    padding-right: 6px;
    text-decoration: none;
}

.menu_lblue{
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
    color: #333399;
    background-color: #9DCEFF;
    border-top: 1px solid #9DCEFF;
    border-bottom: 1px solid #FFFFFF;
    padding: 3px;
    text-decoration: none;
}

.menu_white{
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
    color: #333399;
    background-color: #FFFFFF;
    
    padding: 10px;
    padding-top: 5px;
    text-decoration: none;
}

.menu_link{
    text-decoration: none;
    border-width: 1px;
} 

.blueborder{
    border: 1px solid #B9E0FB;
}

table.calendar td{
    border: 0px none;
    border-collapse: collapse;
    padding:0px;
    margin: 0px;
    text-align: center;
}

div.like_buttons{
    padding: 3px;
    margin: 5px;
    border: 1px solid;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

#ua_links a{text-decoration: none;}
#ua_links a:hover{text-decoration: underline;}

td.menu_orange a{
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    color: 000066;
}
td.menu_orange span{
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: white;
}

table.nowrap td{
    white-space: nowrap;
}

