/**
 * Base Styles
 */

body {
    font: normal normal normal 11px/16px 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    overflow: -moz-scrollbars-vertical;
    background: #333 url(../images/bg.png) no-repeat center top;
}

.no-border {
    border: none !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    border-radius: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.leading {
    margin-top: 10px !important;
}

nav > ul {
    padding: 0;
}

/**
 * Text Styles
 */

a {
    color: #346FB4;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

abbr, acronym {
    font-size: 85%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted black;
    cursor: help;
}

abbr[title], acronym[title], dfn[title] {
    border-bottom: 1px dotted #CCC;
    cursor: help;
}

code, kbd, samp, pre, tt, var, .code {
    font-family: 'Courier New', Courier, monospace, sans-serif;
    font-size: 10pt;
    color: purple;
    margin: 20px;
    background-color: #eee;
}

h1 {
    font-size:20px;
}
h2 {
    font-size:18px;
}
h3 {
    font-size:14px;
}
h4 {
    font-size: 13px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 11px;
}
h1,h3,h4,h5,h6,p {
    margin:1em 0;
}
h1,h3 {
    color: #000;
}
h2 {
    color: #000;
}
h4,h5, h6 {
    color: #444;
    font-weight: normal;
}
h6, p {
    color: #676767;
}
h1,h2,h3,b,strong,caption,th,thead,dt,legend{
    font-weight:bold;
}

ul, ol {
    padding-left: 2em;
}

li ul, li ol, ul ul, ol ol, dl dd {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
}

small, sup, sub {
    font-size: 90%;
}

.code {
    background-color: #EAEFF4;
    color: #069;
    overflow: auto;
    padding: 2px 6px;
}

.al {
    text-align: left !important;
}
.ar {
    text-align: right !important;
}
.ac {
    text-align: center !important;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}

/**
 * Login
 */
body.login {
    height:0;
    overflow: hidden;
}
.login-box {
    margin: 0 auto !important;
    margin-top: -110px !important;
    margin-left: -300px !important;
    position: absolute !important;
    top: 50%;
    left: 50%;
    width:600px;
    z-index: 9999 !important;
}
.login-box form {
    padding: 19px 0px 22px 18px;

}
.login-box input[type=text], .login-box input[type=password] {
    width: 210px;
}
.login-box.main-content {
    min-height: 0;
}

/**
 * Header
 */
#wrapper > header {
    margin-bottom: 20px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
    zoom: 1;
}
#wrapper > header > div {
    background: #fff;
    margin: 0 auto;
    padding: 0 20px;
    width: 940px;
}
#wrapper > header h1 {
    color: #000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 0;
}

#wrapper > header h1 a {
    color: #000;
    text-decoration: none;
}

#wrapper > header nav {
}

#wrapper > header nav ul {
    padding: 0;
}

#wrapper > header nav > ul {
}

#wrapper > header nav > ul > li {
    display: block;
    float: left;
    position: relative;
}

#wrapper > header nav > ul > li > a {
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 40px;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
}

#wrapper > header nav > ul li:hover > a {
}

#wrapper > header nav > ul > li:hover:not(.action) > a {
    background: #d1d1d1;
}

#wrapper > header nav > ul > li.active > a {
    background: #eee;

}

#wrapper > header nav > ul > li.action {
    margin-top: 7px;
    margin-left: 3px;
    margin-right: 3px;
}

#wrapper > header nav > ul > li.action > a.button {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    padding: 4px 10px;
    border: 1px solid #444;
    border: 1px solid rgba(0,0,0,0.5);
}

#wrapper > header nav > ul > li > a.arrow-down {
    padding-right: 30px !important;
}

#wrapper > header nav > ul > li > a.arrow-down:after {
    background: transparent url(../images/arrow-down.png) no-repeat 0 19px;
    content: " ";
    display: block;
    height: 40px;
    margin-left: 8px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 10px;
    z-index: 1;
}

#wrapper > header nav > ul ul {
    background: rgba(206, 206, 206, 1);
    display: block;
    padding-bottom: 5px;
    position: absolute;
    width: 150px;
    z-index: 999;
    left: -9999em;
}

#wrapper > header nav > ul li:hover ul {
    left: 0;
}

#wrapper > header nav > ul ul li a {
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 30px;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
}

#wrapper > header nav > ul ul li a:hover {
    background: #444 !important;
    color: #fff;
    zoom: 1;
}

