/* general style */

a
{
    color: #000000;
}

body
{
    font-family: Tahoma;
    font-size: 11px;
    background-color: #d3d3d3;
    margin: 0px;
}

img
{
    vertical-align: bottom;
}

.main_img {
	max-width: 758px;
	max-height: 400px;
}

table
{
    padding: 0;
    margin: 0;
}
h1
{
    text-align: center;
    color: #730000;
}

h2
{
    color: #730000;
}

th
{
    text-align: left;
}
form
{
    margin: 0px;
}

div
{
    margin: 0px;
    padding: 0px;
}

div#container
{
    width: 1000px;
    padding: 0px;
    margin: 0px auto;
    border: 0px;
    background-color: #ffffff;
}

div#body
{
    padding: 0px;
}

/* top nav */

div#nav
{
    height: 112px;
    width: 1000px;
}

#nav a.logo
{
    float: left;
    display: block;
    width: 625px;
    height: 112px;
}

#nav div.links
{
    float: left;
    width: 375px; /* width of the background image */
    height: 112px;
    padding: 0px;
    background-color: #313131;
}
#nav div.cont
{
    text-align: right;
    color: White;
    font-weight: 600;
    padding-right: 25px;
    margin-top: 8px;
}
#nav div.cont_sep
{
    height: 16px;
    width: 232px;
    margin-left: 118px;
    padding: 0px;
}
div#but
{
    height: 38px;
    padding: 0px;
    background-color: #656565;
    text-align: center;
}
#but div.sep
{
    height: 7px;
    padding: 0px;
    background-image: url(images/bottombar_Separator2.gif);
    background-repeat: no-repeat;
}
#but div.buttons
{
    height: 24px;
    padding: 0px;
    margin-left: 358px;
}
#nav a
{
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

#nav a:link, #nav a:visited
{
    color: white;
}

#nav .menuheader_active a
{
    color: red;
}

#nav a:hover, #nav a:active
{
    text-decoration: underline;
}

/* menus */
ul.menu
{
    padding: 0px;
    margin: 0px;
    list-style: none;
    border: 1px solid black;
    width: 150px;
    background-color: #ffffff;
}

.menu li
{
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.menu li.hover
{
    background-color: #80A217;
}

.menu .hover a
{
    color: white;
}

.menu a
{
    text-decoration: none;
    color: black;
    display: block;
    padding: 3px;
}

/* Sortable table */
table.sortable
{
    color: #333333;
    border-collapse: collapse;
}

table.sortable a.sortarrow
{
    color: white;
    background-color: #828282;
    font-weight: bold;
    white-space: nowrap;
}

table.sortable th
{
    color: white;
    background-color: #828282;
    font-weight: bold;
    white-space: nowrap;
}

table.sortable tr
{
    color: #333333;
    background-color: #ffffff;
}

table.sortable tr.alternate
{
    color: #333333;
    background-color: white;
}

.fv
{
	color: #333333;
	font-weight: normal;
	text-align: left;
}

.fn
{
	color: #333333;
	font-weight: bold;
	text-align: left;
}

div.list
{
    border: solid 1px #a3a3a3;
    padding: 3px 5px 3px 5px;
    float: left;
    height: 13px;
    text-align: center;
    vertical-align: middle;
    color: #4f4f4f;
    margin-right: 2px;
}

div.list:hover
{
	background-color: #dcdcdc;
}
div.list#current
{
    border: solid 1px #000000;
    font-weight: bold;
    padding: 3px 5px 3px 5px;
    height: 13px;     
}

div.list a
{
    height: 13px;
    color: #4f4f4f;
    text-decoration: none;
}

div.listHigh
{
    border: solid 1px #850000;
    padding: 3px 5px 3px 5px;
    float: left;
    height: 13px;
    text-align: center;
    vertical-align: middle;
    color: #850000;
    margin-right: 2px;
}

div.listHigh:hover
{
	background-color: #dcdcdc;
}

div.listHigh a
{
    height: 13px;
    color: #850000;
    text-decoration: none;
}

div.arrow_show
{
    background-image: url(images/arrow_up.gif);
    background-repeat: no-repeat;
    width: 10px;
    background-position: center;
    margin-right: 3px;
}

div.arrow_hide
{
    background-image: url(images/arrow_down.gif);
    background-repeat: no-repeat;
    width: 10px;
    background-position: center;
    margin-right: 3px;
}
