@import url(messages.css);

a img { border: 0 }

div#activeUsers {
    float: right;
    margin-right: 5px;
    font-size: .9em;
    background: transparent;
    color: #000000;
}

div#content {
	overflow: visible;
	position: absolute;
	visibility: visible;
	width: 510px;
	top: 95px;
	left: 33px;
}

div#content>p {margin:10px 0px}

/* Labels for validation and label tag */
label {
    font-weight: lighter;
    cursor: pointer;
    cursor: hand;
    margin-right: 10px;
}

label.required {
    font-weight: bold;
}

label.error {
    font-weight: bold;
    color: #FF0000;
}

/* These are the styles for detail screen tables */
table.detail {
    margin-left: 10px;
    padding: 5px;
    font-weight: normal;
}

table.detail th {
    text-align: right;
    padding: 0px 3px 0px 0px;
}

table.detail th.tallCell {
    vertical-align: top;
}

table.detail td {
    text-align: left;
    padding: 0px;
}

table.detail td.moveOptions {
    text-align: center;
    width: 50px;
    padding: 5px;
}

table.detail td.moveOptions button {
    margin-bottom: 3px;
    width: 45px;
    white-space: nowrap;
}

table.detail td.buttonBar {
    padding-top: 10px;
}

table.detail td.updateStatus {
    font-size: 11px;
    color: #C0C0C0;
}

fieldset.pickList {
    margin-top: 5px;
    padding: 5px;
    border-color: #EEEEEE;
}

fieldset.pickList legend {
    font-weight: bold;    
}

table.pickList {
    padding: 0px;
    border-spacing: 0px;
}

table.pickList th.pickLabel {
    text-align: center;
    color: #666666;
}

table.pickList td {
    text-align: center;
}

table.pickList td select {
    width: 150px;
}

th, td, pre, code {
    font-size: 12px;
}

pre {
    background: #FFFFCC;
    border: 1px solid #999999;
    color: #000000;
    padding: 5px 5px 5px 5px;
}

input {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	padding: 2px;
}
