﻿/* MISC  
----------------------------------------------------------*/

.centered
{   width: 300px;
    margin: 0 auto 0 auto;
}

.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:0px;
}

#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    float: right;
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color: White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

.message
{
    color: Green;
}

tr:nth-child(odd)
{
	background-color: #F9F9F9;
}

tr:nth-child(even)
{
	background-color: #F1F1F4;
}

.blankTable tr:nth-child(odd) {
    background-color: White;
}

.blankTable tr:nth-child(even) {
    background-color: White;
}

#OnCallRoleTable th
{
     padding-right:17px;
}

.exceptionRow
{
    font-size: 80%;
}

.datePicker
{
    width: 80px;
}