﻿body 
{
    font-family: Verdana;
    font-size: 10pt;
    background: #eee;
}

a:link, a:hover, a:visited, a:active{ text-decoration: none; color: Blue;  }

#wrap
{
    background: #fff url('IMG/umb_back.gif');
    background-repeat: no-repeat;
    width: 600px;
    height: 70%;
    margin: auto;
    margin-top: 30px;
    border: 1px solid #bbb;
}

#content
{
    margin-top: 20px; 
    padding: 20px;
    padding-top: 10px;
	text-align: left;
	clear: both;
}

#header
{
    padding: 20px;
    padding-top: 10px;
	text-align: center;
	clear: both;
}

h1
{
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    letter-spacing: 5pt;
    font-size: 20pt;
}

h3
{
    padding: 0px;
    margin: 0px; 
    margin-bottom: 20px;
    color: #aaa;
    font-style: italic;
    font-size: 10pt;
    letter-spacing: 2.0pt;
    text-align: right;
    line-height: 10pt;
}

h5
{
    padding: 0px;
    margin: 0px; 
    margin-bottom: 20px;
    color: #aaa;
    font-style: italic;
    font-size: 10pt;
    letter-spacing: 2.0pt;
    text-align: left;
    font-family: Georgia;
    line-height: 10pt;
}

#menu{
	list-style: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 500px;
}

#menu li{
	padding: 10px;
	display : inline;
	width: 12.8%;
	text-align: center;
	font-size: 11pt;
	font-family: Georgia;
}


.showpanel
{
    border: 1px solid #bbb;
    padding: 20px;
}

.hidepanel
{
    display: none;
}

#tabmenu
{
    list-style: none;
    height:13px; 
    margin : 0;
	padding: 10px;
}

#tabmenu li, #tabmenu ul
{
	display : inline;
	list-style-type : none;
	padding : 5px;
	padding-left: 15px; 
	padding-right: 15px; 
	cursor: pointer;
	margin : 0px;
}

.active
{
    border: 1px solid #bbb;
    font-size: 11pt;
    border-bottom: 1px solid #fff;
    margin : 0px;
}

.inactive
{
    background: #efefef;
    font-size: 10pt;
    border: 1px solid #bbb;
    margin : 0px;
}

.date
{
    color: #bbb;
}

input, textarea
{
    background: transparent;
}

img{ border: 1px solid #222;}

.box{
    border: 1px solid #bbb;
padding: 20px;

}