body {color: #000000; font-family: arial; font-size: 10pt;}
p {color: #000000; font-family: arial; font-size: 10pt;}
table {color: #000000; font-family: arial; font-size: 10pt;}
a{
	color: #A90F05;
	text-decoration: none;
	font-weight: bold;
}
/*//A:hover {text-decoration: underline; {color: #000000}*/
a:hover { text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
a.active {
	color: #000000;
	font-weight: bold;
}
.style7 {
	color: #A90F05;
	text-decoration: none;
	font-weight: bold;
}
.style1 {
	color: #990000;
	font-size: 9pt;
}
.style2 {
	color: #FFCC00;
	font-weight: bold;
}
.style5 {color: #000000}
.style11 {
	color: #990000;
	font-weight: bold;
}
.style13 {font-size: 9}
.style15 {
	font-size: 7.5pt;
	font-family: verdana;
	font-weight: bold;
	color: #990000;
}

/* New */
input, textarea, select
{
	font-family: Verdana, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	background-color: #FFFFFF; 
	border-width: 1px; 
	padding: 1px;  
}

input:focus, textarea:focus, select:focus
{
	font-family: Verdana, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	background-color: #dce0e7; 
	border-width: 1px; 
	padding: 1px; 
} 	

.evenRow{
	background-color: #dedee2;
}
.oddRow{
	background-color: #cecece;
}
.header{
	background-color: #6b6b6c;
}

input.notwide{
	border: 1px solid #444E72;
	width: 100px;
}

input.normal{
	border: 1px solid #444E72;
	width: 150px;
}

select.normal{
	border: 1px solid #444E72;
	width: 150px;
}

input.wide{
	border: 1px solid #444E72;
	width: 250px;
}
select.wide{
	border: 1px solid #444E72;
	width: 250px;
}
input.radio{
	font-family: Verdana, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	background-color: #e2e3e7; 
	padding: 1px;  
}


textarea{
	border: 1px solid #444E72;
}

.popup
{
	POSITION: absolute;
	VISIBILITY: hidden; 

	background-color: #FFFFFF;
	border: 1px solid #444E72;
	z-index: 10;
	top:316px;
	left:250px;
	width: 500px;
}	

#ccr_table td
{
    height:45px;
}

.grid { 
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	margin-bottom: 1em;
}

/* table header for data grids */

.grid th { 
	border: 1px solid #444E72;
	padding: 0.3em;
	background-color: #C4C4C4;
	color: #A90F05;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	text-align: left;
}
/* font/color settings for the data inside the grid */

.grid td {
	border: 1px solid #444E72;
	padding: 0.3em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 0.9em;
}

/*CSS for homepage changes for SEO*/

 .indent
  {
	text-indent:-9999px;
  }
  .coltext
  {
	width:58px;
	padding-left:16px;
	font-size:12px;
  }
/*css for admin page remindersinfo */
#orders_details th {
	text-align: right;
	padding-right:3px;
}
