﻿/* 
colors
--------------------
blue::  deeffe-498ecc-2c567b-234766-0d2030
green:: 099e02-077c01-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;
    border-bottom: solid 1px #eeeeee;
}

.textBoxes
{
    width: 200px;
    padding: 4px;
    font-family: Tahoma;
    font-size: 13px;
    color: #555555;
    border: 1px solid #dddddd;
}
.ddlBoxes
{
    width: 160px;
    padding: 4px;
    font-family: Tahoma;
    font-size: 13px;
    color: #555555;
    border: 1px solid #dddddd;
}
.msgBoxes
{
    width: 510px;
    padding: 10px;
    font-family: Tahoma;
    font-size: 13px;
    color: #555555;
    border: 1px solid #dddddd;
}

/* 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
{
    height: 0px;
    overflow: hidden;
}

/* 
colors
--------------------
blue::  deeffe-498ecc-2c567b-234766-0d2030
green:: 099e02-077c01-066f01
--------------------
*/

.btnInnerDiv
{
    padding: 5px 20px;
}

.btnBlue
{
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(#498ecc), to(#0d2030));
    background: -moz-linear-gradient(top, #498ecc, #0d2030);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF498ecc, endColorstr=#FF0d2030);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF498ecc, endColorstr=#FF0d2030)";
    border: solid 1px #0d2030;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.btnBlueLite
{
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(#498ecc), to(#234766));
    background: -moz-linear-gradient(top, #498ecc, #234766);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF498ecc, endColorstr=#FF234766);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF498ecc, endColorstr=#FF234766)";
    border: solid 1px #234766;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.btnGray
{
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#999999));
    background: -moz-linear-gradient(top, #ffffff, #999999);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFffffff, endColorstr=#FF999999);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFffffff, endColorstr=#FF999999)";
    border: solid 1px #999999;
    color: #444444;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.btnGrayLite
{
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bbbbbb));
    background: -moz-linear-gradient(top, #ffffff, #bbbbbb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFffffff, endColorstr=#FFbbbbbb);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFffffff, endColorstr=#FFbbbbbb)";
    border: solid 1px #bbbbbb;
    color: #444444;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

