/*
 * Any styles which replace an exsiting style (_rs) go in here
 *
 */

table.formentry_rs {
  width: 100%;
  font-size: 0.9em;
}
 
table.formentry_rs td {
  padding: 3px 3px 3px 0px;
}

table.formentry_rs td.col1 {
  /*width: 50%;*/
  text-align: left;
  padding-left: 10px;
}

table.formentry_rs td.col2 {
  /*width: 50%;*/
  text-align: left;
}

div.spacer_rs {
	border-top: 1px solid #4E6228;
	margin-top: 20px;
	margin-bottom: 20px;
}

label.right-aligned { 
	float: left;
	width: 10em;
	margin-right: 0.4em;
	text-align: right;
}

label.right-aligned-nopad { 
	float: left;
	margin-right: 0.4em;
	text-align: right;
}

label.right-aligned-review { 
	float: left;
	width: 16em;
	margin-right: 0.4em;
	text-align: right;
}

label.right-aligned-review-ex { 
	float: left;
	width: 15em;
	margin-right: 0.4em;
	text-align: right;
}

label.right-aligned-client { 
	float: left;
	width: 10em;
	margin-right: 0.4em;
	text-align: right;
}

.sameWidthInput {
 	width:550px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;	
  box-sizing: border-box;
}

.tag-optional {
    color:gray;
    background-color:white;
    position:relative;
    left:0px;
}

table.addButtonTable {
	margin-bottom: 10px;
}

div.affiliatesDiv {
	display: none;
}

.ui-widget-overlay {
  opacity: .50 !important; /* Make sure to change both of these, as IE only sees the second one */
  filter: Alpha(Opacity=50) !important;
  background-color: rgb(50, 50, 50) !important; /* This will make it darker */
}

h3.sectionSubHeader {
	color: #4E6228; 
}

h4.sectionSubHeader {
	color: #4E6228;
	margin-left: 20px;
	margin-top: 10px; 
}

div.regReviewTable {
	margin-left: 20px;
}

p.leftAlignedLabel {
	font-size: 0.9em;
	margin-left: 20px;
}