﻿.gridview-pager td
{
    font-size:14px;
    padding-right: 8px;
}

.errormessage
{
    color:red;
    font-weight:700;
}

.lower5
{
    position:relative;
    top: 5px;
}

.alignleft
{
    text-align:left;
}

.radio.radiobuttonlist input[type="radio"],
.checkbox.checkboxlist input[type="checkbox"]
{
	margin-left: 0;
}

.radio.radiobuttonlist label,
.checkbox.checkboxlist label {
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 100px;
    padding-left: 4px;
}

.radiobuttonlist label {
    margin-left: 8px;
    margin-right: 24px;
}

fieldset legend
{
	border: 0;
	font-size: inherit;
	font-weight: 400;
	margin-bottom: 0;
}

fieldset .radio,
fieldset .checkbox {
    margin-top: 4px;
}

.accHeader
{
    background-color: lightblue;
    color: black;
    height: 23px;
}
.accHeader:hover
{
    cursor: pointer;
    height: 23px;
}

.accHeaderSelected
{
    background-color: darkblue;
    color: white;
    height: 23px;
}

.accContents
{
    margin-left: 5px;
}

.up10
{
    position:relative;
    top:-10px;
}

.left20
{
    margin-left: 20px;
}

.top4
{
    margin-top: 4px;
}

.panelSelection
{
    padding: 10px;
}

.page-header-small {
  padding-bottom: 9px;
  margin: 20px 0 10px;
  border-bottom: 1px solid #eee;
}

.sectionHeader {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}

.sectionContents {
    margin-bottom: 8px;
}

.marginBottom-0 {margin-bottom:0;}

.largeText {
    font-size: 20px;
    font-weight: 700;
}

.padding10 td {
    padding: 2px 10px 2px 10px;
}

.padding10 th {
    padding: 2px 10px 2px 10px;
}

.modalPanel
{
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    width: 100%;
    height: 99%;
    top: 52px;
    left: 0px;
    z-index: 2;
    position:absolute;
}

.modalPanelSub {
    margin: 5px;
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 10px;
    position: relative;
    z-index: 3;
    top: 10px;
    left: 50%;
    width: 90%;
    max-width: 550px;
    transform: translateX(-50%);
}

.modalPanel2
{
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 20;
    position:fixed;
}

.modalPanelSub2
{
    margin: 0px;
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 10px;
    position: absolute;
    z-index: 21;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.gridView tr td
{
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align:left;
}
.gridView tr th
{
    background-color: white;
    padding-right: 10px;
    text-align:left;
}

.timedMessage {
    background-color: lightyellow;
    color: blue;
    border-color:gray;
    border-style:solid;
    border-width:2px;
    font-weight: 700;
    padding: 20px;
    width: 400px;
    height: 200px;
    top: 100px;
    left: 100px;
    z-index: 999;
    position: absolute;
}

.tableScroll {
    position: relative;
    height: 300px;
    overflow: auto;
    display: block;
}

.bottom8 {
    margin-bottom: 8px;
}
.bottom24 {
    margin-bottom: 24px;
}

.fullwidth {
    max-width: 100%;
}

.modalBackground {
    background-color: #808080;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modalPopup {
    background-color: #ffffff;
/*    border-style: solid;
    border-color: #404040;
    border-width: 2px;*/
    border-radius: 6px;
}

.modalPopupHeader {
    background-color: #f8f8ff;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left:4px;
    font-weight: bold;
    font-size: 24px;
}

.modalContents {
    padding: 8px;
/*    border-style: solid;
    border-color: #65707b;
    border-width: 1px;*/
}

.footer {
    position: fixed;
    height: 30px;
    background-color: #f0f0f0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
}

.LargeHeader {
    font-size: 36px;
}

.SmallText {
    font-size: 8px;
}

.PPheader {
    font-size: 20px;
    margin-top: 36px;
}

.promolarge {
    font-size: 42px;
    color: #21507e;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.promotext {
    font-size: 20px;
    color: 0;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 2px;
    margin-bottom: 2px;
}

.featureSmall {
    width: 30%;
    cursor: zoom-in;
}

.featureLarge {
    width: 100%;
}

.TextInput150 {
    width: 90%;
    max-width: 150px;
}

.TextInput300 {
    width: 90%;
    max-width: 300px;
}

.largeMessage {
    font-size: 20px;
    color: darkgreen;
    font-weight: bold;
}

.docMenu {
    font-size: 18px;
    font-weight: bold;
    background-color: #e7f0f8 !important;
}
