﻿@import url('reset.css');
@import url('sbi-buttons.css');

html, body, form
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0 auto;
    background-color: #ffffff; /*     background-color: #0e4f83;     background-image: url("../images/layout/bg-2.png");     background-repeat: no-repeat;     */
    background-image: url("../images/layout/bg-3.png");
    background-repeat: repeat-x;
}
.pipe
{
    color: #999999;
    margin: 0 3px 0 3px;
    display: inline;
}

.RadMenu_Sitefinity ul.rmRootGroup, .RadMenu_Sitefinity div.rmRootGroup
{
    -moz-border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
}
#slideshow
{
    margin: 0 auto;
    width: 520px;
    height: 250px;
    background: transparent url(../img/bg_slideshow.jpg) no-repeat 0 0;
    position: relative;
}
#slideshow #slidesContainer
{
    margin: 0 auto;
    width: 520px;
    height: 250px;
    overflow: auto; /* allow scrollbar */
    position: relative;
}
#slideshow #slidesContainer .slide
{
    margin: 0 auto;
    width: 500px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
    height: 250px;
}

#leftControl
{
    top: 0;
    left: 0;
    background: transparent url(../img/control_left.jpg) no-repeat 0 0;
}
#rightControl
{
    top: 0;
    right: 0;
    background: transparent url(../img/control_right.jpg) no-repeat 0 0;
}

#pageContainer
{
    margin: 0 auto;
    width: 960px;
}
#pageContainer h1
{
    display: block;
    width: 960px;
    height: 114px;
    background: transparent url(../img/bg_pagecontainer_h1.jpg) no-repeat top left;
    text-indent: -10000px;
}
.slide h2, .slide p
{
    margin: 10px;
}
.slide h2
{
}
.slide img
{
    float: right;
    margin: 0 15px;
}


.radioList li
{
    padding-right: 5px;
    padding-bottom: 5px;
    float: left;
}

.radioList label
{
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
}


.ButtonPanel
{
    margin-top: 60px;
    float: right;
}
.catagoryBackground
{
    background-color: #F1F1F1;
    padding: 5px;
}

/*----------- Fixes ----------- */
.valign
{
    vertical-align: middle;
}
.clear
{
    clear: both;
}
/*----------- End Fixes ----------- */
/*----------- Spacers ----------- */
.app-home-spacer
{
    margin-top: 6px;
}
.dotted-margin
{
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
    margin-top: 30px;
}
.dotted-spacer
{
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    margin-top: 15px;
}
.dotted-line
{
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 5px;
    margin-top: 5px;
}
.spacer3px
{
    height: 3px;
}
.spacer5px
{
    height: 5px;
}
.spacer8px
{
    height: 8px;
}
.spacer10px
{
    height: 10px;
}
.spacer20px
{
    height: 20px;
}
.spacer30px
{
    height: 30px;
}
.spacer40px
{
    height: 40px;
}
.spacer50px
{
    height: 50px;
}
.spacer100px
{
    height: 100px;
}
/*----------- End Spacers ----------- */

/*----------- Text ----------- */
.popout-text
{
    font-size: 20px;
    margin-bottom: 20px !important;
    display: block;
}
strong
{
    /* color:#333333; */
}
.p, p
{
    line-height: 18px;
}
.p, p, div, td
{
    font-size: 12px;
    color: #333333;
}
.li, li
{
    line-height: 20px;
    font-size: 12px;
    color: #333333;
}
.content-main ul
{
    list-style: disc none outside; 
    margin-left: 25px;
}
.content-main ol
{
    list-style: decimal none outside; 
    margin-left: 25px;
}
.app-sidebar ul
{
    list-style: none; 
    margin-left: 0px;
}
.H2, H2
{
    font-size: 16px;
    color: #b67614;
    font-weight: bold;
    padding-bottom: 10px;
}
.H3, H3
{
    font-size: 16px;
    color: #146eb6;
    font-weight: bold;
    padding-bottom: 10px;
}
.H4, H4
{
    font-size: 12px;
    color: White;
    background-image: url(../Images/Layout/home-head-gradient.png);
    padding: 7px 5px;
    height: 11px;
    margin: 10px 0;
}
.heading-title
{
    font-size: 16px; /*color: #146eb6;*/
    color: #B67614;
    font-weight: bold;
}
.heading-text
{
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    line-height: 18px;
    font-size: 13px;
    color: #333333;
    padding-bottom: 5px;
}
.mustard
{
    color: #b67614;
}
.marg-btm-5px
{
    margin-bottom: 5px;
    color: #b67614;
}
.datestamp
{
    font-size: 10px;
    color: #666666;
}

.font11px
{
    margin-top: 4px;
    font-size: 11px;
}

/*----------End Text ----------- */

/*---------- Links ----------- */
a
{
    color: #0c6db4;
    text-decoration: none;
}
a:hover, a:active
{
    color: #b67614;
}

/*---------- End Links ----------- */
/*---------- Forms ----------- */
.column
{
    float: left;
    margin-right: 20px;
}
.form
{
    padding: 20px;
}
fieldset
{
    margin-bottom: 20px;
    padding: 10px;
}

legend
{
    font-weight: bold;
    margin-bottom: 15px;
}

fieldset.border legend
{
    padding: 0 8px;
}

label
{
    display: block;
    font-weight: bold;
}
input:focus
{
    border: solid 2px #cadfef;
}

input[type=checkbox]:focus, input[type=radio]:focus
{
    border: none;
}

fieldset.border
{
    border: solid 2px #666666;
}

fieldset.top-label
{
}

fieldset.left-label
{
}

.field
{
    margin-bottom: 20px;
}

.button
{
}

.chkbox label
{
    display: inline;
    font-weight: normal;
    font-size: 12px;
    color: #333;
    margin-left: 5px;
}

fieldset.left-label label
{
    width: 150px;
    float: left;
}

fieldset.left-label .button label
{
    float: none;
    width: auto;
}
.error, .success
{
    padding: 5px;
    margin: 10px;
    color: #fff;
    font-size: 14px;
}
.error
{
    background: #f00;
}
.success
{
    background: #87b449;
}
/*---------- End Forms ----------- */

.hort-list li
{
    display: inline;
    padding-right: 15px;
    margin: 0px;
}
.hort-list input, .hort-list label, .vert-list label
{
    float: none;
    width: auto;
    display: inline;
    font-weight: normal;
    vertical-align: middle;
}

#silverlightControlHost
{
    height: 100%;
    text-align: center;
}
/* License Icons */
.ico-part, .ico-my, .ico-dis, .ico-hide, .ico-site, .ico-mkt, .ico-specex
{
    width: 16px;
    height: 16px;
    margin-bottom: 3px;
}
.ico-part
{
    background-image: url(/Shared/Images/Icons/partitioned.png);
}
.ico-dis
{
    background-image: url(/Shared/Images/Icons/disaggragated.png);
    width: 19px;
}
.ico-my
{
    background-image: url(/Shared/Images/Icons/star.png);
}
.ico-site
{
    background-image: url(/Shared/Images/Icons/site-based.png);
}
.ico-mkt
{
    background-image: url(/Shared/Images/Icons/market-based.png);
}
.ico-specex
{
    background-image: url(/Shared/Images/specex-logo.png);
    width: 46px;
}
.ico-hide
{
    background-image: url(/Shared/Images/Icons/delete.png);
}
