body {
	text-align: left;
}

a:link:after, a:visited:after {
	content: "";
}

input[type="text"] {
	border: 1px solid #aaa;
}

.parent_container {
	min-width: 600px;
}

.menu_section {
	width: 220px;
	padding: 20px 20px 0px 20px;
	background-color: #eaeff3;
	position: fixed;
	border-style: solid;
	border-color: #c6c9ce;
	border-right-width: 1px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.menu_container {
	margin-bottom: 10px;
}

.content_section {
	padding: 20px;
	float: left;
	margin-left: 260px;
}

.report_section {
	float: left;
	padding: 20px;
}

.required {
	background-color: #fdfbce;
	border: 1px solid #aaa;
}

label.error {
	color: red;
	margin-left: 10px;
}

.menu_section #main_logo_container {
	margin-bottom: 20px;
}

.menu_section ul {
	list-style-type: none;
}

.content_section h3, .content_section h4 {
	color: #777;
	border-bottom: 1px solid #bbb;
	padding-bottom: 10px;
}

.datatable {
	border-spacing: 1px;
}

.content_section .formtable td{
	background-color: #fff;
}

.report_section h3 {
	color: #777;
	border-bottom: 1px solid #bbb;
	padding-bottom: 10px;
}

.error_feedback {
	border-color: #dd0000;
	color: #880000;
	border-style: solid;
	border-width: 2px;
	padding: 4px 15px 4px 30px;
	margin-bottom: 20px;
	background: url(../images/error_icon.png) no-repeat scroll 8px 5px #ffe3e3;
	
}

.success_feedback {
	border-color: #9fcf9f;
	color: #005f00;
	border-style: solid;
	border-width: 2px;
	padding: 4px 15px 4px 30px;
	margin-bottom: 20px;
	background: url(../images/success_icon.png) no-repeat scroll 8px 5px #dfffdf;
}

.ui-datepicker-trigger {
	margin-left: 5px;
	cursor: pointer;
}

.description {
	color: #777;
}

.pagination span {
	color: #777;
}

.ui-menu {
	width: 200px;
}

.align-right {
	text-align: right;
}

.bold {
	font-weight: bold;
}