/**
 * Copyright 2009 AjaxTags-Team
 *
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a copy of
 * the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations under
 * the License.
 */
.displaytag {
	padding: 0;
	margin: 0px;
	border: 1px solid #ccc;
	width: 100%;
}
.displaytag TH {
	
	background-image: url(bb.gif);
	height: 20px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	padding: 3px;
	border-bottom: 2px solid #fff;
	
}
.displaytag TD {
	
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background: #F3F3F3;
	padding: 2px 3px 2px 3px;
	margin: 1px;
}
.displaytag TD img {
	border: 0;
}
.displaytag TD.rightalign {
	text-align: right;
}
.displaytag TD.centeralign {
	text-align: center;
}
.displaytag TR.odd TD {
	background-color: #fff;
}
.displaytag TR.even TD {
	background-color: #F3F3F3;
}
.displaytag TH.sorted {
   text-decoration: underline;
   color: #000;
}
.displaytag TH.sorted a,.displaytag TH.sortable a {
	display: block;
	color: #fff ;
	text-decoration: none;
}
.displaytag TH.sorted a:hover,.displaytag TH.sortable a:hover {
	color: #000;
}
span.pagebanner {
	
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 99%;
	margin-top: 10px;
	margin-bottom: 0px;
	display: block;
	border-bottom: none;
}
span.pagelinks {
	
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 99%;
	display: block;
	border-top: none;
	margin-bottom: 5px;
}
span.pagelinks a {
	color: #00f;
}
span.pagelinks a:hover {
	color: #f00;
}
div.exportlinks {
	font-size: 0.8em;
	padding: 2px 4px 2px 4px;
	margin: 0 0 10px 0;
	width: 99%;
}
span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	cursor: pointer;
}
.displaytag TH.sorted a,.displaytag TH.sortable a {
	background: url(arrow_off.png) no-repeat right;
}
.displaytag TH.order1 a {
	background-image: url(arrow_down.png);
}
.displaytag TH.order2 a {
	background-image: url(arrow_up.png);
}
span.excel {
	background: url(ico_file_excel.png) no-repeat;
}
span.csv {
	background: url(ico_file_csv.png) no-repeat;
}
span.xml {
	background: url(ico_file_xml.png) no-repeat;
}
span.pdf {
	background: url(ico_file_pdf.png) no-repeat;
}

