* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background: #ffffff url('images/body_bg.gif') repeat-x;
}
img {
	border: none;
}

table {
	border: 0;
	border-collapse: collapse;
}

td {
	padding: 0px;
}

label {
	margin: 0px 2px;
}

#container {
	background-color: #ffffff;
	width: 950px;
	padding: 0px 5px 0px 5px;
	margin: 1px auto;
}

#container #header {
	display: none;
}


#container #header #top-navi ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 6px 0px 0px 0px;
}

#container #header #top-navi ul li {
	color: #e29919;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	float: left;
}

#container #header #top-navi ul li a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#container #header #top-navi ul li a:hover {
	text-decoration: underline;
}

#container #header #top-navi ul li a.active {
	font-weight: bold;
}

#container #header #top-logo {
	padding: 25px 0px 10px 0px;
	width: 300px;
	height: 55px;
	float: right;
	clear: left;
}

#container #top-menu {
	display: none;

	background: #ffffff url('images/logo_welcome.jpg') no-repeat;
	width: 950px;
	height: 203px;
}

#container #top-menu-left {
	display: none;
	background: url('images/actions_bg.jpg') no-repeat;
	width: 316px;
	height: 203px;
	float: left;
	clear: both;	
}

#container #top-menu-middle {
	display: none;
	width: 346px;
	height: 203px;
	float:left;
}

#container #top-menu-right {
	display: none;
	background: url('images/quicklinks_bg.jpg') no-repeat;
	width: 288px;
	height: 203px;
	float:left;
}

#container #top-menu-left #actions {
	height: 203px;
	padding: 2px 0px 0px 1px;
	margin: 0px 0px 0px 0px;
}

#container #top-menu-left #actions ul {
	width: 312px;
	list-style-type: none;
}

#container #top-menu-left #actions ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#container #top-menu-right #logout {
	width: 276px;
	height: 56px;
	margin: 2px 12px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#container #top-menu-right #logout_info {
	font-size: 10px;
	color: #333333;
	width: 121px;
	height: 19px;
	margin: 0px 0px 0px 95px;
	padding: 2px 0px 0px 0px;
	display:inline; 
	float:left;
}
#container #top-menu-right #logout_submit {
	display:inline; 
	float:right;
}

#container #top-menu-right #quick-links {
	font-size: 10px;
	color: #333333;
	width: 276px;
	margin: 60px 12px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#container #top-menu-right #quick-links ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#container #top-menu-right #quick-links ul li {
	font-weight: bold;
	margin: 1px 0px 0px 0px;
	padding: 3px 2px 3px 11px;
	background-color: #d9e2eb;
}

#container #top-menu-right #quick-links ul li a {
	font-weight: normal;
	text-decoration: none;
	color: #5f5f5f;
}

#container #top-menu-right #quick-links ul li a:hover {
	text-decoration: underline;
}

#container #top-menu-right #quick-links ul li a.active {
	font-weight: bold;
}

#container #login {
	width: 947px;
	height: 403px;
	margin: 3px 0px 0px 3px;
	float:left;
	clear:both;
	display:inline; 
	background: #ffffff url('images/login_bg.gif') repeat-x;
}

#container #login form {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #8baabd;
	height: 120px;
	width:  210px;
	margin: 100px 0px 0px 360px;
	padding: 2px 8px;
}

#container #login form h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
}

#container #login form input.ftext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 6px;
	margin: 3px 0px 0px 0px;
	border-top: 2px solid #bababa;
	border-left: 2px solid #bababa;
	border-right: 0px;
	border-bottom: 0px;
}

#container #login span.hint {
	margin: 20px 15px 20px 0px;
}
#container #login span.hint {
	font-size: 10px;
	font-weight: normal;
	color: #8baabd;
	padding: 2px 8px;
}

#container #errmsg {
	font-size: 12px;
	font-weight: normal;
	color: #f03030;
	height: 30px;
	width:  400px;
	margin: 10px 0px 0px 10px;
	padding: 2px 8px;
}

#container #warning {
	font-size: 12px;
	font-weight: bold;
	color: #f03030;
}

#container #footer {
	height: 50px;
	clear: both;
}

#container #goback {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 0px 10px;
	margin: 20px 0px 10px 0px;
	display: none;
}

#container #goback a {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

#container #inprogress {
	font-size: 12px;
	font-weight: normal;
	height: 200px;
	padding: 50px 20px;
	clear: both;
}

#container #content {
	clear: both;
	padding: 0px 0px;
}

#container #content h2 {
	font-size: 23px;
	font-weight: normal;
	color: #e29919;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px;
	display: inline-block;
	text-indent: 10px;
}

#container #content hr {
	border: 0;
	border-top: 1px dotted #333333;
	height: 0px;
	margin: 0px 0px 0px 0px;
}

#container #content #actionsarea {
	margin: 0px 0px 0px 0px;
	display: inline;
}

#container #content #actionsarea #communicator {
	padding: 5px 0px 30px 20px;
	overflow: auto;
	display: inline-block;
	
}
#container #content #actionsarea #communicator td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	border-bottom: 1px dotted #333333;
	padding: 10px 0px;
}
#container #content #actionsarea #communicator a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

#container #content #actiongroup {
	padding: 3px 10px;
	margin: 0px;
	display: inline-block; 
	overflow: auto;
}
#container #content #actionbox {
	background: #ffffff url('images/actionbox.jpg') no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 5px 0px 0px 10px;
	width: 198px;
	height: 123px;
	float: left;
}
#container #content #actionbox h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 5px 0px 5px 0px;
}
#container #content #actionbox ul {
	list-style-type: none;
}
#container #content #actionbox a {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 5px 0px 5px 0px;
}

