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

body {
    margin: 0;
    padding: 0;
    font: small Verdana,sans-serif;;
    color: #666666;
    background: #ffffff;
}

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

#sgl-header {
    background-color: #669900;
    height: 50px;
}
#sgl-header-left {
    float: left;
    margin: 5px 5px 5px 10px;
    font-size: 2em;
    color: #ffffff;
}
#sgl-header-right {
    float: right;
    margin: 10px;
    margin-left: 0;
    font-size: 0.9em;
    color: #ffffff;
}
#sgl-header-right a {
    padding: 0px;
    text-decoration: none;
    color: #ffffff;
}
#sgl-header-right a:hover {
    text-decoration: underline;
}
#sgl-header-right #headerLogAction {
    float: left;
    margin-left: 1em;
    padding: 0.2em;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #bbe713;
}
#sgl-header-right #headerUserInfo {
    float: left;
    padding-top: 0.35em;
}
#sgl-header-right #headerUserInfo .guest {
    font-weight: bold;
}

/***************************** 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;
}

td, th {
    padding: 0px;
}

th {
    background-color: #bcbcbc;
    text-align: left;
    color: #ffffff;
    font-size: 1.1em;
    letter-spacing: 0.1px;
    line-height: 1.75em;
}


#imRead {
    background-color: #c6c6c6;
}
#moduleOverview {
    width: 240px;
    height: 125px;
}
.wide {
    width: 90%;
}
.narrow {
    width: 60%;
}
.sgl-row-light {
    background-color: #F6F6EE;
}
.sgl-row-dark {
    background-color: #FFFFFF;
}

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

#sgl-main {
    top: 97px;
}

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

#sgl-blocks-left, #sgl-blocks-right {
    position: absolute;
    margin-top: 97px;
    top: 0;
    z-index:1;
}
#sgl-blocks-left {
    width: 180px;
    left: 0;
}
#sgl-blocks-right {
    width: 180px;
    right: 0;
}
.navWidget {
    overflow: auto;
}
.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: #999967;
    color: #FFFFFF;
    text-align: left;
    line-height: 18px;
    line-width: 140px;
    font-weight: bold;
    font-size: 0.9em;
    padding: 0px;
    border: 2px solid #FFFFFF;
    margin: 0;
}
div.sgl-blocks-left-item-body, div.sgl-blocks-right-item-body {
    background-color: #FFFFFF;
    color: #FFFFFF;
    font-size: 0.9em;
    padding: 0px;
    border: 0px solid #bcbcbc;
    border-top: none;
}

/*************************** LAYOUT : MIDDLE BLOCKS ***************************/

#sgl-blocks-middle, #sgl-blocks-middle-nocols, #sgl-blocks-middle-leftcol, #sgl-blocks-middle-rightcol {
    position: relative;
    margin: 0 180px 0 180px;
    width: auto;
    min-width: 20%;
    font-size: 0.9em;
    z-index: 2;
    padding: 0 20px;
}
#sgl-blocks-middle #options {
    float: right;
    width: 28%;
}
#sgl-blocks-middle-nocols {
    margin: auto;
    width: 750px;
}
#sgl-blocks-middle-leftcol {
    margin: 0 0 0 180px;
}
#sgl-blocks-middle-rightcol {
    margin: 0 180px 0 0;
}
/* 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: 1em;
    font-weight: normal;
}
h1.pageTitle {
    font-weight: normal;
    text-align: center;
    color: #224E22;
}
h2 {
    font-size: 0.8em;
}
h3 {
    font-size: 0.6em;
}
h4 {
    font-size: 0.5em;
}
.pageTitle {
    color: #224E22;
    font-size: 1.4em;
    font-weight: normal;
}

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

a {
    color: #224E22;
    text-decoration: none;
}

a:visited {
    color: #224E22;
    text-decoration: none;
}
a:hover {
   color: #224E22;
    text-decoration: underline;
}

/******************************* 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;
    font-weight: bold;
}
.small {
    font-size: 0.8em;
}
.title {
    color: #224E22;
    font-weight: normal;
    font-size: 1.5em;
}
.detail {
    color: #224E22;
    font-weight: normal;
    font-size: 0.8em;
}
.toolBtnSeparate {
    margin-left: 20px;
}
/*************************** MODULE: PUBLISHER ********************************/

.sectionHeader {
    font-size: 1.3em;
    font-weight: normal;
    color: #224E22;
    background-color: #d9d9d9;
    padding-left: 10px;
    line-height: 34px;
    letter-spacing: 1px;
    margin: 0;
}
.colHeader {
    color: #224E22;
    background-color: #efefef;
    font-size: 11px;
    line-height: 20px;
    font-weight: normal;
    padding-left: 10px;
    letter-spacing: 0.5px;
    margin: 2px 0 0 0;
}
.navigator {
    color: #bcbcbc;
    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: #efefef; */
    color: #000000;
    font-weight: bold;
    text-align: left;
    width: 35%;
    padding-left: 20px;
    line-height: 30px;
}
.fieldName {
    white-space: nowrap;
    font-weight: bold;
    line-height: 30px;
    font-size: 10px;
}
.fieldValue {
    /*background-color: #ffffff;*/
    line-height: 30px;
    text-align: left;
    /*width: 65%;*/
    padding-left: 20px;
    font-size: 9px;
}
.newsItem {
    border: 1px solid #aaaaaa;
    margin: 0 auto;
    padding: 0 0 0 10px;
    background-color: #ffffcc;
}
fieldset {
    color: #224E22;
    font-size: 1.1em;
    font-weight: bold;
}
legend {
    color: #224E22;
}

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

.linkCrumbsAlt1 {
    text-decoration: none;
    color: #224E22;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.linkCrumbsAlt1:hover {
    text-decoration: underline;
    color: #224E22;
}

/* /////////////// Various /////////////// */

div.pinstripe table {
    background-color: #efefef;
    width: 90%;
}
div.pinstripe td {
    background-color: #ffffff;
}
div.pinstripe img {
    padding: 10px;
}
div.pinstripe button {
    padding: 10px 0;
}
.noBorder {
    border: none;
    font-size: 9px;
}
ul.noindent {
    margin-left: 5px;
    padding-left: 5px;
}
ul.bullets li {
    list-style-image: url('http://www.sunaroma.com/sa/www/themes/sunaroma/images/bullet.gif');
}
.pager {
    white-space: nowrap;
    text-align: center;
    width: 516px;
    padding: 5px;
    margin: 0 auto;
}
.narrowButton {
    text-align: center;
    width: 100px;
}
.wideButton {
    text-align: center;
    width: 150px;
}
.errorContainer, .messageContainer {
    margin: 0 auto;
    width: 300px;
}
.errorHeader {
    background-color: #ffcc00;
    color: #ffffcc;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.errorContent {
    border: 1px dotted #ff9600;
    border-top: 1px solid #ffcc00;
    color: #224E22;
    background-color: #ffff99;
    text-align: left;
    padding: 0 10px;
}
.errorMessage, errorMessageBlue{
	font-family:times;
	font-size:12pt;
	font-weight:normal;
    margin: 0 auto;
    margin-top: 1em;
    color: red;
    text-align: center;
}
.errorMessageBlue{
	color: blue;
}
.messageHeader {
    color: #e6ffa2;
    background-color: #669900;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
    border: 1px solid;
}
.messageContent {
    background-color: #ffffff;
    color: ?php echo $primaryText ?>;
    border: 1px solid #669900;
    border-top: none;
    text-align: center;
}
.messageContent div {
    padding: 5px;
}
.messageContent input {
    width: 150px;
}
.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: #efefef;
    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);
}


