body 
{
   font-family: 'Open Sans', Arial, sans-serif;
   font-size: medium;
   font-style: normal;
}

.separator
{
    height: 5px;
}

.BlockTableHeader {
    vertical-align: middle;
    min-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #13488a;    
}

.textCenter {
    text-align: center; 
}

.textBold {
	font-weight: bold;
}

.div-table {
display: table; 
width:100%;
border-collapse: collapse;
}

.div-row {
display: table-row;
}

.div-row-header {
	display: table-row;
	font-weight: bold;
	text-align: center;
}

.div-cell
{
display: table-cell; 
border: 0px solid;
border-width: 1px 1px 1px 1px;
vertical-align: middle;
}


.div-cell-form
{
display: table-cell; 
vertical-align: middle;
border: 0px solid;
text-align: left;
font-family: 'Open Sans', Arial, sans-serif; 
font-size: medium;
font-style: normal;
padding-right: 10px;
padding-bottom: 5px;
}

.captcha
{
margin-left: 10px;
}

.input {
width: 100%;

}

.zmist-header{
border: 0px solid;
border-width: 0px 1px 0px 1px !important;
text-align: left !important; 
}

.H_1
{
    display: block;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

.H_2
{
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

.H_3
{
    display: block;
    font-size: 1.17em;
    font-weight: bold;
}


a {
	color: #13488a;
	
	text-decoration: none;
}
a:visited {
	color: #13488a;
	
}
a:hover {
	color: #4c91b4;
	
	text-decoration: underline;
}
.title a, .title a:visited {
	color: #13488a;
}
.title a:hover {
	color: #4c91b4;
}

@media screen {

.QueryForm {
    border-style: dotted;
    border-color: #13488a;
    margin: auto;
    width: 250px;
    border-width: 1px 1px 1px 1px;
    font-family: 'Open Sans', Arial, sans-serif; 
}

.topHeader{
    
    min-width: 850px;
    max-width: 1250px;

    border-width: 0px 0px 0px 0px;
    margin: auto;
}

.QueryForm2 {
    border-style: dotted;
    float: left;
    border-color: #13488a;
    margin: auto;
    width: 250px;
    border-width: 1px 1px 1px 1px;
    font-family: 'Open Sans', Arial, sans-serif;
    padding: 5px 5px 5px 5px
 
}

.leftDIV {
    border-style: dotted;
    float: left;
    border-color: #13488a;
    margin: auto;
    width: 40%;	
    min-width: 300px;
    max-width: 500px;
    border-width: 0px 0px 0px 0px;
    font-family: 'Open Sans', Arial, sans-serif;
    padding: 5px 5px 5px 5px
}

.floatClear {clear: left;}


.Block {
    border-style: dotted;
    border-color: #5cbaea;
    border-width: 2px;
    display: block;
    padding: 5px 5px 5px 5px
}



}

@media print {

.QueryForm {
visibility: hidden;
display: none;
}

.QueryForm2 {
visibility: hidden;
display: none;
}

.leftDIV {
visibility: hidden;
display: none;
}




.PrintButton 
{
visibility: hidden;
display: none;
}

.Block {
    border-style: none;
    border-color: #5cbaea;
    border-width: 0px;
    display: block;
    padding: 0px 0px 0px 0px
}


}