* {
    margin: 0;
    padding: 0;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	letter-spacing: 1px;
}

/*************************************************************/

table {
	border-collapse: collapse;
}

th,td {
	border-spacing: 0px;
	empty-cells: show;
	vertical-align:top;
}

/*************************************************************/

form {
	display: inline;
}

input {
	vertical-align: middle;
}

textarea,input,select {
	display: inline;
	font-size: 11px;
}

fieldset {
	padding:1em;
}

/*************************************************************/

ul,ol {
	margin: 0.2em 0.5em 1em 2.5em;
	padding: 0;
}

/*************************************************************/

hr {
	border: none;
	border-top-width: 1px;
	border-top-style: solid;
	margin: 3 0 3 0;
}

caption {
	white-space: nowrap;
}

/*************************************************************/

a {
	color: blue;
	text-decoration: underline;
}

a:link {
	color: blue;
	text-decoration: underline;
}

a:visited {
	color: purple;
	text-decoration: underline;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a:active {
	color: red;
	text-decoration: underline;
}

/*************************************************************/

h1 {
	font-size: 13px;
	font-weight: bolder;
	margin: 0 0 0.6em 0;
	padding: 4px 4px 4px 30px;
	background-color: #63659C;
	color: #FFFFFF;
	background-image: url(../images/icon01.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px;
}

h2 {
	font-size: 14px;
	font-weight: bolder;
	margin: 1em 0 0.6em 0;
	padding: 0px 0px 0px 3px;
	letter-spacing: 1px;
	color: #666666;
	border-bottom-color: #CCCCCC;
	border-bottom-style: double;
	border-bottom-width: 3px;
}

h3 {
	font-size: 14px;
	font-weight: bolder;
	margin: 10px 0px 5px 0px;
	letter-spacing: 1px;
}

h4 {
	font-size: 12px;
	font-weight: bolder;
	margin: 10px 0px 3px 0px;
	letter-spacing: 1px;
}

p {
	margin:0 0 1em 0;
}

/*************************************************************/
.date,.number {
	text-align: right;
}

.error {
	color: red;
}

.buttons {
	text-align: center;
	margin: 0em 0em 1.5em 0em;
}

.buttons input {
	margin: 0em 1em 0em 1em;
}

.button_green {
	border:2px outset #339999;
}

.comment {
	font-size: 10px;
	line-height: 16px;
}

.small {
	font-size: 10px;
	padding-left: 2px;
}

.errors_header {
	font-size: 13px;
	font-weight: bolder;
	padding: 0px 0px 0em 0.6em;
	color: #FF0000;
}

/*************************************************************/
table.form {
	width: 100%;
	margin: 0px 0px 1em 0px;
}

table.form th.label {
	padding: 5px;
	vertical-align: middle;
	font-weight: normal;
	border: 1px solid #FFFFFF;
	
	width: 180px;
	text-align: right;
	background-color: #63659C;
	color: #FFFFFF;
}

table.form td.field {
	padding: 5px;
	vertical-align: middle;
	font-weight: normal;
	border: 1px solid #FFFFFF;

	background-color: #E7E7E7;
	padding-left: 1em;
}

table.form td.action {
	background-color: #FFFFFF;
	white-space: nowrap;
}

/*************************************************************/
table.sub_form {
	margin: 0px;
}

table.sub_form td,table.sub_form th {
	width: auto;
	line-height: 1.6em;
	text-align: left;
	vertical-align: middle;
	padding: 0px 1em 0px 0px;
	border: none;
	background-color: transparent;
	color: #000000;
}

/*************************************************************/
table.display {
	width: 100%;
	border: 1px solid #63619C;
	margin:0em 0 1em 0;
}

table.display * {
	font-size:11px;
}

table.display td,table.display th {
	padding: 3px;
	border: 1px solid #63619C;
	font-size:11px;
}

table.display th {
	text-align: center;
	background-color: #63619C;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 1px;
}

table.display th a {
	color: #FFFFFF;
}

table.display th a:link {
	color: #FFFFFF;
	text-decoration: none;
}

table.display th a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

table.display th a:hover {
	color: #FF0000;
	text-decoration: underline;
}

table.display th a:active {
	color: #FF0000;
	text-decoration: underline;
}

table.display td {
	background-color: #E7E7E7;
}

table.display td.action {
	width: 1px;
	text-align: center;
	white-space: nowrap;
}

table.page_controller {
	width: 100%;
	margin: 4px 0px 2px 0px;
}

td.banner {
	text-align: left;
}

td.links {
	text-align: right;
}

/*************************************************************/
table.globalContainer {
	width: 100%;
	height: 100%;
}

td.globalHeader {
	background-color: #636194;
	height: 60px;
	padding: 0px;
}

td.globalFooter {
	height: 30px;
	vertical-align: middle;
	border-top: 1px solid #888;
	padding: 0px;
}

td.globalBody {
	vertical-align: top;
	padding: 0px;
}

table.localContainer {
	width: 100%;
	height: 100%;
}

td.localHeader {
	padding: 5px 10px 5px 12px;
	font-size: 12px;
	background-color: #666666;
	color: #EEEEEE;
	height: 20px;
	border-bottom: 1px solid #888;
}

.localHeader a:link {
	color: #EEEEEE;
	text-decoration: none;
}

.localHeader a:visited {
	color: #EEEEEE;
	text-decoration: none;
}

.localHeader a:hover {
	color: #EEEEEE;
	text-decoration: underline;
}

.localHeader a:active {
	color: #EEEEEE;
	text-decoration: none;
}

.localMenu {
	background-color: #9C9E9C;
	width: 180px;
	vertical-align: top;
	padding: 10px;
}

.localMain {
	vertical-align: top;
	padding: 20px;
}

#copyright {
	text-align: center;
	letter-spacing: 1px;
}

img {
	border: none;
}

table.orange {
	margin: 0em 0em 1em 0em;
}

table.orange th,table.orange td {
	border: 1px solid black;
	font-size: 12px;
	padding: 2px 5px 2px 5px;
}

table.orange th {
	background-color: #FFCF31;
}

table.gray {
	margin: 0em 0em 1em 0em;
}

table.gray td,table.gray th {
	border: 1px solid #CCC;
	padding: 3px 5px 3px 5px;
	font-weight: normal;
}

table.gray th {
	background-color: #E7E7FF;
	text-align: left;
}

ul.compact {
	margin: 0em 0.5em 0em 1.5em;
	list-style-type: disc;
}

ul.compact li {
	margin: 0.1em 0em 0.1em 0em;
}

div.menuCategory {
	padding: 10px 0px 0px 0px;
}

div.categoryName {
	color: white;
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 5px 0px;
	letter-spacing: 1px;
	border-bottom: 1px solid white;
}

div.menu {
	
}

div.itemName {
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
	line-height: 1.2em;
	margin: 3px 0px 0px 1.4em;
	color: white;
	letter-spacing: 1px;
}

div.itemName a {
	color: white;
	text-decoration: underline;
}

div.itemName a:link {
	color: white;
	text-decoration: underline;
}

div.itemName a:visited {
	color: white;
	text-decoration: underline;
}

div.itemName a:hover {
	color: red;
	text-decoration: underline;
}

div.itemName a:active {
	color: red;
	text-decoration: underline;
}

table#login {
	width: 160px;
}

table#login td,table#login th {
	padding: 5px;
	color: white;
}

th.compact, td.compact {
	padding: 0px;
}

div.note {
	margin: 10px 0px 0px 0px;
	color: white;
	font-size: 11px;
	letter-spacing: 1px;
}

/*************************************************************/
.toc {
	font-size: 14px;
	font-weight: bold;
	color: blue;
}