﻿/* 
colors

old ---------------
green - #02DB02
gray - #999999

blue --------------
blueLight - #498ecc
blueMid - #2c567b
blueDark - #234766

green -------------
greenLight - #099e02
greenMid - #077c01
greenDark - #066f01


*/
.header
{
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: solid 1px #eeeeee;
    background: #ffffff;
    color: #066f01;
    cursor: pointer;
}
.headerSelected
{
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: solid 1px #ffffff;
    background: #066f01;
    color: #ffffff;
    cursor: pointer;
}
.contentAcc
{
    font-family: Tahoma;
    text-align: justify;
    padding: 20px 10px 20px 10px;
    border-bottom: solid 1px #eeeeee;
}
/* fix for PNG's
------------------------------------------------------- */
img, div
{
    behavior: url(../fix/iepngfix.htc);
}
/* ---------------------------------------------------- */

.body
{
    /*background: #ffffff url(../images/BGstrip.jpg) repeat-x scroll top;*/
    margin-top: 10px;
    font-family: Tahoma;
    font-size: 13px;
    color: #333333;
    text-align: center;
    text-align: -moz-center;
}
.menuBottom
{
    height: 30px;
    background-image: url(../images/tabs/tabGrayGrd.jpg);
    background-repeat: repeat-x;
    border: none;
}


/* Main Links
------------------------------------------------------- */
.mainLinksNormal
{
    text-decoration: none;
    height: 60px;
    width: 100px;
    color: #ffffff;
    background-image: url(../images/tabs/tab1.gif);
    background-repeat: repeat-x;
    border-right: solid 1px #498ecc;
    cursor: pointer;
}
.mainLinksHover
{
    text-decoration: none;
    height: 60px;
    width: 100px;
    color: #ffffff;
    background-color: #234766;
    border-right: solid 1px #498ecc;
    cursor: pointer;
}

.mainLinksSelected
{
    text-decoration: none;
    height: 60px;
    width: 100px;
    color: #ffffff;
    font-weight: bold;
    background-image: url(../images/tabs/tab2.gif);
    background-repeat: repeat-x;
    border-right: solid 1px #498ecc;
    cursor: pointer;
}
.menu
{
    height: 60px;
    width: 380px;
    background-image: url(../images/tabs/tab1.gif);
    background-repeat: repeat-x;
}

/* Admin Links
------------------------------------------------------- */
.adminLinksNormal
{
    text-decoration: none;
    height: 60px;
    width: 100px;
    color: #ffffff;
    background-image: url(../images/tabs/tab3.gif);
    background-repeat: repeat-x;
    border-right: solid 1px #666666;
    cursor: pointer;
}
.adminLinksHover
{
    text-decoration: none;
    height: 60px;
    width: 100px;
    color: #ffffff;
    background-color: #666666;
    border-right: solid 1px #666666;
    cursor: pointer;
}

.adminLinksSelected
{
    text-decoration: none;
    height: 60px;
    width: 100px;
    color: #ffffff;
    font-weight: bold;
    background-image: url(../images/tabs/tab1.gif);
    background-repeat: repeat-x;
    border-right: solid 1px #666666;
    cursor: pointer;
}
.adminMenu
{
    height: 60px;
    width: 480px;
    background-image: url(../images/tabs/tab3.gif);
    background-repeat: repeat-x;
}

/* divBlock / none */
.divBlock
{
    display: block;
}
.divNone
{
    display: none;
}

/* href's */
.linkNormal
{
    text-decoration: none;
    color: #498ecc;
    cursor: pointer;
}
.linkHover
{
    text-decoration: underline;
    color: #498ecc;
    cursor: pointer;
}
.linkSelected
{
    text-decoration: none;
    font-weight: bold;
    color: #498ecc;
    cursor: default;
}

/* panels href's */
.panNormal
{
    text-decoration: none;
    color: #ffffff;
}
.panHover
{
    text-decoration: underline;
    color: #ffffff;
}
.row
{
    border-bottom: solid 1px #eeeeee;
}

/* press */
.pressNormal
{
    width: 370px;
    height: 200px;
    border: solid 1px #eeeeee;
    background-color: #ffffff;
    color: #999999;
    cursor: default;
}
.pressHover
{
    width: 370px;
    height: 200px;
    border: solid 1px #eeeeee;
    background-color: #eeeeee;
    color: #000000;
    cursor: default;
}
ccc.
{
    display: none;
}
