
html, body
{
	height: 100%;
}

body
{
	padding: 0;
	margin: 0;
	background-color: #eeeeee;
	text-align: center; /* for ie6 and under */
	/*min-width: 862px;*/ /* for mozilla*/
	color: #404040;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10.5pt;
}

#container
{	
	/*width: 862px;*/
	margin: auto;
	position: relative;
}

#content
{
    color: #404040;
    background-color: #FFFFFF;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	/*width: 862px;*/
	margin: 0 auto;
	min-height: 400px;
	text-align: left;
}

.page-header 
{
    border-bottom: 1px solid #DDDDDD;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
    margin-top: -20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 0px;    
    
    background-color: #1A98D7;
    color: White;
}

h1 {
    font-size: 24pt;
    line-height: 36px;
    margin-bottom: 18px;
    font-weight: normal;
}

#footer
{
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 9px;
}

.broker-logo 
{
    margin-top: 20px;
}

.broker-logo-alt
{
    margin: 0 auto;
    height: 60px;
}

.well 
{
    background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

.well h1
{
    margin-top: 0px;
    font-size: 18pt;
    line-height: 20px;    
    font-weight: normal;
}

.well-offset
{
    margin-top: 38px;
}

.form-highlight 
{
    background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;   
    min-height: 20px;
    padding: 19px;
}

.form-highlight h1
{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18pt;
    line-height: 20px;    
    font-weight: normal;
}

.form-highlight td 
{
    padding-top: 4px;
    padding-bottom: 4px;
}

.form-highlight 
{
    margin-top: 10px;
}

.success 
{
    background-color: #DFF0D8;
    color: #468847;
}

.form-content:after
{
    clear: both;    
}

.form-content:before, .form-content:after
{
    content: "";
    display: table;
}

.form-content-left
{
    /*margin-right: 10px;*/
    /*width: 500px;*/
    display: inline;
    float: left;
    padding-left: 18px;
    padding-right: 18px;
}

.form-content-left h2
{
    font-size: 14pt;
    color: #404040;
    font-weight: normal;
}

.form-content-right
{
    /*width: 275px;*/
    border-left: 1px solid #EEEEEE;
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    display: inline;
    float: left;
}

.btn.large {
    border-radius: 6px 6px 6px 6px;
    font-size: 15px;
    line-height: normal;
    padding: 7px 14px;
}

.btn {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-transition: all 0.1s linear 0s;
    background-image: url('../Images/ButtonGradient.png');
    background-repeat: repeat-x;
    background-color: #E6E6E6;
    border-color: #CCCCCC #CCCCCC #BBBBBB;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: normal;
    padding: 5px 14px 6px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.btn.primary
{
    background-color: #e29001;
    /*background-image: -moz-linear-gradient(center top , #f4b444, #e29001);*/
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn.offset
{
    margin-left: 20px !important;
}

.page-navigation
{
    margin-top: 20px;
    margin-bottom: 20px;
}

table, td, tr
{
	font-size: 10pt;
	line-height: 13pt;
}

.red
{
	font-size: 8pt;
	color: #ab300a;
}

.asterisk
{
	font-size: 12pt;
	color: #ab300a;
}


.redoffset
{
	font-size: 7pt;
	color: red;
	position: relative;
	top: 3px;
}

#footer td
{
	font-size: 7pt;
}

.small
{
	font-size: 8pt;
}

.smaller
{
	font-size: 7pt;
}

ul li
{
	padding-top: 3px;
	padding-bottom:3px;
	line-height: 12pt;

}

.error p
{
	padding-left: 10px;
	font-weight: bold;
}

.error .button
{
	margin-left: 50px;
}

.success p
{
	padding-left: 10px;
}

.success .button
{
	margin-left: 50px;
}


.formtable
{
	/*width: 475px;*/ 
	border: 0px;
}

input[type="text"], input[type="password"], input[type="number"], textarea {
    /*height: 18px;*/
    /*width: 210px;*/
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #808080;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    padding: 4px;
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.PhoneHeadings td 
{ 
    font-size:11px; 
    color:#999;
}

.PhoneHeadings
{
    line-height:10pt;
}

.modal 
{
    background: rgba( 0, 0, 0, .6 );
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
}

body.loading 
{
    overflow: hidden;   
}

body.loading .modal 
{
    display: block;
}

.modal .message {
    width: 200px;
    height: 180px;
    border-radius: 10px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
    padding-top: 15px;
    font-size: 18px;
    background: white
            url('../images/spinner.gif') 
            50% 75% 
            no-repeat;
}

.ui-dialog-title {
    text-align: left;
}

#dialog-modal > p {
    text-align: left;
}

#dialog-modal #submit {
    text-align: right;
}

.warning-icon {
    background: url('../images/warning-icon.png');
    background-size: 35px 32px;
    background-repeat: no-repeat;
    width: 40px;
    /*height: 50px;*/
    height: 35px;    
    margin-right: 10px;
    margin-top: 5px !important;
}

/*.long-warning-icon {
    background: url('../images/warning-icon.png');
    background-size: 35px 32px;
    background-repeat: no-repeat;
    width: 40px;
    height: 35px;    
    margin-right: 10px;
    margin-top: 5px !important;
}*/

.success-icon {
    background: url('../images/success-icon.png');
    background-size: 35px 32px;
    background-repeat: no-repeat;
    width: 40px;
    height: 50px;    
    margin-right: 10px;
    margin-top: 5px !important;
}

.width100 {
    width: 100%;
}

.width95 {
    width: 95%;
}

.width90 {
    width: 90%;
}

.width80 {
    width: 80%;
}

.width60 {
    width: 60%;
}

.width40 {
    width: 40%;
}

.padding-top-bottom4 {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0px;
    padding-right: 0px;
}

.min-width70 {
    min-width: 70px;
}

table.table-padding4 td {
    padding: 4px;
}

#ResubmitDialog p, #SuccessDialog p {
    text-align: left;
}

#ResubmitDialog p.submit, #SuccessDialog p.submit {
    text-align: right;
}

#InformationDialog p:first-child {
    text-align: left;
}

#EBPTermsDialog p:first-child {
    text-align: left;
}

.CalendarFix
{
	width: 250px;
	height: 200px;
	display: block;
	background-color: transparent;
	position: absolute;
	z-index: 1;
	border: 0px;
	filter: Alpha(Opacity=0);
}