.maximized-table {
	height: 100%;
	width: 100%;
}
.grey-border-around {
	border: 1px solid #CCCCCC;
}
.table-height-100 {
	height: 100%;
	border-top: 1px #330000;
	border-right: 1px solid #330000;
	border-bottom: 1px #330000;
	border-left: 1px #330000;
	background: #C1E0A3 url(../images/main_backgound.jpg) no-repeat scroll right bottom;


}
.bottom-text {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	text-transform: capitalize;
	color: #330000;
	font-style: normal;
	font-weight: bold;
}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #330000;
	padding-left: 7px;
	padding-top: 5px;
}
.left-row {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #330000;
	padding-top: 10px;
	padding-left: 0px;
	border-right-width: 3px;
	border-left-width: 1px;
	border-right-style: double;
	border-left-style: solid;
	border-top-color: #330000;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #330000;
	background: #C1E0A3;

}
.right-row {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #330000;
	border-right-width: 1px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: double;
	border-top-color: #330000;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #330000;
}
.bottom-cell {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	text-transform: capitalize;
	color: #330000;
	text-align: center;
	border-top: 1px solid #330000;
	border-right: 1px none #330000;
	border-bottom: 1px solid #330000;
	border-left: 1px solid #330000;

}
.top-cell {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #330000;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #330000;
}
.main-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	padding: 5px 8px 8px;
	text-align: justify;
}
.top-header {
	border-top: 1px #330000;
	border-right: 1px #330000;
	border-bottom: 1px solid #330000;
	border-left: 1px #330000;
}
