﻿/* Custom  
----------------------------------------------------------*/
.col1 {
    width: 45%;
    float: left;
    font-size: 100.01%;
    margin: 0px 0% 0% 0%; /*margin: 15px 0% 0% 0%; */
    padding: 0;
    display: block;
    text-align: left;
}

.col2 {
    margin: 0% 0% 0% 45%; /*margin: 15px 0% 0% 50% */
    width: 45%;
    font-size: 100.01%;
    outline: 0 none;
    padding: 0;
    display: block;
    text-align: left;
}

.required-field-arrow {
    background-image: url(../images/requiredArrow.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 0px;
    display: inline;
}

.textarea {
    width: 75%;
}

.noJSHidden {
    display: none;
}

.ajaxLoading {
    background-image: url(../images/spinnerBig.gif);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 100000;
}

.loading {
    border: 1px solid #aaaaaa;
    padding: 2px;
    background-color: #aaaaaa;
    color: #ffffff;
    opacity: 0.90;
    filter: alpha(opacity=90);
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.loginBox {
    float: left;
    display: block;
    text-align: left;
    margin: 0 0 0 0;
    vertical-align: top;
    width: 250px;
}

.ciInfoBox {
    display: block;
    text-align: left;
    padding: 2em;
    margin: 0 0 0 250px;
    vertical-align: top;
    width: 50%;
}

.ciPageTitle {
    margin: 0 0 10px 0;
    font-size: 200%;
    color: #818181;
}

/*this adds scrolling for the wizard steps
.jw-menu-wrap
{
    max-height: 650px; 
    height: auto !important; 
    height: 650px; 
    overflow: auto; 
    overflow-x: hidden;
}

.panel {
position: absolute;
top: 32px;
right: 0px;
display: none;
background: #000000;
border:1px solid #111111;
border-top-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
width: 330px;
height: auto;
max-height:435px;
overflow:auto;
padding: 30px 130px 30px 30px;
filter: alpha(opacity=85);
opacity: .85;
}

.panel p{
margin: 0 0 15px 0;
padding: 0;
color: #cccccc;
}

.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #9FC54E;
text-decoration: none;
border-bottom: 1px solid #9FC54E;
}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}

a.trigger{
position: absolute;
text-decoration: none;
top: 35px; right: 20px;
font-size: 16px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 1px 15px 1px 40px;
font-weight: 700;
background:#333333 url(../images/plus.png) 15% 55% no-repeat;
border:1px solid #444444;
border-top-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
border-bottom-right-radius: 0px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
display: block;
}

a.trigger:hover{
position: absolute;
text-decoration: none;
top: 35px; right: 20px;
font-size: 16px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 1px 15px 1px 40px;
font-weight: 700;
background:#222222 url(../images/plus.png) 15% 55% no-repeat;
border:1px solid #444444;
border-top-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
border-bottom-right-radius: 0px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
display: block;
}

a.active.trigger {
background:#222222 url(../images/minus.png) 15% 55% no-repeat;
}

.watermark {
background:#ffffff url(../images/watermark.gif) no-repeat;
}*/
