#lane {
	background: url('/images/lanes.png');
	width:390px;
	height:720px;
}
#systemMessage {
	text-align:center;
	color:red;
	background-color:#21cafb;
	height:23px;
	font-weight:bold;
	font-style:italic;
}
.labelitalicwhite {
	color:white;
	font-style:italic;
}

.panel-heading-white {
	background-image: linear-gradient(#04519b, #044687 60%, #033769);
	color:#ffffff;
}
.label200 {
	width:200px;
	text-align:left;
}
.padding5 {
	padding:5px;
}
.required {
	color:#FF0000;
	font-weight:bold;
}
.bold-label {
	font-weight:bold;
}
.menu {
	background-color:#336699;
	padding:5px;
	color:white;
}
#messageDiv {
	color: red;
	min-height:30px;
	font-weight:bold;
	font-size: 10pt;
	background-color:#b5d8f7;
	text-align:center;
}
#pageHeader {
	color: #000000;
	min-height:30px;
	font-weight:bold;
	font-size: 12pt;
	padding-left:20px;
	background-color:#b5d8f7;
}
.infoMessage {
	text-align:center;
	color:green;
	font-weight:bold;
}
.headerClass
{
	background-color:#b5d8f7;
	border: 1px solid gray;
}
.tdright
{
	text-align:right;
}
.center
{
	text-align:center;
}
.right
{
	text-align:right;
}
.table900 {
	width:900px;
}
.formlabel {
	font-weight:bold;
}

.form-control-date {
  	display: inline;
  width: 125px;
}
.form-control-fc365 {

  height: 34px;
  padding: 6px 12px;
  font-size: 10px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.formheader {
	font-weight:bold;
	background: -webkit-linear-gradient(white, silver); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(white, silver); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(white, silver); /* For Firefox 3.6 to 15 */
	background: linear-gradient(white, silver); /* Standard syntax */
}
}
.padded-pagecontainer {
	margin-left:20px;
	margin-right:20px;
}
.padding3 {
	padding-top:3px;
}
.rowpanel {
	min-height:40px;
	vertical-align:middle;
	padding:10px;
}
.rowborder
{
	border: 1px solid gray;
	
}
.text-md-sm {
	font-size: 12px;
}
.number {
	width:50px;
}

.paddingleft10 {
	padding-left:10px;
}
.paddingleft20 {
	padding-left:20px;
}
.paddingright6 {
	padding-right:6px;
}	
.white {
	color:white;
}
.sectionHeader {
	background-color:#B5D8F7;
	font-weight:bold;
	font-size:14px;
	border: 1px solid black;
	
}
.rowpadding {
	padding-top:4px;
	padding-bottom:2px;
}
.form-control-inline {
	float:left;
}
.dateField {
	width:85px;
}

.appendGrid tbody td.last button.append
{
	color:black;
