
.newspaper-a td a 
{
    text-decoration:underline;
}


.newspaper-a
{
	font-size: 12px;
	margin: 15px;
	/*width: 480px;*/
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
}
.newspaper-a th
{
	padding: 12px 17px 12px 17px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
	border-bottom: 1px dashed #3465a4;
	border-left:0px solid transparent;
	border-right:0px solid transparent;
	border-top:0px solid transparent;
}

.newspaper-a th.sort 
{
    cursor:pointer;    
}

.newspaper-a td
{
	padding: 7px 17px 7px 17px;
	color: #594F4F;
	min-height:22px;
	border-style:none;
}

.newspaper-a-empty td
{
	padding: 0px;
	color: inherit;
	min-height:0px;
	border-style:none;
}

.newspaper-a tbody tr:hover td
{
	color: #594F4F;
	/*background: #DCE9BE;*/
}


.update-panel-progress
{
    font-size:12px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    color: gray;
    position:absolute;
    border:1px solid dimgray;
    background-color:white;
}
.update-panel-indicator 
{
    background-image: url('dataview/indicator.gif');
    background-position:center bottom;
    background-repeat:no-repeat;
    height:85px;
    width:260px;
}
.update-panel-message 
{
    height:65px;
    width:260px;
}

.modal-background 
{
    background:#CCCCCC;
	filter:alpha(opacity=40);
	opacity:0.4;
}
.filter-box 
{
    /*border:1px dotted #A4A4A4!important;*/
}
.filter-box td 
{
    border:0px solid transparent !important;
}
.filter-box input 
{
    width:180px;
    border:1px solid #A4A4A4 !important;
    background-color:white;
    padding:3px;
   font-size: 12px;
}
.filter-box select 
{
    border:1px solid #A4A4A4 !important;
    padding:2px;
   font-size: 12px;
}
.filter-box img 
{
    cursor:pointer;
    } 
.filter-box tbody tr:hover td
{
    background-color:White !important;    
}

.filter-box td
{
    padding:2px;    
}

.filter-box td img
{
    padding-left:2px;
    padding-right:2px;    
}
.nodata-body 
{
    background: none repeat scroll 0 0 transparent !important;
    color:lightgrey !important;
    height:400px;
    background-color:white !important;
    font-style:italic;
}
.nodata-head 
{
    color:dimgray !important;    
    text-decoration:none;
}

.grid-toolbar
{
    /*border:1px solid #cdcdee !important;*/     
}

.grid-toolbar TABLE
{
   /* margin: 15px;*/
    display:inline;    
  /*  margin-right:3px;
    margin-left:3px;*/
    border-left:1px solid #cdcdee;
    
}
.grid-toolbar TD
{
    border: 1px solid gray;
    color: #003399;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 5px;
    background-color:#E0E0E0; 
	}
.grid-toolbar TD a
{
    text-decoration:none;
    }


.grid-toolbar TD:hover
{
    /**/
    }

.grid-toolbar>*:first-child
{
    border-left:0px solid #cdcdee !important;
}