/*
#=============================================
#Summary: Grid Style Sheet
#Author: Robert Irvine
#Company: Crown Data Systems
#Date: 5-14-08
#=============================================
*/

/* Header Formatting */
.grid_hdr {font-family: Arial,Verdana,Tahoma; font-size: 8pt; font-weight:bold; color: rgb(255,255,255); background-image:url(../styles/grid_bk.jpg);	background-repeat:repeat-x; border-width: 1px; border-style:outset;	text-align:left;}
.grid_hdr a:link {font-family: Arial,Verdana,Tahoma; font-size: 8pt; text-align: left;  color: rgb(255,255,255); text-decoration: none; border-width: 0px; border-style: outset;}
.grid_hdr a:visited {font-family: Arial,Verdana,Tahoma; font-size: 8pt; text-align: left;  color: rgb(255,255,255); text-decoration: none; border-width: 0px; border-style: outset;}
.grid_hdr a:hover {font-family: Arial,Verdana,Tahoma; font-size: 8pt; text-align: left;  color: rgb(204,204,0); text-decoration: none; border-width: 0px; border-style: outset;}
.grid_hdr a:active {font-family: Arial,Verdana,Tahoma; font-size: 8pt; text-align: left;  color: rgb(204,204,0); text-decoration: none; border-width: 0px; border-style: outset;}

.grid_data {font-family: Arial,Verdana,Tahoma; font-size: 8pt; color: rgb(0,0,0); border-width: 1px; border-style: ridge; text-align:left;}
.grid_row {background-color:rgb(255,255,255);}
.grid_altrow {background-color:rgb(217,232,251);}

.grid_table {border-width:1px; border-style:ridge; }

.grid_btn {font-family: Arial,Verdana,Tahoma; font-size: 8pt; font-weight:bold; color: rgb(255,255,255); background-image:url(../styles/grid_bk.jpg);	background-repeat:repeat-x; border-width: 0px; border-style:outset;	text-align:left; cursor:pointer;}