body, html
{
    font-family: helvetica, arial, tahoma, sans-serif;
    font-size: 13px;
	margin: 0;
	height: 100%;
	color: black;
	width: 100%;
}

#wrapper
{
	min-height:100%;
	position: relative;
}
#header
{

}
#middle
{
	padding-bottom: 101px;
}
#footer
{
	width:100%;
	height:100px;
	position:absolute;
	bottom:0;
	left:0;

	background: rgb(213,235,241);
	border-top:1px solid rgb(83,145,171);
	text-shadow:1px 1px 0 rgba(255,255,255,0.6);
	font-size: 14px;
}

#footer > div > table
{
	margin-top: 10px;
}

#content
{
	margin-left: 182px;
	border: 1px solid;
	border-color: rgb(113,185,221);
}


.menu
{
	color: #4b4b4b;
	float: left;
	width: 180px;
	bottom: 0px;
	overflow-y: auto;
}

.menu > nav > ul
{
	padding-left: 6px;
	margin-top: 0px;
}

.menu ul
{
	list-style: none;
	padding: 0 0 0 15px;
}

.menu li
{
	list-style: none;
	padding: 2px 0px;
}


.menu a:hover, .menu li:hover
{
	background: #d6e9ff;
}

.menu li.selected
{
	background: rgb(113,185,221);
}

pre
{
	font-family: helvetica, arial, tahoma, sans-serif;
	color: black;
}

a:hover
	, a:active
{
        text-decoration: underline;
}

a
{
        color: black;
        text-decoration: none;
}

th, .th
{
	font-weight: bold;
	text-align: left;
	background: rgb(210,210,210);
	color: black;
}

select
	, textarea
{
    border: 1px solid grey;
	background: white;
	color: black;
}

input[type=text]
{
	border: 1px solid grey;
	color: black;
	vertical-align: middle;
}

table
{
	border-spacing: 0px;
}

img, input[type=image]
{
	border: 0;
	vertical-align: top;
}

table.table1
{
	width: 100%;
}

table.table1 thead tr th
, table.table1 tbody tr td
{
	padding: 10px 5px;
}

table.table1 tbody > tr:nth-child(odd)
{
	background: rgb(230,230,230);
}

table.table1 tbody > tr:hover
{
	background: #d6e9ff;
}

table.text_align_right_10 tr td:nth-child(10)
, table.text_align_right_10 tr th:nth-child(10)
, table.text_align_right_9 tr td:nth-child(9)
, table.text_align_right_9 tr th:nth-child(9)
{
	text-align: right;
}

ul.tablist, ul.contentbar
{
	margin: 0;
}

ul.contentbar
{
	padding: 0;
	padding-bottom: 2px;
	display: table;
	width: 100%;
}

ul.contentbar li
{
	background: rgb(224,224,224);
	margin-right: 0px;
	padding: 0.3em 0.3em;
	list-style: none;
	display: table-cell;
	white-space: nowrap;
	border-right: 1px solid white;
}

ul.contentbar li
{
	color: #4b4b4b;
}

ul.contentbar li a
{
	color: #1b7196;
}

ul.contentbar li a
{
	text-decoration: none;
	padding: 0.3em 0.3em;
	border-bottom: none;
}

ul.contentbar li a:hover
{
	background: rgb(209,209,209);
}

ul.contentbar li.selected a
{
	color: black;
	font-weight: bold
}

.title
	, h3
{
	font-weight: bold;
	font-size: 15px;
}

h4
{
	font-size: 10px;
	font-weight: normal;
}

table.store
{
	border-collapse: collapse;
}

table.store td
{
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

.error
{
	color: red;
}

