body, td, tr, p, form, h1, h2, h3 , h4 , h5 , h6{
	margin:0px;
	padding:0px;
}

input, body, td, tr, p, form, h1, h2, h3 , h4 , h5 , h6{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input {
	padding-top:2px;
	padding-bottom:3px
}

label:hover{
	color: red;
}

body{
	background: #D6E7F7 url(../images/pagebg.gif) repeat-y;
}

a, a:visited{
	color:black;
}

a:hover{
	color:red;
}

img{
  border:0px;
}

fieldset{
	padding:2px;
	-moz-border-radius: 10px; /* mozilla only */
}

legend{
	color:#0046D5;
}

legend a{
	color:#0046D5;
	text-decoration:none;
}

.buttonForm, .buttonFormHover{
	border:1px solid #A5ACB2;
	background-color: #D6E7F7;
	cursor: hand;
	cursor: pointer;
	padding:4px 8px;
	margin:2px 3px;
	font-size: 11px
}

.buttonForm:hover, .buttonFormHover{
	color:red;
	padding:4px 8px;
	margin:2px 3px;
	background-color: #EBF4FD;
}

#contentPane{
	margin: 0px 10px 5px 10px;
	padding:10px 5px 5px 5px;
	border:1px solid black;
	background: #F4F4F4
}

#footerPane{
	margin: 0px 10px 10px 10px;
	padding:0px 5px 5px 5px;
	text-align: right;
	color: #678DB0
}

h1.contentHeader{
	display: inline;
	margin:10px 0px 0px 10px;
	padding:6px 6px 1px 6px;
	font-size:14px;
	background: #F4F4F4;
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
}

#pageWrapper{
	margin-top:1px;
	padding-top:14px;
}

.centerDiv{
	margin-left: auto;
	margin-right: auto;
}

.toolbar {
	padding:4px;
	height:30px;
}

.toolbar a, .toolbar a:hover{
	text-align: center;
	padding-top:5px;
	margin-right:5px;
	display:block;
	width:75px;
	height:20px;
	float:left;
}

.toolbar a{
	background: url(../images/button75.gif);
	text-decoration: none;
}

.toolbar a:hover{
	background: url(../images/button75_over.gif);
	text-decoration: none;
}

.toolbar a.w150{
	background: url(../images/button150.gif);
	width:150px;
	text-decoration: none;
}

.toolbar a.w150:hover{
	background: url(../images/button150_over.gif);
	width:150px;
	text-decoration: none;
}


/************************************************************************
 * extra width classes for generic styles.
 ************************************************************************/
.width300{
	width:300px;
}

.width800{
}

.odd{
	background-color: #D6E7F7;
}

.even{
	background-color: #E7EDF3;
}

.ruled{
	background-color: #FFFFE0;
}

.rulerAndStripe td{
	padding:2px 10px 2px 10px;
}

.rulerAndStripe th{
	border-bottom: 1px solid black;
	text-align: left;
	padding-left:10px
}
/************************************************************************
 * Input controle classes
 ************************************************************************/
.inputNumber{
 	background:url(../images/inputNumber.gif) left center no-repeat;
	padding-left:14px
}

.inputText{
 	background:url(../images/inputText.gif) left center no-repeat;
	padding-left:14px
}

.inputDate{
 	background:url(../images/inputDate.gif) left center no-repeat;
	padding-left:14px;
}

.inputDate img{
	padding:1px 0px 0px 2px;
	padding:expression('2px 0px 0px 0px');
	position: absolute;
}

.inputDateTag{
	width:75px;
}

/************************************************************************
 * Error classes
 ************************************************************************/
 .error, .message{
 	border: 1px solid #A5ACB2;
	background-color: #FFFFE0;
	margin:0px;
	padding:2px 0px 0px 0px;
 }

.center{
  text-align:center;
}
