body{
	background: #FFFFFF url(images/up.jpg) repeat-x top left;
        font-family:trebuchet ms, arial;
        font-color:#2e2e2e;
        font-size:10pt;
        color:#2e2e2e;

}

.tables{
background:url('images/table.jpg') repeat-x top left; 
}

a:link
{
	color: #2e2e2e;
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
        font-family: trebuchet ms, arial;
}
a:visited
{
	color: #2e2e2e;
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
        font-family: trebuchet ms, arial;
}
a:hover
{
        color: #ed701e;
        font-size: 12px;
        font-weight: bold;
        font-family: trebuchet ms, arial;
        text-decoration: underline;
}



.input {
	background-image: url('images/textfield.gif');
	color: #2e2e2e;
        text-align: center;
	text-decoration: none;
	border: 1px solid #585858;
	font: normal 10pt  trebuchet ms, tahoma, verdana, arial;
}

.inputh {
	background: #f4f4f4;
	color: #2e2e2e;
        text-align: center;
	text-decoration: none;
	border: 1px solid #d5d5d5;
	font: normal 10pt  trebuchet ms, tahoma, verdana, arial;
}

textarea {
	color: #2e2e2e;
	text-decoration: none;
	background: #fbfbfb;
	border: 1px solid #585858;
	font: normal 10pt  trebuchet ms, tahoma, verdana, arial;
}

.button {
	background: #ffa628;
	color: #ffffff;
        text-align: center;
	text-decoration: none;
	border: 1px solid #585858;
        padding-left: 5px;
        padding-right: 5px;
	font: bold 10pt  trebuchet ms, tahoma, verdana, arial;
}

.button:hover {
	background: #ffc26c;
	color: #ffffff;
        text-align: center;
	text-decoration: none;
	border: 1px solid #585858;
        padding-left: 5px;
        padding-right: 5px;
	font: bold 10pt  trebuchet ms, tahoma, verdana, arial;
        cursor:pointer;
}

select {
	background: #fbfbfb;
	color: #2e2e2e;
	BORDER-RIGHT: #585858 1px solid;
	BORDER-TOP: #585858 1px solid;
	FONT-SIZE: 12px;
	BORDER-LEFT: #585858 1px solid;
	BORDER-BOTTOM: #585858 1px solid;
	FONT-FAMILY: trebuchet ms, arial, verdana;
}

txt {
	font: normal 10pt  trebuchet ms, tahoma, verdana, arial;
}

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #585858;
text-decoration: none;
color: #585858;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #ed701e;
color: #ed701e;
background-color: #ffffff;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid #ed701e;
background-color: #ffffff;
color: #ed701e;
}

* html .pagination li.currentpage, * html .pagination li{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
} 
