form table td {vertical-align: top}
.strong, label.required {font-weight:bold;}
#content table th a {color:#fff;text-decoration:none;}

ul.errors li {background-image: none !important; list-style-type: none !important;}
div.msg {margin-bottom: 20px; padding-top: 5px; padding-bottom: 5px}
div.msg1, div.msg1 ul, div.msg1 ul li  {margin: 0px  !important; padding: 0px !important;}

#wait, #waitie {
	display: none;
	position: absolute;
	top: 200px;
	left: 50%;
}

.nodisplay {
	display: none;
}
#content .box2 {padding: 2px; margin: 7px 4px; border:1px solid #FFCC9B; background:#FFF3E8;}

.clear {
	clear: both;
}

form table tr td table, form table tr td table tr, form table tr td table tr td {
	border: 1px !important;
}

.normal {
	font-size:0.8em;
}

#aside ul li.menu-section {width:198px; border:0; padding-left: 3px; font-weight:bold; z-index:100;}
.input-submit-main {padding:5px; font-size:150%; font-weight: bold;}
td.smaller {font-size: 0.8em !important}
.bold {font-weight: bold}
.tablesorter tbody tr.highlight td {background-color: #ffd77a !important;}
table.bigger td {font-size: 1em}
#content table tr.bgtest td {background-color:#ffff99;}

.toleft {
	float: left;
}
.toright {
	float: right;
}

#uploading {
	display: none;
}

#uploading div#uploadingText, #uploading div#uploadingImg {
	float: left;
}

#uploading div#uploadingText {
	margin: 6px;
	float: left;
}


#uploading div#uploadingText {
	margin-bottom: 10px;
}

td.published1 {
    background-color: #c0ff70 !important;
}
td.published2, td.published0, td.top0 {
    background-color: #dadada !important;
}
td.published3  {
    background-color: #f0ff70 !important;
}
td.top1  {
    background-color: #ff9eb6 !important;
}

label input {
    margin-right: 5px;
}

tr.active {
    background: #c0ff70;
}

table.rosters{
    border-width: 2px !important;
    border-spacing: 0px;
    border-style: solid !important;
    border-color: #cfcfcf !important;
    border-collapse: collapse;
    width:100%;
    font-size: 1.2em;
}

table.rosters td {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #cfcfcf !important;
}

.missingValue {
    border-width:2px;
    border-style:solid;
    border-color:red;
}

#swfupload-control p{ margin:10px 5px; font-size:0.9em; }
#log{ margin:0; padding:0; width:500px;}
#log li{ list-style-position:inside; margin:2px; border:1px solid #ccc; padding:10px; font-size:12px;
	font-family:Arial, Helvetica, sans-serif; color:#333; background:#fff; position:relative;}
#log li .progressbar{ border:1px solid #333; height:5px; background:#fff; }
#log li .progress{ background:#999; width:0%; height:5px; }
#log li p{ margin:0; line-height:18px; }
#log li.success{ border:1px solid #339933; background:#ccf9b9; }
#log li span.cancel{ position:absolute; top:5px; right:5px; width:20px; height:20px;
	background:url('design/btn-delete.gif') no-repeat; cursor:pointer; }
