﻿/* CSS for Data Grids */

.datagrid
{padding: 5px;}

.ldataheader
{
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 1.4em;
	background-color: #cfe8a6;
	padding: 5px;
	text-align: left;
	height: 33px;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
}

.ldatacontent
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #0066cc;
	line-height:1.0em;
	background-color: #f8f8f8;
	padding:5px;
	text-align:left;
	height:20px;
	border: 1px #ffffff;
}

.ldatacontent_center
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #0066cc;
	line-height:1.0em;
	background-color: #f8f8f8;
	padding:5px;
	text-align:center;
	height:20px;
	border: 1px #ffffff;
}

.ldataalt
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #0066cc;
	line-height:1.0em;
	background-color: #f8f8f8;
	padding:5px;
	text-align:left;
	height:20px;
	border: 1px #ffffff;
}

.ldataalt_center
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #0066cc;
	line-height:1.0em;
	background-color: #f8f8f8;
	padding:5px;
	text-align:center;
	height:20px;
	border: 1px #ffffff;
}

.ldatafooter
{
	font-weight: bold;
	font-size: 10pt;
	height:8px;
	color: #303030;
	font-family: Tahoma;
	background-color: #cfcece;
	padding:5px;
	text-align:left;
	background-image:url(../images/table-footer_bg.gif);
	background-repeat:repeat-x
}

.rdataheader
{
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 1.4em;
	background-color: #cfe8a6;
	padding: 5px;
	text-align: right;
	height: 33px;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
}

.rdatacontent
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #0066cc;
	line-height:1.0em;
	background-color: #f8f8f8;
	padding:5px;
	text-align:right;
	height:20px;
	border: 1px #ffffff;
}

.rdataalt
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #0066cc;
	line-height:1.0em;
	background-color: #f8f8f8;
	padding:5px;
	text-align:right;
	height:20px;
	border: 1px #ffffff;
}

.rdatafooter
{
	font-weight: bold;
	font-size: 10pt;
	color: #303030;
	font-family: Tahoma;
	background-color: #cfcece;
	padding:5px;
	text-align:right;
	background-image:url(../images/table-footer_bg.gif);
	background-repeat:repeat-x
}

.cdataheader
{
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 1.4em;
	background-color: #cfe8a6;
	padding: 5px;
	text-align: center;
	height: 20px;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
}

.cdatacontent
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #0066cc;
	line-height:1.0em;
	background-color: #f8f8f8;
	padding:5px;
	text-align:center;
	height:20px;
	border: 1px #ffffff;
}

.cdataalt
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #0066cc;
	line-height:1.0em;
	background-color: #f8f8f8;
	padding:5px;
	text-align:center;
	height:20px;
	border: 1px #ffffff;
}

.cdatafooter
{
	font-weight: bold;
	font-size: 10pt;
	color: #303030;
	font-family: Tahoma;
	background-color: #cfcece;
	padding:5px;
	text-align:center;
	background-image:url(../images/table-footer_bg.gif);
	background-repeat:repeat-x
}

/* Data Grid Hyperlink CSS */

a.Data:link
{
	/* Applies to unvisited links of class mainNav */
	text-decoration: none;
	color: #3366ff;
} 
  
a.Data:visited {
  /* Applies to visited links of class mainNav */
  text-decoration:  none;
  color:            #3366ff;
  } 
  
a.Data:hover   {
  /* Applies to links under the pointer of class mainNav */
  text-decoration:  underline;
  color:            #3366ff;
  } 
  
a.Data:active  {
  /* Applies to activated links of class mainNav */
  text-decoration:  underline;
  color: #3366ff;
  }

/* Data Grid Hyperlink CSS */

a.Paging:link
{
	/* Applies to unvisited links of class mainNav */
	text-decoration: none;
	color: #3366ff;
	font-weight: bold;
	font-size: 10pt;
	padding:5px;
	text-transform: uppercase;
	font-family: Tahoma;
	text-decoration: none;
} 
  
a.Paging:visited {
  /* Applies to visited links of class mainNav */
  text-decoration: none;
	color: #3366ff;
	font-weight: bold;
	font-size: 10pt;
	padding:5px;
	text-transform: uppercase;
	font-family: Tahoma;
	text-decoration: none;
  } 
  
a.Paging:hover
{
	/* Applies to links under the pointer of class mainNav */
	text-decoration: underline;
	color: #ff6600;
	font-weight: bold;
	font-size: 10pt;
	padding: 5px;
	text-transform: uppercase;
	font-family: Tahoma;
} 
  
a.Paging:active
{
	/* Applies to activated links of class mainNav */
	text-decoration: underline;
	color: #ff6600;
	font-weight: bold;
	font-size: 10pt;
	padding: 5px;
	text-transform: uppercase;
	font-family: Tahoma;
}

/* Products Datagrid */

.lpdataheader
{
	font-weight: bold;
	font-size: 14pt;
	color: #ffffff;
	font-family: Tahoma, 'Trebuchet MS';
	background-color: #303030;
	padding: 5px;
	text-align: left;
	border-bottom: #ff9933 1px solid;
}

.lpdatacontent
{
	font-size: 14pt;
	color: #303030;
	font-family: Tahoma, 'Trebuchet MS';
	background-color: #ffffff;
	padding: 5px;
	text-align: left;
}

.lpdataalt
{
	font-size: 14pt;
	color: #303030;
	font-family: Tahoma, 'Trebuchet MS';
	background-color: #f5f5f4;
	padding:5px;
	text-align:left;
}

.lpdatafooter
{
	font-weight: bold;
	font-size: 14pt;
	color: #303030;
	font-family: Tahoma, 'Trebuchet MS';
	background-color: #c7c7c7;
	padding:5px;
	text-align:left;
	border-bottom: #ff9933 1px solid;
}

/* Products Page Data Grid Hyperlink CSS */

a.DataProduct:link
{
	/* Applies to unvisited links of class mainNav */
	text-decoration: none;
	color: #303030;
} 
  
a.DataProduct:visited {
  /* Applies to visited links of class mainNav */
  text-decoration:  none;
  color:            #303030;
  } 
  
a.DataProduct:hover   {
  /* Applies to links under the pointer of class mainNav */
  text-decoration:  underline;
  color:            #303030;
  } 
  
a.DataProduct:active  {
  /* Applies to activated links of class mainNav */
  text-decoration:  underline;
  color: #303030;
  }

/* Testimonials Datagrid */

.tdataheader
{
	font-size: 12pt;
	color: #556b2f;
	font-family: Tahoma;
	padding: 3px;
	text-align: left;
	border-bottom: #d3d3d3 1px solid;
}

.testbydatacontent
{
	font-size: 10pt;
	color: #ff4500;
	font-weight:bold;
	font-family: Tahoma;
	padding: 5px;
	text-align: left;
}

.testbydataalt
{
	
	background-color: #f5f5f4;
	padding:5px;
	text-align:left;
}

.testbydatafooter
{
	font-weight: bold;
	font-size: 10pt;
	color: #ff4500;
	font-family: Tahoma ;
	padding:5px;
	text-align:left;
	border-bottom: #ff9933 1px solid;
}

