/* CSS Document */

html
{
    min-height: 100%;
    height: auto;
}
body
{
    padding: 0;
    margin: 0;
    background: #f6f6f6 url(images/bg_tile.jpg) bottom repeat-x;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.76em;
    line-height: 1.6em;
}

/*--General--*/
*
{
    padding: 0;
    margin: 0;
}
p
{
    margin: 0 0 1em 0.25em;
}
img
{
    border: 0;
    display: inline;
}
td
{
    vertical-align: top;
}
.center
{
    width: 880px;
    margin: 0 auto;
}
.clear
{
    clear: both;
    width: 0px;
    height: 0px;
    overflow: hidden;
}
a
{
    color: #577487;
}
a:hover
{
    color: #333333;
}

.indent
{
    margin-left: 20px;
}
.right
{
    float: right;
}
.rightAlign
{
    text-align: right;
}
.leftAlign
{
    text-align: left;
}
.centerAlign
{
    text-align: center;
}
.left
{
    float: left;
}

ul
{
    list-style-type: disc;
    margin: 20px 20px 20px 35px;
}
ol
{
    margin: 20px 20px 20px 35px;
}

.Approve
{
    color: Green;
}
.Decline
{
    color: Red;
}

.mainimage
{
    border-bottom: 8px solid .9fb1bd;
    width: 880px;
    height: 200px;
}

.topimage img
{
    display: block;
}

.input
{
    border-color: #7f9db9 !important;
    padding: 1px !important;
}
/*--Text Styles--*/
h1, h2, .h2, h3, .h3, h4, h5
{
    color: #466a85;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-weight: normal;
    margin: 0.5em 0 0.75em 0;
}
h2, .h2
{
    margin: 0.6em 0 0.75em 0;
    font-size: 1.8em;
}
.h3, h3
{
    font-size: 1.2em;
    font-family: Arial;
    color: #5e5e5e;
    margin: 1.5em 0 1em 0;
}
h4, .h4
{
    font: 1.2em Arial;
    color: #38609d;
    margin: 0 0 5px 0;
}
.blue
{
    color: #466a85;
}
.title
{
    font-size: 1.8em;
    margin: 0 0 20px 0;
    color: #797979;
    font-family: Georgia, "Times New Roman" , Times, serif;
}
.ValidateFail
{
    color: Red;
}
.noUnderline
{
    text-decoration: none !important;
}
.summaryBox
{
    width: 255px;  
}
.fullWidth
{
    width: 98%;
}
.gapWidth
{
    width: 250px;
}
.smallBottomMargin
{
    margin-bottom: 3px;
}
.lightBorder
{
    border: 1px solid #cecece !important;
    padding: 1px !important;
    color: #535353 !important;
}
.noMargin
{
    margin: 0 !important;
}
.noTopBorder
{
    border-top: none !important;
}
.smallTopPadding
{
    padding-top: 6px !important;
}

/*--Container--*/
.wrap
{
    border-width: 0 1px 1px 1px;
    border-color: #d7d6d6;
    border-style: solid;
    background: #ffffff;
    padding: 0 10px 10px 10px;
}
.innerPadding
{
    padding: 25px 0;
}
.equalPadding
{
    padding: 10px;
}
.innerBottomPadding
{
    padding: 0 0 5px 0;
}
.borderBottom
{
    border-bottom: 4px solid #e0e0e0;
}
.borderBottomWhite
{
    border-bottom: 4px solid white;
}
.borderSmall
{
    border: 1px solid #cecece !important;
}
.paddingBottom
{
    padding-bottom: 20px;
}
.applyTable
{
    width: 500px;
}
.applyTableLeft
{
    width: 200px;
}
.applyTableLeft2
{
    width: 125px;
}

/*--Header--*/
.header
{
    height: 46px;
}
.headerContent
{
    width: 880px;
    margin: 0 auto;
    clear: both;
}

.logo
{
    width: 250px;
    float: left;
    padding: 8px 0 0 0;
}

/*--Keep text-align:center and text-align:-moz-center in seperate styles, FF work around--*/
.countryFlag, .login
{
    padding: 14px 5px 0 5px;
}
.langSelect
{
}
.login
{
    padding-right: 20px;
}
.countryFlag *
{
    vertical-align: middle;
    margin: 0;
}
.langSelect *
{
    vertical-align: middle;
    margin: 12px 0 0 0;
}


/*--Top Links--*/
.toplinks
{
    background: #eaebef url(resources/RadControls/Menu/Skins/Nikken/img/MainItemBackground.gif) bottom repeat-x;
    height: 32px;
    line-height: 32px;
}
.searchBoxWrap
{
    float: right;
    width: 160px;
    height: 23px;
    text-align: right;
    background: url(images/backgroundSearchBox.gif) no-repeat left;
    margin: 13px 0 0 18px;
    position: relative;
}
.searchBoxWrap *
{
    vertical-align: middle;
}
.searchBox
{
    color: #666666;
    border: none;
    background: none;
    font-size: 11px;
    width: 122px;
    position: absolute;
    left: 5px;
    top: 5px;
}
.searchBoxTopMargin
{
    margin: 5px 0 0 5px;
    font-size: 11px;
}

.filter
{
    padding: 5px;
    background: #f8f8f8;
    border: 1px solid #cbcbcb;
    margin: 0 0 10px 0;
    text-align: center;
    font-weight: bold;
}
.filter *
{
    vertical-align: middle;
}

/*--Content Area--*/
.middle
{
    width: 100%;
    background: white;
}
.leftContent
{
    width: 560px;
    margin: 12px 0 0 0;
}
.rightContent
{
    width: 282px;
    padding: 12px;
    background: #ededed;
    border: 1px solid #d1d1d1;
    border-top: none;
}
.whitePadding
{
    border: 1px solid #d5d3d3;
    background: white;
    padding: 12px;
    overflow: auto;
    word-wrap: break-word;
}
.whitePadding *
{
    vertical-align: middle;
}
.tableBorder
{
    border: 1px solid #a9a9a9 !important;
}
.marginBottom
{
    margin-bottom: 10px;
}
.marginAbove
{
    margin-top: 10px;
}
.multiLine
{
    height: 15em;
}
.peel
{
    border-left: 1px solid #d5d3d3 !important;
    padding: 10px 0 0 10px;
    background: white url(images/mini_header.jpg) top right no-repeat;
}

.loginPage
{
    background: url(images/login_bg.jpg) top no-repeat;
    height: 310px;
    height: auto !important;
    min-height: 310px;
    padding: 90px 0 0 0;
}
.loginPageTable
{
    margin: 0 auto;
}
.loginPageTable input
{
    margin-bottom: 10px;
}
.loginPageTable td *
{
    vertical-align: middle;
}
.loginPageTable td
{
    padding: 0 5px;
}
.loginPageTable tr td input
{
    padding: 2px;
}
.sentPage
{
    background: url(images/sent_bdy.jpg);
    height: 400px;
    height: auto !important;
    min-height: 400px;
    padding: 10px;
    line-height: 45px;
}
.border
{
    border: 1px solid #d6d4d4;
    background: #f0f0f0;
}
.eventHeader
{
    font-size: 1.1em;
    color: #4a6780 !important;
}
.eventHeader:hover
{
    color: black !important;
}

/*--Footer--*/
.footer
{
    text-align: right;
    padding: 0 0 30px 0;
    margin-top: 13px;
    font-size: 0.9em;
}
