body {
	background-color: #000000;
	font-family: verdana;
	font-size: x-small;
	color: #AEAEAE;
}

.main_menu {
	color: #000000;
	text-decoration: none;
	display: block;	
}

.copyright {
	color: #ffffff;
}

select  {
	background-color: #ffffff;
}

img, input, select, button {
    vertical-align: middle;
}

.nowrap {
    white-space: nowrap;
}

div.nowrap {
    margin: 0px;
    padding: 0px;
}

li {
    padding-bottom: 1em;
}

li form {
    display: inline;
}

ul.main {
    margin: 0px;
    padding-left:2em;
    padding-right:2em;
}

button {
    /* buttons in some browsers (eg. Konqueror) are block elements, this breaks design */
    display: inline;
}

/* Tabs */

/* For both light and non light */
.tab {
    white-space: nowrap;
    font-weight: bolder;
}

/* For non light */
td.tab {
    width: 64px;
    text-align: center;
    background-color: #dfdfdf;
}

td.tab a {
    display: block;
}

/* For light */
div.tab { }

/* Highlight active tab */
td.activetab {
    background-color: transparent;
}

/* Inputs */

textarea, input, select {
	font-size: x-small;
}

.nospace {
    margin: 0px;
    padding: 0px;
}



/* Dropdown Menus */
#dropmenudiv{
   position:absolute;
   border:1px solid black;
   border-bottom-width: 0;
   line-height:18px;
   z-index:100;
}

#dropmenudiv a{
   color: #000000;
   width: 100%;
   display: block;
   text-indent: 3px;
   border-bottom: 1px solid black;
   padding: 1px 0;
   text-decoration: none;
   font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
   background-color: #DAE8F3;
   color: #000000;
}

#menu {
   border-top-width: 1px;
   border-top-style: solid;
   border-top-color: #000000;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #000000;
   line-height: 20px;
   height: 20px;
}

img {
	border: 0px;
}

.contents {
	border-top: 1px solid #DAE8F3;
	border-bottom: 1px solid #DAE8F3;
}

.navigator, .submenus {
	border-top: 1px solid #DAE8F3;
}

.copyright_menu a {
	color: #FFFFFF;
	text-decoration: none;
}

.copyright_menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.submenus a {
	color: #0000FF;
	text-decoration: none;
}

.submenus a:hover {
	color: #000000;
	text-decoration: underline;
}

.branches a {
	color: #0022FF;
	text-decoration: none;
	line-height: 15px;
}

.branches a:hover {
	color: #000000;
	text-decoration: underline;
}

div.auto_complete {
    position         :absolute;
    width            :250px;
    background-color :white;
    border           :1px solid #888;
    margin           :0px;
    padding          :0px;
}

li.selected { 
	background-color: #ffb; 
}
