html, body
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 0.9em;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

img
{
    border: none;
}

/* ---- Areas ---- */

div#wrapper
{
    width: 990px;
    margin: 0px auto;
	 background: #fff url(/images/siteadmin/crosby-header.jpg) no-repeat center 3px;
	 overflow: auto;
}

div#menu
{
    float: left;
    width: 140px;
	 /*background: #f9f2fe url(/images/siteadmin/leftnavbg.jpg) no-repeat right bottom;*/
	 margin: 15px 20px 0 0;
	 padding: 70px 15px 15px 13px;
	 min-height: 380px;
}

div#menu ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-top: 30px;
	 text-align: right;
}

div#menu ul li
{
    padding: 0px;
    margin: 0px;
    /*background-color: #765B8C;*/
    margin-top: 3px;
}

div#menu ul li a:hover
{
    background-color: #3e2f4c;
	 color: #fff;
}

div#menu ul li a
{
    color: #3e2f4c;
    text-decoration: none;
	 background-color: #fff;
	 display: block;
	 padding: 4px 10px 4px 10px;
	 border: 1px solid #d5d1d8;
	 margin-bottom: 10px;
}


div#content
{
    padding: 15px;
	 float: left;
	 margin-top: 165px;
	 width: 650px;
}

div#footer
{
    clear: both;
    background-color: #3E2F4C;
    color: white;
    padding: 10px;
}

div#footer a
{
    color: white;
    text-decoration: none;
}

div#footer a:hover
{
    text-decoration: underline;
}

/* ---- Forms ---- */

label
{
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

button
{
    display: block;
    margin-top: 10px;
}

/* ---- Titles ---- */
h2
{
    font-size: 1.2em;
    border-bottom: 1px dashed #d5d1d8;
	 font-weight: normal;
    margin-top: 0px;
	 color: #3e2f4c;
}

fieldset
{
    margin-top: 10px;
    border: 2px #3E2F4C solid;
}

legend
{
    font-weight: bold;
    padding: 5px 10px;
    background-color: #3E2F4C;
    color: white;
}

input.text
{
    border: 1px black solid;
    width: 250px;
}

textarea
{
    border: 1px black solid;
    width: 250px;
    height: 100px;
}

input.text
{
    font-size: 0.9em;
    padding: 2px;
}

textarea
{
    padding: 2px;
    font-size: 1.2em;
}

select
{
    border: 1px black solid;
    width: 250px;
}

button
{
    background-color:#8D6DA7;
    border: 2px #3E2F4C solid;
    margin-left: 2px;
    font-weight: bold;
    color: white;
    letter-spacing: 0.1em;
    padding: 3px;
}

div#errors, div#message
{
    padding: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 0.9em;
}

div#errors
{
   background-color: red;
    border: 2px red solid;
    color: white;
}

div#message
{
    background-color: #F9F2FE;
    border: 1px #3A2E46 solid;
    color: #3A2E46;
}

table
{
    width: 100%;
}

td
{
  padding: 2px 10px;  
}

th
{
    padding: 5px;
    color: white;
    background-color: #3E2F4C;
    margin: 0px;
}

td
{
    color: white;
    text-align: center;
}

tr
{
    background-color: #8D6DA7;
}

tr:hover
{
    background-color: #D4A3FB;
}

/* ---- Button links ---- */
a.button_link
{
    text-decoration: none;
    letter-spacing: 0.1em;
    padding: 3px;
    background-color:#8D6DA7;
    border: 2px #3E2F4C solid;
    color: white;
    font-weight: bold;
}

a.button_link img
{
    vertical-align: middle;
    margin-right: 5px;
}

/* ---- Orders page ---- */

fieldset.half
{
    width: 46%;
    float: left;
}