
.greenTD {
	background-color : #AEC074;
	color : WHITE;
	
}

.redTD {
	background-color : #CD5127;
	color : WHITE;

}

.yellowTD {
	background-color : #E7A723;
	color : WHITE;

}

.selectorTD {
	padding-left:5px;
	padding-top:3px;
	padding-right:5px;
	padding-bottom:3px;
	background-color : #FFFFFF;
	line-height: 1em;
}

.selectorTDSelected {
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	background-color : #819A45;
	line-height: 1em;
	
}

.notRead {
	color: #CCCCCC;
}

.breadcrumb {

font-size:10px;
}


.thLink {
	color: #FFFFFF;
    font-weight: bold;
}

.thLink:visited {
	color: #FFFFFF;
}

.whiteLink {
	color: #FFFFFF;
    font-weight: normal;
    text-decoration:none;
}
.whiteLink:hover {
	color: #FFFFFF;
    font-weight: normal;
    text-decoration:underline;
}
.whiteLink:visited {
	color: #FFFFFF;
    font-weight: normal;
}


.thLink:hover {
	color: #CCCCCC;
    text-decoration: none;
}

.frontPageLabel {
	
	color: #FFFFFF;	
}

.scale {
font-size: 0.8em;	
	
}

/*******************************************************************************/
/*                                  LAYOUT CSS                                 */
/*******************************************************************************/
html { font-size: 100%; /* IE hack */ }

body {
    margin: 5px;
    padding: 0;
    font-size: 0.9em;
    color: BLACK;
    font-family: Verdana;
}

body.help 
{
margin: 10px;
  background-color : #FFFFFF;
  color : #000000;
  line-height : normal;
  font-size : 12px;
  font-family : Arial, sans-serif;


}
td, th {
    padding: 0px 0 0 0px;
    padding-left:4px;
    padding-right:4px;
}

.plainTD {
	padding: 0px 0 0 0px;
    padding-left:0px;
    padding-right:0px;
}

.headerTD {
padding-left:0px;
    padding-right:0px;
  padding-top:0px;

}

.tdTemp {
padding-left:0px;
padding-top:0px;
    padding-right:0px;

}

.tdTopPad {
padding-left:0px;
padding-top:4px;
    padding-right:0px;

}

th {
    background-color:#819A45;
    
    color: WHITE;
    font-size: 1.0em;
    letter-spacing: 0.1px;
    
    line-height: 1.75em;
}

.thThin {
    background-color:#819A45;
    
    color: WHITE;
    font-size: 1.0em;
    letter-spacing: 0.1px;
    
    line-height: 1.0em;
}

.thThin2 {
    background-color:#666666;
    
    color: WHITE;
    font-size: 1.0em;
    letter-spacing: 0.1px;
    
    line-height: 1.3em;
}


.thSub {

	background-color:#EBF0FE;
    
    color: BLACK;
    font-size: 1.1em;
    letter-spacing: 0.1px;
    
    line-height: 1.75em;

}

.thWhite {
	color: #FFFFFF;
    font-weight: bold;
    line-height: 1.75em;
}

input, select, textarea {
    font-family: verdana;
    font-size: 0.9em;
}

select {
	width:220px;
}


select.correctIncorrect {
	width:45px;
}

select.spellLetters {
	width:40px;
}

.accountManagerInput
{
	font-family: verdana;
    font-size: 0.9em;
    width:260px;
}
.formInput
{
	font-family: verdana;
    font-size: 0.9em;
    width:260px;
}

.selectedLetter {
	font-size: 1.1em;
    font-weight: bold;
}

/******************************* 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;
  padding: 0px 0px 0 0;
    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 {
	font-size: 100%; /* IE hack */
    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 0%;
    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: 745px;
    
}


.narrow {
    width: 450px; 
}

.narrow2 {
    width: 460px;
}

.sgl-row-light {
    background-color: #ffffff;
}
.sgl-row-dark {
    background-color: #EEEEEE;
}

.snapshot-row-dark {
    background-color: #FAFDF0;
}

.table2 {
	width: 745px;
	border: solid;
}

/****************************** 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: #FAFDF0;
    font-size: 0.85em;
    color: BLACK;
    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: BLACK;
    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.7em;
    text-align: center;
}

/*******************************************************************************/
/*                                 CONTENT CSS                                 */
/*******************************************************************************/

/***************************** CONTENT : HEADINGS ******************************/
h1 {
    font-size: 2em;
    font-weight: normal;
}
h1.pageTitle {
    font-weight: normal;
    text-align: center;
    color: BLACK;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1.0em;
}
.pageTitle {
    color: BLACK;
    font-size: 1.75em;
    font-weight: normal;
}

/***************************** CONTENT : ANCHORS *******************************/

a {
    color: #819A45;
    font-weight: bold;
}
.aLabel {
	color: #819A45;
    font-weight: bold;
	
}

.reportBarColor1 {
	
	color: #D25428;
}

.reportBarColor2 {
	
	color: #CC9900;
}

.reportBarColor {
	color: #00CC00;
}


a:visited {
    color: #819A45;
}
a:hover {
    color: #D25428;
    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;
}
.strongTall {
    font-weight: bold;
    line-height: 1.75em;
}
.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: BLACK;
    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: #FAFDF0;
}

/* /////////////// Table modifiers  /////////////// */

