/* /// ZMS Status /// */

#zmsEdit {
 background-color: #eee;
 border: 1px dashed #000;
 padding: 6px; 
 width: 706px;
 max-width: 706px;
 margin-top:6px;
}

#zmsEdit table {
 table-collapse: collapse;
 border: 0;
 margin: 0 0 6px 0;
 font-size: 11px;
}

#zmsEdit form {
 margin: 0;
 padding: 0;
 width: 180px;
 float: left;
}

#zmsEdit form select {
 width: 168px;
}

div#status {
 width: 180px;
 height: 100%;
 max-height: 100%;
 float: left;
}

#switch0 {
 background-color: #eee;
 border-right: 1px dashed #000;
 border-bottom: 1px dashed #000;
 border-left: 1px dashed #000;
 font-size: 11px;
 width: 180px;
 margin: 0;
 float: left;
}
#switch0 a {
 color: red;
 text-decoration: none;
 margin: 0 0 0 6px;
}

#switch1 {
 background-color: #eee;
 border: 1px dashed #000;
 font-size: 11px;
 width: 180px;
 margin-top: 6px;
 float: left;
}
#switch1 a {
 color: green;
 text-decoration: none;
 margin: 0 0 0 6px;
}

#notes {
 float: left;
 padding: 6px;
 border-left: 1px dashed #000;
 margin: 0;
 width: 514px;
}

#notes p.date {
 font-weight: bold;
 background-color: #FEFEC0;
 padding: 2px;
 border-top: 1px solid #333;
 border-right: 1px solid #333;
 border-left: 1px solid #333;
 margin: 6px 0 0 0;
 font-size: 11px;
 line-height: 13px;
 width: 508px;
}

#notes p.text {
 background-color: #FFFFE4;
 padding: 3px;
 border: 1px solid #333;
 margin: 0;
 font-size: 10px;
 line-height: 13px;
 width: 506px;
}

#comment {
 width: 540px;
 background-color: #eee;
 color: #000;
 border: 1px dashed #000
}