/* global */
#cluetip-close img
{
    border: 0;
}
#cluetip-title
{
    overflow: hidden;
}
#cluetip-title #cluetip-close
{
    float: right;
    position: relative;
}
#cluetip-waitimage
{
    width: 43px;
    height: 11px;
    position: absolute;
    background-image: url(../images/wait.gif);
}
.cluetip-arrows
{
    display: none;
    position: absolute;
    top: 0;
    left: -11px;
    height: 22px;
    width: 11px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
#cluetip-extra
{
    display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default
{
    background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer
{
    position: relative;
    margin: 0;
    background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title
{
    margin: 0 0 5px;
    padding: 8px 10px 4px;
    font-size: 12px;
    font-weight: normal;
    background-color: #87876a;
    color: #fff;
}
.cluetip-default #cluetip-title a
{
    color: #d9d9c2;
    font-size: 0.95em;
}
.cluetip-default #cluetip-inner
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 10px;
}
.cluetip-default div#cluetip-close
{
    text-align: right;
    margin: 0 5px 5px;
    color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows
{
    background-image: url(../images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows
{
    background-image: url(../images/darrowright.gif);
    left: 100%;
    margin-right: -11px;
}
.clue-top-default .cluetip-arrows
{
    background-image: url(../images/darrowdown.gif);
    top: 100%;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}
.clue-bottom-default .cluetip-arrows
{
    background-image: url(../images/darrowup.gif);
    top: -11px;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip
{
    background-color: transparent;
}
.cluetip-jtip #cluetip-outer
{
    border: 2px solid #ccc;
    position: relative;
    background-color: #fff;
}

.cluetip-jtip h3#cluetip-title
{
    margin: 0 0 5px;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: normal;
    background-color: #ccc;
    color: #333;
}

.cluetip-jtip #cluetip-inner
{
    padding: 0 5px 5px;
    display: inline-block;
}
.cluetip-jtip div#cluetip-close
{
    text-align: right;
    margin: 0 5px 5px;
    color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows
{
    background-image: url(../images/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows
{
    background-image: url(../images/arrowright.gif);
    left: 100%;
    margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows
{
    background-image: url(../images/arrowdown.gif);
    top: 100%;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}
.clue-bottom-jtip .cluetip-arrows
{
    background-image: url(../images/arrowup.gif);
    top: -11px;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded
{
    background: transparent url(../images/bl.gif) no-repeat 0 100%;
    margin-top: 10px;
    margin-left: 12px;
}

.cluetip-rounded #cluetip-outer
{
    background: transparent url(../images/tl.gif) no-repeat 0 0;
    margin-top: -12px;
}

.cluetip-rounded #cluetip-title
{
    background-color: transparent;
    padding: 12px 12px 0;
    margin: 0 -12px 0 0;
    position: relative;
}
.cluetip-rounded #cluetip-extra
{
    position: absolute;
    display: block;
    background: transparent url(../images/tr.gif) no-repeat 100% 0;
    top: 0;
    right: 0;
    width: 12px;
    height: 30px;
    margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner
{
    background: url(../images/br.gif) no-repeat 100% 100%;
    padding: 5px 12px 12px;
    margin: -18px -12px 0 0;
    position: relative;
}

.cluetip-rounded div#cluetip-close
{
    text-align: right;
    margin: 0 5px 5px;
    color: #009;
    background: transparent;
}
.cluetip-rounded div#cluetip-close a
{
    color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows
{
    background-image: url(../images/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows
{
    background-image: url(../images/rarrowright.gif);
    left: 100%;
    margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows
{
    background-image: url(../images/rarrowdown.gif);
    top: 100%;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}
.clue-bottom-rounded .cluetip-arrows
{
    background-image: url(../images/rarrowup.gif);
    top: -23px;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title, .cluetip-rounded #cluetip-inner
{
    zoom: 1;
}
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-image: url(style/headerback.jpg);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    margin-top: 5px;
    margin-top: 5px;
    color: #000000;
}
img
{
    border: 0px;
}

a:link
{
    text-decoration: none;
    color: #666666;
}
a:visited
{
    text-decoration: none;
    color: #666666;
}
a:hover
{
    text-decoration: underline;
    color: #666666;
}
a:active
{
    text-decoration: none;
    color: #666666;
}

.headerAddress
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #02266D;
}

.content
{
    background-color: #FFFFFF;
    border: solid 1px #02266D;
    width: 750px;
}
.p-15
{
    padding: 15px;
}

.mainCell
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #000000;
    background-color: #FFFFFF;
    padding: 20px;
    width: 500px;
}

.mainCell p
{
    padding-top: 10px;
}

.rightCell
{
    background-image: url(style/rightback.jpg);
    background-repeat: repeat-x;
    background-color: #7F90B6;
    width: 224px;
    height: 445px;
}
.extraText
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #000000;
}
.mainSubText
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #02266D;
}


.rightText
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #ffffff;
    line-height: 12px;
}

.rightText p
{
    padding-top: 10px;
}

.background
{
}

a.link
{
    color: #0000FF;
    text-decoration: underline;
}
a:hover.link
{
    color: #0000FF;
    text-decoration: none;
}

.footer
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #999999;
}
a.footerLink
{
    text-decoration: none;
    color: #999999;
}
a:hover.footerlink
{
    text-decoration: underline;
    color: #02266D;
}
a.rightLink
{
    text-decoration: underline;
    color: #ffffff;
}
a:hover.rightlink
{
    text-decoration: underline;
    color: #ffcc66;
}




/* Calendar */

.calendaroptions
{
    line-height: 30px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 4px;
}

.eventmonthtable
{
    width: 100%;
    margin-bottom: 15px;
    border-style: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.eventmonthtable a
{
    text-decoration: none;
}


.DayStyle
{
    text-align: left;
    border: 1px solid silver;
    height: 60px;
    vertical-align: top;
    border-collapse: separate;
    border-spacing: 5px;
}
.dayNumber
{
    float: right;
    border-bottom: 1px solid silver;
    border-left: 1px solid silver;
    clear: none;
    padding: 2px;
    width: 10px;
    color: #553300;
}
.calTitle
{
    height: 30px;
    border-style: none;
    background-color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
}
.calTitle a:link
{
    color: #553300;
    padding-left: 10px;
    padding-right: 10px;
}
.calothermonth
{
    background-color: #AAB6CE;
}
.caldays
{
    background-color: #1552A0;
    color: #FFFFFF;
    height: 40px;
}
.calcurrentday
{
    background-color: #F5F5F5;
}
.calcurrentmonth, .calcurrentmonth, .calothermonth, .calcurrentday, .calweekend
{
    text-align: left;
    border: 1px solid silver;
    height: 60px;
    vertical-align: top;
    border-collapse: separate;
    border-spacing: 5px;
}

.calLink
{
    color: #000000;
    font-size: 9px;
}
.calLink a:link, .calLink a:visited, .calLink a:active
{
    text-decoration: none;
    color: #000000;
}
.calLink a:hover
{
    text-decoration: underline;
    color: #000000;
}

.mTextBold, .b
{
    font-weight: bold;
}

.fs-12
{
    font-size: 12px;
}

.table
{
    border-collapse: collapse;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.table td
{
    padding: 5px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*
{
    padding: 0;
    margin: 0;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window
{
    font: 12px Arial, Helvetica, sans-serif;
    color: #333333;
}
#TB_secondLine
{
    font: 10px Arial, Helvetica, sans-serif;
    color: #666666;
}
#TB_window a:link
{
    color: #666666;
}
#TB_window a:visited
{
    color: #666666;
}
#TB_window a:hover
{
    color: #000;
}
#TB_window a:active
{
    color: #666666;
}
#TB_window a:focus
{
    color: #666666;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay
{
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.TB_overlayMacFFBGHack
{
    background: url(macFFBgHack.png) repeat;
}
.TB_overlayBG
{
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
* html #TB_overlay
{
    /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window
{
    position: fixed;
    background: #ffffff;
    z-index: 102;
    color: #000000;
    display: none;
    border: 4px solid #525252;
    text-align: left;
    top: 50%;
    left: 50%;
}
* html #TB_window
{
    /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image
{
    display: block;
    margin: 15px 0 0 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}
#TB_caption
{
    height: 25px;
    padding: 7px 30px 10px 25px;
    float: left;
}
#TB_closeWindow
{
    height: 25px;
    padding: 11px 25px 10px 0;
    float: right;
}
#TB_closeAjaxWindow
{
    padding: 7px 10px 5px 0;
    margin-bottom: 1px;
    text-align: right;
    float: right;
}
#TB_ajaxWindowTitle
{
    float: left;
    padding: 7px 0 5px 10px;
    margin-bottom: 1px;
}
#TB_title
{
    background-color: #e8e8e8;
    height: 27px;
}
#TB_ajaxContent
{
    clear: both;
    padding: 2px 15px 15px 15px;
    overflow: auto;
    text-align: left;
    line-height: 1.4em;
}
#TB_ajaxContent.TB_modal
{
    padding: 15px;
}
#TB_ajaxContent p
{
    padding: 5px 0px 5px 0px;
}
#TB_load
{
    position: fixed;
    display: none;
    height: 13px;
    width: 208px;
    z-index: 103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load
{
    /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect
{
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}
* html #TB_HideSelect
{
    /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent
{
    clear: both;
    border: none;
    margin-bottom: -1px;
    margin-top: 1px;
    _margin-bottom: 1px;
}

.h-300
{
    height: 300px;
}

.FFCC66
{
    color: #FFCC66;
}
