/* Main elements */

html, body {
	height: 100%; /* fix flash 100% in Mozilla */
	border: none; /* fix iframe border in IE */
	line-height: 120%; /* fix peekaboo in IE */
}
body {
	font-family: sans-serif, "Trebuchet MS";
	margin: 0;
	font-size: 75%;
}
h2, h3{
	color: white;
}
h1, .access {
	display: none;
}
h2{
	font-size: 170%;
	margin: 0 0 0.5em 0;
	padding: 0.2em;
	display: block;
}
h3{
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	padding: 0;
	display: block;
	text-align: center;
}
p{
	margin: 0 0 0.5em 0;
}

select {
	width: 100%;
}
.warn { /* for NOSCRIPT */
	background: #FFFFE0;
	color: red;
	font-size: 150%;
	padding: 0.5em;
	margin: 0;
	border-bottom: 1px solid black;
}
iframe{
	float: left;
	width: 260px;
	height: 100%;
	border: none;
}
#info {
	padding: 1em;
}
#flashcontent {
	margin: 0 0 0 261px;
	border-left: 1px solid black;
	height: 100%;
}
#menu {
	color: white;
	width: 240px;
	padding: 5px 0 0 5px;
}
#menu ul{
	margin: 0;
	padding: 1px;
	height: 200px;
	overflow: auto;
	background: #7D8A99;
}
#menu li{
	list-style-type: none;
	text-align: left;
	margin: 0;
	background: white;
}
#menu li a,#menu li a:link{
	display: block;
	text-decoration: none;
	color: black;
	border-bottom: 1px solid silver;
	margin: 0;
	padding: 2px;
}
#menu li a:hover{
	background-color: Silver;
	color: black;
}
#menu a.nodata, #menu a:link.nodata{
	color: #ddd;
}
#menu a:hover.nodata{
	color: #ddd;
	background: none;
}

#menu input{
	float: right;
	position: relative;
	top: -1.5em;
}
#menu .btn{
	float: none;
	position: static;
	background: none;
	border: 1px solid silver;
	color: white;
}

.grp{
	margin: 5px;
}
.txt{
	padding: 0.5em;
	background: white;
}
table{
	border-collapse: collapse;
}
td{
	padding-right: 0.5em;
}
td.num{
	padding: 0 0 0 0.5em;
	text-align: right;
	border-left: 1px solid silver;
}

.rbox{
	margin: 0 0 10px 0;
	background: #7d8a99 url(../images/c.gif);
}
.rbox div{background: url(../images/n.gif) top repeat-x;}
.rbox div div{background: url(../images/s.gif) bottom repeat-x;}
.rbox div div div{background: url(../images/e.gif) right repeat-y;}
.rbox div div div div{background: url(../images/w.gif) left repeat-y;}
.rbox div div div div div{background: url(../images/sw.gif) bottom left no-repeat;}
.rbox div div div div div div{background: url(../images/se.gif) bottom right no-repeat;}
.rbox div div div div div div div{background: url(../images/nw.gif) top left no-repeat;}
.rbox div div div div div div div div{background: url(../images/ne.gif) top right no-repeat;}

* html .rbox{ /* Hack for IE */
	padding-bottom: 1px;
}
.inbox{
	padding: 5px;
	padding-bottom: 23px;
}
.back a{
	display: block;
	text-decoration: none;
	color: #7D8A99;
	text-align: center;
	padding: 0.5em;
}

.back a:hover{
	text-decoration: underline;
}

#container{
	margin: 2em;
	font-size: 90%;
}
#container .inbox{
	padding: 0.5em 1em 23px 1em;
}
#container h1{
	display: block;
	font-size: 2em;
	color: #fff;
	text-align: center;
}
table{
	width: 100%;
	background: #fff;
}
td{
	padding: 0.2em
}
tr.row0{
	background: #F2F4F4;
	color: #000;
}

