body {
	background-color: white;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: black;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

input {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: black;
}

select {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: black;
}

textarea {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: black;
}

table.main {
	background-color: #EEFFFF;	
	width: 100%;
	height: 580px;
	border-style: none;
}

table.menu {	
	width: 95%;
	border-style: none;
	color: blue;
	text-align: center;
	
}

td.menu_item {
	background-color: #EEFFFF;
    line-height: 24px;
}

td.menu_item_separator {
    background-color: #99CCFF; 
    height: 15px;
}

td.menu_item_current {
	color: navy;
    font-weight: bold;
    background-color: #EEFFFF;
    border-color: navy;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    line-height: 24px;
}

td.header {
	width: 85%;
	height: 50px;
	background-color: navy;
	color: white;
	font-family: arial, sans-serif;
	font-size: 16px;
	text-align: left;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: navy;
	padding: 6px 6px 6px 6px;
	font-style: oblique;
	font-weight: bold;
}

td.menu {
	width: 16%;
 	background-color: #99CCFF; 
	text-align: left;
	font-size: 12px;
	border-width: 0px 1px 0px 0px;
	border-style: dashed;
	border-color: blue;
}

td.contents {
	height: 500px;	
	vertical-align: top;
}

div.login {
	font-family: tahoma, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
	right: 10px;
}

input.login {
	font-size: 11px;
	background-color: #FFFACD;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #EEFFFF;
}

input.filter {
	font-size: 11px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: blue;
}

select.filter {
	font-size: 11px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: blue;
}

a.menu {    
    width: 100%;
    height: 100%;
    display: block;
    color: blue;
    text-decoration: none;
}

a.menu:hover {
    font-weight: bold;
    color: white; 
    background-color: navy;
}

div.manage_message {
    width: 95%;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: maroon;
}


div.message {
    width: 95%;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    color: black;
}

div.filter_items {
	width: 95%;
	height: 80px;
	margin-top: 10px;
	margin-bottom: 5px;
	overflow: auto;
	text-align: center;
	font-size: 11px;
	line-height: 6px;
}

div.filter_items_long {
	width: 95%;
	height: 140px;
	margin-top: 10px;
	margin-bottom: 5px;
	overflow: auto;
	text-align: center;
	font-size: 11px;
	line-height: 6px;
}


div.action_items {
    width: 95%;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: auto;
    text-align: center;
    font-size: 11px;
    line-height: 6px;
}

div.list_items {
	width: 95%;
	height: 400px;
	margin-top: 0px;
	margin-bottom: 10px;
	overflow: auto;
	font-size: 13px;    
}

table.list_items {
	width: 98%;	
	background-color: white;
	border-style: none;
	color: black;
	font-size: 11px;
}

table.list_summary_items {
	width: 70%;
	background-color: white;
	border-style: none;
	color: black;
	font-size: 12px;
    margin: 10px 0px 0px 0px;
}

table.list_detail_items {
    background-color: white;
    border-style: none;
    color: black;
    font-size: 11px;
    margin: 10px 0px 0px 0px;    
}

tr.list_items {
    background-color: #D0D0D0;
}

th.list_items {
	color: white;
	background-color: blue;
	text-align: left;
}

td.list_items {
	padding: 1px 0px 0px 4px;
	text-align: left;
}

td.list_items_strong {
    padding: 1px 0px 0px 2px;
    text-align: left;
    font-weight: bold;
}

a.list_header {
	color: white;
	text-decoration: none;
}

a.list_header:hover {
	text-decoration: underline;
}

a.list_normal {
    font-weight: normal;
    color: black;
    text-decoration: none;
}

a.list_normal:hover {
    text-decoration: underline;
}

a.list_detail {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a.list_detail:hover {
	text-decoration: underline;
}

table.table_item_detail {	
	background-color: white;
	border-style: none;
	border-color: black;
	border-width: 1px 1px 1px 1px;
	color: black;
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

td.table_detail_left {
	padding: 3px 3px 3px 3px;
	background-color: #99CCFF;
	font-weight: bold;
	text-align: left;
}

td.table_detail_right {
	padding: 3px 3px 3px 3px;
	background-color: white;
	text-align: left;
}

td.table_detail_sep {
	padding: 8px 3px 8px 3px;
	background-color: white;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

td.table_detail_button {
	padding: 2px 2px 2px 2px;
	background-color: white;
	text-align: center;
}

a.table_detail {
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

a.table_detail:hover {
	text-decoration: none;
}

p.error {
	width: 90%;
	font-size: 14px;
	font-weight: bold;
	color: maroon;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

span.instructions {
	color: maroon;
	font-weight: bold;
	line-height: 16px;
}

span.title {
    color: maroon;
    font-weight: bold;
    line-height: 14px;
    text-align: left;
    margin: 8px 0px 8px 0px;
}

.bold {
    font-weight: bold;
}