﻿.page
{
    background-position: center top;
    background-repeat: repeat-y;
    background-color: white;
    color: #666465;
    margin: 0px auto;
    text-align: left;
    width: 932px;
    font-size: 12px;
    font-family: Kalinga, Calibri, Verdana, Tahoma, Arial, Sans-Serif, Serif;
    font-weight: normal;
}

.ln
{
    height: 1px;
}

/*These are the styles used by various controls over different pages*/

.link
{
    color: #3A6699;
    font-size: 12px;
    font-weight: normal;
}

.xsmall
{
    font-size: x-small;
    font-family: Verdana;
    font-weight: normal;
}

.regularTextSize
{
    font-size: 12px;
    font-family: Verdana;
    font-weight: normal;
}

.xsmallBold
{
    font-size: x-small;
    font-family: Verdana;
    font-weight: bold;
}

.small
{
    font-size: x-small;
    font-family: Verdana;
}

.smallBold
{
    font-size: x-small;
    font-family: Verdana;
    font-weight: bold;
}


.infoMessageDiv
{
    border-right: #e2c822 1px solid;
    border-top: #e2c822 1px solid;
    border-left: #e2c822 1px solid;
    border-bottom: #e2c822 1px solid;
    background-color: #fff9d7;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.infoMessageLabelInDiv
{
    font-weight: normal;
    font-size: 13px;
    font-family: Tahoma;
    color: Black;
}

.ValidationSummaryDiv
{
    border-right: #dd3c10 1px solid;
    border-top: #dd3c10 1px solid;
    border-left: #dd3c10 1px solid;
    border-bottom: #dd3c10 1px solid;
    background-color: #ffebe8;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.errorMessageDiv
{
    border-right: #dd3c10 1px solid;
    border-top: #dd3c10 1px solid;
    border-left: #dd3c10 1px solid;
    border-bottom: #dd3c10 1px solid;
    background-color: #ffebe8;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.errorMessageLabelInDiv
{
    font-weight: normal;
    font-size: 13px;
    color: black;
    font-family: Tahoma;
}

.button
{
    font-size: 14px;
    color: #ffffff;
    font-family: Arial, Verdana, Calibri, Sans-Serif;
    background-color: #77ad5f;
    height: 30px;
    width: auto;
    font-weight: normal;
    border: 1px solid #284d17;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.squarebutton
{
    height: 32px;
    width: 32px;
}

.buttonClean
{
    font-size: 14px;
    color: #ffffff;
    font-family: Arial, Verdana, Calibri, Sans-Serif;
    background-color: #77ad5f;
    height: 30px;
    width: auto;
    font-weight: normal;
    border: 1px solid #284d17;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.buttonViewMap
{
    font-size: 14px;
    color: #ffffff;
    font-family: Arial., Verdana, Calibri, Sans-Serif;
    background-color: #77ad5f;
    height: 30px;
    width: auto;
    font-weight: normal;
    border: 1px solid #284d17;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.button:active
{
    font-weight: normal;
    background-color: #6fa954;
    border: 1px inset #284d17;
}

.tableHeader
{
    color: white;
    height: 21px;
    background-color: #699BD0;
    font-weight: bold;
    font-size: small;
}

.bold
{
    font-weight: bold;
}

.legend
{
    color: #284775;
    font-size: small;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
}

.centerAlign
{
    margin-left: auto;
    margin-right: auto;
}

.requiredFieldAsterix
{
    font-weight: bold;
    font-size: medium;
}

.requiredFieldAsterixLarge
{
    font-weight: bold;
    font-size: large;
}


#iCarpoolcopyright
{
    font-size: 10pt;
    font-family: Arial;
    padding-top: 5px;
    float: inherit;
    font-size: 8pt;
}

#iCarpoolcopyright a
{
    width: 980px;
    height: 47px;
    position: relative;
    color: #a3a3a3;
    text-align: center;
}

.buttonNull
{
    font-family: Kalinga, Calibri, Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 13px;
    color: #003366;
    text-align: center;
    height: 32px;
    width: auto;
    font-size: 15px;
    border: 0px;
    background-color: #EEEEEE;
}

/* ttcss */

a.toolTip
{
    position: relative;
    color: #336699;
    text-decoration: none;
    border: none;
}
a.toolTip span
{
    display: none;
}

a.toolTip:hover
{
    z-index: 25;
    color: #333333;
    z-index: 9999;
}

a.toolTip:hover span.tooltip
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    padding: 15px 0 0 0;
    width: 200px;
    color: #333333;
    text-align: left;
    filter: alpha(opacity:95);
    khtmlopacity: 0.95;
    mozopacity: 0.95;
    opacity: 0.95;
    font-size: 12px;
    z-index: 9999;
}
a.toolTip:hover span.top
{
    display: block;
    padding: 30px 8px 0;
    background: url(../../ImagesPublic/en/bubble.gif) no-repeat top;
    z-index: 9999;
}
a.toolTip:hover span.middle
{
    display: block;
    padding: 0 8px;
    background: url(../../ImagesPublic/en/bubble_filler.gif) repeat bottom;
    z-index: 9999;
}
a.toolTip:hover span.bottom
{
    display: block;
    padding: 3px 8px 10px;
    color: #333333;
    background: url(../../ImagesPublic/en/bubble.gif) no-repeat bottom;
    z-index: 9999;
}
.highLightErrorControl
{
    border: 2px solid red;
}
