﻿ /*@page { margin: 2cm }  All margins set to 2cm */

/* @page:first { margin-top: 10cm }   Top margin on first page 10cm */


/* Colors

CPARIS  --NEED GREEN COLOR VALUES
    Dark Green   #1E5100
    Medium Green #99CC99
    Medium GreenGray  #447744;
    Light Green  ##D7E5D7
    Dark Gray TableBorders #DDD
    TextLink    #0000FF
    TextVisited #B100FF
    Gold        #CC9933
    Nav Links   #000
    Auth Panel background #F5F5F5

PST
    Dark Blue   #3D3D70
    Medium Blue #?
    Medium BlueGray  #4F6A92
    Light Blue  #68689B
    Dark Gray TableBorders #999999
    TextLink    #0000FF
    TextVisited #B100FF
    Gold        #CC9933

    Medium Blue #369 (CDE Headlines)
    Gold        #CC9933 (CDE Gold)
    Dark Gray TableBorders #999999

CMT Testing & Accountability
    Brown #663300
    Medium Gray #6E6E6E
    Light Gray #CCCCCC
    Light Brown #DDD0C4 (alt) #CAAE93

    Medium Blue #369 (CDE Headlines)
    Gold        #CC9933 (CDE Gold)
    Dark Gray TableBorders #999999

CARS
    Dark Blue   #000066
    Medium Blue #336699
    Medium BlueGray  #4F6A92
    Light Blue  #DCEEFF
    Dark Gray TableBorders #999999
    TextLink    #0000FF
    TextVisited #B100FF
    Gold        #CC9933
 */

/* Tabs */

.TabMenu {
    font-size:12px;
    float: left;
    width: 100%;
    border-bottom: 3px solid #1E5100;
    padding: 5px 0 0 0;
}

.TabMenu ul {
    margin: 0;
    margin-left: 10px;
    padding: 0 0 0 20px;
}

.TabMenu ul li {
   float:left;
   list-style:none;
}

    .TabMenu ul li a, .logonBtn {
        display: block;
        margin-left: 2px;
        margin-right: 2px;
        padding: 5px 10px;
        color: #447744;
        text-decoration:none;
        border: 1px solid #3D3D70;
        border-bottom: none;
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        /*font-weight: bold;*/
        /*background: #FFFFFF url(~/images/gradient-white-gray-tab2.jpg) repeat-x;*/
    }

.TabMenu ul li.SelectedTab a, .TabMenu ul li.active a {
    background:#3D3D70;
    color: #fff;
}

.TabMenu ul li a:hover {
   background:#6E6E6E;
   color:#fff;
}

.SecondMenu {
    font-size:12px;
    height: 2.5em;
    float:left;
    width: 100%;
    /*min-width: 920px;*/
    background-color: #6E6E6E; 
    clear:both;
    padding: 0;
    margin-top: -.6em;
    text-align:left;
    border-radius:0px 0px 4px 4px;
}

/*.SecondMenu ul {
    padding: 0 10px 0 10px;
    margin:0;
    }

 .SecondMenu ul li {
   float:left;
   list-style:none;
}*/
    

/*.SecondMenu ul li a, .SecondMenu a {
    color: #fff;
    margin-left: 15px;
    padding:7px 5px 7px 5px;
    text-decoration: none;
    display:block;
}*/

.SecondMenu a:hover{
    text-decoration: underline;
}

.HideNavItem {
    display:none;
    visibility:hidden;
}