BODY, TD, P
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

#main
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #060;
	text-align: center;
}

#leftcol
{
	width: 705px;
	border-right: 5px solid #060;
	padding: 10px;
	background-color: #fff;
	text-align: left;
}

#rightcol
{
	width: 72px;
	background-color: #fc0;
}

#footer
{
	display: block;
	background-color: #000;
	border-top: 5px solid #060;
	height: 30px;
	width: 100%;
	margin-bottom: 5px;
	color: #fff;
	text-align: center;
}

#footer A {color: #fff; text-decoration: none;}
#footer A:hover {color: #fc0;}
LI { padding-bottom: 5px; }
H1 { font-size: 14px; }
.errorMessage * { color: red; }
.rowheader {color: #060;}

/************************************************************************
    Display Tag
************************************************************************/



thead tr {
    color: #000;
  
}

.displaytag th
{
	background-color: #000;
	text-align: center;
	height: 30px;
	font-size: 12px;
	
 vertical-align: bottom;
}


th.sorted {

    background-color: #060;

}

th a, th a:visited {
    text-decoration: none;
    color: #333;
}


th a:hover {
    background-repeat: no-repeat;
    text-decoration: underline;
    color: #fff;
}

th.sorted a, th.sortable a
{
	background-color: #7a3;
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	height: 45px;
	text-align: center;
	font-size: 9px;
	vertical-align: bottom;
}

th.sortable a {
    background-repeat: no-repeat;
    background-image: url(/avmedia/images/bb/arrow_off.png);
    padding: 5px; 
  vertical-align: bottom;
}


th.order1 a
{
        background-repeat: no-repeat;
        background-image: url(/avmedia/images/bb/arrow_down.png);
        padding: 5px;
      vertical-align: bottom;
}

th.order2 a {
    background-repeat: no-repeat;
    background-image: url(/avmedia/images/bb/arrow_up.png);
    padding: 5px;
    vertical-align: bottom;
}

tr.odd {
    background-color: #eeeeee;
}

.displaytag td {
    padding: 4px;
}
tr.even {
    background-color: #ffffff;
}

div.exportlinks {
    background-color: #eee;
    border: 1px dotted #999;
    padding: 2px 4px 2px 4px;
    margin: 10px 0 10px 0;
    width: 100%;
    font-size: 11px;
}

span.export {
    padding: 0 4px 1px 20px;
    display: inline;
    display: inline-block;
    cursor: pointer;
}

span.pagebanner {
    background-color: #eee;
    border: 1px dotted #999;
    padding: 2px 4px 2px 4px;
    width: 100%;
    margin-top: 10px;
    display: block;
    border-bottom: none;
    font-size: 11px;
}

span.pagelinks {
    background-color: #eee;
    border: 1px dotted #999;
    padding: 2px 4px 2px 4px;
    width: 100%;
    display: block;
    border-top: none;
    margin-bottom: -5px;
    font-size: 11px;
}