
.filter dt {
    /*float: left;*/
    
   clear: left;
 }
.filter dd {
    margin: 0 10px 0 10px;

}
.filter dt label {
	font-weight: bold;
	font-size: 12px;
        

}

.filter dt label.required:before {
	content: "* ";
	color: #ff0000;

}

/*dt {
	padding: 0 0 5px 0;
        
}

dd {
	padding: 0 0 10px 10px;
        
}*/

.bodyForm {
    background-color: #222222;
}
.body2Col dd input, .body2Col dd textarea{width:310px; border:0px;}

dd input[type="checkbox"]{width:auto;}

input[type="submit"]{float: left; margin: 10px 0 10px 10px;}

dd input[type="checkbox"], dt label, .body2Col dd input, .body2Col dd textarea, .body2Col dd select{margin: 0 10px 0 10px;}

dt label {
	font-weight: bold;
	font-size: 11px;
        
}

dt label.required:before {
	content: "* ";
	color: #ff0000;

}

ul.errors {
	padding: 5px 0 5px 25px;
	color: #ff0000;
}

table.spreadsheet {
        width: 100%;
	margin: 0;
	
}

table.spreadsheet th {
        text-align: center;
	background: #222;
	font-weight: bold;
	font-size: 11px;
	padding: 6px 4px;
        white-space: nowrap;
        color: #999;
}

table.spreadsheet td.title {
    border-left: 0;
    color: #FFF;
}

table.spreadsheet td.actions {
    border-right: 0;
}

table.spreadhseet th.last {
    border-right: 0;
}

table.spreadsheet td {
        font-size: 11px;
	border: #222222 1px solid;
	padding: 4px 4px;
        color: #8B8B8B;
        text-align: center;
}

table.spreadhseet td.img {
    
}

table.spreadsheet td a {
    color: #8B8B8B;
}

.chooser {
    float: left;
    vertical-align: middle;
}

.leftFormColumn {
    float: left;
    background-color: #333;
}

.groupHeader {
   line-height:33px; background-color:#000; color:#FFF; font-size:11; font-weight:bold;
}

.groupheader h2 { padding: 0; }


.rightFormColumn {
    float: right;
    background-color: #333;
}


.submitButtonsTop {
    background-color: #000;
    padding: 5px;
    clear: both;
    width: inherit;
}

.submitButtons {
    background-color: #000;
    padding: 5px;
    clear: both;
    width: inherit;
}

fieldset {
    margin-top: 10px;
    margin-bottom: 10px;
}
