/*
    myLoanBiz Style Sheet.
    Much Thanks to Anthony Ina of Smarticle.com for ideas and guidance!
*/

@import url("alerts.css");
@import url("pagefloats.css");
@import url("menu.css");


/* Base redefinitions */
body {
    font-family: 'Verdana','Arial','Helvetica', sans-serif;
    font-size: 8pt;
    font-weight: normal;
    /*color: #666666;*/
    color: #333333;
    background-color: #B8AFAB;
    /*background-image: url("../images/az_logo.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;    */
    text-align: center;
    min-width: 700px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 120%;
}

img {
    border: 0px;
    padding: 0px;
}

h1 {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 16pt;
    font-weight: normal;
    padding-bottom: 10px;
    color: #000000;
}

h2 {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 10pt;
    font-weight: bold;
    display: inline;
}

h2 a {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 10pt;
    font-weight: bold;
    display: inline;
    text-decoration: none;
    color: #666666;
}

h2 a:hover {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 10pt;
    font-weight: bold;
    display: inline;
    text-decoration: underline;
    color: #FF0600;
}

/*h2 {*/
    /*font-size: 16px;*/
    /*margin: 0px;*/
    /*color: #000000;*/
/*}*/

h3 {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #FF0600;
    padding-bottom: 0px;
}

h4 {
    font-family: 'Verdana','Arial','Helvetica', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 5px;
    margin-top: 0px;
}

h5 {
    font-size: 10px;
    font-weight: bold;
    display: inline;
}

/* Hyperlink setup. */
a {
    color: #3399CC;
    /*#7c7c7c;*/
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #FF0600;
    text-decoration: underline;
}

.grey-out {
    color: #999999;
}

.dynamic {
    color: #FF0600;
}

.dynamic a {
    color: #FF0600;
    text-decoration: none;
    cursor: pointer;
}

.dynamic a:hover {
    color: #FF0600;
    text-decoration: underline;
}

ul.index {
    list-style-image: url("../images/index/reddot.png");
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
}

ul {
    list-style-type: disc;
    /*margin-right: 5px;*/
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
}

li {
    margin: 10px 0px 0px 0px;
}

.errorFont {
    color: #FF0600;
    font-size: 10px;
}

/* Used to pad text in divs that have 'ems */
.news-in {
    padding-left: 30px;
    padding-right: 30px;
    word-wrap: break-word;
    color: #999999;
    font-weight: bold;
}

.news-in .unbold {
    font-weight: normal;
}

.news-in a {
    color: #999999;
    /*color: #3399CC;*//*#FF0600;*/
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
}

.news-in a:hover {
    color: #FF0600;
    text-decoration: underline;
    font-weight: normal;
}


.text-in {
    padding-left: 30px;
    padding-right: 30px;
    word-wrap: break-word;
}

.text-in a {
    color: #015BA8;
    /*color: #3399CC;*//*#FF0600;*/
    text-decoration: none;
    cursor: pointer;
}

.text-in a:hover {
    color: #3399CC;/*#FF0600;*/
    text-decoration: underline;
}

/* Trial form elements */
table.trialForm {
    background-image: url("../images/trial/table_rowbackground.png");
    background-repeat: repeat-y;
    width: 461px;
}

table.loginForm {
    background-image: url("../images/login/mid.png");
    background-repeat: repeat-y;
    width: 229px;
}

.loginForm td {
    padding-left: 15px;
}

/* used for the setup message */
td.trialSetup {
    padding-left: 50px;
    padding-right: 190px;
    padding-bottom: 20px;
}

td.trialMSA {
    padding-left: 50px;
    padding-right: 100px;
    font-size: 9px;
}

td.trialFormLabel {
    width: 34%;
    height: 30px;
    text-align: right;
}

td.trialFormItem {
    width: 66%;
    text-align: left;
    padding-left: 10px;
}

/* Regular link Format */
a.regularLink, a.regularLink:link, a.regularLink:active, a.regularLink:hover, a.regularLink:visited {
    color: #666666;
    text-decoration: none;
}

a.regularLink:hover {
    text-decoration: underline;
}

/* These are for the trialform alerts... */
.asteriskRed {
    color: #FF0600;
    font-size: 12px;
    font-weight: bold;
    /*padding-right: 0px;*/
}

.btnSubmitLogin {
    /*background-image: url( ../images/login/loginButton.png );*/
    /*background-position: left;*/
    /*background-repeat: no-repeat;*/
    /*background-color: transparent;*/
    cursor: pointer;
    /*height: 22px;*/
    /*width: 74px;*/
    height: 22px;
    width: 64px;
    padding-top: 5px;
}

.btnSubmitTrial {
    /*background-image: url( ../images/trial/form_starttrial_btn.png );*/
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    /*background-color: transparent;*/
    cursor: pointer;
    height: 22px;
    width: 80px;
    /*border: 0px;*/
    padding-top: 15px;
}

.btnSubmitContact {
    /*background-image: url( ../images/contactMe/submit_btn.png );*/
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    /*background-color: transparent;*/
    cursor: pointer;
    height: 22px;
    width: 64px;
    padding-top: 5px;
}

div.contentHolder {
    margin-left: 15px;
}

div.contentHolder a {
    color: #FF0600;
}

div.linkBoxBottom .item {
    padding: 5px 5px 5px 5px;
    float: left;
    width: 150px;
    color: #000000;
}

div.linkBoxFloat .header {
    padding: 0px 5px 5px 17px;
    float: left;
    width: 150px;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

div.linkBoxFloat .item {
    padding: 10px 5px 10px 25px;
    float: left;
    width: 150px;
}

div.linkBoxFloat .item a {
    color: #000000;
}

div.linkBoxFloat .item a:hover {
    color: #FF0600;
}

div.linkBoxFloat .itemOn {
    padding: 10px 5px 10px 25px;
    float: left;
    width: 150px;
}

div.linkBoxFloat .itemOn a {
    color: #FF0600;
}

div.linkBoxFloat .itemOn a:hover {
    color: #FF0600;
}







