BODY { 
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    font-size: 8pt;
    background : #F5F5F5; 
}


table.spacer {
    border: 0;
}

table.menu { 
    background-color: #FFF8C6;
}

TH { 
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    font-size: 8pt; 
    font-weight: bold; 
    background-color: #FFCC00; 
    color: #000000;
}

TD { 
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    font-size: 8pt;
}

.even { 
    background-color: #FFF8C6;
}

.odd { 
    background-color: #E5EFFD;
}

FORM { 
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    font-size: 8pt;
}

H1 { 
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    font-size: 16pt; 
    font-weight: bold;
}



.search {
    background-color:#F5F5F5;    
    border:1px #666666 solid; 
    font-size: 10px; 
    color: black;
    font-family: verdana, arial, helvetica, geneva, sans-serif;    
}

.button {
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    font-size: 8pt; 
    font-weight: bold;
    color: black;    
    background-color: #FFCC00; 
    border-color : #000000 #000000 #000000 #000000;    
    cursor : pointer; 
    padding-bottom : 0px;    
    padding-top : 0px;
}

.small {
    font-family: verdana, arial, helvetica, geneva, sans-serif; 
    font-size: 7pt; 
    color: black;
}

#pagesbar {
    padding: 0px 0px 8px 0px;
    font-weight : bold;
    text-decoration : none;
}

#pagesbar a {
    color: black;
    background-color: #e0e0e0;
    padding: 3px;
    border: 1px solid black;
    line-height: 25px;
    -moz-border-radius : 6px;
}

#pagesbar a:hover {
    background-color: #ffc;
    text-decoration : underline;
}

#pagesbar b {
    color: silver;
    background-color: #e0e0e0;
    padding: 3px;
    border: 1px solid black;
    line-height: 25px;
    -moz-border-radius : 6px;
}

#pagesbar i {
    color: white;
    background-color: #909090;
    font-style : normal;
    padding: 3px;
    border: 1px solid black;
    line-height: 25px;
    -moz-border-radius : 6px;
}

.req {
    color : #FF0000;
    font-weight : bold;
}

a.pkgs {
    FONT-WEIGHT: bold;
    COLOR: red;
    TEXT-DECORATION: none; 
}

a.pkgs:hover,.pkgson {
    FONT-WEIGHT: bold;
    COLOR: white;
    TEXT-DECORATION: none; 
    BACKGROUND-COLOR: red;
}

.pkga {
    FONT-WEIGHT: bold;
    COLOR: blue;
    TEXT-DECORATION: none; 
}

.pkga:hover,.pkgaon {
    FONT-WEIGHT: bold;
    COLOR: white;
    TEXT-DECORATION: none; 
    BACKGROUND-COLOR: blue;
}

.pkgp {
    FONT-WEIGHT: bold;
    COLOR: #ffaf01;
    TEXT-DECORATION: none; 
}

.pkgp:hover,.pkgpon {
    FONT-WEIGHT: bold;
    COLOR: white;
    TEXT-DECORATION: none; 
    BACKGROUND-COLOR: #ffaf01;
}

.pkgf {
    FONT-WEIGHT: bold;
    COLOR: green;
    TEXT-DECORATION: none; 
}

.pkgf:hover,.pkgfon {
    FONT-WEIGHT: bold;
    COLOR: white;
    TEXT-DECORATION: none; 
    BACKGROUND-COLOR: green;
}

.green {
    FONT-WEIGHT: bold;
    color: green;
}

.orange {
    FONT-WEIGHT: bold;
    color: orange;
}

.blue {
    FONT-WEIGHT: bold;
    color: blue;
}

.red {
    FONT-WEIGHT: bold;
    color: red;
}

.black {
    FONT-WEIGHT: bold;
    color: black;
}

.prgtitle {
    TEXT-DECORATION: none; 
    COLOR: #000000; 
}

