/********************* EDITING STYLES ***********************/

form {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Used in the edit toolbar	*/
.EdTable {
	 background-color: #143048; 
	 border-bottom: #000000 1px solid;
	 width: 100%;
}
.EdButtonTable {
	 background-color: #EFEFEA; 
	 border-bottom: #000000 1px solid;
	 width: 100%;
}
.EdButtonTableText {
	color: black;
	font-size: 80%;
	text-align: left;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	white-space: nowrap;
}
.LoginTable {
	 background-color: #B2B2B2; 
	 border-bottom: #000000 1px solid;
	 width: 100%;
}
.loginbar {
	color: black;
	font-size: 80%;
	text-align: left;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	white-space: nowrap;
}
.tbHeading {
	color: white;
	font-weight: normal;
	white-space: nowrap;
	font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size:140%
}
.bcrumb {
	color: white;
	font-size: 80%;
	text-align: right;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	white-space: nowrap;
}
.bcrumbLink:link {
	color: white;
}
.bcrumbLink:visited {
	color: white;
}
.bcrumbLink:active {
	color: white;
}
.bcrumbLink:hover {
	color: white;
}
/* Stuff for editing home */
.EditHomeTitle {
	color: #000000;
	font-size: 70%;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
/* This is used in the list3 in the lists directory */
.Table3Head {
	color: #000000;
	font-size: 60%;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
.Table3Body {
	color: #000000;
	font-size: 60%;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
/* This is used in the list4 in the lists directory */
.Table4Head {
	color: #000000;
	font-size: 60%;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
.Table4Body {
	color: #000000;
	font-size: 60%;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}


/* Link colours for the TOC in groupmanage and releated handlers */
.groupToc:link {
	color: blue;
}
.groupToc:visited {
	color: blue;
}
.groupToc:active {
	COLOR: #E10028;
}
.groupToc:hover {
	color: navy;
}

/* Background colour for the group table of contents */
.groupTocTd {
	background-color: #D6D6CE;
}

/* Link colours for all the group and user edit functions */
.userManage:link {
	color: blue;
}
.userManage:visited {
	color: blue;
}
.userManage:active {
	COLOR: #E10028;
}
.userManage:hover {
	color: navy;
}


/* Link colours for the tabs in usermanage and releated handlers */
.groupTab:link {
	color: white;
	text-decoration: none;
}
.groupTab:visited {
	color: white;
	text-decoration: none;
}
.groupTab:active {
	color: #DDDDF1;
	text-decoration: none;
}
.groupTab:hover {
	color: #DDDDF1;
	text-decoration: none;
}


/* Used when displaying the status, comments and docinfo within the editing form */
.statusHeading {
	font: bold 70% Arial, Helvetica, Geneva, sans-serif;
}
.statusValue {
	font: 70% Arial, Helvetica, Geneva, sans-serif;
}

/* Used when displaying comments within the editing form */
.commentHeading {
	font: bold 70% Arial, Helvetica, Geneva, sans-serif;
}
.commentValue {
	font: 70% Arial, Helvetica, Geneva, sans-serif;
}
.commentResolved {
	font: 70% Arial, Helvetica, Geneva, sans-serif;
    color: #989898;
}
.editHeadline {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0000FF;
}
.editErrorMessage {
	color: #CC0000;
	font-weight: bold;
}
.oldElement {
	font: 80% Arial, Helvetica, Geneva, sans-serif;
	background-color: #CCCCFF;
}
.newElement {
	font: 80% Arial, Helvetica, Geneva, sans-serif;
	background-color: #CFFFD0;
}
.enumeration {
	font: 80% Arial, Helvetica, Geneva, sans-serif;
	background-color: #FFFDCF;
}
.errorElement {
	font: 80% Arial, Helvetica, Geneva, sans-serif;
	background-color: #FFCFCF;
}
.oldAttribute {
	font: 80% Arial, Helvetica, Geneva, sans-serif;
	background-color: #EBEBFF;
}
.newAttribute {
	font: 80% Arial, Helvetica, Geneva, sans-serif;
	background-color: #E0FFE0;
}
.deferItem {
	font: 80% Arial, Helvetica, Geneva, sans-serif;
	background-color: #CCCCFF;
}
.removeItem {
	font: 80% Arial, Helvetica, Geneva, sans-serif;
	background-color: #CCDDFF;
}
.formItem {
	background-color: #FFFFFF;
}
.editSelect {
	font: 80% Arial, Helvetica, Geneva, sans-serif;
}
.editOption {
	font: 80% Arial, Helvetica, Geneva, sans-serif;
}
.editText {
	font: 80% Arial, Helvetica, Geneva, sans-serif;
}
.editInput {
	font: 80% Arial, Helvetica, Geneva, sans-serif;
}
.editPasswordInput {
	font: 80% Arial, Helvetica, Geneva, sans-serif;
}
.editTextArea {
	font: 80% Arial, Helvetica, Geneva, sans-serif;
}
.editCheckBox {
	font: 80% Arial, Helvetica, Geneva, sans-serif;
}
