﻿a {
    text-decoration: none;
  color: #025790;
}

a:visited {
  color: #025790;
}

a:hover, a:active, a:visited, a:link {
    text-decoration: none;
}


body {
    font-family: Tahoma;
}

.top {
    width: 100%;
    display: inline-block;
    background-color: #2962AB;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;

}
.topleft {
    background-color: #2962AB;
    height:50px;
    color: #eeeeee;
    font-size: 1.8em;
    padding: 0px;
    float: left;
}

.topleft a:visited {
    color: white;
}

.topleft a {
    color: white;
}

.topright {
    background-color: #2962AB;
    height:35px;
    color: #eeeeee;
/*    font-size: .8em; */
    padding-top: 10px;
    padding-right: 8px;
    text-align: right;
    vertical-align: middle;
    float:right
}

.navheader {
    background-image: url('../images/topbar.png');
    width: 100%;
    background-repeat: repeat;
    height: 23px;
    padding: 5px;
      -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;

}

.top img {
  vertical-align: top;
}


.navheader a {
    padding-left: 10px;
    padding-right: 10px;
    color: black;
}
.navheader a:active {
    color: black;
}
.navheader a:visited {
    color: black;
}


.title {
    background-color: #5E5E5E; 
    height:30px;
    color: #FC6D03;
    font-size: 1.5em;
    padding: 6px;
      -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;

}

.content {
    height: 100%;
    padding:10px;
}

.attention {
    font-size: 1.5em;
    background-color: #fc6d03;
}

.attention a {
    color: #ffffff;
}

.content table {
    border-collapse: collapse;
}

.content td {
    padding: 0;
    
}

.standardForm label {
    font-weight: normal;
}


.bottom {
    /*background-color: #2962AB;*/
    bottom: 0px;
    width: 100%;
    font-size: .8em;
    /*color: white;*/
    padding: 3px;
}


 .BlueTwoColorTable {
	margin:0px;padding:0px;
	border:1px solid #999999;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;

}.BlueTwoColorTable table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.BlueTwoColorTable > thead > tr > th {
    background: -o-linear-gradient(bottom, #2962AB 5%, #1369bf 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2962AB), color-stop(1, #1369bf) );
    background: -moz-linear-gradient( center top, #2962AB 5%, #1369bf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2962AB", endColorstr="#1369bf");
    background: -o-linear-gradient(top,#2962AB,1369bf);
    padding: 3px;
    background-color: #2962AB;
    font-size: 9pt;
    font-family: Helvetica;
    font-weight: normal;
    color: #EEEEEE;
     text-align: center;
}

 .BlueTwoColorTable > thead > tr > th {
     border-width:1px 1px 1px 1px;
     border:1px solid #999999;
 }
  .BlueTwoColorTable > thead > tr > th > a {
     color: #EEEEEE;
 }
  .BlueTwoColorTable > tbody > tr > td > a {
    color: #025790;
    font-weight: bold;
    font-size: 9pt;
}

.BlueTwoColorTable > tbody > tr:nth-child(odd) {
    background-color: #e2e3e8;
}
.BlueTwoColorTable > tbody > tr:nth-child(even) {
     background-color:#ffffff;
}

.BlueTwoColorTable > tbody > tr > td {
        vertical-align: middle;
        border: 1px solid #999999;
        border-width: 0px 1px 1px 0px;
        text-align: left;
        padding: 3px;
        font-size: 9pt;
        font-family: Helvetica;
        font-weight: normal;
        color: #333333;
            line-height: 1.2;
    }