/*
+-----------------------------+
|   CASCADING STYLE SHEETS    |
+-----------------------------+
*/

body{
    background-color: #FFFFFF;
    font-family: helvetica;
    font-size:.75em;
    color:#000000;
    text-align:center;
    min-width:1000px;
    margin:0px;
    padding:0px;
}

img{
    border:0px;
    padding:0px;
}
a {
    color:#000000;
    font-weight:normal;
    text-decoration: none;
    cursor: auto;
}

a:link {
    color:#000000;
    font-weight:normal;
    text-decoration: none;
    cursor: auto;
}

a:visited {
    color:#000080;
    font-weight:normal;
    text-decoration: none;
    cursor: auto;
}

a:hover {
    color:#800000;
    font-weight:normal;
    text-decoration: none;
    cursor: pointer;
}

/*
+----------------+
|   OUTER DIV    |
+----------------+
*/
#outerExterior{
    position: relative;
    clear:both;
    display:block;
    width:796px;
    margin:0px auto;
    padding:0px;
    background-image: url("/main_templates/caselle/images/non_zimbra_logo.png");
    background-position: top left;
    background-repeat: no-repeat;
    padding-top:130px;
    text-align:left;
}

/*
+-----------------+
|   NAVIGATION    |
+-----------------+
*/
.navSection{
    display:block;
    clear:both;
    text-align:left;
    margin:0px;
    padding:0px;
    height:30px;
}

.navSection ul{
    display:block;
    margin:0px;
    padding:5px;
    list-style: none;
}

.navSection li{
    float:left;
    margin:0px 15px 0px 0px;
    padding:5px 0px 5px 15px;
    background-image :url("/static_files/images/Framework/leaf_bullet_green.png");
    background-position: 0% 50%;
    background-repeat: no-repeat;
}

.navSection li a{
    display:inline;
    text-transform: uppercase;
    padding:0px;
    margin:0px;
}

.navSection li a:link{
    color:#0F6CB6;
}

.navSection li a:visited{
    color:#0F6CB6;
}

.navSection li a:hover{
    color:#7AC142;
}

.navSection ul li a.active{
    color:#7AC142;
}

.navSection a{
    display:inline;
    text-transform: uppercase;
    padding:0px;
    margin:0px;
    font:italic bold 10px Arial,Verdana,sans-serif;
}

.navSection a:link{
    color:#000000;
}

.navSection a:visited{
    color:#000000;
}

.navSection a:hover{
    color:#127aba;
}

.navSection a.active{
    color:#127aba;
}

.navSection li img{
    vertical-align: middle;
}

.navSection span{
    display:block;
    clear:both;
}

/*
+----------------+
|   MAIN BODY    |
+----------------+
*/
#mainbody{
    position: relative;
    display:block;
    margin:0px;
    padding:0px;
    background-color: #FFFFFF;
    text-align:left;
    min-height:425px;
}

/*#mainbody .leftSide{
    display:block;
    width:690px;
    margin:5px 5px 5px 0px;
    padding:0px;
    min-height:530px;
}

#mainbody .rightSide{
    position: absolute;
    top:-105px;
    right:0px;
    width:290px;
    margin:5px 0px 5px 5px;
    padding:0px;
    min-height:630px;
}*/

.mainTable {
    width:796px;
    padding:0px;
    margin:0px;
    border-style:none dashed dashed dashed;
    border-width:1px;
    border-color:#E0E0E0;
    color:#707070;
    font:16px/18px Times New Roman,serif;
}
.mainTable a {
    color:#525252;
    font-weight:normal;
    text-decoration: none;
    cursor: auto;
    font:11px/19px Arial,Verdana,sans-serif;
}

.mainTable a:link {
    font-weight:normal;
    text-decoration: none;
    cursor: auto;
}

.mainTable a:visited {
    font-weight:normal;
    text-decoration: none;
    cursor: auto;
}

.mainTable a:hover {
    font-weight:normal;
    text-decoration: underline;
    cursor: pointer;
}

.mainTable h3 {
    color:#127aba;
    font:14px/5px Arial,Verdana,sans-serif;
}

.mainTable .tableLevel1 {
    width:100%;
    margin:0px;
    padding:0px;
    border-spacing: 0px;
    border-collapse: collapse;
}

.mainTable .tableDiv {
    width:85%;
    border-style:solid;
    border-width:1px;
    border-color:#666666;
    margin:0px;
    padding:0px;
}

.mainTable loginButton {
    text-align:right;
    position:absolute;
    right:50px;
}

.mainImage{
    clear:both;
    position:relative;
    margin:0px;
    padding:0px;
}

