﻿body {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;	
	background-color:#FFE9AE;
}

ul {margin-top:4px}
ol {margin-top:4px}

.inputs {font-family: Tahoma;font-size:11px;background-color:#FCE8B2; border:solid 1px #555555; border-style:outset}
.inputbut {font-family: Tahoma;font-size:12px;background-color:#FCE8B2;font-weight:bold}

.nav {background-color:#6B5825;width:790px;height:20px}
.navbg {background-color:#6B5825;}
.mainbg {
	background-image:url('images/bg.jpg');
	background-repeat:no-repeat;
	background-color:#FFDE87;
}

.pictext {color:#555555;font-weight:bold}
.navimg {border:0px}

.imgbrd {border: solid 1px #333333}

.heading {font-weight:bold}
.title {font-weight:bold;font-size:14px}

.newsItemDate
{
    font-weight: bold;
    font-size: 14px;
    color: white;
    font-family: Arial;
    background-color: maroon;
}

.roundedPanel
{
    width: 300px;
    background-color: peru;
    color: white;
    font-weight: bold;
}

.roundedPanel2
{
    background-color: peru;
    color: black;
}

.hello
{
    color: Black;
}


.validatorCalloutHighlight 
{
    background-color: lemonchiffon; 
}

.DropDownItemThing
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    font-weight: bold;
    border-left: black 1px solid;
    color: black;
    border-bottom: black 1px solid;
    background-color: bisque;
}

.DEK {
	Z-INDEX: 200; VISIBILITY: hidden; POSITION: absolute;
}
.textsze {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}
.buttontextsze { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
.COPPER { font-family: "Copperplate Gothic Light"; font-size: 12px}
.TextTitle { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; letter-spacing: 1px ; text-decoration: none}
a:hover {  color: #999999}

.tabstyle .ajax__tab_header
{
    font-family: verdana,tahoma,helvetica;
    font-size: 11px;
    background: url(images/tabs-inactline.gif) repeat-x 50% bottom;
}
.tabstyle .ajax__tab_outer
{
    background: url(images/tabs-inactouter3.gif) no-repeat right 50%;
    height: 21px;
}
.tabstyle .ajax__tab_inner
{
    padding-left: 3px;
    background: url(images/tabs-inactinner3.gif) no-repeat;
}
.tabstyle .ajax__tab_tab
{
    height: 13px;
    padding: 4px;
    margin: 0;
    background: url(images/tabs-inactline.gif) repeat-x;
    background-image: url(images/tabs-inactbg3.gif);
}
.tabstyle .ajax__tab_hover .ajax__tab_outer
{
    background: url(images/tabs-outer2.gif) no-repeat right 50%;
}
.tabstyle .ajax__tab_hover .ajax__tab_inner
{
    background: url(images/tabs-inner2.gif) no-repeat;
}
.tabstyle .ajax__tab_hover .ajax__tab_tab
{
    background: url(images/tabs-header.gif) repeat-x;
    background-color: #cd853f;
}
.tabstyle .ajax__tab_active .ajax__tab_outer
{
    background: url(images/tabs-outer2.gif) no-repeat right;
}
.tabstyle .ajax__tab_active .ajax__tab_inner
{
    background: url(images/tabs-inner2.gif) no-repeat;
}
.tabstyle .ajax__tab_active .ajax__tab_tab
{
    background: url(images/tabs-header.gif) repeat-x;
    background-color: #cd853f;
    padding: 4px;
}
.tabstyle .ajax__tab_body
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    border: 1px solid #999999;
    border-top: 0;
    padding: 8px;
    background-color: #cd853f;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