#wrapper > header form input[type=text] {
    background: #777;
    border: 1px solid #191919;
    margin-top: 7px;
}

#wrapper > header form input[type=text]:hover {
    background: #888;
}

#wrapper > header form input[type=text]:focus {
    background: #eee;
}

#wrapper > header .chevron {
    background: transparent url(../images/arrow-down.png) no-repeat center 19px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-right: -15px;
    text-indent: -999em;
}

#wrapper > header .chevron.toggle-up {
    background: transparent url(../images/arrow-up.png) no-repeat center 19px;
}

.shortcuts {
    padding: 20px 0;
    display: none;
}

.shortcuts ul {
    display: block;
    list-style-type: none;
    padding: 0;
}

.shortcuts ul li {
    float: left;
    margin: 0 5px;
    position: relative;
}

.shortcuts ul li:first-child {
    margin-left: 0;
}

.shortcuts ul li:last-child {
    margin-right: 0;
}

.shortcuts ul li a {
    background: #e1e1e1;
    color: #555;
    cursor: pointer;
    display: block;
    padding: 13px 10px;
    text-align: center;
    text-decoration: none;
    width: 63px;
}

.shortcuts ul li a:active {
    border: 1px solid #bbb;
}

.shortcuts ul li span {
    display: block;
}

.shortcuts ul li em {
    background: #ff2222;

    border: 1px solid #933;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    line-height: 14px;
    padding: 0 5px;
    position: absolute;
    top: -5px;
    right: -5px;
}

/**
 * Content
 */
#wrapper > section {
    padding-top: 60px;
}

.has-promo #wrapper > section {
    padding-top: 110px;
}

.main-content {
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.main-content > header {
    background: #3e495b;
    position: relative;
    height: 50px;
}

.main-content > header h2 {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    line-height: 46px;
    margin-left: 15px;
    text-transform:capitalize;
}

.main-content > header .action-buttons {
    position: relative;
    height: 50px;
    z-index: 999;
}

.main-content > header input {
    position: relative;
    top: -6px;
}

.main-content > section {
    padding: 20px;

}

.main-content > section.container_6 {
    padding: 20px 0;
}

.main-content > section h3 {
    border-bottom: 1px solid #ddd;
    margin-top: 0;
    padding-bottom: 14px;
}

/**
 * Footer
 */
body > footer {
    padding-bottom: 20px;
}
    #footer-inner, #footer-inner a {
        color: #fff;
        font-size: 10px;
    }

    #footer-inner a {
        text-decoration: underline;
    }

/**
 * Elements
 */

/* the overlayed element */
.apple_overlay {

    /* initially overlay is hidden */
    display:none;

    /* growing background image */
    background-image:url(/themes/flat/help/images/overlay/white.png);

    /*
        width after the growing animation finishes
        height is automatically calculated
    */
    width: 700px;

    /* some padding to layout nested elements nicely  */
    padding:35px;

    /* a little styling */
    font-size:11px;

    z-index: 9999;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
    background-image:url(../images/close-icon.png);
    position:absolute; right:14px; top:14px;
    cursor:pointer;
    height:30px;
    width:30px;
    z-index: 999;
}

.apple_overlay.black {
    background-image:url(../images/overlay/transparent.png);
    color:#fff;
}


/* the pop-up main window  */
.popup_overlay {

    /* initially overlay is hidden */
    display:none;

	/* growing background image */
    background-image:url(/themes/flat/images/overlay/transparent.png);

	margin-top: -100px;

    /*
        width after the growing animation finishes
        height is automatically calculated
    */
    width: 1024px;
	height: 900px;

    /* some padding to layout nested elements nicely  */
    padding:35px;

    /* a little styling */
    font-size:11px;

    z-index: 9999;
}


/* default close button positioned on upper right corner */
.popup_overlay .close {
    background-image:url(../images/close-icon.png);
    position:absolute; right:10px; top:10px;
    cursor:pointer;
    height:30px;
    width:30px;
    z-index: 999;
}

.popup_overlay.black {
    background-image:url(../images/overlay/transparent.png);
    color:#fff;
}

#previewDIV {
    background-color: #F0F0F0;
    position: absolute;
    left: 550px;
    top: 150px;
    /** height: 500px;
    width: 400px; **/
    padding: 10px;
    text-align: center;
    vertical-align: center;
    border: #D4D4D4;
    border-style: solid;
    border-width: thin;
    width: 370px;
    min-height: 515px;
}
