﻿body
{
}

.main-content
{
	width:750px;
	display:flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
}

.flexible{
	flex: 1 auto;
}

.centering-div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.padded {
	padding: 0 5px;
}

.bordered {
	border: 1px solid black;
	border-spacing: 0px;
}

.standard
{
	font-family:Verdana, arial;
	font-size: 12px;
}
.standard_required_field
{
	font-size: 10px;
	font-family: Verdana,arial;
	background-color: #ffff66;
}
.standard_header_grid
{
	font-family:Verdana,arial;
	font-size: 10px;
	font-weight: bold;
	background-color: #cccccc;
}
.standard_header_grid_tiny
{
	font-family:Verdana, arial;
	font-size: 9px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #0033FF;

}
.standard_header
{
	font-family:Verdana, arial;
	font-size: 11px;
	color: #000099;
}
.standard_error
{
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: red; 
	FONT-FAMILY: Verdana;	
}
.standard_helpButton
{
	font-family:Verdana, arial;
	font-size: 9px;
	background-color: #CCCCCC;
	border-color: Yellow;
}

.standard_header_grid_commodity_HAZ
{
	font-family:Verdana,arial;
	font-size: 10px;
	font-weight: bold;
	background-color: #cccccc;
	width: 100px;
}

.standard_rerate_button
{
	font-family:Verdana,arial;
	font-size: 10px;
	background-color: Yellow;
	border-color: Yellow;
	color:#FF0000;
}

.standard_invoice_button
{
	font-family:Verdana, arial;
	font-size: 9px;
	background-color: Green;
	border-color: Green;
	color:#00FF00;
}

.standardbigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.sortablegrid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #0033CC;
	text-decoration: underline;
}
.standarddisclaimer {
	font-size: 9px;
	color: #990033;
}
.standardtiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.button {
	height: 20px;
	width: 50px;
	background-color: #CCCCCC;

}
.rowheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #006699;
	font-weight: normal;
}
.alertlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
.standardheadercaution {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.highlightedbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #9999FF;

}
.standard10pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.standard9pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.standard8pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
    line-height:90%;
}
.buttontiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFF00;

}
.standard4pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4px;
}
.standard2pt {
	font-size: 2px;
}
.HeaderBlue11 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-style: normal;
	color: #003366;
	font-weight: normal;

}
.standard11pt {
	font-size: 11px;
}
.EditLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666633;
	text-decoration: underline;
}
