.navi12pt-link:visited {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    font-weight: bolder;
}

.navi12pt-link:hover {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    font-weight: bolder;
}

.navi12pt-link:link {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    font-weight: bolder;
}

.footer-link:visited {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 10px;
    color: #788FA0;
    text-decoration: none;
}

.footer-link:hover {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
}

.footer-link:link {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 10px;
    color: #788FA0;
    text-decoration: none;
}

.12pt-link:visited {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 10px;
    color: #788FA0;
    text-decoration: none;
}

.12pt-link:hover {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
}

.12pt-link:link {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 10px;
    color: #fff;
    text-decoration: none;
}
/*
a:visited {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    color: #FE852E;
    text-decoration: underline;
}

a:active {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    color: #FF0000;
    text-decoration: underline;
}

a:hover {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    color: #FF0000;
    text-decoration: underline;
}

a:link {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    color: #FE8026;
    text-decoration: underline;
}*/
a.link-white:link {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
}
a.link-button:link {
  	background-color: #1c87c9;
	border: none;
	color: white;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 4px;
}
a.link-button:visited {
  	background-color: #1c87c9;
	border: none;
	color: white;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 4px;
}
a.link-button-small:link {
  	background-color: #1c87c9;
	border: none;
	color: white;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 4px;
	width: 35px;
}
a.link-button-small:visited {
  	background-color: #1c87c9;
	border: none;
	color: white;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 4px;
	width: 35px;
}
a.link-button-small-gray {
  	background-color: #2c3e50;
	border: none;
	color: white;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 4px;
	width: 35px;
}
a.link-button-small-gray:link {
  	background-color: #2c3e50;
	border: none;
	color: white;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 4px;
	width: 35px;
}

