body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #061739;
}
.menuBackground {
	background: no-repeat url(../images/sidemenu.gif) bottom no-repeat #C63939;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.menuLines {
	border-top: #FFFFFF solid 2px;
	border-bottom: #FFFFFF solid 2px;
}
.menuSplit {
	border-left: #FFFFFF solid 2px;
}
.toolbarText {
	color: #FFFFFF;
	font-weight:bold;
}
.menuCell {
	border-bottom: 1px #FFFFFF solid;
}
.menuCellOn {
	border-bottom: 1px #FFFFFF solid;
	background: #061739;
}
.sidemenu {
	color: #FFFFFF;
	font-weight:bold;
}

a.sidemenu:link {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	width: 100%;
}
a.sidemenu:visited {
	text-decoration: none;
	color: #FFFFFF;
	display:block;
	width: 100%;
}
a.sidemenu:hover {
	text-decoration: none;
	color: #FFFFFF;
	display:block;
	width: 100%;
}
a.sidemenu:active {
	text-decoration: none;
	color: #FFFFFF;
	display:block;
	width: 100%;
}
.mainRowLines {
	border-bottom: 2px #FFFFFF solid;
}
.mainColumnLines {
	border-left: 2px #FFFFFF solid;
}
.style1 {
	border-bottom: 2px #FFFFFF solid; 
	font-weight: bold;
}
.textBoxStyle {
	background-color: #FFFFFF !important;
	border: 1px solid #7F9DB9 !important;
}

.textAreaStyle {
	width: 95%;
	background: #F0F4F7 !important;
	border: 1px solid #7F9DB9 !important;
	color: #061739;
}
.textAreaStyleEdit {
	width: 95%;
	background: #FFFFFF !important;
	border: 1px solid #7F9DB9 !important;
	color: #061739;
}
.style2 {
	font-size: medium;
	font-weight: bold;
}
.buttonStyle {
	background: #FFCC33;
	border: 1px solid #000000;
	width: 125px;
}
.listStyle {
	width: 125px;
}
.style3 {font-size: 80%}
.style4 {
	font-size: medium;
}
.style5 {
	color: #F2931F;
}
.incorrectLogin {
	font-size: medium;
	font-weight: bold;
	color: #FF0000
}