
/* Edit form */

table.editForm {
border:1px solid #aaa;
    border-collapse: collapse;
    width: 98%;
}

table.editForm .errorField {
    background: url(/images/icon-error.gif) #ffcccc no-repeat 5px 50%;
    display: block;
    padding: 0.2em 0.2em 0.2em 25px;
    border: 1px solid red;
    margin: 0 0 -1em 0;
    color: black;
}
table.editForm input, table.editForm textarea {
    padding: 0.2em;
    font-family: Verdana, Arial, Helvetica, sans;
/*    border: 1px solid #999;
    background-color: #eee;*/
}
table.editForm select {
    font-family: Verdana, Arial, Helvetica, sans;
    border: 1px solid #999;
    background-color: #eee;
    padding: 0.2em;
    font-size: 110%;
}
table.editForm input {
    font-size: 120%;
}
table.editForm input:focus, table.editForm select:focus, table.editForm textarea:focus {
    background-color: white;
}
table.editForm input.submitbutton {
    border: 2px solid #448844;
    background-color: #bbddbb; 
    cursor: pointer;
    padding: 0;
}

table.editForm td.submitrow {
    text-align: center;
    background-color: #ccc;
    border-top: 1px dashed #aaa;
    border-bottom: 1px solid #aaa;
		border-left: 1px solid #aaa;
		border-right: 1px solid #aaa;
    padding: 0.2em 0 0.2em 0;
}
table.editForm th, table.editForm td {
    padding: 0.5em 0.3em 0.5em 0.3em;
}

table.editForm th {
    font-size: 90%;
    background-color: #666;
    color: white;
    padding-right: 0.5em;
    text-align: right;
    width: 22%;
}
table.editForm td {
    font-size: 80%;
    background-color: #fff;
    width: 78%;
}

table.editForm div.yesno label {
    cursor: pointer;
    border-top: 1px solid #ddd;
    border-right: 2px groove #ddd;
    border-bottom: 2px groove #ddd;
    border-left: 1px solid #ddd;
    padding: 2px;
    background-color: #eee;
    font-size: 120%;
}
label {
    cursor: pointer;
}

table.editForm div.yesno label:hover {
    border-top: 1px solid #0066ff;
    border-right: 2px groove #0066ff ;
    border-bottom: 2px groove #0066ff;
    border-left: 1px solid #0066ff;
}
table.editForm div.yesno input {
    border: 0;
}
table.editForm input.fieldon {
    border-top: 1px solid green;
    border-right: 1px inset green;
    border-bottom: 1px inset green;
    border-left: 1px solid green;
}
table.editForm .fieldoff {
    background-color: #eee;
    border-top: 1px solid #ccc;
    border-right: 1px inset #ccc;
    border-bottom: 1px inset #ccc;
    border-left: 1px solid #ccc;
 }
table.editForm .requiredStar {
    color: red;
    font-size: 120%;
}
table.editForm .showhide td, table.editForm .showhide th {
    background-color: #666;
    color: white;
    border-bottom: 2px groove #999;
}
table.editForm .showhide th {
    color: #99ff33;
    font-size: 70%;
}
table.editForm .showhidetop th, table.editForm .showhidetop td {
    border-top: 1px solid #ccc;
}
table.editForm .schematicImage {
    background-color: #eee;
}
table.editForm th.header {
    text-align: center;
}
.rowon {
}
.rowoff {
    display: none;
}

table#pnotes {
    width: 100%;
    margin-bottom: 1em;
}
table#pnotes caption {
    font-size: 90%;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 2px 0 0.25em 2px;
    background-color: #ccc;
    border-top: 1px solid #999;
}
table#pnotes col.date {
    width: 15%;
}
table#pnotes col.stage{
    width: 15%;
}
table#pnotes col.note{
    width: 70%;
}
table#pnotes tbody tr {
    font-size: 70%;
}
table#pnotes tbody tr.alt1 {
    background-color: #f5f5f5;
}
table#pnotes tbody td {
    padding: 3px;
    border-bottom: 1px solid #ddd;
}
table#pnotes td.date {
    vertical-align: top;
    font-style: italic;
}
table#pnotes td.stage {
    vertical-align: top;
    font-style: italic;
}

#pnotes td.title {
	vertical-align: top;
	min-width: 200px !important;
	font-weight: bold;
	font-size: 8pt;
	text-align: right;
}

#pnotes td.date {
	vertical-align: top;
	color: #555555;
	width: 1%;
	white-space: nowrap;
	text-align: right;
}

#pnotes td.note {
	vertical-align: top;
	font-size: 10pt;
	padding: 0 6px 0 8px;
	text-align: justify;
}

#pnotes td.del {
	vertical-align: top;
	text-align: right;
	width: 1%;
}

#pnotes div.exbtn {
	cursor:pointer;
	display:none;
	font-style:italic;
	width: 16px;
	height: 16px;
	clear: right;
	padding-left: 16px;
	white-space: nowrap;
	font-weight: normal;
	color: #666;
	background: url(/images/bullet_toggle_minus.gif) no-repeat;
}

#subscribeForm td {
	border:1px solid #aaa;
}

