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

body {
    margin: 0px;
    padding: 0px;
    font: small Verdana, Arial, Helvetica, sans-serif;
    color: #4E5925;
    background: #292C1B;
}

#wrapper {
border: 1px solid black;
width: 1024px;
 margin: 0 auto;
 background-color:#faf9f4;
}


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

#sgl-header {
    background-color: #E2D5AB;
    height: 80px;
    margin: 0px;
    padding: 0px;
}
#sgl-header-left {
    float: left;
    margin: 0px;
    padding: 5px 0 5px 15px;
    color: #B9BB72;
}
#sgl-header-left img {
    vertical-align: middle;
}
#sgl-header-right {
	float: right;
    margin-top: 20px;
    margin-right: 100px;
    text-align: right;
    font-size: 0.8em;
    color: #B9BB72;
}
#sgl-header-right a {
    color: #B9BB72;
    cursor: pointer;
    text-decoration: none;
}
#sgl-header-right a:hover {
    color: #B9BB72;
    cursor: pointer;
    text-decoration: underline;
}

/***************************** LAYOUT : NAVIGATION ****************************/

#sgl-nav {
	height:10px;
	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;
}
td, th {
    padding: 2px;
}
th {
    background-color: #E1E3CD;
    text-align: left;
    color: #4E5925;
    font-size: 1em;
	padding: 3px;
}
#imRead {
    background-color: #c6c6c6;
}
#moduleOverview {
    width: 240px;
    height: 125px;
}
.wide {
    width: 90%;
}
.narrow {
    width: 60%;
}
.sgl-row-light {
    background-color: #E1E3CD;
}
.sgl-row-dark {
    background-color: #EDF1DF;
}

/****************************** 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;
}
.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: #E2D5AB;
    color: #ffffff;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    border: 1px solid #747F4D;
    margin: 0px;
}
div.sgl-blocks-left-item-body, div.sgl-blocks-right-item-body {
    background-color: #E1E3CD;
    color: #747F4D;
    font-size: 0.9em;
    padding: 10px;
    border: 1px solid #E7ECD4;
    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: 0px;
}
#sgl-blocks-middle-leftcol {
    margin: 0 0 0 180px;
}
#sgl-blocks-middle-rightcol {
    margin: 0 180px 0 0;
}
.sgl-blocks-middle-title {
	text-align: left;
	color: #ffffff;
  background-color: #747F4D;
	font-size:11px/1.2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:.2em;
	margin:0px;
	vertical-align:middle; 
	padding:5px;
}
.sgl-blocks-middle-title img {
	margin: 6px;
	vertical-align: top;
}
.sgl-blocks-middle-body, .contentTable {
    background-color: #F7F4E4;
    color: #747F4D;
    border: 1px solid #747F4D;
    border-top: none;
    text-align: center;
}

.pad {
	padding: 8px;
}

.contentBlock {
	width:300px;
	margin: 0 auto;
}

.contentTable {
	margin: 0px;
	padding: 0px;
	text-align:left;
}

table.contentTable2 {
	margin: 0px;
	padding: 0px;
	text-align:left;
	border: 1px solid #9EA683;
}

table.contentTable2 th {
  background-color: #E7ECD4;
  color: #4E5925;
  font-size: 9px;
	padding: 3px;
}

table.contentTable2 td {
  background-color: white;
  color: #747F4D;
  font-size: 9px;
	padding: 3px;
}

/*.sgl-blocks-middle-title2 {
	text-align: left;
	padding: 0px;
	color: #ffffff;
  background: #9EA683;
  height: 28px;
}*/

table.contentTable2 td.sgl-blocks-middle-title2 {
	text-align: left;
	padding: 0px;
	color: #ffffff;
  background: #9EA683;
  height: 28px;
}

/* 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: #747F4D;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}
.pageTitle {
    color: #747F4D;
    font-size: 1.75em;
    font-weight: normal;
}

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

a, a:visited, a:hover {
	color: #455682;
	font-weight:bold;
}

/******************************* 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 #EDF1DF;
}
img {
    border: none;
}
.alignCenter {
    text-align: center;
}
.error {
    color: #ff0000;
    background: transparent;
}
.strong {
    font-weight: bold;
}
.title {
    color: #999999;
    font-weight: normal;
    font-size: 1.5em;
}
.detail {
    color: #999999;
    font-weight: normal;
    font-size: 0.8em;
}
.toolBtnSeparate {
    margin-left: 20px;
}
/*************************** MODULE: PUBLISHER ********************************/

