html, body , td
{
    font-size: 10px;
    line-height: 1.3em;
    font-family: Verdana, sans-serif;
    color: #666666;
}

body
{
	background: #f2edda;
	padding-top: 20px;
}

a,
a:visited,
a:active
{
    color: #666666;
    text-decoration: none;
}

a:hover
{
    color: #666666;
    text-decoration: underline;
}

.framework
{
	background: #f2edda url(../media/images/framework_bg_slice_2.jpg) repeat-y;
}

a.main_nav,
a.main_nav:visited,
a.main_nav:active
{
    color: #7f683f;
    text-transform: uppercase;
    text-decoration: none;
}

a.main_nav:hover
{
    color: #7f683f;
    text-decoration: underline;
}

a.secondary_nav
{
	line-height: 1.6em;
}

.right_shadow
{
	background: #f2edda url(../media/images/right_slice_2.jpg) repeat-y;
}

.right_shadow2
{
	background: #f2edda url(../media/images/right_slice2_2.jpg) repeat-y;
}

.section
{
    border: 1px solid #bbc8b7;
    background-color: #b2caaa;
    margin-bottom: 1em;
    padding: 0.5em;
}

.section-tab
{
    border-top: 1px solid #bbc8b7;
    border-left: 1px solid #bbc8b7;
    border-right: 1px solid #bbc8b7;
    border-bottom: 1px solid #b2caaa;
    padding: 0 0.5em;
    text-align: center;
    width: 14em;
    background-color: #b2caaa;
    font-weight: bold;
    position: relative;
    top: 0px;
    z-index: 10;
}

.form_row,
.form_row_long
{
    clear: both;
    margin: 0.5em 0;
    max-width: 50em;
    width: 50em;
}

.form_row_short
{
    clear: none;
    margin: 0.5em 0;
    max-width: 20em;
    width: 20em;
}

.form_group
{
    clear: both;
    margin-left: 2em;
}

.form_group .title
{
    margin-left: -1em;
    font-weight: bold;
}

.form_row label
{
    float: left;
    text-align: right;
    width: 8em;
}

.form_row_long label
{
    float: left;
    text-align: right;
    width: 15em;
}

.form_row_short label
{
    float: left;
    text-align: right;
    width: 6em;
}

.form_row label.required,
.form_row_long label.required,
.form_row_short label.required
{
    font-weight: bold;
}

table.search-results,
table.search-results-small
{
    margin: 1em;
}

table.search-results tr:hover td,
table.search-results-small tr:hover td
{
    background-color: #8EA088;
}

table.search-results tr.error td,
table.search-results-small tr.error td
{
    color: red;
}

table.search-results th,
table.search-results-small th
{
    font-weight: bold;
    border-bottom: 3px solid black;
    vertical-align: bottom;
    background-color: #b2caaa;
}

table.search-results td,
table.search-results-small td
{
    border-bottom: 1px solid black;
    vertical-align: top;
}

table.search-results th,
table.search-results td,
table.search-results-small th,
table.search-results-small td
{
    padding: 0.25em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-align: left;
}

table.search-results a,
table.search-results-small a
{
    color: black;
}

table.search-results a:visited,
table.search-results-small a:visited
{
    color: red;
}
table.search-results-small th,
table.search-results-small td
{
    font-size: 8pt;
}

table.cart
{
    border-collapse: separate;
}

table.cart th
{
    background-color: #b2caaa;
    color: #ffffff;
}

table.cart td
{
    background-color: #ffff;
    color: #000000;
}

/* ----- Progress ----- */

div.Progress .Current
{
    font-weight: bold;
}
div.Progress .NonCurrent
{
    color: gray;
    font-weight: normal;
}

/* Messages formatting */
.Error
{
    background-color: #FFCCCC;
    border: 1px solid red;
}

.Normal
{
    background-color: #CCFF99;
    border: 1px solid green;
}

.Msg
{
    font: normal 1em/1.5em Verdana, sans-serif;
    padding: 5px;
    margin: 5px 0;
    width: 36em;
    display: block;
    color: #cc0000;
}

