
/*******************************************************************************/
/*                                  LAYOUT CSS                                 */
/*******************************************************************************/

body {
    margin: 0;
    padding: 0;
    font-size: 11pt;//0.9em;
    color: #333333;
    font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
}
td, th {
    padding: 0px 0 0 0px;
}
th {
    background-color:#bcbcbc;
    text-align: left;
    color: #FFFFCC;
    font-size: 1.1em;
    letter-spacing: 0.1px;
    line-height: 1.75em;
}
input, select, textarea {
    font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
    font-size: 0.9em;
}

/******************************* LAYOUT : HEADER *******************************/

#sgl-header {
    background-color: #7572B2;
    height: 50px;
    margin: 0;
    padding: 0;
}
#sgl-header-left {
    float: left;
    margin: 0;
    padding: 0px 0 0px 0px; 
    color: #FFFFCC;
}
#sgl-header-left img {
    vertical-align: middle;
}
#sgl-header-right {
    float: right;
    padding: 0px 0px 0 0;
    text-align: right;
    font-size: 0.8em;
    color: #ffff00;
}
#sgl-header-right a {
    color: #FFFFCC;
    cursor: pointer;
    text-decoration: none;
}
#sgl-header-right a:hover {
    color: #FFFFCC;
    cursor: pointer;
    text-decoration: underline;
}
#sgl-header-right img {
    /* image next to login-logout link */
    margin-left: 0px;
    margin-right: 05px;
    width: 0px;
    height: 0px;
    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 0;
    margin: 0 0;
}
#imRead {
    background-color: #c6c6c6;
}
#moduleOverview {
    width: 205px;
    height: 225px;    
}
.wide {
    width: 90%;
}
.narrow {
    width: 60%;
}
.sgl-row-light {
    background-color: #efefef;
}
.sgl-row-dark {
    background-color: #dddddd;
}

/****************************** LAYOUT : MAIN **********************************/

#sgl-main {
    top: 97px;
    font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
}

/************************ LAYOUT : LEFT & RIGHT BLOCKS *************************/

#sgl-blocks-left, #sgl-blocks-right {
    position: absolute;
    margin-top: 97px;
    margin: 0 0;
    margin: 0 0;
    top: 0;
    z-index:1;
}
#sgl-blocks-left {
    width: 180px;
    left: 0;
}
#sgl-blocks-right {
    width: 180px;
    right: 0;
}
.options-block {
    margin: 0px 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: #7572B2;
    font-size: 1.0em;
    line-height: 1.5em;
    font-weight: bold;
    color: #FFFF99;
    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;
    /argin: 0 180px 0 180px;
    width: auto;
    min-width: 20%;
    margin: 0 0 0 0;
    width: 100%
    font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
    font-size: 0.85em;
    z-index: 2;
    padding: 0 0px 0 0px;
}
#sgl-blocks-middle #leadArticle {
    width: 66%;
    margin: 0;
    padding: 0 0 0 20px;
    font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
}
#sgl-blocks-middle #staticArticle {
    width: 100%
    margin: 0;
    padding: 0 0 0 0px;
    font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
}
#sgl-blocks-middle #options {
    float: right;
    width: 28%;
    font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
}
#sgl-blocks-middle-nocols {
    margin: 0;
    font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
}
#sgl-blocks-middle-leftcol {
    margin: 0 0 0 180px;
    font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
}
#sgl-blocks-middle-rightcol {
    margin: 0 180px 0 0;
    font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
}

div.sgl-blocks-middle-title {
    color: #FFFF99;
    background-color: #7572B2;
    font-weight: bold;
    font-size: 1.2em;
    font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
    line-height: 1.5em;
    text-align: center;
}
div.sgl-blocks-middle-body {
    background-color: #ffffff;
    color: #184a84;
    border-right: 1px solid #7572B2;
    border-left: 1px solid #7572B2;
    border-bottom: 1px solid #7572B2;
    text-align: center;
    font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
}

/*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: #3399ff;
    font-weight: bold;
}
a:visited {
    color: #999999;
}
a:hover {
    color: #184a84;
    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;
}
img {
    border: none;
}
.alignCenter {
    text-align: center;
}
.error {
    color: #ff0000;
    background: transparent;
}
.primary {
    background-color: #7572B2;
}
.secondary {
    background-color: #9dcdfe;
}
.strong {
    font-weight: bold;
}
.title {
    color: #999999;
    font-weight: normal;
    font-size: 1.5em;
}
.detail {
    color: #999999;
    font-weight: normal;
    font-size: .8em;
}
.toolBtnSeperate {
    margin-left: 20px;
}
/*************************** MODULE: PUBLISHER *********************************/

.sectionHeader {
    font-size: 1.3em;
    font-weight: normal;
    color: #184a84;
    background-color: #d9d9d9;
    padding-left: 10px;
    line-height: 34px;
    letter-spacing: 1px;
    margin: 0;
}
.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;
}
.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.    */
/*******************************************************************************/

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

.fieldName, .fieldNameWrap {
    background-color: #e7e7e7;
    color: #184a84;
    font-weight: bold;
    text-align: left;
    width: 35%;
}
.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;
}
.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;
}
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://cchcsp.ca/www/themes/cchcsp/images/bullet.gif');
}
.pager {
    background-color: #ffffcc; 
    white-space: nowrap; 
    text-align: center; 
    width: 90%; 
    margin: 0 auto; 
    border: 1px dashed #ff9600;
}

#resource-chooser {
    background-color: #ffffcc; 
    white-space: nowrap; 
    text-align: center; 
    width: 90%; 
    margin: 0 auto;
    padding: 5px;
    border: 1px dashed #ff9600;
}

.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; 
}
.bgnd {
    background-color: #e5f1ff;
    border: 1px solid #aaaaaa;
}

.treeMenuDefault {
    font-size: 11px;
}
/* /////////////// 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);
}


				

   	.cchcsp_subsection     	{
			color: #666699;
			background-color: white;
			font:arial;
			font-family:arial;
			font-size:10pt;
			}

	.cchcsp_section		{
        	color: #666699;
        	background-color: white;
			font:arial;
			font-family:arial;
			font-size:12pt;
			}
					
	.cchcsp_subheading		{
        	color: #666699;
        	background-color: white;
			font:arial;
			font-family:arial;
			font-size:14pt;
			}
			
	.cchcsp_heading		{
        	color: #666699;
        	background-color: white;
			font:arial;
			font-family:arial;
			font-size:18pt;
			}
			
			
	p		{
			color: #333333;
			background-color: white;
			font-family:arial;
			font-size:11pt;
			}
			
	a		{
			font-family:arial;
			background-color: white;
			color:#00AEEE;
			font-size:12pt;
			}