
/*******************************************************************************/
/*                                  LAYOUT CSS                                 */
/*******************************************************************************/
.invisible, .invisible a {
   display: none;
   background: #fff;
   color: #fff;
}

a.ki_toplinks  {
  color:#ffffff;
  text-decoration: none;
  font-size:12px;
}
a:hover.ki_toplinks  {
  color:#FFF000;
  text-decoration: none;
}
a:visited.ki_toplinks  {
  color:#fefefe;
  text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    color: #405e00;
    font-family: Arial, Helvetica, Trebuchet MS, Verdana, sans-serif;
}
td, th {
    padding: 2px 0 0 5px;
}
th {
    background-color:#bcbcbc;
    text-align: left;
    color: #9e2616;
    font-size: 1.1em;
    letter-spacing: 0.1px;
    line-height: 1.75em;
}
input, select, textarea {
    font-family: verdana;
    font-size: 0.9em;
}

/******************************* LAYOUT : HEADER *******************************/

#sgl-header {
    background-color: #ffffff;
    height: 100px; /* this needs to be adjusted to push tabs down */
    height: auto;  /* auto seems to work on mozilla */
    margin: 0;
    padding: 0;
    border:dashed 0px green;
}
#sgl-header-left {
    float: left;
    margin: 0;
    padding: 5px 0 5px 15px;
    color: #9e2616;
}
#sgl-header-left img {
    border: none;
    vertical-align: middle;
}
#sgl-header-right {
    float: right;
    padding: 10px 10px 0 0;
    text-align: right;
    font-size: 0.8em;
    color: #9e2616;
}
#sgl-header-right a {
    color: #9e2616;
    cursor: pointer;
    text-decoration: none;
}
#sgl-header-right a:hover {
    color: #9e2616;
    cursor: pointer;
    text-decoration: underline;
}
#sgl-header-right img {
    /* image next to login-logout link */
    margin-left: 10px;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border: none;
    vertical-align: middle;
}

/***************************** LAYOUT : NAVIGATION *****************************/

#sgl-nav {
    height:50px; /* this needs to be set to preserve open space */
    /* height: auto; */ /* auto makes the sgl-nav collapse, but the ul still shows */
    font-size: 0.75em;
    border:solid 0px orange;
}


/***************************** LAYOUT : TABLES *********************************/

table {
    border: none;
}
.wide {
    width: 90%;
}
.narrow {
    width: 60%;
}
.sgl-row-light {
    background-color: #efefef;
}
.sgl-row-dark {
    background-color: #dddddd;
}

/****************************** LAYOUT : MAIN **********************************/
#wrapper  {
  margin: 0 auto 25px auto;
  border: 0;
  border-bottom: 1px solid #ddc;
  padding: 25px 0 0 0;
  width: 790px;
  height: 100%;
}

#sgl-main {
    /*top: 140px; */
}

/************************ LAYOUT : LEFT & RIGHT BLOCKS *************************/

#sgl-blocks-left, #sgl-blocks-right {
    border:solid 0px purple;
    padding:bottom:10px;
}
#sgl-blocks-left {
    width: 200px;
    float:left;
    margin: 0px 0px 0px 0px;
}
#sgl-blocks-right {
    width: 0px;
    z-index:1;
}
div.sgl-blocks-left-item {
    padding: 4px 0 0 1px;
}
div.sgl-blocks-right-item {
    padding: 4px 1px 0 0;
}
div.sgl-blocks-left-item-title, div.sgl-blocks-right-item-title {
    background-color: #ffffff;
    font-size: 1.0em;
    line-height: 1.5em;
    font-weight: bold;
    color: #7f1e02;
    text-align: center;
    border: 1px solid #bbbbbb;
}
div.sgl-blocks-left-item-body, div.sgl-blocks-right-item-body {
    background-color: #e7e7e7;
    font-size: 0.85em;
    color: #283b00;
    padding: 5px 0 5px 10px;
    border-right: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
}

/*************************** LAYOUT : MIDDLE BLOCKS ****************************/

#sgl-blocks-middle {
  border: dotted 0px red;
  margin: 0px 0px 0px 210px;
  width: 555px; /* mozilla will take 560, but ie can only take 555 */
  padding: 0px 10px 0px 10px; /* content padding from container edges */
  font-size: 0.85em;
  z-index: 2;
}
#sgl-block-middle-admin {
    padding: 0 20px 0 20px; /* padding from left and right blocks */
    font-size: 0.85em;
    z-index: 2;
}
div.sgl-blocks-middle-title {
    color: #7f1e02;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
}
div.sgl-blocks-middle-body {
    background-color: #ffffff;
    color: #283b00;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    text-align: center;
}

