body
{
	font-family: Verdana;
	font-size: 12px;
}
input
{
	font-family: Verdana;
	font-size: 12px;
}
textArea
{
	font-family: Verdana;
	font-size: 12px;
}
table
{
	font-family: Verdana;
	font-size: 12px;
}
.lineClass
{
	height: 6px;
	background-color: #abcb3b;
}
.smallLineClass
{
	height: 4px;
	background-color: #abcb3b;
}
.titleClass
{
	font-size: 22px;
	font-family: Verdana;
	color: #abcb3b;
	font-weight: bold;
}
.infoClass
{
	color:blue;
}
.errorClass
{
	color:red;
}
.subtitleClass
{
	font-size: 16px;
	font-family: Verdana;
	color: #abcb3b;
	font-weight: bold;
}
.subsubtitleClass
{
	font-size: 14px;
	font-family: Verdana;
	color: #abcb3b;
	font-weight: bold;
}

.labelClass
{
	font-weight: bold;
	font-family: Verdana;
	color: #abcb3b;
	font-size: 14px;
}

.blackLabelClass
{
	font-family: Verdana;
	font-size: 12px;
}
.uniformInputClass
{
	width: 400px;
}

.loginInputClass
{
	border-color: #abcb3b;
	border-style: solid;
	border-width: thin;
}

.wideTextAreaClass
{
	width:600px;
	height:400px;
	border-style:none;
	background-color:white;
}
.readOnlyInputClass
{
	outline-style: none;
}
.menuArea {
    width: 90px;
    padding: 0px;
    vertical-align: top;
	background-color: #BED6F8;

}
.menuRow
{
		background-color: #E0EEFA;
		width: 90px;
}
.menuColumn 
{
		width: 90px;
}
.fillerArea
{
	width: 5px;
}
.rowFiller
{
	height: 10px;
}
.mainArea{
	vertical-align: top;
    width: 800px;
}
.linkClass
{
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
	color: black;
}
.rowArea
{
	height: 100px;
	padding-bottom: 30px;
}

.rich-tab-inactive {
	cursor: pointer;
}

.rich-tabpanel-content {
	border-width: 1px 0px 0px 0px;
	background-color: transparent;
}

.logoutClass
{
	vertical-align: bottom;
}

input.groovyButton
{
   font-family: Verdana;
   font-size:11px;
   font-weight:bold;
   border-style:groove;
   padding: 3px;
   background-image: url("/icons/grad3.png");
   background-repeat:repeat-x;
   background-position:left bottom;
   }
}
