
/*******************************************************************************/
/*                                  LAYOUT CSS                                 */
/*******************************************************************************/

body {
    margin: 5px;
    padding: 0;
    font-size: 0.9em;
    color: BLACK;
    font-family: Arial, Helvetica, sans-serif;
}

body.help 
{
margin: 10px;
  background-color : #FFFFFF;
  color : #000000;
  line-height : normal;
  font-size : 12px;
  font-family : Arial, sans-serif;



}

.breadcrumb {

font-size:11px;
}


td, th {
    padding: 0px 0 0 0px;
    padding-left:4px;
    padding-right:4px;
}

.headerTD {
padding-left:0px;
    padding-right:0px;

}

.tdTemp {
padding-left:0px;
    padding-right:0px;

}

th {
    background-color:#EEA840;
    
    color: WHITE;
    font-size: 1.1em;
    letter-spacing: 0.1px;
    
    line-height: 1.75em;
}

.thThin {
    background-color:#EEA840;
    
    color: WHITE;
    font-size: 1.0em;
    letter-spacing: 0.1px;
    
    line-height: 1.0em;
}

.thSub {

	background-color:#EBF0FE;
    
    color: BLACK;
    font-size: 1.1em;
    letter-spacing: 0.1px;
    
    line-height: 1.75em;

}

input, select, textarea {
    font-family: verdana;
    font-size: 0.9em;
}
.accountManagerInput
{
	font-family: verdana;
    font-size: 0.9em;
    width:260px;
}


.thLink {
	color: #FFFFFF;
    font-weight: bold;
}

.thLink:visited {
	color: #FFFFFF;
}

.thLink:hover {
	color: #CCCCCC;
    text-decoration: none;
}

/******************************* LAYOUT : HEADER *******************************/

#sgl-header {
    background-color: #FFFFFF;
    height: 50px;
    margin: 0;
    padding: 0;
    
}
#sgl-header-left {
    float: left;
    margin: 0;
    padding: 0px 0 0px 0px; 
    color: BLACK;
}
#sgl-header-left img {
    vertical-align: middle;
}
#sgl-header-center {
    horizontal-align: center;
    text-align:center;
}

#sgl-header-right {
    float: right;
    padding: 0px 0px 0 0;
    text-align: right;
    font-size: 0.8em;
    color: BLACK;
}


.headerRight {
  text-align: right;
    font-size: 0.8em;
    color: BLACK;

}


#sgl-header-right a {
    color: BLACK;
    cursor: pointer;
    text-decoration: none;
}
#sgl-header-right a:hover {
    color: BLACK;
    cursor: pointer;
    text-decoration: underline;
}
#sgl-header-right img {
    /* image next to login-logout link */
    margin-left: 0px;
    margin-right: 0px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

/***************************** LAYOUT : NAVIGATION *****************************/

#sgl-nav {
    font-size: 0.75em;
}

/***************************** LAYOUT : TABLES *********************************/

table {
    border: none;
/* This is not a typo, we want first set a fallback for IE, then set the 
real margin for real browsers ;) */
    margin: 0 5%;
    margin: 0 auto;
}

.draftTable {

padding:5px;
width:660px;
}

.draftTableTD {
    padding: 3px;
}
.draftTableTD1 {
    padding: 3px;
    color:BLACK;
    font-weight: bold;
   
}
.draftTableTD2 {
    padding: 3px;
    color:BLACK;
    font-weight: bold;
    padding-left:15px;
}
.draftTableTD3 {
    padding: 3px;
    color:BLACK;
    padding-left:30px;
}
.draftTableTD4 {
    padding: 3px;
    color:BLACK;
    padding-left:45px;
}

#imRead {
    background-color: #c6c6c6;
}
#moduleOverview {
    width: 250px;
    height: 125px;    
}
.wide {
    width: 660px;
}
.narrow {
    width: 450px;
}

.narrow2 {
    width: 400px;
}

.sgl-row-light {
    background-color: #ffffff;
}
.sgl-row-dark {
    background-color: #EEEEEE;
}

/****************************** LAYOUT : MAIN **********************************/

#sgl-main {
    top: 0px;
}

/************************ LAYOUT : LEFT & RIGHT BLOCKS *************************/

#sgl-blocks-left, #sgl-blocks-right {
    position: absolute;
    margin-top: 0px;
    top: 0;
    z-index:1;
}
#sgl-blocks-left {
    width: 0px;
    left: 0;
}
#sgl-blocks-right {
    width: 0px;
    right: 0;
}
.options-block {
    margin: 20px 0;
}
div.sgl-blocks-left-item {
    padding: 4px 0 0 1px;
}
div.sgl-blocks-right-item {
    padding: 4px 1px 0 0;
}
.sgl-blocks-left-item-title, .sgl-blocks-right-item-title {
    background-color: #FFFFFF;
    font-size: 1.0em;
    line-height: 1.5em;
    font-weight: bold;
    color: BLACK;
    text-align: center;
    border: 1px solid #bbbbbb;
    margin: 0;
}
div.sgl-blocks-left-item-body, div.sgl-blocks-right-item-body {
    background-color: #e7e7e7;
    font-size: 0.85em;
    color: #184a84;
    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, #sgl-blocks-middle-nocols, #sgl-blocks-middle-leftcol, #sgl-blocks-middle-rightcol {
    position: relative;
    margin: 0 0px 0 0px;
    width: auto;
    min-width: 20%;
    font-size: 0.85em;
    z-index: 2;
    padding: 0 20px 0 20px;
}
#sgl-blocks-middle #leadArticle {
    float: left;
    width: 69%;
    margin: 0;
    padding: 0 0 0 20px;
}
#sgl-blocks-middle #options {
    float: right;
    width: 28%;
}
#sgl-blocks-middle-nocols {
    margin: 0;
}
#sgl-blocks-middle-leftcol {
    margin: 0 0 0 0px;
}
#sgl-blocks-middle-rightcol {
    margin: 0 0px 0 0;
}

