.dataTable { 
	border-collapse:collapse; 
	background-color:#FFFFFF; 
	border-width:1px; 
	border-style: solid; 
	border-color: #CCCCCC; 
	padding:6px;
}

.dataTable caption { 
	text-align: center; 
	font-weight: bold; 
	text-transform: uppercase; 
	color: #000; margin:0.5em;
}

.dataTable thead tr th{ 
	background-color: #CC0000; 
	color:#FFFFFF; 
	border:solid 1px #FFFFFF; 
	height:40px; 
	text-align:center; 
}

.dataTable tbody tr td { 
	border-bottom: dotted 1px #333; 
	border:solid 1px #FFFFFF; 
	color:#000000; 
	padding:5px; 
	font-size:0.8em;
}

.rojo {
	background:#FFE6E7; 
	color:#FFFFFF;
}

.blanco {
	background:#FFFFFF; 
	color:#000000
}

.dataTable tbody tr:hover { 
	background-color: #E6E6E6; 
	color:#FFFFFF; 
}

.dataTable tbody tr td a:hover{ color:#FFFFFF; }

.dataTable tbody tr.odd { background-color: whitesmoke;}
.dataTable tbody tr.odd:hover { background-color: #FFFFFF;}

.dataTable tbody tr.even { background-color: #DFDFDF;}
.dataTable tbody tr.even:hover { background-color: #FFFFFF;}


.pagelinks {
     color: #999999;
     margin: 5px;
     
}

.pagelinks img {
     vertical-align: middle;
}

span.export {
     padding: 0 4px 1px 20px;
     font-size: x-small;
     text-align: center;
}

span.excel {
     background-image: url(../images/ico_file_excel.png);
     background-repeat: no-repeat;
     width: 16px;
}

span.csv {
     background-image: url(../images/ico_file_csv.png);
     background-repeat: no-repeat;
     width: 16px;
}

span.xml {
     background-image: url(../images/ico_file_xml.png);
     background-repeat: no-repeat;
     width: 16px;
}

span.pdf {
     background-image: url(../images/ico_file_pdf.png);
     background-repeat: no-repeat;
     width: 16px;
}

span.rtf {
     background-image: url(../images/ico_file_rtf.png);
     background-repeat: no-repeat;
     width: 16px;
}

.dataTable tr.rowMouseOver {
     background-image: url(../images/selected.gif);
     background-repeat: repeat-x;
     background-color: #ffff99;
}

html,body {
     width: 100%;
     height: 100%;
     margin: 0px;
     font-family: arial, helvetica, sans-serif;
     font-size: 9pt;
}

.pageHeader {
     height: 60px;
     background-image: url(../images/header.gif);
     background-repeat: repeat-x;
}

.pageHeaderText {
     font-size: 30px;
     margin-left: 5px;
     color: whitesmoke;
     font-family: "century gothic", verdana, arial, helvetica, sans-serif;
     font-weight: bold;
     text-align: left;
     display:inline;
     white-space: nowrap;
}

.leftMenu {
     white-space: nowrap;
     height: 100%;
     background-color: #d6cfe6;
     font-family: verdana, arial, helvetica, sans-serif;
}

.content {
     width: 100%;
     padding: 10px;
}

.rightColumn {
     width: 3px;
}

.customer {
     width: 20%;
     text-align: left;
}

.orderNumber {
     width: 10%;
     text-align: left;
}

.orderDate {
     text-align: center;
     width: 10%;
}

.productName {
     width: 25%;
}

.quantity {
     text-align: center;
     width: 10%;
}

.lineItemTotal {
     text-align: right;
     width: 15%;
     padding-right:10px;
}

.logo {
     border-top: 1px solid #000066;
     border-left: 1px solid #000066;
     border-bottom: 1px solid #000066;
     display:inline;
     text-align: right;
}

.code {
     font-family: verdana, arial, helvetica, "courier new", monospace;
     font-size: 9pt;
}

.borderedInline {
     display: inline;
     border: 1px solid black;
}

a:link {
     color: #000099;
     text-decoration: none;
     background-color: transparent;
     font-weight: bold;
}

a:visited {
     color: #000099;
     text-decoration: none;
     background-color: transparent;
     font-weight: bold;
}

a:hover {
     color: #d68000;
     background-color: transparent;
     font-weight: bold;
}

img {
     border: 0px;
}

.label {

  FONT-SIZE: 1.5em; 
  FONT-FAMILY: arial, helvetica, sans-serif;
  text-align:left;
  
  border-style: solid ;
  border-color: transparent;
  border-width: 1px;
  width: 400;
  height:auto;
  font-weight: bold;
  color:#990000;

}


