img.bg {
  display: block;
}

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

body {
    margin: 10px;
    font-family: Arial;
    font-size: 10pt;
    
    scrollbar-face-color: #AF824C;
    scrollbar-shadow-color: #CDA871;
    scrollbar-highlight-color: #CDA871;
    scrollbar-3dlight-color: #DFB88B;
    scrollbar-darkshadow-color: #9F713B;
    scrollbar-track-color: #D0A674;
    scrollbar-arrow-color: #E1DABD;    
}

.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;
}

.std-table {
    background-color: #cccccc;
}

.std-table th {
    background-color: #efefef;
}

.std-table th.cmds {
    text-align: right;
}

.std-table td {
    background-color: #ffffff;
}

a {
    color: #336699;
    font-weight: bold;
}

a:link {
    color: #336699;
}

a:visited {
    color: #336698;
}

a:hover {
    color: black;
}

th {
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    text-align: left;
}

td {
    font-family: Arial;
    font-size: 9pt;
}

h1 {
    font-size: 10pt;
    font-weight: bold;
}

input {
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
}

textarea {
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
}

select {
    font-family: Arial; 
    font-size: 9pt;
    font-weight: normal;
} 

.search-mark {
	color: black; 
	background-color: #C2E2FC;
}

.search-nomark {
	color: black; 
	background-color: white;
}

.breads_form {
    font-family: Arial;
    font-size: 9px;
    font-weight: normal;
    border-style: 1px solid black;
    width: 103px;
}

.search_table{
	width: 100%;
}

.search_table_th {
    background-color: #efefef;
	font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

.search_table_td {
    background-color: #ffffff;
	font-family: Arial;
    font-size: 11px;
	font-weight: normal;	
    text-align: left;
	filter: alpha(opacity=60); opacity:.60;
}

.search_table_no_trans_td {
    background-color: #ffffff;
	font-family: Arial;
    font-size: 9pt;
	font-weight: normal;	
    text-align: left;
}

.search_table_no_trans_td_2 {
	font-family: Arial;
    font-size: 9pt;
	font-weight: normal;	
    text-align: left;
}

.breads_2_form {
    font-family: Arial;
    font-size: 9px;
    font-weight: normal;
    border-style: 1px solid black;
    width: 100px;
}

.breads_search_form {
    font-family: Arial;    
    font-weight: normal;
    border-style: 1px solid black;
    width: 83px;
}

/*
    width:794px;
    height:249px;
    padding: 0 0 0 5px;
    overflow-y:auto;
	
	
	margin: 0 auto;
*/