/*Holly Hack here so that tooltips don't act screwy: http://www.positioniseverything.net/explorer/threepxtest.html*/
/* Hide next from Mac IE plus non-IE \*/
* html #sgl-blocks-middle {
    height: 1%;
}
/* End hide from IE5/mac plus non-IE */

/******************************* LAYOUT : FOOTER *******************************/

#sgl-footer {
    margin-top: 20px;
    margin-bottom: 5px;
    width: 100%;
    font-size: 0.8em;
    text-align: center;
    /*color: #d9d9d9;*/
}

/*******************************************************************************/
/*                                 CONTENT CSS                                 */
/*******************************************************************************/

/***************************** CONTENT : HEADINGS ******************************/
h1 {
    font-size: 2em;
    font-weight: normal;
}
h1.pageTitle {
    font-weight: normal;
    text-align: center;
    color: #283b00;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1.0em;
}
.pageTitle {
    color: #283b00;
    font-size: 1.75em;
    font-weight: normal;
}

/***************************** CONTENT : ANCHORS *******************************/

a {
    color: #405e00;
    font-weight: bold;
}
a:visited {
    color: #999999;
}
a:hover {
    color: #283b00;
    text-decoration: none;
}

a.toplinks  {
  color:#ffffff;
  text-decoration: none;
}
a:hover.toplinks  {
  color:#FFF000;
  text-decoration: none;
}
a:visited.toplinks  {
  color:#fefefe;
  text-decoration: none;
}


/******************************* CONTENT : BLOCKS ******************************/

img.blocksAvatar {
    /* move the image up to be flush with bottom of title */
    position: relative;
    top: -5px;
    float: right;
    padding-left: 5px;
    align: left;
}

/*************************** CONTENT : MISCELLANEOUS ***************************/

acronym {
    cursor: help;
}
hr {
    border: none;
    border-bottom: 1px solid #d9d9d9;
}
p.alignCenter {
    text-align: center;
}
.error {
   color: #ff0000;
}
.primary {
    background-color: #ffffff;
}
.secondary {
    background-color: #405e00;
}
.strong {
    font-weight: bold;
}
.tertiary {
    background-color: #d9d9d9;
}
.title {
    color: #999999;
    font-weight: normal;
    font-size: 1.5em;
}

/*
.thinBlock {
  border:solid 1px green;
  float:left;
  width:10%;
  margin:0px;
  padding:3px;
  padding-left:0px;
}
*/
.wideBlock {
  border:solid 0px black;
  /*
  float:right;
  width:90%;
  */
  margin-left:0px;
  margin-right:0px;
  padding: 3px;
  text-align:left;
}
.blockTitle {
  color:#283C01;
  font-weight:bold;
  background-color: inherit;
}
.largerText {
  font-size:1.1em;
}
/*************************** MODULE: PUBLISHER *********************************/

.sectionHeader {
    font-size: 1.3em;
    font-weight: normal;
    color: #283b00;
    background-color: #d9d9d9;
    padding-left: 10px;
    line-height: 34px;
    letter-spacing: 1px;
}
.sectionHeaderAdmin {
    font-size: 1.20em;
    font-weight: normal;
    color: #ffffff;
    background-color: #80b4e4;
    padding-left: 10px;
    line-height: 34px;
    letter-spacing: 1px;
}
.colHeader {
    color: #184a84;
    background-color: #e7e7e7;
    font-size: 11px;
    line-height: 20px;
    font-weight: normal;
    padding-left : 10px;
    letter-spacing: 0.5px;
}
.colHeaderAdmin {
    color: #184a84;
    background-color: #80b4e4;
    font-size: 11px;
    line-height: 20px;
    font-weight: normal;
    padding-left : 10px;
    letter-spacing: 0.5px;
}
.navigator {
    color: #bbbbbb;
    background-color: #666666;
    padding-left: 10px;
    font-weight: bold;
    text-align: right;
    line-height: 18px;
}

/* /////////////// Article Manager /////////////// */
.forApproval {
    font-weight: bold;
    color: #ff0000;
}
.approved {
    font-weight: bold;
    color: #ff9933;
}
.published {
    font-weight: bold;
    color: #00cc00;
}
.archived {
    font-weight: bold;
    color:  #909090;
}