div.sgl-blocks-middle-title {
    color: BLACK;
    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: #184a84;
    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 {
    position: relative;
    float: middle;
    clear: both;
    margin-bottom: 5px;
    padding-top: 10px;
    font-size: 0.8em;
    text-align: center;
}

/*******************************************************************************/
/*                                 CONTENT CSS                                 */
/*******************************************************************************/

/***************************** CONTENT : HEADINGS ******************************/
h1 {
    font-size: 2em;
    font-weight: normal;
}
h1.pageTitle {
    font-weight: normal;
    text-align: center;
    color: #184a84;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1.0em;
}
.pageTitle {
    color: #184a84;
    font-size: 1.75em;
    font-weight: normal;
}

/***************************** CONTENT : ANCHORS *******************************/

a {
    color: #DE8B10;
    font-weight: bold;
}
a:visited {
    color: #DE8B10;
}
a:hover {
    color: #184a84;
    text-decoration: none;
}

.sortheader {
	color:WHITE;
}
.sortheader:hover {
    color: #CCCCCC;
    text-decoration: none;
}
.sortheader:visited {
    color: WHITE;
}

.draftLink {
	color:BLACK;
	font-weight: normal;
	text-decoration:none;
}
.draftLink:hover {
    text-decoration: underline;
}
.draftLink:visited {
   color:BLACK;
}

/******************************* 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;
}
img {
    border: none;
}
p.alignCenter {
    text-align: center;
}
.error {
    color: #ff0000;
    background: transparent;
}
.primary {
    background-color: #FFFFFF;
}
.secondary {
    background-color: #9dcdfe;
}
.strong {
    font-weight: bold;
}
.tertiary {
    background-color: #d9d9d9;
}
.title {
    color: #999999;
    font-weight: normal;
    font-size: 1.5em;
}
.detail {
    color: #999999;
    font-weight: normal;
    font-size: .8em;
}
/*************************** MODULE: PUBLISHER *********************************/

#publisher-nav {
    position: absolute;
    left: 5px;
/*FIXME: having fixed values is generally a bad idea, please move to %. 
There's a lot of that here :((*/
    width: 210px;  
    overflow: auto;
    border: 1px dashed #ff9600;
}

.sectionHeader {
    font-size: 1.3em;
    font-weight: normal;
    color: #184a84;
    background-color: #d9d9d9;
    padding-left: 10px;
    line-height: 34px;
    letter-spacing: 1px;
    margin: 0;
}
.sectionHeaderAdmin { 
    font-size: 1.20em;
    font-weight: normal;
    color: BLACK;
    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;
    margin: 2px 0 0 0;
}
.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, .fieldNameWrap {
    background-color: #e7e7e7;
    color: BLACK;
    font-weight: bold;
    text-align: right;
    vertical-align:top;
    width: 30%;
    padding-right:3px;
}
.fieldName {
    white-space: nowrap;
}
.fieldValue {
    background-color: #ffffff;
    line-height: 16px;
    text-align: left;
    width: 65%;
}
.newsItem {
    border: 1px solid #aaaaaa;
    margin: 0 auto; 
    padding: 0 0 0 10px;
    background-color: #ffffcc;
}
fieldset {
    color: #184a84;
    font-size: 1.1em;
    font-weight: bold;
}
legend {
    color: #184a84;
}

/* /////////////// Links  /////////////// */

a.blueDk {
    font-size: 9px;
    color: #9dcdfe;
    font-weight: bold;
    text-decoration: underline;
}
a.blueDk:hover {
    color: #184a84;
}
.linkCrumbs {
    text-decoration: none;
    font-size: 11px;
    color: #184a84;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.linkCrumbs:hover {
    text-decoration: underline;
    color: #ffffff;
}
.linkCrumbsAlt1 {
    text-decoration: none;
    color: #184a84;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.linkCrumbsAlt1:hover {
    text-decoration: underline;
    color: #184a84;
}

/* /////////////// 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.five-2-six.org/www/themes/default/images/bullet.gif');
}
.pager {
  
    white-space: nowrap; 
    text-align: center; 
    width: 90%; 
    margin: 0 auto; 
   
}

#resource-chooser {
    background-color: #ffffcc; 
    white-space: nowrap; 
    text-align: center; 
    width: 90%; 
    margin: 0 auto;
    border: 1px dashed #ff9600;
}

.narrowButton {
    text-align: center;
    width: 100px;
}
.wideButton {
    text-align: center;
    width: 150px;
}
.message {
    color:RED;
  	font-weight:bold; 
    text-align: center;
   
}
.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: #e5f1ff;
    border: 1px solid #aaaaaa;
}



.HelpH1,.HelpH2 {

  color : #000000;

  line-height : 18px;

  text-decoration : none;

  font-size : 14px;

  font-family : Arial, sans-serif;

}



/* required */

.HelpH2 {

  font-weight : bold;

}



.bluehelp {

  font-weight : bold;

  color : #0000EE;

}






/* /////////////// 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);
}

