table.tblist{
	width: 100%;
	background: #c2c2c2;
	border:medium none;
	border-collapse: separate;
	border-spacing: 1px;
	font-size:14px;
}
table.tblist tr th,
table.tblist tr td{
	text-align: left;
	vertical-align: top;
	border: 1px solid #FFF;
	padding: 0.3em 0.6em;
}

table.tblist tr th{
	background: #5389b6;
	background: #539bb6;
	background: #98afc6;
	border: 1px solid #e8ebf4;
	font-weight: normal;
	color: #111;
}
table.tblist tr th span{
	font-size: 95%;
	color: #ee0000;
}
table.tblist tr td{
	background: #FFF;
}
table.tblist tr.sel td{
	background: #dfe8f0;
	background: #e6ecf3;
}
table.tblist tr th.head{
	color: #333;
	background: #8ccacb;
}
table.tblist tr.head th{
	background: #98afc6;
}
h4{
	margin:20px 0 5px 0;
}
input[type=text]{
	padding:5px;
	width:70%;
}
textarea{
	width:90%;
}
a.btn_back{
	float: left;
	margin: 0 10px 0 160px;
	background:url(./images/btn_back.gif) no-repeat;
	width: 150px;
	height: 36px;
	text-indent: -9999px;
	display: block;
}
a.btn_back:hover{
	background:url(./images/btn_backon.gif) no-repeat;
}
div#container{
	width: 800px !important;
	font-size:14px;
	text-align:left;
	margin:0 auto;
}
p {
	width: 100%;
	margin: 0 0 10px;
}
div#footer {
	float:left;
	width: 100%;
	margin-top: 20px;
	text-align:center;
}
div#footer p{
	width:100%;
	text-align:center;
}
h2{
	display:block;
	font-weight:bold;
	text-align:center;
	background:none;
	width:100% !important;
	border-bottom:2px solid #ccc;
	font-size:25px;
	color:#222222;
	margin-top:50px;
}
h5{
	margin-top:20px;
	font-weight:bold;
	font-size:1.2em;
}
.proceedings{
margin: 20px 20px 30px;
}
#navigation{
	margin-top:10px;
	display:block;
	float:left;
}
#navigation > li{
	float:left;
	display:block;
	font-weight:bold;
	color:#FFFFFF;
	background:#ffffff;
}
#navigation > li > a{
	display:block;
	padding:13px;
	margin:2px;
	width:100%;
	height:100%;
	background:#0D2046;
}
#navigation > li > a:link,
#navigation > li > a:hover,
#navigation > li > a:active,
#navigation > li > a:visited{
	color:#FFFFFF;
}
#logo{
	width:100%;
}
#logo img{
	display:inline-block;
	vertical-align:middle;
	float:left;
}
#logo h1{
	display:inline-block;
	vertical-align:middle;
	width:auto;
	height:auto;
	font-size:24px;
	float:left;
	color:#284180;
	padding:7px 0 0 15px;
	text-align:right;
}
header{
	display:block;
	float:left;
}
#main{
	width:100%  !important;
	display:block;
	float:left;
}
h3{
	border-left:5px #284180 solid;
	padding:5px;
	padding-left:10px;
	background:#f3f3f3;
}