/**
 * Copyright 2007-2010 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.
 */
TABLE.displaytagSipea {
	padding: 0; 
	border-spacing: 2px;
	width: 100%;
	font-size: 10px; 
	/*font-weight:normal;*/
}
TABLE.displaytagSipea TH {
	background-color:#BBD4E5; 
	padding: 2 2px 2 2px; 
	height: 19px; 
	color: #000000; 
	font-weight:bold; 
	text-align: center; 
	vertical-align: middle;
	/*padding-right: 5px;*/
}

TABLE.displaytagSipea TD {
	padding: 0 0px 0 3px; 
	table-layout:fixed;
	
}
TABLE.displaytagSipea TD img {
	border: 0;
}
TABLE.displaytagSipea TD.rightalign {
	text-align: right;
}
TABLE.displaytagSipea TD.centeralign {
	text-align: center;
}
TABLE.displaytagSipea TR.odd TD {
	background-color: #fff;
}
TABLE.displaytagSipea TR.even TD {
	background-color: #f2f2f2;
}
TABLE.displaytagSipea TH.sorted {
	background-color: #B4ECFF; /* #f9e375;*/
}

baja {
	color: #f00;
}

TABLE.displaytagSipea TH.sorted a,TABLE.displaytagSipea TH.sortable a {
	display: block;
	color: #000;
	text-decoration: none;
	font-weight:bold; 
}
TABLE.displaytagSipea TH.sorted a:hover,TABLE.displaytagSipea TH.sortable a:hover {
	color: #418CE4; /* #f00;*/
	font-weight:bold; 
}
span.pagebanner {
	padding: 2px 4px 2px 4px;
	width: 99%;
	margin-top: 10px;
	margin-bottom: 0px;
	display: block;
	text-align: right;
	
	/*background-color: #BBD4E5;
     height: 19px;
     color: #000000;
     font-weight: bold;*/
}
span.pagelinks {
	font: normal 0.7em Verdana, Arial, Helvetica, sans-serif;
	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%;
	text-align: center;
}
span.export {
	/*padding: 0 4px 1px 20px;*/
	display: inline;
	cursor: pointer;
	font-weight: bold;
	font-style: italic;
	color: green;
}
TABLE.displaytagSipea TH.sorted a,TABLE.displaytagSipea TH.sortable a {
	background: url(../icons/displayTag/arrow_off.png) no-repeat right;
}
TABLE.displaytagSipea TH.order1 a {
	background-image: url(../icons/displayTag/arrow_down.png);
}
TABLE.displaytagSipea TH.order2 a {
	background-image: url(../icons/displayTag/arrow_up.png);
}

tr .tipo_celda_titulo { background-color:#BBD4E5; padding: 0 0px 0 0px; height: 19px; color: #000000; font-weight:bold; text-align: center; vertical-align: middle;}

/*span.excel {
	background: url(../icons/export_excel_icon.png) no-repeat;
}
span.csv {
	background: url(../icons/export_csv_icon.png) no-repeat;
}
span.xml {
	background: url(../icons/displayTag/ico_file_xml.png) no-repeat;
}
span.pdf {
	background: url(../icons/displayTag/ico_file_pdf.png) no-repeat;
}*/
