.grid {
    background: #dddddd;
    border: 1px solid #ccc;
	margin: 2px;
}
.grid_head {
    color: #fff;
    background: #000066;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
    border-bottom: 1px solid #ccc;
}
.grid_body {
    color: #000000;
    background-color: #fff;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.grid_row {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 0 3 0 3;
    height: 20;
    border-bottom: 1px solid #ccc;
}
.grid_row_even {
    background-color: #fff;
}
.grid_row_odd {
    background-color: #f4f4f4;
}
.grid_row_over {
    background-color: #f69431;
}
.grid_row_select {
    background-color: #f69431;
}

/* styles used in ajax datagrid */
.agrid_frame {
    background: #e5e5e5;
    margin: 2px;
    border: 1px solid #999;
}
.agrid {
    color: #000;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.agrid thead {
    background: #cfcfca;
    cursor: default;
}
.agrid thead td {
    color: #333;
    font-family: arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 0 2 0 2;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-left: 1px solid #eee;
}
.agrid_head_over {
    background-color: #efefea;
}
.agrid tbody {
    background: #fff;
}
.agrid tbody td {
    padding: 0 2 0 2;
    border-bottom: 1px solid #ddd;
}   
.agrid_column {
    background: #cfcfca;
    border-right: 1px solid #aaa;
    border-left: 1px solid #eee;
}
.agrid_sort_cols {
    color: #0c3070;
}
.agrid_action {
    color: #0C3070;
}
.grid_row_even_red {
    background-color: #fffafa;
}
.grid_row_odd_red {
    background-color: #fff4f4;
}
.a {
    color: #000066;
	text-decoration: none;
}
.a:hover {
    text-decoration: none;
}
.a.icon {
    font: normal 11px arial, helvetica, sans-serif;
    height: 18;
    background-repeat: no-repeat;
    padding: 2 10 2 20;
}
.a_head {
    color: #fff;
    text-decoration: none;
}
.a_head:hover {
    text-decoration: none;
}
.a_head.icon {
    font: normal 11px arial, helvetica, sans-serif;
    height: 18;
    background-repeat: no-repeat;
    padding: 2 10 2 20;
}
.text_g {
    color: #000;
    font: normal 11px arial, helvetica, sans-serif;
}

.text_g a {
    color: #000066;
    font: normal 11px arial, helvetica, sans-serif;
    text-decoration: underline;
}
.text_g a:hover {
    text-decoration: none;
}
.field_g {
    color: #000000;
    background-color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    border: 1px solid;
    width: 150px;
}