/* BASICS
---------------------------------------------- */
body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background: #fff url(../images/bg-body-darkgradient.png) repeat-x;
    font-size: 10pt;
    margin: 0;
    padding: 0;
}

/* clear float rules defined early so they won't accidentally overwrite other possible declarations */
/* for modern browsers */
    .clearfix:after {
        clear: both;
        content: "'";
        display: block;
        font-size: 0; /* fix FF bug */
        height: 0;
        overflow: hidden;
        visibility: hidden;
        }
/* for IE7 */
    .clearfix { min-height: 0; }
/* for IE<7 \*/
    * html .clearfix { height: 1%; }
/* for IE-mac (snicker) */
    /*\*//*/ .clearfix { display: inline-table; } /**/

img {
   border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

#header {
    background: transparent url(../images/logo-jive.gif) no-repeat 12px 10px;
    height: 55px;
}

#header h1 {
    color: #edf5ff;
    margin: 0 0 0 155px ;
    font-size: 1.2em;
    padding: 20px;
}

#main {
    margin: 0 auto;
}

#masthead {
    float: left;
    margin: 28px 0 17px;
    width: 960px;
}

#masthead p {
    padding: 0;
    margin: 0;
}

ol, ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

a#jive-logo {
    float: left;
    height: 44px;
    position: relative;
    text-indent: -9999px;
    width: 158px;
    z-index: 200;
}

#usernav {
    color: #CCCCCC;
    float: right;
    font-size: 1.1em;
    margin: 10px 0 0;
    text-align: right;
    width: 760px;
}

#usernav li {
    display: inline;
    padding: 0 10px;
}

.nobg, #usernav .nobg {
    background:transparent none repeat scroll 0 0;
}

#nav {
    float: left;
    font-size: 1.2em;
    height: 40px;
    margin: 0 0 48px;
    width: 960px;
}

#nav ul {
    float: left;
    width: 700px;
    margin: 0;
    padding: 0;
}

#nav ul li {
    float: left;
    padding: 0 10px;
}

#nav li.first {
    background: transparent none repeat scroll 0 0;
}


#nav ul li a {
    color: #FFFFFF;
    float: left;
    margin: 4px 0 0;
    padding: 6px 10px 4px;
}
#nav ul li.first a {
    padding-left: 19px;
}
#nav ul li a:hover {
    text-decoration: underline;
}


#bread_crumbs {
    padding: 0 25px;
    margin-bottom: 10px;
    font-size: 11px;
}

#content {
    padding: 25px;
    margin: 0 20px 0 175px;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 7px;
    border: solid 1px #dadada;
}

#content h2 {
    margin: 0 0 8px;
    padding: 0;
}

#footer {
    border-top: 1px solid black;
    padding-top: 3px;
    text-align: center;
    margin-top: 20px;
}

a {
    text-decoration: none;
}

a:link {
    color: #1f76ec;
}

a:visited {
    color: #4e8bc9;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #FF9900;
}

h1, h2, h3, h4, h5, h6, strong {
    font-weight: bold;
}

h1.admin {
    font-size: 1.2em;
    font-weight: bold;
}

p.admin {
    font-size: 1.2em;
}


em {
    font-style: italic;
}

/* MAIN CONTAINER
--------------------------------------------- */
#container {
    margin: 0 auto;
    margin-left: 100px;
    padding: 80px 20px 40px;
    position: relative;
}

/* MASTHEAD
--------------------------------------------- */
#masthead {
    width: 950px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: solid 1px #d8d8d8;
    overflow: auto;
}

#masthead h1 {
    font: 1.7em Georgia, serif;
    margin: 0 0 10px;
}

#masthead h2 {
    font: 2.5em Georgia, serif;
}

#masthead p {
    font-size: 1.2em;
    line-height: 1.6em;
    color: #535353;
}

#masthead .document {
    padding-left: 30px;
    background: url( ../images/icon-document-24x24.png ) no-repeat;
}

#masthead .admin {
    padding-left: 30px;
    background: url( ../images/icon-admin-24x24.png ) no-repeat;
}


/* MASTHEAD
--------------------------------------------- */
#login-block {
    color: #999;
    padding: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 7px;
    border: solid 1px #dadada;

}
#login-block .form_title {
    color: #000;
    border: none;
}

fieldset {
    padding: 5px;
    border: 1px solid #666;
}


#errors a {
    color: #b00;
}

/* TOASTER
--------------------------------------------- */
#toaster {
    width: 250px;
    border: solid 3px #fff;
    border-width: 3px 0 0 3px;
    background-color: #daefff;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px 10px 10px 20px;
}

#toaster p {
    font-size: 1.1em;
    line-height: 1.3em;
    margin: 0;
}

#toaster p.update {
    margin: 10px 0 0;
}

/* tables */
.hilite {
    background-color : #ff0000;
}

h1.tableheader {
    font-size: 12pt;
}
.jive-table {
    border-color: #bbb;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
}

.jive-table TH, .jive-table TD {
    padding: 4px;
}

.jive-table TH {
    background-color: #eee;
    color: #356b3f;
    border-bottom: 1px #bbb solid;
    text-align: left;
    font-family: verdana;
    font-weight: normal;
    font-size: 10pt;
}

.jive-table TH a {
    color: #356b3f;
}

.jive-table TR TD {
    border-bottom: 1px #ccc solid;
}

.jive-table TD {
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
}

.jive-table .jive-odd TD {
    background-color: #fff;
}

.jive-table .jive-even TD {
    background-color: #d3ffc9;
}

.jive-table TFOOT TD {
    background-color: #ddd;
    font-family: verdana;
    font-size: 8pt;
    border-right: 1px #bbb solid;
}