.fieldName, .fieldNameWrap {
    background-color: #FAFDF0;
    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 {
  
   
}
legend {
    color: BLACK;
    font-weight: bold;
}

/* /////////////// Links  /////////////// */

a.blueDk {
    font-size: 9px;
    color: #9dcdfe;
    font-weight: bold;
    text-decoration: underline;
}
a.blueDk:hover {
    color: BLACK;
}
.linkCrumbs {
    text-decoration: none;
    font-size: 11px;
    color: BLACK;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.linkCrumbs:hover {
    text-decoration: underline;
    color: #ffffff;
}
.linkCrumbsAlt1 {
    text-decoration: none;
    color: BLACK;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.linkCrumbsAlt1:hover {
    text-decoration: underline;
    color: BLACK;
}

/* /////////////// 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('https://www.pdaisel.com/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;
}

.simpleSelect {

width:60px;
}

.monthSelect {

width:136px;
}
.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;

}

.siteAnnouncementsHeader {
	
	font-size : 15px;
	color : #D25428;
	font-weight : bold;
}

.siteAnnouncements {
	padding-top:3px;
	padding-left:0px;
	font-size : 11px;
}

.summaryData {
	color : #FFFFFF;
	font-size : 12px;
	padding-top:5px;
	padding-left:5px;
	line-height : 16px;
}

.periodWarning {
	
	color : #FFFFFF;
	font-size : 12px;
	padding-top:5px;
	padding-left:5px;
	line-height : 16px;
	font-weight : bold;
 
}

/* /////////////// 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: #FAFDF0; 
    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);
}



.tab {
	float:left;
	
	margin-left:15px;
	
	border-left: 2px solid #E7925A;
	border-right: 2px solid #E7925A;
	border-top: 2px solid #E7925A;
	padding:6px;
	
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
	background-color:#E7925A;
	color:#ffffff;
	
	
}

#tab1 {
	width:70px;
}

#tab2 {
	width:150px;
}

.tabSelected {
	float:left;
	
	margin-left:15px;
	
	border-left: 2px solid #E7925A;
	border-right: 2px solid #E7925A;
	border-top: 2px solid #E7925A;
	padding:6px;
	
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
	background-color:#FAFDF0;
}

#sgl-blocks-middle .tab a {
	color:#FFFFFF;
	text-decoration:none;
}

#sgl-blocks-middle .tab a:hover {
	text-decoration:underline;
}

#sgl-blocks-middle .tabSelected a {
	text-decoration:none;
	color:#E7925A;
}

#sgl-blocks-middle .tabSelected a:hover {
	text-decoration:underline;
}
.isel_mainmenu {
	width:	695px;
	border: 2px solid #E7925A;
	background-color:#FAFDF0;
	padding:20px;
	
	font-size:.95em;
	line-height:1.5em;
	display:block;
}

.tabDataHidden {
	display:none;
}

.isel_mainmenu h1 {
	font-weight:bold;
	font-size:16px;
	margin-bottom:5px;
	
}

.isel_mainmenu p {
	margin:0px;
}

.isel_mainmenu .full {
	float:left;
	width:690px;
}

.isel_mainmenu .left {
	float:left;
	width:330px;
}

.isel_mainmenu .right {
	float:right;
	width:330px;
}

.isel_mainmenu .links {
	margin-top:8px;
	margin-left:10px;
	width:320px;
}

.isel_mainmenu .linksLeft {
	float:left;
	
	
}
.isel_mainmenu .linksRight {
	float:right;
	
	
}

.clear {
	clear: both;
}

.isel_mainmenu .links a {
	color:#D25428;
}

.onlineDataEntry {
	padding:5px;
	background-color:#E7925A;
	color:#ffffff;
	text-align:center;

}

.onlineDataEntry a {
	color:#FFFFFF;
}

.alignCenter { text-align:center; }

.showBanner {
	display:block;
}
.hideBanner {
	display:none;
}

.shadedGreyCell {
	background-color:#eeeeee;
}

#spellingAnalysis td {
	padding:0px;
	padding-left:1px;
}


.wordLink  {
	text-decoration:none;
	color: black;
	font-weight:normal;

}


.wordLink:hover{
	text-decoration:underline;
	font-weight:normal;
	color: black;
	
}

.wordLink:visited{
	text-decoration:none;
	font-weight:normal;
	color: black;
}

.wordErrorLink {
	color:red;
}

.wordErrorLink:hover {
	color:red;
}


.wordErrorLink:visited {
	color:red;
}


.wordNoErrorLink {
	color:#19ff19;
}

.wordNoErrorLink:hover {
	color:#19ff19;
}
.wordNoErrorLink:visited {
	color:#19ff19;
}



.wordGreenLink {
	color:#19ff19;
}
.wordGreenLink:hover {
	color:#19ff19;
}
.wordGreenLink:visited {
	color:#19ff19;
}


.wordOrangeLink {
	color:purple;
}
.wordOrangeLink:hover {
	color:purple;
}
.wordOrangeLink:visited {
	color:purple;
}




.spaceLink  {
	text-decoration:none;
	color: black;

}

.spaceLink:hover{
	text-decoration:none;
	font-weight:bold;
	color: black;
	
}

.spaceLink:visited{
	text-decoration:none;
	font-weight:bold;
	color: black;
}

.menuSelectItem {
	padding:5px;
	border: 1px solid #cccccc;
}

.menuSelectItemSelected {
	background-color: #cccccc;
}

.menuSelectItem a {
	color: #000000;
}

.selectMenu {
	width:130px;
	
	border: 3px solid #cccccc;
	position:absolute;
	background-color:#ffffff;
	z-index:1001;
	padding:10px;
}

.insertionSelectMenu .closeLink {
	font-weight:bold;
	font-size:.9em;
}


.lineError {
	background-color:#CCCCCC;
}	

.lineNoError {
	background-color:#ffffff;
}


