﻿.pager
{
    font-size: 8pt;
	float:left;
	margin-left:6px;
}

.pager a
{
	background:url(Img/pager_bottom_inactive.gif) no-repeat top left;	
	width: 25px;
	display:block;
	float:left;
	padding:2px 0 3px 0;
	margin-right:3px;
	text-align:center;
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

.pager a:hover 
{
	background:url(Img/pager_bottom_inactive.gif) no-repeat top left;
    background-position: 0 -18px;
}

.pager span 
{
	background:url(Img/pager_bottom_inactive.gif) no-repeat top left;
    background-position: 0 -18px;
    width: 25px;
	display:block;
	float:left;
	padding:2px 0 3px 0;
	margin-right:3px;
	text-align:center;
	color:#333;
	font-weight:bold;
	text-decoration:none;
}


.a_h 
{
    float:left;
    overflow:hidden;
}

.a_c 
{
    display:block;
    float:left;
    white-space:nowrap;
}

.listheaders
{
	height:34px;
}

.listheader
{
	
	font-weight: bold;
	color: #fff;
	background:url(Img/sub_header.jpg);
	border-bottom:1px solid #a0ac25;
	height:34px;
	padding-top:10px;
}

.listheader .sorted
{
	padding-left: 15px;
	padding-right: 5px;
	/*height: 4px;*/
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
}

.listheader .desc
{
	background-image: url(Img/desc.gif);
}

.listheader .asc
{
	background-image: url(Img/asc.gif);
}

.listitem
{
	background:#f5f5f5;
	border-bottom:1px solid #dbdbdb;
	padding-top:10px;
	height:30px;
}

.listcell
{
	background:#f5f5f5;
	border-bottom:1px solid #dbdbdb;
	padding-top:10px;
	height:30px;
}

.listitem .sorted
{
	background-color: #F0F0F0;
	border-top: solid 1px #C1C1C1;
}

/* -- note: first cells do not show a left border ! */
.listleftcell
{
	padding-left: 10px;
	border-left: none 0px;
}

.listcell A
{
	text-decoration: none;
	
}

.listcell A:hover
{
	text-decoration: underline;
}

.noitemsfound
{
	padding-left: 10px;
	font-style: italic;
}

.longbutton { background: url(Img/buttona.png) transparent no-repeat scroll top right; color: #666; display: block; float: left; font: bold 11px verdana, sans-serif; height: 20px; margin-right: 4px; padding-right: 9px; text-decoration: none;text-indent:3px;}
.longbutton span { background: transparent url(Img/buttonb.png) no-repeat scroll top left; display: block; line-height:7px;height:9px; padding: 6px 0 5px 6px;}
.longbutton:hover{ background-position: bottom right; color: #000; outline: none;}
.longbutton:hover span{ background-position: 0px -20px; padding: 6px 0 5px 6px;}

.acceptedicon 
{
    background-image: url(Icons/FileSuccess.gif);width:16px;height:16px;
    
}
.rejectedicon 
{
    background-image: url(Icons/FileFailed.gif);width:16px;height:16px;
}

.acceptedlink
{
    background-image: url(Icons/FileSuccess.gif);
    
}
.rejectedlink
{
    background-image: url(Icons/FileFailed.gif);
}
.blue-header-table{
    border-collapse:collapse;
    margin:0 0 15px 0;
}
    .blue-header-table.fixedWidth {
        width: 930px;
    }
.blue-header-table thead th{

    font-weight: bold;
    color: #fff;
    background: url(Img/sub_header.jpg);
    height: 34px;
    padding-top: 5px;
    text-align:left;
}
.blue-header-table tbody td{
    background: #f5f5f5;
    border-bottom: 1px solid #dbdbdb;
    height: 30px;

}