.sectionHeader {
    font-size: 1.3em;
    font-weight: normal;
    color: #747F4D;
    background-color: #EDF1DF;
    padding-left: 10px;
    line-height: 34px;
    letter-spacing: 1px;
    margin: 0px;
}
.colHeader {
    color: #747F4D;
    background-color: #E1E3CD;
    font-size: 11px;
    line-height: 20px;
    font-weight: normal;
    padding-left: 10px;
    letter-spacing: 0.5px;
    margin: 2px 0 0 0;
}
.navigator {
    color: #E7ECD4;
    background-color: #4E5925;
    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;
}

input, select, textarea {
	letter-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color:    #F3F3F2;
	border:              1px solid #806F59;
	color:               #211500;
}
select
{
	font-weight: normal;
	text-transform: none;
	font-size: 8pt;
}

/******************************************************************************/
/*                                  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: #E1E3CD;
    color: #747F4D;
    /*font-weight: bold;*/
    text-align: right;
    width: 35%;
    border: 1px solid #F7F4E4;
    font-size: 10px;
}
.fieldName {
    white-space: nowrap;
}
.fieldValue {
    background-color: #B9BB72;
    line-height: 16px;
    text-align: left;
    width: 65%;
}
.fieldComment {
	color: #999999;
	font-size: .9em;
	font-weight: normal;
}
.newsItem {
    border: 1px solid #aaaaaa;
    margin: 0 auto;
    padding: 0 0 0 10px;
    background-color: #ffffcc;
}
fieldset {
    color: #747F4D;
    font-size: 1.1em;
    font-weight: bold;
}
legend {
    color: #747F4D;
}

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

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

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

div.pinstripe table {
    background-color: #E1E3CD;
    width: 90%;
}
div.pinstripe td {
    background-color: #B9BB72;
}
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.themarkersres.com/reservations/www/themes/default/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 {
    background-image: url('http://www.themarkersres.com/reservations/www/themes/default/images/btn-bkd_blend.gif');
    background-repeat: repeat-x;
    text-align: center;
    width: 100px;
    height: 30px;
}
.wideButton {
	font-size:11px/1.2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#333333;
	text-decoration:none;
	background-image:url('http://www.themarkersres.com/reservations/www/themes/default/images/btn-bkd_1.gif');
	background-repeat:repeat-x;
	border:1px solid #a69783;
	padding:3px 10px;
	font-weight:bold;
}
.wideButton:hover
{
	font-size:11px/1.2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ffffff;
	text-decoration:none;
	background-image:url('http://www.themarkersres.com/reservations/www/themes/default/images/btn-bkd_2.gif');
	background-repeat:repeat-x;
	border:1px solid #000000;
	padding:3px 10px;
	font-weight:bold;
}

.wideButtonLogin {
	font-size:11px/1.2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#333333;
	text-decoration:none;
	background-image:url('http://www.themarkersres.com/reservations/www/themes/default/images/btn-bkd_1.gif');
	background-repeat:repeat-x;
	border:1px solid #a69783;
	padding:3px 10px;
}
.wideButtonLogin:hover
{
	font-size:11px/1.2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	background-image:url('http://www.themarkersres.com/reservations/www/themes/default/images/btn-bkd_2.gif');
	background-repeat:repeat-x;
	border:1px solid #000000;
	padding:3px 10px;
}

a.wideButton:link,a.wideButton:visited,a.wideButton:active
{
	font-size:11px/1.2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#333333;
	text-decoration:none;
	background-image:url('http://www.themarkersres.com/reservations/www/themes/default/images/btn-bkd_1.gif');
	background-repeat:repeat-x;
	border:1px solid #a69783;
	padding:3px 10px;
}


a.wideButton:hover
{
	font-size:11px/1.2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ffffff;
	text-decoration:none;
	background-image:url('http://www.themarkersres.com/reservations/www/themes/default/images/btn-bkd_2.gif');
	background-repeat:repeat-x;
	border:1px solid #000000;
	padding:3px 10px;
}

.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: #F7F4E4;
    border: 1px solid #aaaaaa;
}
.treeMenuDefault {
    font-size: 11px;
}

/* /////////////// Form-related /////////////// */

.formReq {
	color:#c00;
	font-weight: bold;
}
.formErr {
	color:#c00;
}

form {
	margin-bottom:0;
}

.calendar {
	border: 1px solid #747F4D;
}

.cal_legend {
	font-weight: bold;
	border-bottom: 1px solid;
	padding: 5px;
	text-align: center;
}

