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

body {
    margin: 0;
    padding: 0;
    font: small "Bitstream Vera Sans", Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    color: ;
    background: #ffffff;
}

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

#sgl-header {
    b\\ackground-color: #ADDFFF;
    height: 122px;
}
#sgl-header-left {
    float: left;
    margin: 5px 5px 5px 10px;
    font-size: 2em;
    c\\olor: #ffffff;
    color: #ADDFFF;
}
#sgl-header-right {
    float: right;
    margin: 10px;
    margin-left: 0;
    font-size: 0.9em;
    c\\olor: #ffffff;
    color: #ADDFFF;
}
#sgl-header-right a {
    padding: 0 5px;
    text-decoration: none;
    color: #ffffff;
    background-color: #ADDFFF;
}
#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: ;
}
#sgl-header-right #headerUserInfo {
    float: left;
    padding-top: 0.35em;
}
#sgl-header-right #headerUserInfo .guest {
    font-weight: bold;
}
#sgl-header-right #bugReporter {
    float: left;
    margin: 4px; 
    background: url('http://www.coppervalleyclub.com/themes/default/images/bug.png') no-repeat;
}

/***************************** 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: 2px;
}
th {
    background-color: #ADDFFF;
    text-align: left;
    color: #ffffff;
    font-size: 1.1em;
    letter-spacing: 0.1px;
    line-height: 1.75em;
}
th a {
    color: #FFFFFF;
}

th a:hover {
    color: #ffffff;
}

#imRead {
    background-color: #ADDFFF;
}
#moduleOverview {
    width: 240px;
    height: 125px;
}
.full {
    width: 100%;
}
.wide {
    width: 90%;
}
.narrow {
    width: 60%;
}
.sgl-row-light {
    background-color: #ffffff;
}
.sgl-row-dark {
    background-color: #d9d9d9;
}

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

#sgl-main {
    top: 167px;
}

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

#sgl-blocks-left, #sgl-blocks-right {
    position: absolute;
    margin-top: 167px;
    top: 0;
    z-index:3;
}
#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: #ADDFFF;
    color: #FFFFFF;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ADDFFF;
    margin: 0;
}

div.sgl-blocks-left-item-body, div.sgl-blocks-right-item-body {
    background-color: #ffffff;
    color: #184a84;
    font-size: 0.9em;
    padding: 10px;
    border: 1px solid #ADDFFF;
    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: 0;
}
#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;
}

#sgl-checkout-progressbar-unchecked, #sgl-checkout-progressbar-checked {
    display:inline;
    padding-top: 2px;
    padding-bottom: 0px;
    line-height: 30px;
    height: 30px;
    border: 1px solid white;
}

#sgl-checkout-progressbar-unchecked {
    background-color: #595959;
}

#sgl-checkout-progressbar-checked {
    background-color: #ffcc00;
}

#sgl-checkout-progressbar-img {
    height:20px;
    padding: 0;
    margin-bottom: -5px;
    margin-left: 0;
    margin-right: 0;
}

/******************************************************************************/
/*                                 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: 1em;
}
.pageTitle {
    color: #184a84;
    font-size: 1.75em;
    font-weight: normal;
}

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

a {
    color: #595959;
    font-weight: bold;
}
a:visited {
    color: #595959;
}
a:hover {
    color: #184a84;
    text-decoration: none;
}
a.header {
    color: white;
}

/******************************* 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;
}
.small {
    font-size: 0.8em;
}
.title {
    color: #595959;
    font-weight: normal;
    font-size: 1.5em;
}
.detail {
    color: #595959;
    font-weight: normal;
    font-size: 0.8em;
}
.toolBtnSeparate {
    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: #ffffff;
    font-size: 11px;
    line-height: 20px;
    font-weight: normal;
    padding-left: 10px;
    letter-spacing: 0.5px;
    margin: 2px 0 0 0;
}
.navigator {
    color: #ADDFFF;
    background-color: ;
    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: #ffffff;
    color: #184a84;
    font-weight: normal;
    text-align: left;
    width: 35%;
}
.fieldName {
    white-space: nowrap;
}
.fieldNameRequired {
    font-weight: bold;
}
}


.fieldValue {
    background-color: #ffffff;
    line-height: 16px;
    text-align: left;
    width: 65%;
}
.newsItem {
    border: 1px solid #595959;
    margin: 0 auto;
    padding: 0 0 0 10px;
    background-color: #ffffcc;
}
fieldset {
    width: 80%;
    margin: 0 auto;
    color: #184a84;
    font-size: 1.1em;
    font-weight: bold;
}
legend {
    color: #184a84;
}

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

.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: #ffffff;
    width: 90%;
}
div.pinstripe td {
    background-color: #ffffff;
}
div.pinstripe img {
    padding: 10px;
}
div.pinstripe button {
    padding: 10px 0;
}
.noBorder {
    border: none;
    font-size: 10px;
}
ul.noindent {
    margin-left: 5px;
    padding-left: 5px;
}
ul.bullets li {
    list-style-image: url('http://www.coppervalleyclub.com/themes/default/images/bullet.gif');
}
.pager {
    background-color: #ffffcc;
    white-space: nowrap;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    border: 1px dashed #ff9600;
}
.narrowButton {
    text-align: center;
    width: 100px;
    background-color: #ffffff;
}
.wideButton {
    text-align: center;
    width: 150px;
    background-color: #ffffff;
}

.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: #184a84;
    background-color: #ffff99;
    text-align: left;
    padding: 0 10px;
}
.errorMessage {
    margin: 0 auto;
    border: 1px dotted #ff9600;
    background-color: #ffff99;
    text-align: center;
    width: 50%;
}
.messageHeader {
    color: #FFFFFF;
    background-color: #ADDFFF;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
}
.messageContent {
    background-color: #ffffff;
    color: #184a84;
    border: 1px solid #ADDFFF;
    border-top: none;
    text-align: center;
}
.messageContent div {
    padding: 5px;
}
.messageContent input {
    width: 150px;
}
#navPreview {
    position: relative;
    border: 1px dashed #d9d9d9;
}
#navPreview span {
    z-index: 5;
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 2em;
    color: #d9d9d9;
    text-transform: uppercase;
}
.bgnd {
    background-color: #e5f1ff;
    border: 1px solid #595959;
}
.treeMenuDefault {
    font-size: 11px;
}

/* /////////////// Tooltips /////////////// */

span.tipOwner {
    position: relative;
    cursor: help;
}
span.tipOwner span.tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #ffffff;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
    -moz-opacity: 0.85;
    filter: alpha(opacity=85);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=85);
}
span.tipOwner:hover span.tipText {
    display: block;
}
/* IE javascript workaround */
span.tipOwner {
    behavior: url(themes/default/css/tooltipHover.htc);
}