.mainImage .floatingText{
    position:absolute;
    top:40px;
    left:50px;
    width:300px;
    font-size:2em;
    text-align:center;
    color:#0F6CB6;
    font-weight:bold;
}

.boxSection{
    position:relative;
    height:238px;
    width:339px;
    margin:0px;
    margin-top:10px;
    margin-bottom:10px;
    padding:0px;
}

.boxSection .topbar{
    position:absolute;
    top:0px;
    left:0px;
    margin:0px;
    padding:0px 20px 0px 10px;
    height:30px;
    width:309px;
    background-image: url("/static_files/images/Framework/box_topbar.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.boxSection .body{
    margin:0px;
    padding:30px 20px 0px 0px;
    height:208px;
    background-image: url("/static_files/images/Framework/box_background.png");
    background-position: bottom left;
    background-repeat:no-repeat;
}

.quicklist{
    float:left;
    width:300px;
    margin:0px;
    padding:0px;
    margin-right:10px;
}
.quicklist h3{
    font-size:1.25em;
    color:#0F6CB6;
    font-weight:bold;
}
.quicklist ul{
    list-style-image: url("/static_files/images/Framework/leaf_bullet_blue.png");
}
.quicklist li{
    padding:3px 0px;
}

.sectionError{
    display:block;
    width:95%;
    margin:0px auto;
    padding:.7em 0em;
    text-align:center;
}

.sectionError .ui-icon{
    text-align:center;
    margin:0px auto;
}

.sectionHelp{
    display:block;
    width:95%;
    margin:0px auto;
    padding:.7em 0em;
    padding:.7em 0em;
    text-align:center;
}

.sectionHelp .ui-icon{
    text-align:center;
    margin:0px auto;
}

.sectionHeader{
    margin:0px;
    padding:0px;
    text-align:center;
    height: 3.75em;
    overflow: visible;
    position: relative;
}

.sectionHeader .left{
    float:left;
    margin-left:1em;
}

.sectionHeader .right{
    float:right;
    margin-right:1em;
    line-height: 3.75em;
    max-height: 3.75em;
    vertical-align: middle;
    overflow: visible;
    white-space: nowrap;
    /*border: 1px solid red;*/
}

.sectionHeader .center{
    float:none;
    margin:0px auto;
}

.sectionBody{
    clear:both;
    float:none;
    /*position: relative;*/
}

.sectionBreak{
    margin:0px;
    padding:0px;
    text-align:center;
    height: 3.75em;
    overflow: visible;
    position: relative;
}

.sectionBreak .left{
    float:left;
    margin-left:1em;
}

.sectionBreak .right{
    float:right;
    margin-right:1em;
    line-height: 3.75em;
    vertical-align: middle;
}

.sectionBreak .center{
    float:none;
    margin:0px auto;
}

.inputPrompt{
    position:relative;
    width:33%;
    margin-top:.5em;
    text-align:right;
    vertical-align: bottom;
    line-height:2em;
    min-height:2.5em;
}

.inputResponse{
    position:absolute;
    width:200%;
    left:102%;
    top:-.1em;
    text-align:left;
}

.inputInstruction{
    display:inline;
    color:green;
    font-weight:normal;
}

.sectionFooter{
    margin:0px;
    padding:0px;
    text-align:center;
    height: 3.75em;
    overflow: visible;
    position: relative;
}

.sectionFooter .left{
    float:left;
    margin-left:1em;
}

.sectionFooter .right{
    float:right;
    margin-right:1em;
    line-height: 3.75em;
}

.sectionFooter .center{
    float:none;
    margin:0px auto;
}

/*
+------------------------+
|   FOOTER NAVIGATION    |
+------------------------+
*/
#footerExterior{
    display:block;
    clear:both;
    color:#999999;
    margin:0px auto;
    padding:0px;
    padding-top:10px;
    background-image: url("/static_files/images/Framework/bar_footer.png");
    background-position: top left;
    background-repeat: no-repeat;
}

#footer a{
    padding:5px;
}

#footer span{
    display:none;
    clear:both;
}

#footer ul{
    display:inline;
    list-style:none;
}

#footer li{
    display:inline;
    padding:0px 5px;
    list-style:none;
}

#footer .navbar_item{
    width:auto;
}

#flags{
    float:left;
    vertical-align:middle;
}

#flags img{
    vertical-align: middle;
}

#policies{
    float:left;
    vertical-align:middle;
    margin-left:10px;
}

#templates{
    float:right;
    white-space: nowrap;
    margin:0px;
    padding:0px;
    margin-right:3em;
}

#templates .special{
    float:left;
    padding:5px;
}

#templates .special a:hover{
    cursor:default;
}

#feedback{
    float:right;
}

