body {
    margin:0px;
    font-size: 12px;
    color: #000000;
    padding:0px;
	background-color: #FFFFFF;
	font-family: Arial;
}

.editTextbox {
	border-style:solid;
	border-width=1;
	border-color='#999999';
	font-size=12;
	font-family=Arial;
	background-color='#FFFFFF';
	scrollbar-shadow-color='#FFFFFF';
	scrollbar-darkshadow-color='#CCCCCC';
}

.editButton {
	border-style:solid;
	border-width=1;
	border-color='#666666';
	border-top-color='#EEEEEE';
	border-left-color='#EEEEEE';
	font-size=12;
	font-family=Arial;
	background-color='#EEEEEE';
}

.highlightButton {
	border-style:solid;
	border-width=1;
	border-color='#990000';
	border-top-color='#FFCCCC';
	border-left-color='#FFCCCC';
	font-size=12;
	font-family=Arial;
	background-color='#FFCCCC';
}

TABLE {
	empty-cells: show;
}

.editTable {
	border: 0px #000099 solid;
	font-size=12;
	font-family=Arial;
}

.editMandatoryFieldName {
    font-size: 12px;
    color: #FF0000;
    padding:2px;
    font-weight: bold;
    text-align: right;
}

.editMandatoryFieldName A {text-decoration: underline; color: #FF0000;}
.editMandatoryFieldName A:link {text-decoration: underline; color: #FF0000;}
.editMandatoryFieldName A:visited {text-decoration: underline; color: #FF0000;}
.editMandatoryFieldName A:hover {text-decoration: underline; color: #FF0000;}

.editFieldName {
    font-size: 12px;
    color: #000099;
    padding:2px;
    font-weight: bold;
    text-align: right;
}

.editFieldName A {text-decoration: underline; color: #000099;}
.editFieldName A:link {text-decoration: underline; color: #000099;}
.editFieldName A:visited {text-decoration: underline; color: #000099;}
.editFieldName A:hover {text-decoration: underline; color: #000099;}

.editFieldContent {
    font-size: 12px;
    color: #000000;
    padding:2px;
    text-align: left;
}

.editNavBar {
    font-size: 12px;
    color: #000000;
    padding:2px;
    font-weight: bold;
    text-align: center;
}

.editHeader {
    font-size: 14px;
    color: #CC0000;
    padding:2px;
    font-weight: bold;
    text-align: left;
}

.editHeader2 {
    font-size: 12px;
    color: #999999;
    padding:2px;
    font-weight: bold;
    text-align: left;
}

.editItem {
    font-size: 12px;
    padding:2px;
}

.listTable {
	background-color: #FFFFFF;
	border: 2px #000099 solid;
	font-size=12;
	font-family=Arial;
}

.listItem {
    font-size: 12px;
    color: #000000;
    background-color: #EEEEEE;
    padding:2px;
}

.listSystemItem {
    font-size: 12px;
    color: #000000;
    background-color: #CCCCCC;
    padding:2px;
    text-align: center;
}

.listHeader {
    font-size: 12px;
    color: #FFFFFF;
    background-color: #000099;
    padding:2px;
    font-weight: bold;
    text-align: center;
}

.editListTable {
	background-color: #FFFFFF;
	border: 0px #999999 solid;
	font-size=12;
	font-family=Arial;
}

.editListItem {
    font-size: 12px;
    color: #000000;
    background-color: #EEEEEE;
    padding:1px;
}

.editListHeader {
    font-size: 12px;
    color: #000099;
    background-color: #CCCCCC;
    padding:2px;
    font-weight: bold;
    text-align: left;
}

.screenFunction {
	font-family=Arial;
    font-size: 12px;
    color: #000099;
    background-color: #FFFFFF;
    font-weight: bold;
    font-style: italic;
    padding:2px;
}

.notes {
	font-family=Arial;
    font-size: 12px;
    color: #666666;
    background-color: #FFFFFF;
    padding:2px;
}

:hover.headerlink {
	color: red
}

.errorMessage {
	background-color: #FFFF99;
	border: 0px #FF0000 solid;
    color: #FF0000;
	font-size=12;
	font-family=Arial;
    font-weight: bold;
}

.generalTable {
	border: 0px #000000 solid;
	font-size=12;
	font-family=Arial;
}

.generalItem {
    font-size: 12px;
    color: #000000;
    padding: 0px;
}

.storageTable {
	background-color: #FFFFFF;
	border: 1px #000000 solid;
    color: #000000;
	font-size=12;
	font-family=Arial;
    font-weight: normal;
    font-style: italic;
}

.uploadTable {
	border: 2px #999999 solid;
	font-size=12;
	font-family=Arial;
}

.uploadHeader {
    font-size: 12px;
    color: #FFCC00;
    padding:2px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

.uploadItem {
    font-size: 12px;
    color: #000000;
    padding:2px;
}

.uploadNavBar {
    font-size: 10px;
    color: #CCFFFF;
    padding:2px;
    font-weight: normal;
    text-align: center;
}

.folderTable {
	background-color: #FFFFFF;
	border: 5px #996600 solid;
	font-size=12;
	font-family=Arial;
}

.folderNavBar {
    font-size: 12px;
    color: #000000;
    background-color: #CCCCCC;
    padding:2px;
    font-weight: bold;
    text-align: left;
}

.folderHeader {
    font-size: 14px;
    color: #000000;
    background-color: #FF9900;
    padding:2px;
    font-weight: bold;
    font-style: italic;
    text-align: left;
}

.frontPageText {
    font-size: 12px;
    color: #000000;
    padding:2px;
    font-weight: normal;
    text-align: left;
}

.normalText {
	border: 0px;
    color: #0000FF;
	font-size: 12;
	font-family: Arial;
    font-weight: normal;
}

.footerText {
    font-size: 12px;
    color: #999999;
    padding:2px;
}

.footerText A {text-decoration: none; color: #999999;}
.footerText A:link {text-decoration: none; color: #999999;}
.footerText A:visited {text-decoration: none; color: #999999;}
.footerText A:hover {text-decoration: none; color: #FF0000;}

.feature1 {
	font-family: Verdana;
    font-size: 16px;
    color: #FF0000;
    padding:2px;
    font-weight: bold;
}

.feature2 {
	font-family: Verdana;
    font-size: 16px;
    color: #009900;
    padding:2px;
    font-weight: bold;
}

.file_upload {
	font-family: Arial;
    font-size: 12px;
    color: #0000CC;
    padding:2px;
    font-weight: bold;
}

.file_list {
	font-family: Arial;
    font-size: 12px;
    color: #FFCC66;
    padding:2px;
    font-weight: normal;
}

.file_list A {text-decoration: none; color: #FFCC66;}
.file_list A:link {text-decoration: none; color: #FFCC66;}
.file_list A:visited {text-decoration: none; color: #FFCC66;}
.file_list A:hover {text-decoration: none; color: #FF9900;}

.file_list2 {
	font-family: Arial;
    font-size: 12px;
    color: #000099;
    padding:2px;
    font-weight: bold;
}

.file_list2 A {text-decoration: none; color: #000099;}
.file_list2 A:link {text-decoration: underline; color: #000099;}
.file_list2 A:visited {text-decoration: underline; color: #000099;}
.file_list2 A:hover {text-decoration: none; color: #FF0000;}

.file_detail1 {
	font-family: Arial;
    font-size: 16px;
    color: #0000CC;
    padding:2px;
    font-weight: bold;
}

.file_detail2 {
	font-family: Arial;
    font-size: 13px;
    color: #009900;
    padding:2px;
    font-weight: bold;
}

.download_link {
	font-family: Arial;
    font-size: 12px;
    color: #FF3333;
    padding:2px;
    font-weight: bold;
}