#container #table {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 10px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline-block; 
	overflow: auto;
}

#container #table #filter {
	margin: 10px 0px;
}
#container #table #filter td {
	padding: 0px 0px 2px 0px;
}

#container #table #filter select,
#container #table #filter input {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin: 0px 0px 0px 0px;
}

#container #table #linkbar {
	margin: 10px 0px;
}

#container #table #linkbar a {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

#container #table #linkbar #actions {
	float: left;
}

#container #table #linkbar #navi {
	text-align: right;
	white-space: nowrap;
}

#container #table #list #head {
	font-weight: bold;
	background-color: #70808f;
	color: #ffffff;
	text-align:left;
}

#container #table #list td {
	padding: 4px 4px 4px 4px;
}
#container #table #list td a {
	background-color: #ffffff;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

#container #table #list th {
	padding: 4px 4px;
}

#container #table #list td.col1 {
	background-color: #ebf0f4;
	color: #333333;
}

#container #table #list td.col1 a {
	background-color: #ebf0f4;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
	
#container #table #list td.col2 {
	background-color: #ffffff;
	color: #333333;
}

#container #table #list td.col2 a {
	background-color: #ffffff;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}


#container #table #list td.col1plan {
	background-color: #e0e0e0;
	color: #333333;
}

#container #table #list td.col1plan a {
	background-color: #e0e0e0;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

#container #table #list td.col2plan {
	background-color: #e9e9e9;
	color: #333333;
}

#container #table #list #trsep td {
	border-top: 1px dotted #333333;
	height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#container #table #list td.mark1 {
	background-color: #d0d0d0;
	color: #333333;
}

#container #table #list td.mark2 {
	background-color: #ebf0f4;
	color: #333333;
}

#container #table #list td.mark3 {
	background-color: #ebf0f4;
	color: #333333;
}

#container #content #dataform {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 20px 0px 0px 5px;
	float:left;
}


#container #content #dataform #formheader {
	background: url('images/form_hd.gif') no-repeat;
	height: 37px;
	width: 546px;
	font-size: 23px;
	font-weight: normal;
	color: #9cadbf;
	padding: 20px 0px 0px 20px;
	margin: 10px 0px 0px 0px;
}

#container #content #dataform #formbody {
	background: url('images/form_bg.gif') repeat-y;
	width: 546px;
	padding: 0px 20px;
}

#container #content #dataform #formfooter {
	background: url('images/form_ft.gif') no-repeat;
	width: 546px;
	height: 60px;
	padding: 0px 20px;
	display: none;
}

#container #content #dataform td {
	padding: 2px 2px;
}
#container #content #dataform select, 
#container #content #dataform input, 
#container #content #dataform textarea,
#container #content #dataform legend {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

#container #content #dataform legend {
	font-weight: bold;
}

#container #content #dataform fieldset {
	border:1px solid #9cadbf;
	padding: 0px 0px 0px 10px;
}

#container #content #dataform a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

#container #forum {
	display: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	float:left;
	width: 317px;
	margin: 0px 10px 0px 0px;
	
}

#container #forum #newsbox {
	background: url('images/newsbox.jpg') no-repeat;
	width: 282px;
	height: 141px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 39px 0px 0px 35px;
	margin: 0px;
}

#container #forum #newsbox #top {
	color: #ffffff;	
	margin: 0px;
	height: 19px;
	line-height: 19px;
}

#container #forum #newsbox #top input,
#container #forum #newsbox #top select {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

#container #forum #newsbox #seltext {
	height: 85px;
}

#container #forum #newsbox #seltext textarea {
	border: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	width:248px;
	height:83px;
}
#container #forum #newsbox #bottom {
	color: #ffffff;	
	margin: 0px;
	padding: 0px;
	height: 17px;
	line-height: 17px;
}

#container #forum #newsbox #bottom #navig {
	float:left;
}

#container #forum #newsbox #bottom #navig a {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
}

#container #forum #newsbox #bottom #action {
	float:right;
	width:80px;
	margin: 0px 33px;
	background-color: #e29919;
	display: inline;
	text-align: center;
}

#container #forum #newsbox #bottom #action a {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}



#container #forum #newsentry {
	background: url('images/newsentry.jpg') no-repeat;
	width: 282px;
	height: 102px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 7px 0px 0px 35px;
}

#container #forum #newsentry #navig {
	height: 17px;
	line-height: 17px;
	color: #ffffff;	
}

#container #forum #newsentry #author {
	font-weight: bold;
	width: 60px;
	float: left;
	
}
#container #forum #newsentry #time {
	width: 115px;
	float: left;
}

#container #forum #newsentry #action {
	float:right;
	width:60px;
	margin: 0px 33px 0px 0px;
	background-color: #e29919;
	display: inline;
	text-align: center;
}

#container #forum #newsentry #action a {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

#container #forum #newsentry #text {
	clear: both;
	color: #333333;	
	width: 248px;
	height: 70px;
	margin: 2px 0px 0px 0px;
	overflow: auto;
}

#container #forum #newsentry #text.postit {
	background-color: #FFFF90;	
}

#container #welcome {
	margin: 0px;
	padding: 10px 10px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	display: inline-block;
	overflow: auto;
}

#container #welcome strong {
	font-size: 14px;
	font-weight: bold;
}