.jive-table TD TD {
    border-width: 0px;
}

/* --------------------------------------------- */
/*  Paginators                                   */
/* --------------------------------------------- */

TABLE.jive-paginator {
    margin:5px;
}
.jive-paginator, .jive-paginator A {
    font-family: Arial, Helvetica, Sans-serif;
    font-size : 10pt;
}
.jive-paginator, .jive-paginator A {
    font-weight : bold;
}
.jive-paginator A {
    text-decoration : none;
    border : 1px #fff solid;
}
.jive-paginator A:hover {
    border : 1px #ccc solid;
    color : #000;
    background-color : #ffc;
    text-decoration : none;
}
.jive-paginator .jive-current {
    color : #000;
    text-decoration : none;
}

.jive-admin-form td {
    font-size:9pt;
    white-space: nowrap;
}

.jive-admin-form .jive-admin-label {
    font-size:9pt;
    white-space: nowrap;
    font-weight: bold;
    width: 140px;
    padding-right:10px;
    padding-bottom:20px;
}

.jive-admin-form .jive-admin-value {
    font-size:9pt;
    padding-bottom:20px;
}

.jive-info {
    font-size: 1.2em;
}

span.unknown {
    color: #ABABAB;
    font-style: italic;
}

/* --------------------------------------------- */
/* Upload progress bar styles */
/* --------------------------------------------- */
#progressBar {
    padding-top: 5px;
}
#progressBarBox {
    width: 350px;
    height: 20px;
    border: 1px inset;
    background: #eee;
}
#progressBarBoxContent {
    width: 0;
    height: 20px;
    border-right: 1px solid #444;
    background: #69c;
}

#admin-toc {
    padding: 10px;
    width: 145px;
    float: left;
}

#admin-toc hr.header {
    width:75%;
    background-color: #356b3f;
}
#admin-toc .header {
    font-size: 1.0em;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 0;
}
#admin-toc h2 {
    color: #363636;
}

#admin-toc ul {
    margin: 0 0 4px;
    padding: 2px;
    background: #356b3f;
    -webkit-border-radius: 6px;
    -moz-border-radius: 7px;
    border: solid 1px #999;
}

#admin-toc ul li {
    padding: 2px 6px;
    margin: 2px 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 3px;
}

#admin-toc ul li a {
    font-size: 0.9em;
    color: #fff;
}
#admin-toc ul li.selected a {
    color: #356b3f;
}

#admin-toc ul li.selected {
    background: #b4e5bc;
}

#admin-toc a:hover {
    color: #edf5ff;
    text-decoration: underline;
}

#admin-toc-user {
    color: #edf5ff;
    font-size: 0.8em;
    padding-bottom: 10px;
}

.form_container {
    padding: 0 15px 0 15px;
}

.form_title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #333333;
    margin-bottom: 10px;
    padding-bottom: 2px;
}

.form_label {
    font-weight: bold;
    font-size: 14px;
}

.form_error {
    font-size: 10px;
    padding: 1px 3px 1px 3px;
}

.form_field {
    margin-bottom: 6px;
    margin-top: 3px;
}

.form_field.left, .form_label.left {
    margin-right: 15px;
}

.form_label.error {
    color: #ff0000;
}

.form_field input.small, .form_field textarea.small, .form_field select.small {
    width: 75px
}

.form_field input.medium, .form_field textarea.medium, .form_field select.medium {
    width: 150px
}

.form_field input.large, .form_field textarea.large, .form_field select.large {
    width: 316px
}

.form_field input, .form_field textarea, .form_field select {
    margin-bottom: 5px;
}

.form_field select {
    margin-right: 6px;
}

.form_errors  {
    color: #ff0000;
    font-size: 11px;
    padding-bottom: 10px;
    font-weight: bold;
}

div#errors {
    color: #ff0000;
    font-size: 11px;
    padding-bottom: 10px;
    font-weight: bold;
}


.multi_column_form td {
    padding-left: 10px;
}

.multi_column_form td.first {
    padding-left: 0;
}

.form_errors li {
    list-style: circle;
    font-size: 10px;
    color: #ff0000;
    
}

div.title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 2px;
}

div.actionlabel div {
    padding: 2px;
}


div.actionlabel img {
    border: 2px;
    vertical-align: text-bottom;
}

table.accounts {
    width: 750px;
    border-style: solid;
    border-width: 1px;
}

table.accounts th {
    font-weight:normal;
    background-color: #EAEBEE;
    text-align: left;
    width: 250px;
}

table.accounts td {
    background-color: #F5FBFC;
}

div.notes {
    padding: 2px;
    color: #797979;
    width:400px;
    height:200px;
    overflow:auto;
    border: 1px solid #ABABAB;
    text-align: left;
}

div.notes#empty {
    padding: 2px;
    color: #797979;
    width:auto;
    height:auto;
    border: none;
    padding-left: 10px;
    text-align: center;
}

div.notes pre {
    padding: 0;
    margin: 2px;
}

/* For Lightbox effect */
.jive-modal {
    width:700px;
    border: solid 1px #444;
    background: #222;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 4px 8px 8px;
    text-align: left;
    display:none;
    position: relative;
}
.jive-modal-content {
    background: white;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 15px;
}
.jive-modal h2 { color: #9e9e9e; padding:  4px 8px 10px 6px;}
#lb_overlay { background: black;}
.jive-modal-close { position: absolute; top: 10px; right: 10px;}

div.actionMessage {
    margin-left: 85px;
    padding:15px;
    width:50%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom:15px;
    background-color: #f1e09a;
    border: 1px solid #333333;
    position: absolute;
    top: 35px;
}


