.normText
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
}

.boldText
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 10px;
}

td.labelText
{
	font-weight:bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align: right;
	font-size: 10px;
}

td.headerText
{
	font-weight:bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	font-size: 16px;
}

tr.tableHeader
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #bbbbff;
	border: black 1px solid;
	border-bottom: black 2px solid;
}

input, select, textarea, label, radio, checkbox
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;	
}

.compactText
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;	
}

td.center
{
    margin-left: auto;
    margin-right: auto;
}

.required
{
	color: red;
}

.greenText
{
	color: green;
}

table.window, div.portlet
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

td.calCellDim
{
	text-align:center;
	color: gray;
	border: gray 1px solid;
}

td.calCellActive
{
	text-align:center;
	color: blue;
	font-weight:bold;
	border: gray 1px solid;
}

td.cellGreen
{
	background-color: aaffaa;
}

td.calCellHeader
{
	text-align:center;
	font-weight:bold;
	border: black 1px solid;
}

td.borderBottomGray
{
	border-bottom: gray 1px solid;
}

td.borderTopGray
{
	border-top: gray 1px solid;
}

td.borderLeftGray
{
	border-left: gray 1px solid;
}

td.borderRightGray
{
	border-right: gray 1px solid;
}

td.borderBottom
{
	border-bottom: black 1px solid;
}

td.borderBlack
{
	border: black 1px solid;
}

td.borderGray
{
	border: gray 1px solid;
}

table.compact
{
	border-collapse: collapse;
}


.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 70%;
	font-weight: bold;
	}	
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */
	
#menu3 {
	width: 200px;
	border: 1px solid #ccc;
	margin: 10px;
	}
	
#menu3 li a {
  	height: 20px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 20px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #555;
	display: block;
	background: url(../images/menu_off.gif);
	padding: 4px 0 3px 30px;
	}
	
#menu3 li a:hover, #menu3 li a:active {
	color: #283A50;
	background: url(../images/menu_hover.gif);
	padding: 4px 0 3px 30px;
	}

</style>