﻿body
{
    font-family: Arial,Helvetica,sans-serif;
    color: #313131;
    margin: 0;
    padding: 0;
    background-color: #ddd;
    font-size: .8em;
}

hr
{
    color: #bdbdbd;
    background-color: #b6b6b6;
    height: 1px;
    border: none;
}

a:link, a:visited
{
    color: #73a131;
    text-decoration: none;
}

a:hover, a:active
{
    text-decoration: underline;
}

a > img
{
    border: none;
}

div.page
{
    background-color: #fff;
    width: 920px;
    margin: 0 auto;
    border: 1px solid #B6B6B6;
    border-top: none;
    padding: 20px;
    min-height: 600px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
}

div.header a.home > img
{
    width: 269px;
    height: 55px;
}

div.header a.home
{
    margin-right: .4em;
}

div.header
{
    position: relative;
}

div.header div.login
{
    position: absolute;
    top: 0;
    right: 0;
}

div.header h1
{
    display: inline;
    position: relative;
    bottom: 18px;
    font-size: 24px;
}

div.footer
{
    padding-top: 24px;
    text-align: center;
    background-image: url('/Images/footerbg.png');
    background-repeat: no-repeat;
    width: 960px;
    margin: 0 auto;
    min-height: 100px;
    color: #61664e;
    font-size: 1.2em;
}

div.footer > a
{
    position: relative;
    top: -15px;
    margin: 0 1.2em;
}

div.footer img
{
    vertical-align: top;
}

div.footer > span
{
    white-space: nowrap;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    font-size: .75em;
}

.breadcrumb
{
    font-weight: bold;
    font-size: 1.1em;
}

.breadcrumb > *
{
    margin: 0 2px;
}

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
}

fieldset.inline
{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: bold;
    padding: 6px 10px;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}

input.textEntry, input.passwordEntry, textarea.textEntry
{
    width: 320px;
    font-family: inherit;
}

span.sep
{
    border-left: 1px dotted #bdbdbd;
    margin: 0 .75em;
    *zoom: 1;
}

ul.ui-nav
{
	display: block;
	padding: 0;
	margin: .8em 0 1.4em 0;
	text-align: center;
	list-style: none;
	font-size: 1.25em;
}

ul.ui-nav > li 
{
    display: inline-block;
    *display: inline;
    width: auto;
    margin: 0;
    border-top: none;
    border-bottom: none;
    vertical-align: middle;
}

.ui-nav > *,
.ui-subnav > *
{
    position: relative;
}

.ui-nav .ui-subnav
{
    position: absolute;
    display: none;
    top: 0;
    left: 100%;
    z-index: 2;
    white-space: nowrap;
    text-align: left;
    font-size: 1em;
    *border: transparent;
    *background: none;
}

.ui-nav > * > .ui-subnav
{
    top: 100%;
    left: 0;
    font-size: .8em;
    margin-left: -1px;
}

*:hover > .ui-subnav
{
    display: block;
    *border: 1px solid #b6b6b6;
    *background: #fff;
}

table.glassFinish
{
    border-collapse: collapse;
}

table.glassFinish > caption
{
    font-size: large;
    font-weight: bold;
    padding: 1em 0;
    text-align: right;
}
        
table.glassFinish th,
table.glassFinish td
{
    padding: 6px;
}
        
table.glassFinish > thead > tr > *,
table.glassFinish > tfoot > tr > *
{
    background-color: #405820;
    background-image: url(images/glassbg.png);
    color: White;
    height: 24px;
}
        
table.glassFinish > tbody > tr > *
{
    background-image: url(images/rowbg.png);
    background-repeat: repeat-x;
    background-position: 0 2px;
    border: 1px solid #c9d3bd;
}
        
table.glassFinish > tbody > tr > *,
table.glassFinish > thead > tr > *,
table.glassFinish > tfoot > tr > *
{
    border-top: 1px solid #405820;
    border-bottom: 1px solid #405820;
}
        
table.glassFinish tr > *:first-child
{
    border-left: 1px solid #405820;
}
        
table.glassFinish tr > *:last-child
{
    border-right: 1px solid #405820;
}
        
table.glassFinish > tbody > tr > th
{
    background-color: #dde7d1;
}

table.glassFinish > tbody > tr.even > *
{
    background-color: #e2f2ce;
}

table.glassFinish > tbody > tr.even > th
{
    background-color: #cce6aa;
}
        
table.glassFinish > tbody > tr:hover > *,
table.glassFinish > tbody > tr.even:hover > *
{
    background-image: url(images/hoverbg.png);
    background-repeat: repeat-x;
    background-origin: border-box;
    background-position: 0 0;
    color: White;
    background-color: #77a53b;
    border-color: transparent;
}
        
table.glassFinish > tbody > tr:hover > *:first-child
{
    border-left: 1px solid #405820;
}
        
table.glassFinish > tbody > tr:hover > *:last-child
{
    border-right: 1px solid #405820;
}
        
table.glassFinish > tbody a
{
    color: #000;
    text-decoration: none;
}

table.glassFinish > tbody tr:hover a
{
    color: #fff;
    text-decoration: underline;
}
        
table.glassFinish > tbody a:hover
{
    text-decoration: underline;
}