img.bg {
  display: block;
}

form {
    margin: 0px;
    padding: 0px;
}


.error {
    color: red;
}

.page-control-totals {
    font-size: 8pt;
}

.page-control-pages {
    font-size: 8pt;
}

/* new pagination style */
table.pagination {
    width: 50%;
}

.pagination-totals {
    font-size: 8pt;
}

td.pagination-pages {
    font-size: 8pt;
    width: 1%;
}

td.pagination-left {
    width: 10px;
    height: 8px;
    background-image: url(../images/little_red_arrow_left.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

td.pagination-right {
    width: 10px;
    height: 8px;
    background-image: url(../images/little_red_arrow_right.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	margin: 0px;
}

body {
	background-image: url(ora_images/bg_vertical.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #006600;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #006600;
}
a:active {
	color: #006600;
}
.style1 {
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.style1:hover {
	color: #0B520B;
	text-decoration: none;
}

a:hover {
	color: #00FF00;
	text-decoration: none;
}
.style3 {
	color: #000000;
	font-weight: bold;
}
.style5 {font-size: 12px}
.style6 {
	color: #009900;
	font-weight: bold;
}
.style7 {color: #009900; font-weight: bold; font-size: 12px; }


