/* 
TABLE OF CONTENTS

  Form Globals
  Instructions, Etc.
  Set.Control Default Widths
  Set.Control Form Layout Defaults




/* ---------- @ Form Globals-----------*/

form {
	clear: both;
	margin: 20px 0;
}

span.required {
  font-weight: bold;
}

div.listcontainer {
    margin-top: 10px;
	width: 100%;
}

div.listbuttons {
  vertical-align: baseline;
  float: right;
  width: 45%;
  text-align: right;
  margin: 0px 0px 5px 0px;
}

div.listrow {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

form div.pagination {
	border: none !important;
	margin: 25px 0;
}  

div.paginationtitle {
  font-size: .85em !important;
}

tr.datarow:hover {
  background: #EEEEEE;
}
 
div.listsearch {
  vertical-align: baseline;
  float: left;
  width: 45%;
  margin: 0px 0px 5px 0px;
}


/* ---------- @ Instructions, Etc. -----------*/

/* Edit as needed to match site layout */

#setcontrol .instruction {
	padding: 20px 10px 15px 15px;
}

#setcontrol .navigation {
	text-align: right;
	padding: 10px;
}

#app-payment-item-name, #app-payment-item-description, #app-payment-item-cost { 
	margin: 10px;
}

#app-payment-item-name, #app-payment-item-description, #app-payment-item-cost { 
	margin-left: 0;
	display: block;
	float: left;
	width: 20%;
}

#app-payment-info {
	font-size: .85em;
	clear: both;
	padding: 15px 0 25px 0;
}

#app-payment-item-name {
	font-weight: bold;
}

#setcontrol .widestatus, #setcontrol .errors, #setcontrol .reqwarning, #setcontrol #app-success-message {
	width: 95%; /* 5% allowance for padding */
	padding: 10px;
}


/* ---------- @ Set.Control Default Widths -----------*/

/* Edit these if layout appears to be broken, otherwise leave as-is */

.fieldrow {
	width: 99%; /* 1% allowance for padding */
	padding: 5px;
} 

.fieldlabel {
	width: 21%; /* 3% allowance as pseudo-padding */
}

.fieldinput, .checkboxgrouprow {
	width: 75%; /* (fieldrow + padding) - (fieldlabel + padding) */
}

table.datatable {
   width: 99%; /* 1% allowance for padding */
   padding: 2px;
}

th.datacolumn, th.datacolumnoptions, th.datacolumndesc {
   padding: 4px;
   color: #000;
   font-weight: bold;
   border-bottom: 1px solid #d3d7cf;
}

th.datacolumn a, th.datacolumndesc a {
   color: #000;
   text-decoration: underline;
}

/* ---------- @ Set.Control Form Layout Defaults -----------*/

.fieldlabel {
	text-align: right;
	margin: 0 7px 7px 0;
}

.fieldinput {
	float: right;  
	text-align: left;
	margin-bottom: 7px;
}

.fieldrow, .fieldlabel, .checkboxgrouprow, .checkboxgroup {
	float: left;
}

.checkboxgroup input, .radiogroup input {
	border: none;
	margin-right: 3px;
}

.checkboxgroupitem {
	display: block;
}

#setcontrol textarea {
	width: 350px;
}
