div.form {
	text-align: center;
	clear:left;
}

.formcontent {
	border:0px solid;
	border-radius:5px;
	background-color: #DEDFDE;
	padding-left:10px;
	padding-right:10px;
	display:inline-block;
	min-width:500px;
}

@media all and (min-width: 1050px)  {
	.formcontent {
		padding-top:10px;
		padding-bottom:10px;
		margin-bottom:10px;
	}
	#formcolumn1 {
		float: left;
		width:45%;
		margin-left:5%;
	}
	#formcolumn2 {
		float:right;
		width:50%;
	}
	#formcolumn3 {
		margin-left:5%;
		clear:both;
	}
}
@media all and (max-width: 800px)  {
	.formcontent {
		width:95%;
	}
}

div.radio {
	white-space:nowrap;
}

div.span100 {
	width: 95%;
}

.formdirections {
	clear:left;
	display:table;
	margin-bottom: 10px;
	width:90%;
	text-align:left;
}

.formtable {
	clear:left;
	display:table;
	margin-bottom: 10px;
	width:100%;
	text-align:left;
}

.formelement {
	clear:left;
	display:table;
	margin-bottom: 10px;
	width:100%;
}

label {
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 5px;
}

label.nobold {
	font-weight: normal;
}

.formelement label {
	float:left;
	padding-top: 5px;
	text-align: right;
	width: 160px;
}

.formelement .paddingtop {
	padding-top:5px;
}

.formelement label.wide {
	width:275px;
}
.formelement label.half {
	width:40%;
}
.formelement label.medium {
	width:125px;
}

.formelement label.narrow {
	width:75px;
}

.formelement .formnotes {
	float:left;
	margin-left:10px;
	width:200px;
	padding-bottom:0px;
}

label.radio{
	width:auto !important;
	padding-right:10px;
	float:left;
	font-weight: normal;
	vertical-align:middle;
}

.long label {
	padding-right:10px;
	width: auto !important;
}

div.long .formvalue {
	clear:left;
	margin-left:0px !important;
}

#formcolumn1 .formelement label, #formcolumn3 .formelement label {
	width:110px;
	white-space:nowrap;
}

#formcolumn2 .formelement label {
	width:110px;
	white-space:nowrap;
}

#formcolumn1 .formvalue, #formcolumn3 .formvalue {
	margin-left:10px;
}
#formcolumn2 .formvalue {
	margin-left:10px;
}

label.noinput {
	line-height: inherit;
	padding-top: 0px;
}

.formvalue {
	float:left;
	margin-left: 10px;
	text-align:left;
	white-space: nowrap;
}

.formvalue input, .formvalue select {
	margin-bottom: 0;
	display:inline-block;
	vertical-align: middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.formvalue input:focus, .formvalue textarea:focus, .formvalue select:focus {
	border-color: rgba(82,168,236,.8);
	outline: 0;
	outline: thin dotted \9; /* IE6-9 */
	-moz-box-shadow: 0 0 8px rgba(82,168,236,.6);
	box-shadow: 0 0 8px rgba(82,168,236,.6);
}

.formcontent h2, .formerror h2, .formsuccess h2, .formwarning h2, .portletcontent h2 {
	display: block;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	margin-top:0px;
	margin-left:0px;
}

.formcontent h2.subsection {
	clear:both;
	padding-top:20px;
}

.formerror {
	font-weight: bold;
	color: white;
	text-align:left;
	padding-left:5%;	
	padding-top:1px;
	padding-bottom:10px;
	background-color:#ff3300;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:10px;
}

.formwarning {
	font-weight: bold;
	color: white;
	text-align:left;
	padding-left:5%;	
	padding-top:1px;
	padding-bottom:10px;
	background-color:#999900;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:10px;
}

.formsuccess {
	font-weight: bold;
	color: white;
	text-align:left;
	padding-left:5%;	
	padding-top:1px;
	padding-bottom:10px;
	background-color:#00b000;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:10px;
}

.formerror li {
	padding-left:2em;
	text-indent:-2em;
}

.formnotes {
	text-align:left;
	padding-bottom: 5px;
	word-wrap:break-word;
	max-width:95%;
}

fieldset {
	border: 0 none;
	margin: 1px;
	padding: 1px;
}

input, select {
	border-radius: 4px;
	padding: 4px 6px;
	height: 20px;
	border: 1px solid #999999;
}

.formelement span:not(.selection):not(.select2):not(.select2-selection):not(.select2-selection__rendered):not(.select2-selection__arrow):not(.dropdown-wrapper):not(.select2-selection__choice__remove) {
	border-radius: 4px;
	padding: 4px 6px;
	min-height: 20px;
	border: 1px solid #999999;
	background-color: #ffffff;
	min-width:200px;
	max-width:800px;
	display:block;
	overflow:auto;
	padding-top:5px;
	white-space: normal;
}

.nospan {
	display: table-cell; 
	vertical-align: middle;
}

.formactions {
	clear:both;
	text-align:center;
	width:100%;
	padding-top:5px;
}

.width300 {
	min-width:300px;
}
.width400 {
	min-width:400px;
}
.width500 {
	min-width:500px ;
}
.width800 {
	min-width:800px;
}
.width900 {
	min-width:900px;
}

span.long {
	width:500px;
}
span.medium {
	width:300px;
}
span.short {
	width:100px;
}

input {
	width:200px;
}

input.nowidth {
	width:12px;
	height:12px;
}

input.long {
	width:500px;
}

input.short {
	width:50px;
}
input.medium {
	width:100px;
}
input.mediumlong {
	width:250px;
}

input.radio {
	width:auto !important;
	float:left;
}

textarea {
	border-radius: 4px;
	border: 1px solid #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	white-space: pre-wrap;
}

.checkbox {
	margin-top:5px;
	border: 0;
	width:20px;
}
input[type=checkbox] {
	border: 0;
	width:20px;
}

select {
	margin-left:0px;
	height:30px;
}

select.multiple {
	height:auto;
}

.btn {
    background-color: #F5F5F5;
    background-repeat: repeat-x;
    border-color: #CCCCCC #CCCCCC #B3B3B3;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
	font-weight:bold;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	height:30px;
}

.btn-submit {
    background-color: #008000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-cancel {
    background-color: #830000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

div.checkboxes {
	width:auto;
}
div.checkbox {
	float:left;
	width:30%;
}

div.checkbox label {
	font-weight: normal;
	width:180px !important;
	padding-top:3px;
}

div.checkbox input {
	width: 30px;
}

div.width100 {
	width:100%;
}

div.width90{
	width:90%;
}
div.width50{
	width:50%;
}

.nopadding {
	padding:0px !important;
}

#sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; }

#sortable li {
	border-radius: 4px;
	padding: 4px 6px;
	min-height: 20px;
	border: 1px solid #999999;
	background-color: #ffffff;
	min-width:250px;
	max-width:800px;
	display:block;
	margin-bottom: 5px;
	padding-top: 5px;
	white-space: normal;
	cursor: move;
}

.reportElements {
	float:left;
}
.reportSubmit {
	float:left;
	padding-top:15px;
	padding-left:10px;
}

.paddingleft10 {
	padding-left:10px;
}

.nomargin {
	margin:0px;
}

.nomargin label {
	margin:0px;
}
.nowidth {
	width:auto !important;
}
.paddingtop5 {
	padding-top:5px !important;
}
.paddingbottom5 {
	padding-bottom:5px !important;
}
.textalignleft {
	text-align: left;
}
.margintop5 {
	margin-top: 5px;
}
