body {
	font-family: Arial, Helmet, Freesans, sans-serif;
	font-size: 13px;
	margin:0;
}

#top-bar {
	width:100%;
	background-color:#7A0000;
	margin:0;
	padding: 10px;
}

#top-bar a {
	margin: 0;
	color:white;
	text-decoration: none;
	padding-right: 40px;
}

#top-bar a:hover {
	text-decoration: underline;
}

.fixed-width {
	width:1150px;
	margin: 0 auto;
}

.center {
	text-align:center;
}

table {
	border-collapse: collapse;
}

table.fullwidth {
	width: 100%;
}

table, th, td {
	border: 1px solid gray;
}

table.center {
    margin-left:auto; 
    margin-right:auto;
 }

td {
	padding: 5px;
}

td.formLabel {
	width: 160px;
	text-align: left;
}

td.formInput {
	width: 375px;
	text-align: left;
}

td.formSubmit {
	text-align: center;
}

input.formInput {
	width:380px;
}

select.formInput {
	width:380px;
}

a, a:visited, a:active {
	color:blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.isa_success {
    width: 100%;
	padding: 12px;
	color: #4F8A10;
    background-color: #DFF2BF;
}

th {
	text-align: left;
	color: white;
	padding: 5px;
	background-color: #4d80cb;
}

.summary_box {
	width: 100%;
	padding: 10px;
	border: 1px solid;
	font-size: large;
}

.summary_box th {
	background-color: #F7F7F7;
	color: black;
	font-weight: bold;
}

#thisMonth {
	color: #7B9500;
	font-weight: bold;
}

#lastMonth {
	color: #CC004D;
	font-weight: bold;
}

#thisMonthCompanyEarning {
	color: #1b00cc;
	font-weight: bold;
}

#lastMonthCompanyEarning {
	color: #b700cc;
	font-weight: bold;
}