.main_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 500px;
	width: 790px;
}

.action_table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 50px;
	width: 100%;
	border-width: 1px;
}

.document_table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 500px;
	width: 100%;
	border-width: 1px;
	background-color: #A72914;
}

.login_table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	width: 100%;
	border-width: 1px;
	background-color: #A72914;
}

a{
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.document_list{
	background-color: #FFFFFF;
	height: 100%;
	padding: 0px 10px 0px 10px;
}

.action a{
	color: #FFFFFF;
}
.action a:hover {
	width: 150px;
	color: #FFCC00;
}

.breadcrumbs a{
	color: #000000;
}
.breadcrumbs a:hover {
	width: 150px;
	color: #FF0000;
}

/* START DOCUMENT ROWS */

.rows{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	cursor: pointer;
}

.alt{
	background-color: #FFDAB9;
}

.normal{
	background-color: #FFFFFF;
}

.over{
	background-color: #FFFACD;
}

.active_row{
	background-color: #A72914;
}

/* END DOCUMENT ROWS */

/* START ADD EDIT PAGES */
.add_table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 100%;
	border-width: 1px;
	background-color: #A72914;
}
.view_table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 100%;
	border-width: 1px;
	background-color: #FFFFFF;
}
/* END ADD EDIT PAGES */

/* START TOP BANNER */
.top_banner{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 100%;
	border-width: 1px;
	background-color: #A72914;
}
.top_banner table{
	color: #FFFFFF;
}
.top_banner a{
	color: #FFFFFF;
}
.top_banner a:hover {
	width: 150px;
	color: #FFCC00;
}
/* END TOP BANNER */
.breadcrumbs{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-width: 1px;
}

.title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.scroller{
	overflow:auto;
	height: 500px;
}