/*******************************************************************************/
/*                                  LEGACY CSS                                 */
/*                                                                             */
/* Note: I am removing elements from here as I replace them with new CSS       */
/*       elements above.  Eventually, there shouldn't be any CSS left here.    */
/*******************************************************************************/

/* /////////////// Nav tabs /////////////// */

.menuHolder {
    background-color: #ffffff;
}
.menuHolderAlt {
    background-color: #e7e7e7;
}

/* /////////////// Table modifiers  /////////////// */

.fieldName {
    background-color: #e7e7e7;
    color: #283b00;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    width: 35%;
}
.fieldValue {
    background-color: #ffffff;
    line-height: 16px;
    text-align: left;
    width: 65%;
}
.fieldNameWrap {
    font-family: Verdana, Arial, Helvetica;
    background-color: #e7e7e0;
    color: #283b00;
    font-weight: bold;
    text-align: left;
}
.newsItem {
    border: 1px solid #aaaaaa;
    margin: 0 auto;
    padding: 0 0 0 10px;
    background-color: #ffffcc;
}
fieldset {
    color: #283b00;
    font-size: 1.1em;
    font-weight: bold;
}
legend {
    color: #283b00;
}

/* /////////////// Links  /////////////// */

a.blueDk {
    font-size: 9px;
    color: #405e00;
    font-weight: bold;
    text-decoration: underline;
}
a.blueDk:hover {
    color: #283b00;
}
.linkCrumbs {
    text-decoration: none;
    font-size: 11px;
    color: #283b00;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.linkCrumbs:hover {
    text-decoration: underline;
    color: #ffffff;
}
.linkCrumbsAlt1 {
    text-decoration: none;
    color: #283b00;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.linkCrumbsAlt1:hover {
    text-decoration: underline;
    color: #283b00;
}

/* /////////////// Various /////////////// */

div.pinstripe table {
    background-color: #e7e7e0;
    width: 90%;
}
div.pinstripe td {
    background-color: #ffffff;
}
div.pinstripe img {
    padding: 10px;
   /* border: 10px solid #00ff00; */
}
div.pinstripe button {
    padding: 10px 0;
}
.noBorder {
    border: none;
    font-size: 10px;
}
.colTxtGray {
    font-size: 10px;
    color: #666666;
}
ul.special {
    margin-left: 10px;
    padding-left: 5px;
}
ul.noindent {
    margin-left: 5px;
    padding-left: 5px;
}
li.special {
    margin-left: 5px;
    padding-left: 5px;
}
div.bullets li {
    list-style-image: url('http://www.buzvr.org/themes/buzvr/images/bullet.gif');
}
.pager {
    background-color: #ffffcc;
    white-space: nowrap;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    border: 1px dashed #ff9600;
}
.userNav {
    background-color: #c8e3ff;
    white-space: nowrap;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.narrowButton {
    text-align: center;
    width: 100px;
}
.wideButton {
    text-align: center;
    width: 150px;
}
.message {
    margin: 0 auto;
    border: 1px dotted #ff9600;
    background-color: #ffff99;
    text-align: center;
    width: 30%;
}
.messageContainer {
    margin: 0 auto;
    width: 300px;
}
.messageErrorTitle {
    background-color: #ffcc00;
    color: #ffffcc;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.messageError {
    border: 1px dotted #ff9600;
    border-top: 1px solid #ffcc00;
    color: #999999;
    background-color: #ffff99;
    text-align: left;
    padding: 0 0 0 10px;
}
.treeMenuDefault {
    font-size: 11px;
}
.bgnd {
    background-color: #618e00;
    border: 1px solid #aaaaaa;
}

/* /////////////// Tooltips /////////////// */

span.tipOwner {
    position: relative;
    cursor: hand;
    text-decoration: none;
    float: right;
}
span.tipOwner span.tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid #00ccff;
    background-color: #e7e7e7;
    color: #000000;
    font-size: 100%;
    text-align: center;
    width: 13em;
    -moz-opacity: 0.85;
    filter: alpha(opacity=85);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=85);
}

/*show/hide: for IE via .htc file, for non-IE via :hover pseudo*/
span.tipOwner:hover span.tipText {
    display: block;
}
span.tipOwner {
    behavior: url(themes/default/css/tooltipHover.htc);
}