.cal_buttons {
	text-align: center;
	background-color: transparent;
	color: #747F4D;
	background: url('http://www.themarkersres.com/reservations/www/themes/default/images/monthbtnbg.gif') no-repeat;
	width: 55px;
	height: 19px;
}

.cal_buttons a:link,.cal_buttons a:visited
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 10px;
	font-weight: normal;
	color: #747F4D;
	text-decoration: none;
	display: block;
	width: 55px;
	height: 19px;
	/*padding: 5px 0px 5px 0px;*/
	/*margin: 0px 0px 0px 5px;*/
}
.cal_buttons a:hover
{
	text-decoration: underline;
	/*background: url('http://www.themarkersres.com/reservations/www/themes/default/images/monthbtnbgover.gif') no-repeat;
	color: white;*/
}

.cal_buttonsHighlight {
	font-family: Verdana, Arial, Sans Serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	background: url('http://www.themarkersres.com/reservations/www/themes/default/images/monthbtnbgover.gif') no-repeat;
	color: white;
	width: 55px;
	height: 19px;
	/*margin: 0px 3px 0px 3px;*/
}

.cal_small
{
   padding-top:         1px;
   padding-bottom:      1px;
   padding-left:        1px;
   padding-right:       1px;
   font-family:         Verdana, Arial, Sans Serif;
   font-size:           10px;
   font-weight:         bold;
}


.cal_large {
	font-family:         Tahoma, Arial, Sans Serif;
	font-size:           10px;
	font-weight:         bold;
	text-decoration: none;
	padding: 3px 3px;
	text-align: center;
}

.cal_large a, .cal_large a:visited, .cal_large a:hover {
	font-weight:bold;
	font-decoration: none;
}



.cal_normal
{
	background-color:    #FFFDf2;
	color:               #806f59;
	text-decoration: none;
}

.cal_normal a, .cal_normal a:visited, .cal_normal a:hover
{
	color:               #806f59;
	text-decoration: none;
}

.cal_reserved
{
	color:white;
	background-color:    #806f59;
}

.cal_reserved a, .cal_reserved a:visited, .cal_reserved a:hover
{
	color:white;
	text-decoration: none;
}

.cal_space_available
{
   background-color:    #F5F6C0;
   color:               #806f59;
}

.cal_open
{
   background-color:    #3F3A0F;
   color:               #806f59;
}

.cal_planned
{
   background-color:    #FFFBE5;
   color:               #806f59;
}

.cal_holiday
{
   border: 2px solid #AA0000;
}

.cal_blocked
{
   background-color:    #FFFDf2;
   color:               #FFFDf2;
}
.cal_header{
   background-color:    #FFFBE5;
   color:               #806f59;
   padding-top:         1px;
   padding-bottom:      1px;
   padding-left:        0px;
   padding-right:       2px;
   border-left:         0px;
   border-right:        0px;
   border-top:          0px;
   border-bottom:       1px;
   border-style:        solid;
   font-family:         Verdana, Arial, Sans Serif;
   font-size:           12px;
   font-weight:         normal;
   text-align:          right;
}

.cal_week{
   background-color:    #FFFDf2;
   color:               #806f59;
   padding-top:         0px;
   padding-bottom:      0px;
   padding-left:        1px;
   padding-right:       1px;
   font-family:         Verdana, Arial, Sans Serif;
   font-size:           11px;
   font-weight:         normal;
   text-align:          center;
}


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

/* VJ Specific Styles for Home Page */
.vj_gutter1 {background-image:url(images/rule_vertical_lg.gif); background-repeat:repeat-y;}
.vj_mediaTitle {font:10pt/1 Verdana,Times New Roman, Times, Serif ; font-weight:bold;color:#536513;}
#vj_subTitle {font:7.5pt/1 Georgia, 'Times New Roman', Times, serif; color:#666666; font-weight:bold; text-transform:uppercase; letter-spacing:.2em; margin:15px 0 4px 0;}
.vj_bodycopy {font:9pt/1.6 Verdana, helvetica, San Serif; color:#333333;}
.vj_leadIn {font:13pt/1.2 Times New Roman, Times, Serif ; font-style:italic; color:#918E48; text-align:center;}
.vj_mediaLink {font:9pt/1.6 Georgia, "Times New Roman", Times, serif; color:#536513; }
a.vja:link {text-decoration:underline; color:#44630A;}
a.vja:visited {text-decoration:underline; color:#44630A;}
a.vja:hover {text-decoration:underline; color:#44630A; background-color:#E7E6C4;}
a.vja:active {text-decoration:none; color:#786343; background-color:#E7E6C4;}


