
table.fullpane
{
width: 640px;

border-width: 0px;
margin: 0px;
}

td.sidebar_pane
{
width: 145px;
background-clor: #EEF0F5;
border-width: 0px;
margin: 0px;
}

td.rightmain_pane
{
width: 490px;
background-color: #EEF0F5;
border-width: 0px;
}

table.sidebar_bg
{
width: 145px;
background-color: #EEF0F5;
border-width: 0px;
padding: 5px;
margin: 0px;
}

table.sidebar_box
{
width: 135px;
background-color: #0033cc;
border-width: 1px;
border-color: #0033cc;
border-style: solid;
padding: 0px;
}

table.sidebar_content
{
width: 134px;
background-color: #EEF0F5;
border-width: 0px;
padding: 2px;
}

td.sidebar_title
{
background-color: #000000;
color: #eeeeee;
font-size: 12px;
font-family: Arial, Helvetica, Sans Serif;
font-weight:bold;
}

td.sidebar_box
{
color: #ffffff;
font-size: 11px;
font-family: Arial, Helvetica, Sans Serif;
font-weight:bolder;
}

td.sidebar_content
{
color: #000000;
font-size: 11px;
font-family: Arial, Helvetica, Sans Serif;
font-weight: normal;
}

table.rightmain_box
{
width: 490px;
background-color: #999999;
padding: 0px;
}

table.box
{
background-color: #0033cc;
padding: 0px;
}

table.content
{
background-color: #EEF0F5;
border-width: 0px;
padding: 2px;
}

table.list
{
border-width: 1px;
border-color: #0033cc;
border-style: solid;
}

table.red
{
border-width: 1px;
border-color: #ff0000;
border-style: solid;
}

table.notlist
{
border-width: 0px;
}

table.rightmain_content
{
width: 490px;
background-color: #EEF0F5;
border-width: 0px;
padding: 2px;
}

td.rightmain_heading
{
color: #151554;
background-color: #bdbdca;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, Sans Serif;
font-weight: bolder;
height: 15px;
padding: 1px;
}

td.rightmain_soft_heading
{
color: #333333;
font-size: 11px;
font-family:;
font-weight: bolder;
height: 15px;
padding: 1px;
}

td.rightmain_soft_heading_report
{
color: #333333;
font-size: 11px;
font-family:;

height: 15px;
padding: 1px;
}

td.rightmain_content
{
color: #222222;
font-size: 11px;
font-family:  Arial, Helvetica, Sans Serif;
font-weight: normal;
height: 15px;
padding: 1px;
}

td.list
{
border-right: 1px #999999 solid;
}

td.notlist
{
border-width: 0px;
}


td.even_row
{
background-color: #F5F6F9;
}

td.odd_row
{
background-color: #FBFBE3;
}

img
{
border: 0px;
margin: 0px;
}

img.button_normal
{
width: 70px;
height: 25px;
}

img.button_small
{
width: 50px;
height: 18px;
}

input
{
background-color: #eeeeee;
font-size: 11px;
font-family: Arial, Helvetica, Sans Serif;
font-weight: normal;
}

textarea
{
background-color: #eeeeee;
font-size: 11px;
font-family: Arial, Helvetica, Sans Serif;
font-weight: normal;
}

input[type=radio]
{
background-color: #0033cc;
}

select
{
background-color: #EEeeee;
font-size: 11px;
font-family: Arial, Helvetica, Sans Serif;
font-weight: normal;
}

.section_label
{
color: #0033cc;
font-size: 13px;
font-family: Arial, Helvetica, Sans Serif;
font-weight: bolder;
}

.ebt_error
{
color: #ee0000;
font-size: 11px;
font-family: Arial, Helvetica, Sans Serif;
font-weight: bolder;
}
.sort-arrow {
	width:					8px;
	height:					8px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 3px;
}

.sort-arrow.descending {
	background-image:		url("img/downsimple.gif");
	
}

.sort-arrow.ascending {
	background-image:		url("img/upsimple.gif");
}