.bs_logo_1 {
    FONT-WEIGHT: bold;
    font-style: italic;
    COLOR: #00516d;
    TEXT-DECORATION: none; 
    BACKGROUND-COLOR: white;
    border-left: 1px solid  #00516d;
    border-top: 1px solid  #00516d;
    border-bottom: 1px solid  #00516d;
}

.bs_logo_2 {
    FONT-WEIGHT: bold;
    font-style: italic;
    COLOR: white;
    TEXT-DECORATION: none; 
    BACKGROUND-COLOR: #a22821;
    border-right: 1px solid  #a22821;
    border-top: 1px solid  #a22821;
    border-bottom: 1px solid  #a22821;
}

.bs_logo_3 {
    font-style: italic;
    COLOR: black;
    TEXT-DECORATION: none; 
}


/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
    color: blue;
}


nav {
    height: 40px;
    width: 100%;
    font-size: 11pt;
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: bold;
    position: relative;
}
nav ul {           
    padding: 0;
    margin: 0 auto;
}
nav li {
    display: inline;
    float: left;
    white-space: nowrap;
    padding: 2px;  
}
nav a {
    color: blue;
    display: inline-block;
    width: 140px;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
    background: #FFF8C6;
    /*text-shadow: 1px 1px 0px #283744;*/
}
nav li a, li a:visited {
    border: 1px solid black;
    color: blue; 
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
nav a:hover, nav a:active, nav a#act {
    background-color: #003a91;
    color: white;
}

nav a#pull {
    display: none; 
}

#page {
    margin-left: auto ;
    margin-right: auto ;      
    max-width: 1200px;
}

#content {
    padding-top: 10px;
    position: relative;
}

.error {
    color: red;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    padding: 20px;
    margin-left: auto ;
    margin-right: auto ;   
}

.help {
    font-size: 13px;
}

#login {
    width: 250px;
    border: 2px solid black;
    margin-left: auto ;
    margin-right: auto ;  
    background-color: #c8c8c8;
    font-weight: bold;   
    text-align: center; 
    padding-bottom: 4px;   
}

.login1 {
    font-weight: bold;
    font-size: 12px;
    padding: 2px;
    color: black;
    background-color: #FFCC00;
    margin: 2px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

.login2_container {

}

.login3 {
    width: 40%;
    margin: 0px auto;
    display: inline-block;
    text-align: left;
    padding: 2px;
    margin: 4px;
    white-space: nowrap;
}


.outbox {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding: 3px;
    width: 100%;
}

#myheader {
    font-weight: bold;
    color: black;
    padding: 2px;
    padding-left: 30px;
    border: 0px;
    background: #FFCC00;
    text-align: center;
}

#myheader a:hover {
    color: #00516d;
}

.headerdate {
    color: blue;
}

.headerips {
    color: red;
}

table.info {
    border: 2px solid black;
    background: #FFF8C6;
}

.menulink {
    display: inline-block;
    width: 80px;
    border: 1px solid black;
    white-space: nowrap;
    padding: 2px;  
    color: blue;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 12px;
    background: #FFF8C6;
    margin-right: 5px;
    margin-bottom: 10px;  
}

.menulink:hover {
    background-color: #003a91;
    color: white;    
}

.menulinkact {
    display: inline-block;
    /*width: 80px;*/
    border: 1px solid black;
    white-space: nowrap;
    padding: 2px;  
    color: blue;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 12px;
    background: #FFCC00;
    margin-right: 5px;    
    margin-bottom: 10px;    
}

.menulinkact:hover {
    color: red;    
}

/*
@media screen and (max-width: 780px) {
    #page {
        width: 98%;
    }
}

@media only screen and (max-width: 480px) {
    #page {
        width: auto;
        float: none;        
    }

}

@media only screen and (max-width: 320px) {
    
    #page {
        width: auto;
        float: none;        
    }
   
}
*/

/*
form {
    display: inline-block;
}
*/