﻿/* This contains exceptions for pages w/o needing to use a seperate theme folder. */

/* ContactUsForm */
div#ContactUsForm
{
    padding: 10px;
    background-color: #fefefe;
    border: 0px solid #ccc;
}

.GridView-ItemRow a 
{
	text-decoration:underline;
}

.GridView-HeaderRow th
{
	color: White; 
	background-color: #85031D; 
	font-size: 12px; 
	font-weight: bold;
	padding: 3px 8px 3px 8px;
	text-align:left;
	margin-left:3px;
}

.GridView-AlternateItemRow a 
{
	text-decoration:underline;
}

.GridView-ItemRow td
{
	border-bottom:solid 1px #85031D;
	color: rgb(66, 41, 19); 
	background-color: rgb(247, 246, 243); 
	font-size: 11px;
	padding: 3px 8px 3px 8px;
	text-align:left;
}

.GridView-AlternateItemRow td
{
	border-bottom:solid 1px #85031D;
	color: rgb(66, 41, 19); 
	background-color: rgb(247, 246, 243); 
	font-size: 11px;
	padding: 3px 8px 3px 8px;
	text-align:left;
}
/*  ContactUsForm
----------------------------------------------- 
div#ContactUsForm
{
    width: 450px;
    margin: 0px auto;
    padding: 10px;
    background-color: #fefefe;
    border: 1px solid #ccc;
}*/