input.btn-header{
  	background-color: #1c87c9;
	border: none;
	color: white;
	padding: 3px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 2px;
}
input.btn-header:hover{
  	background-color: #2c3e50;
	border: none;
	color: white;
	padding: 3px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 2px;
}
input.btn-subtitlebar{
  	background-color: white;
    border: none;
    color: #1c87c9;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 2px;
	width: 95%;
}
input.btn-subtitlebar:hover{
  	background-color: #2c3e50;
	border: none;
	color: white;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 2px;
}
.title {
    /*font-size: 18px;
    color: #000000;
    font-family: "Arial";
    font-weight: bolder;*/
	
	font-weight: bold;
    color: #0077c8;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
	padding-left: 5px;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.td-navi {
    
    background-repeat: repeat-x;
    background-position: left top;
    height: 50px;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 10px;
	background-color: #00538c;
	border: 1px solid transparent;
	border-right: 1px solid;
	
}

.td-titlearea {
    height: 46px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: A5B7D5;
    border-bottom-color: A5B7D5;
    vertical-align: bottom;
}

.td-footer {
    background-image: url(/Content/images/bg_footer.gif);
    background-repeat: repeat-x;
    background-position: left top;
    height: 66px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #A5B7D5;
    border-bottom-color: #A5B7D5;
    padding-right: 10px;
    padding-top: 6px;
}
.td-10subtitlebar {
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    background-color: #0077C8;
}
.td-10subtitlebar a:link{
	font-family: "Open Sans", sans-serif;
    font-size: 16px;
	color: #fff;
	text-decoration: underline;
}
.td-12subtitlebar {
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    background-color: white;
}
tr:hover .td-10subtitlebar:hover{
	background-color: #0077C8 !important;
	
}
.td-subtitlebar {
   
    font-size: 14px;
    font-weight: bolder;
    color: white;
    padding-top: 5px;
    padding-right: 12px;
    padding-bottom: 5px;
    padding-left: 12px;
    background-color: #0077C8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: A5B7D5;
}
.td-fontarea {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    vertical-align: top; 
    font-size: 12px;
    line-height: 135%;
	border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: A5B7D5;
    border-bottom-color: A5B7D5;
}
.copyrights01 {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 11px;
    font-weight: bolder;
    color: #666666;
    text-decoration: none;
}

.copyrights02 {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 9px;
    color: #000000;
    text-decoration: none;
}
/*
.td-content {
    font-size: 10px;
    color: #000000;
    font-family: "Arial", "Helvetica", "sans-serif";
    line-height: 135%;
    vertical-align: top;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: A5B7D5;
}
.td-subtitlebar {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 14px;
    font-weight: bolder;
    color: #000000;
    padding-top: 5px;
    padding-right: 12px;
    padding-bottom: 5px;
    padding-left: 12px;
    background-color: #DEE6F3;
}

.td-10subtitlebar {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    background-color: #DEE6F3;
}

.td-fontarea {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    vertical-align: top;
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    line-height: 135%;
}

.td-whitecontent {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    line-height: 135%;
    color: #000000;
    background-color: #FFFFFF;
    padding: 8px 15px;
    border: 1px solid #999999;
    vertical-align: top;
}

.td-box {
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: A5B7D5;
}

.td-whitenavi {
    background-color: #FFFFFF;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #BACAE4;
    border-right-color: #BACAE4;
    border-left-color: #BACAE4;
}
*/

.copyrights01 {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 11px;
    font-weight: bolder;
    color: #666666;
    text-decoration: none;
}

.copyrights02 {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 9px;
    color: #000000;
    text-decoration: none;
}

.12bold {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    font-weight: bolder;
    color: #000000;
    padding-right: 2px;
    padding-left: 2px;
}

.normal-label { /* was 12bold */
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    font-weight: bolder;
    color: #000000;
    padding-right: 2px;
    padding-left: 2px;
}

.small-label {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 11px;
    font-weight: bolder;
    color: #000000;
    padding-right: 2px;
    padding-left: 2px;
}

.inputbar1 {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    color: #5B76A1;
    text-decoration: none;
    border: 1px solid #CCCCCC;
}

.inputbar {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    color: black;
    text-decoration: none;
    border: 1px solid #CCCCCC;
}

.inputbar10 {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 10px;
    color: black;
    text-decoration: none;
    border: 1px solid #CCCCCC;
}

.12normal {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    color: #000000;
    padding-right: 2px;
    padding-left: 2px;
    left: auto;
}

.normal-text { /* was 12 normal */
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    color: #000000;
    padding-right: 2px;
    padding-left: 2px;
    left: auto;
}

.normal-text-small {
        font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 10px;
    color: #000000;
    padding-right: 2px;
    padding-left: 2px;
    left: auto;

}

.10normal {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 10px;
    color: #000000;
    padding-right: 2px;
    padding-left: 2px;
    left: auto;
}



.font-status {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    font-weight: bolder;
    color: #3366CC;
    text-decoration: none;
}

.title2 {
    font-family: "Arial";
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
}

.td-box {
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: A5B7D5;
}

.8pt-gary {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 10px;
    color: #666666;
}

.10normal {
    font-family: "Verdana";
    font-size: 10px;
    color: #333;
}

.td-whitenavi {
    background-color: #FFFFFF;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #BACAE4;
    border-right-color: #BACAE4;
    border-left-color: #BACAE4;
}

input-items {
    clip: rect(auto 15px auto auto);
    margin-right: 15px;
}

input[readonly] {
    background-color: #DDDDDD;
}

.link-icon-danger {
    color: red !important;
}

.link-icon-neutral {
    color: black !important;
}

.link-icon-confirm {
    color: green !important;
}

.subtitle {
    text-decoration: underline;
    font-style: italic;
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    color: #000000;
    padding-right: 2px;
    padding-left: 2px;
}

.btn {
    border: 1px solid black !important;
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 13px !important;
    font-weight: bold;
    min-width: 65px;
    height: 21px;
    padding: 2px 10px 2px 10px;
    text-decoration: none !important;
    display: initial !important;
    cursor: pointer;
    line-height: 13px;
    text-align: center;
    margin: 0;
}

.btn:hover {
    border: 1px solid black !important;
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 13px !important;
    font-weight: bold;
    min-width: 65px;
    height: 21px;
    padding: 2px 10px 2px 10px;
    text-decoration: none !important;
    display: initial !important;
    cursor: pointer;
    line-height: 13px;
    text-align: center;
    margin: 0;
}

.lbl {
    border: 1px solid black;
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 13px;
    font-weight: bold;
    min-width: 65px;
    min-height: 21px;
    padding: 3px 15px 3px 15px;
    display: inline-block;
    line-height: 21px;
    text-align: center;

}

.bg-orange {
    color: white !important;
    background: linear-gradient(#FFC891,#FF9022);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc889, endColorstr=#ff9022);
}
.bg-blue {
    background-color: #1c87c9;
	border: none !important;
	color: white;
	text-align: center;
	text-decoration: none;
	
	font-size: 12px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 2px;
}.bg-blue:hover {
    background-color: #2c3e50;
	border: none !important;
	color: white;
	text-align: center;
	text-decoration: none;
	
	font-size: 12px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 2px;
}

.bg-red {
    color: white !important;
    background: linear-gradient(#E57070,#C22424);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E57070, endColorstr=#C22424);
}

.bg-tooltip {
    background-color: lightyellow;
}

.requiredfield {
    color: red;
    font-weight: bold;
    font-size: larger;
}

.expand-collapse {
}

.comment-block {
    margin-top: 15px;
}

.spinner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    display: none; 
}

.spinner img {
    margin: 50px auto;
    display: block;
}

.link-text {
    color:#C22424;
    text-decoration: underline;
    font-style: italic;
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 11px;
}

.link-text:hover {
    color:blue;
    text-decoration: underline;
    font-style: italic;
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}


table {
	border-spacing: 0;
	border-collapse: collapse;
	font-family: "Open Sans", sans-serif;
	background-color: transparent;
	color: #3a3a3a
}


table.grid-large tbody > tr > td {
  border-bottom: 1px solid #999;
  color: #3a3a3a;
  padding: 3px;
}

table.grid-large tbody tr:hover{
	background-color: #bdc3c7 !important;
}

.btns-link{
	background: none;
    border: none;
    padding: 0;
    text-decoration: underline;
    color: white;
	cursor: pointer;
	font-size: 14px;
}

.header-label{
	color: white;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
}
