/* global styles for all projects */
form {margin:0; padding:0;}
img {border:0;}

.spacer {visibility: hidden;}

.nomap {margin:0; padding:0;}

.aright {text-align:right;}
.aleft {text-align:left;}
.acenter {text-align:center;}

.vtop {vertical-align:top;}
.vbottom {vertical-align:bottom;}
.vmiddle {vertical-align:middle;}

.fright {float:right;}
.fleft {float:left;}
.clb {clear: both;}

.aw {width:100%;}
.ah {height:100%;}

/* global styles for current project */
body {
    margin:0; padding:0;
    background: #eef3e8;
}
body, table{color:#000000; font:normal 11px Arial;}
a {
    color: #1F56B8;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.lblue {
    color: #1F56B8;
}
.fs12 {
    font-size: 12px;
}
.fs11 {
    font-size: 11px;
}

.news-header{
    padding: 3px 0 5px 0;
	font-weight:bold;
}
.goto{
    padding-top:3px;
    margin-left:20px;
}

.goto a, .news-header a{
    text-decoration:none;
    font-size:8pt;
    color:#000000 !important;
    font-weight:bold;
}

.goto a:hover, .news-header a:hover{
    text-decoration: underline;
}

.header-small{
    text-decoration:none;
    white-space:nowrap;
    font-size:10pt;
    font-weight:bold;
}
.promo-header{
    text-decoration:none;
    white-space:nowrap;
    font-size:16pt;
    color:#000000;
    font-weight:bold;
    font-style:italic;
}

.header {
    font-size:12pt !important;
    font-weight:bold;
}

.pager{
    padding-top:10px;
}

.pager .str{
    font-size:6pt;
}

.pager .pages{
    font-size:9pt;
}

.pager-control td{
    background-color: #EEEEEE;
    padding: 2px 7px;
}

.pager-control td.space{
    background: none;
    padding: 3px;
}

#lightbox{
    padding: 10px;
    background-color: #FFFFFF;
    opacity: 1;
}

#lightboxDetails{
    font-size: 0.8em;
    padding-top: 0.4em;
}

#lightboxCaption{
    float: left;
}

#keyboardMsg{
    float: right;
}

#lightbox img, #overlay img{
    border: none;
}

#overlay{
    background: #D0D0D0;
    opacity: 0.6;
}

#lightbox #closeButton{
    display:none;
}

div.link-file {
    display: inline;
}

div.link-file div {
    padding-top: 5px;
    padding-left: 22px;
    height: 23px;
    background-repeat: no-repeat;
}
div.link-file div a {
    margin-left: 0.5em;
    margin-right: 0.5em;
}
