H1
{
	font-size: medium;
	color: peru;
	font-family: Arial;
}

.Grid
{
	border: solid 1px Tan;
}

/* DropShadow */

#master_content .dropShadowPanel span {color:white;text-decoration:underline;}
#master_content .dropShadowPanel span:hover {text-decoration:none;}

.dropShadowPanel 
{	
	width:200px;	
	background-color:#5377A9;		
	color:white;
	font-weight:bold;		
}
/* Content Page Layout             */
.demoarea {
	padding:20px;
	background:#FFF url(images/demotop.png) no-repeat left top;
}

.demoarea p 
{
	padding:5px;
}

.demoheading {
	padding-bottom:20px;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}

.Grid td
{
	border-right: #ffffff 3px solid;
	padding-right: 2px;
	border-top: #ffffff 3px solid;
	padding-left: 2px;
	font-size: 10pt;
	padding-bottom: 2px;
	margin: 3px;
	border-left: #ffffff 3px solid;
	padding-top: 2px;
	border-bottom: #ffffff 3px solid;
	font-family: Arial;
	text-align: center;
}

.GridHeader
{
	font-weight: bold;
	background-color: Tan;
}

.GridHeader a
{
	text-decoration: none;
	color: LightGoldenrodYellow;
	padding: 0px 10px 0px 10px;
}

.GridHeader a:hover
{
	text-decoration: underline;
	background: Tan url(images/spin.gif) no-repeat 0 100%;
}

.GridItem, .GridAltItem
{
	font-size: 10pt;
}

.GridItem
{
	background-color: LightGoldenrodYellow;
}

.GridAltItem
{
	background-color: PaleGoldenrod;
}

.GridPager
{
	font-size: small;
	background-color: LightGoldenrodYellow;
}

.HeaderMenu
{
	font-weight: bold;
	font-size:12pt;
}

TD
{
	font-size: 10pt;
}
TEXTAREA
{
	font-size: 10pt;
}
INPUT
{
	font-size: 10pt;
}
SELECT
{
	font-size: 10pt;
}
