a { 
	text-decoration:none; 
	color: #000000; 
}

a:hover { 
	text-decoration: underline; 
}

td{
	font-family: Tahoma;
	font-size: 12px;
}

#back {
	font-family: Tahoma;
	font-size: 12px;	
}

.search_input{
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
	background-color: #FFFFDF;	
	width: 300px;
}

.search_select {
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
	background-color: #FFFFDF;	
	width: 300px;
}

.formButton {
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	width: 100px;
	text-transform: lowercase;
	border: solid 1px #446918;
	margin: 1px;
	background-image: url(../../../images/button.gif);
}

.message_th{
	color: #FFFFFF;
	background-color: #DD6600;
	padding-left:3px;
	padding-right:3px;
}

.message_td{
	color: #000000;
	background-color:#F7F7E9;
	border-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #006666;
}

.message_button{
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	width: 50px;
	text-transform:lowercase;
	border: solid 1px #446918;
	margin: 1px;
	background-image: url(../images/button.gif);
}

.blockEmpty{
	text-align: center;
	border: solid 1px #CCCCCC;
	background-color: #F7F7E9;
	padding-top: 30px;
	padding-bottom: 30px;
	text-transform: uppercase;
}

.error{
	color: red;
}

.message{
	text-align: center;
	color: red; 
	height: 30px;
}

.breadcrumb{
	color: #88AAAA;
}

.reportPadding{
	padding-left: 40px;
}
