@import "layout.css";
@import "../../common/js/tabs.css"; 

body {
	background-color: #8DC63F;
	margin:0;
	color: #161616;
	font-family:Verdana,Geneva,sans-serif;
	padding-top:8px;
}

#loadDivMsg {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 100%;
	background-image: url(../../common/js/loadingAnimation.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
}

.cell_over { 
	BACKGROUND-COLOR: #f1f0e8;
}
.cell_out { 
	BACKGROUND-COLOR: #FFFFFF;
}

.green {
	color: #009900
}
.red {
	color: #FF0000
}

a {
	color: #67aa35;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

.field {
	color: #161616;
	font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 2px;
	border: 1px solid #bcbcbc;
}

.buttonAction {
	color:#fff;
	font: 12px  "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight:bold;
	background-color:#989798;
	margin-top: 15px;
}

.sortable thead td {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #67aa35;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99908C;
	padding-right: 10px;
	padding-left: 10px;
	height: 30px;
	text-align: center;
	text-decoration: none;
}

.sortable thead td a {
	font-weight: bold;
	text-decoration: none;
}

.sortable tbody td, .sortable tbody th, .sortable tfoot td {
	font: 11px "Lucida Grande", Verdana, Arial, sans-serif;
	color: #333333;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D5D3CF;
	height: 30px;
	text-align: center;
}

.sortable tbody td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5D3CF;
}

