﻿
/****************************************************************************************
 Default Styles, QV Styles and Helpers
****************************************************************************************/
body
{
    font-size:12px;
    color:#001D38;    
}
H1
{
    font-size: 22px;
    color:#001D38;
    font-weight:normal;
}
H2
{
    font-size: 16px;
    color:#001D38;
    font-weight:normal;
}
strong
{
    font-weight:bold;
}
 /****************************************************************************************
 Default Styles
 ****************************************************************************************/
a:link { color: #00A3F7; text-decoration: none; }
a:visited { color: #00A3F7; text-decoration: none; }
a:hover { color: #00A3F7; text-decoration:underline; }
a:active { color: #00A3F7; text-decoration: none; }

 /****************************************************************************************
 QV Styles
 ****************************************************************************************/
.qv-style-error , .field-validation-error { color: #ff0808; }
.qv-style-success { color: #41A317; }
.qv-style-disclaimer { font-style:italic; font-size:9px; line-height:1.2em; clear:both; }
.qv-style-de-emphasize { color:#999999; }
.qv-style-white-line{ width:100%; height:1px; border:none; background-color:#FFFFFF; color:#FFFFFF; clear:both; margin:1px 0px 1px 0px; }

 /****************************************************************************************
 Helpers
 ****************************************************************************************/

.qv-style-float-left { float:left; }
.qv-style-float-right { float:right; }
.qv-style-centered { margin-left: auto; margin-right: auto; display:block; }
.qv-style-clear-both { clear:both; }
.qv-style-display-none { display:none; }
.qv-style-display-inline { display:inline; }
.qv-style-line-height-standard { line-height:1.3em; }
.qv-style-width { width: 200px }
.qv-style-white-space-wrap { white-space:normal; }
.qv-style-white-space-no-wrap { white-space:nowrap; }
.qv-style-padding { padding:.5em 0px .3em 0px; }
.qv-style-box { border-width:1px; border-color:#8fafc9; border-style:solid; float:left; width:370px; margin:40px 20px 0 0; padding: 20px 20px 20px 20px; }

 /****************************************************************************************
 Buttons
 ****************************************************************************************/

.qv-style-button { cursor: pointer; } 
.qv-style-signup-button { cursor:pointer; }
