/*******************************************************************************
* master.css
*
* @package ritz_v2
* @author Preston McMurry (prestonm3@mcmurry.com)
* @version 1.0
* @copyright (C) Copyright 2009 The Ritz-Carlton Magazine
*
*******************************************************************************/

/*** Default Classes **********************************************************/

HTML {
    height: 100%;
}

BODY {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
    font-family: georgia, arial, tahoma, verdana, sans-serif;
    font-size: 14px;
    color: #231f20;
    background-color: #ffffff;
}

TABLE {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-spacing: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
    font-family: georgia, arial, tahoma, verdana, sans-serif;
    font-size: 14px;
    color: #231f20;
}

DIV {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-spacing: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
    font-family: georgia, arial, tahoma, verdana, sans-serif;
    font-size: 14px;
    color: #231f20;
}

IMG {
    border: 0px;
}

/*
A {
    color: #9a7837;
    text-decoration: none;
}

FORM {
    font-size: 13px;
}
*/

/*** Wrapper Classes **********************************************************/

DIV#DocWrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

DIV#ContentWrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #9a7837;
    background-color: #faf9f0;
    line-height: 130%;
    width: 998px;
    overflow: auto;
/*
background-color: #ffcccc;
*/
}

/*** Header Classes ***********************************************************/

DIV#PageHeader {
    position: relative;
    background-color: #ede9e0;
    color: #9a7837;
    width: 100%;
}

DIV#LogoArea {
    position: relative;
    float: left;
    margin-top: 25px;
    margin-left: 25px;
    width: 300px;
/*
    width: 649px;
width: 449px;
background-color: #eeeeee;
*/
}

/*** Menu Classes *************************************************************/

DIV#MenuColumn {
    position: relative;
    float: left;
    padding: 10px;
    width: 180px;
    min-height: 350px;
/*
background-color: #dddddd;
*/
}

DIV.menu_item {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
    color: #9a7837;
    background-color: #faf9f0;
}

DIV.menu_item:hover {
}

DIV.menu_item A {
    text-decoration: none;
    background-color: #faf9f0;
    color: #9a7837;
}

DIV.menu_item A:hover {
}


/*** Content Area Classes *****************************************************/

DIV#ContentArea {
    position: relative;
    border-left: 1px solid #9a7837;
    padding: 10px;
    margin-left: 200px;
    min-height: 435px;
/*
background-color: #bbbbbb;
*/
}

/*** Footer Classes ***********************************************************/

DIV#PageFooter {
    position: relative;
    float: left;
    height: 60px;
    background-color: #9a7837;
    width: 998px;
}

DIV#CopyrightNotice {
    position: relative;
    color: #ffffff;
    float: left;
    width: auto;
    margin-left: 10px;
    margin-top: 5px;
}

DIV#CreditArea {
    position: relative;
    float: right;
    width: auto;
    color: #ffffff;
    line-height: 24px;
    margin-right: 10px;
    margin-top: 5px;
}

/*** List Pager Classes *******************************************************/

DIV.PageListWrapper {
    position: relative;
    margin-top: 15px;
    margin-bottom: 50px;
    overflow: auto;
/*
border: 1px solid #00ff00;
*/
}

DIV.PageLabel {
    position: relative;
    float: left;
    margin-top: 5px;
    font-weight: bold;
    font-size: 11px;
    overflow: auto;
/*
background-color: #ffffcc;
*/
    font-family: arial, tahoma, verdana, sans-serif;
}

DIV.PageNum {
    position: relative;
    float: left;
    margin-top: 5px;
    font-size: 11px;
/*
background-color: #ffccff;
*/
    font-family: arial, tahoma, verdana, sans-serif;
}

A.PageNum {
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 3px;
    margin-right: 3px;
    color: #9a7837;
    text-decoration: none;
}

A.PageNum:hover {
    background-color: #9a7837;
    color: #ffffff;
}

A.PageNumReverse {
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 3px;
    margin-right: 3px;
    background-color: #9a7837;
    color: #ffffff;
    text-decoration: none;
}

/*** Form Classes ***********************************************************/

INPUT.flat {
    border: #9a7837 1px solid;
    height: 25px;
    font-size: 11px;
    font-weight: bold;
    color: #231f20;
    background-color: #ccd1b3;
}

INPUT.flat:hover {
    background-color: #e6e6c5;
}

/*** Miscellaneous Classes ****************************************************/

.Required {
    color: #ff0000;
}

.SemiRequired {
    color: #0000ff;
}

.Warning {
    color: #ff0000;
}

.Success {
    color: #009900;
}

INPUT.HiddenReset {
    display: none;
}

INPUT.CalendarButton {
    background-image: url("../O_image/icon/24/stock_calendar-view-year.png");
    width: 24px;
    height: 24px;
}

INPUT.disabled {
    background-color: #cccccc;
}

TEXTAREA.disabled {
    background-color: #cccccc;
}


DIV.PseudoHR {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #9a7837;
}

