div.navigationContainer a {
	height:24px;
	background-color:lightgray;
	width:130px;
}

table.dataEntryForm {
	width:98%;
	text-align:left;
	padding:2px;
	margin:2px;
	background-color:white;
}

table.dataEntryForm tr {
	background-color:white;
}

table.dataTable {
	width: 98%;
	border-style:none;
	border-width:0px;
}

table.dataTable tr {
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}

tr.genericTableEven {
	background-color: white;
}

tr.genericTableOdd {
	background-color: whitesmoke;
}

tr.mouseOverRow {
	background-color: lightsteelblue;
}

tr.genericTableHeader {
	background-color: lightgray;
	padding: 2px;
}

div.busybeeStandardTable {
	font-size:medium;
}

div.busybeeStandardTable tr {
	height:24px;
}
.default {
	background-color:white;
}
div#bannerFooter {
	width: 611px;
	height: 45px;
	margin: 0px auto;
	border: solid #84C1F0;
    -moz-border-radius: 10px 10px 10px 10px;
	padding: 1px;
}
div#carriersoftLogo {
	float: left;
	width: 109px;
	height: 45px;
}
div#carriersoftInfo {
	float: left;
	width: 485px;
	padding-top: 8px;
	position: relative;
	text-align: right;
	font-family: Arial;
	font-size: 12px;
	color: black;
	text-decoration: none;
}
a.carriersoftLink {
	font-family: Arial;
	font-size: 12px;
	color: black;
	text-decoration: underline;
}
img {
	border: 0px;
}
div.tabbertab h4 {
	font-size: 13px;
}
div.inputErrorMessage {
    font-size: 12px;
    color: red;
}
#media  {
    padding-top:50px;
    text-align: center;
}
