﻿/* body {font-family: Arial; font-size: 9pt; color: #666666; background-color: #FFFFFF; } */

body
{
    text-align: center;
    font: 10pt "Arial" , Lucida Grande, sans-serif;
    color: #555;
   
}
.menu {text-align: right;}

#main
{
    text-align: left;
}
#top_bar
{
    background-image: url("../../Images/top_bar.gif");
    background-repeat: repeat-x;
}

A:Link, A:Visited
{
    color: #336699;
    font-size: 10pt;
}
A:Hover
{
    color: blue;
}
input, select, textarea
{
    border: inset 1px #ccc;
    font-family: Arial;
    font-size: 8pt;
    padding-left: 5px;
}

.noBorder input, .noBorder select, .noBorder textarea
{
    border-style: none;
}

.button
{
    font-family: Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    cursor: hand;
    border: solid 1px #808080;
    background: url("../../Images/buttonback.gif") center;
    padding: 1px 1px 1px 1px;
}
#footer{
bottom: 20px;
font-family: 'Helvetica Neue', Helvetica;
font-size: 11px;
left: 30px;
position: absolute;
}
.cxlButton
{
    font-family: Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    cursor: hand;
    border: solid 1px #808080;
    background: url("../../Images/cxlbuttonback.gif") center;
    padding: 1px 1px 1px 1px;
    background-color: #f2f2f2;
}


.insertForm
{
    background-color: #F3F4F7;
    border: solid 1px #D8D8E6;
    padding: 5px;
}
.detailForm
{
    background-color: #E2F2E3;
    border: solid 1px #3E5040;
    padding: 10px;
}

.blur
{
    background-color: #ccc; /*shadow color*/
    color: inherit;
    margin-left: 4px;
    margin-top: 4px;
}
.shadow, .content
{
    position: relative;
    bottom: 2px;
    right: 2px;
}
.shadow
{
    background-color: #666; /*shadow color*/
    color: inherit;
}


#mainContentShell
{
    height: 300px;
    vertical-align: top;
}
#mainContent
{
    vertical-align: top;
    padding-left: 15px;
    color: #666666;
}

#acctLogin
{
    background-color: #556484;
    height: 25px;
    padding-right: 7px;
    color: #A0A0A0;
    text-align: right;
}
#acctLogin A:Link, #acctLogin A:Visited
{
    color: #C0C0C0;
    text-decoration: none;
}
#acctLogin A:Hover
{
    color: #FFFFFF;
}

#topLinks
{
    text-align: right;
    vertical-align: top;
    color: #D0D0D0;
}
#topLinks A:Link, #topLinks A:Visited
{
    color: #C0C0C0;
    text-decoration: none;
}
#topLinks A:Hover
{
    color: #000000;
}

#bottomLinks
{
    vertical-align: top;
    color: #D0D0D0;
    vertical-align: middle;
    padding: 3px;
    padding-left: 7px;
}
#bottomLinks A:Link, #bottomLinks A:Visited
{
    color: #C0C0C0;
    text-decoration: none;
}
#bottomLinks A:Hover
{
    color: #333;
}
#bottomLogo
{
    vertical-align: bottom;
    text-align: right;
    color: #A0A0A0;
    font-size: 7.5pt;
    vertical-align: middle;
    padding: 3px;
}

#sideContentShell
{
    text-align: center;
    vertical-align: top;
    width: 220px;
}
.sideContent
{
    background: #f2f2f2;
    padding: 10px;
    margin-bottom: 10px;
    width: 175px;
    color: #666666;
    text-align: left;
}

#mainContentShell
{
    padding-left: 15px;
    padding-right: 15px;
}
.topLink 
{
    font-weight: bold;
    padding-right: 10px;
    
    }

.validationSummary
{
    padding: 7px;
    border: solid 1px red;
    color: red;
    font-size: 8pt;
    font-family: Tahoma;
    width: 300px;
}
.messageSummary
{
    padding: 7px;
    border: solid 1px navy;
    color: navy;
    font-size: 8pt;
    font-family: Tahoma;
    width: 300px;
    background-color: #F0F0F0;
}


.popupDiv
{
    z-index: 103;
    position: absolute;
    left: 125px;
    top: 40px;
}
.popupForm
{
    background-color: #FFFFE1;
    border: solid 1px;
    padding: 15px;
}




