﻿/*body
{
	font-family: Calibri, Arial;
	margin: 0 auto;
	width: 820px;
	text-align: left;
	background-color:White;
}
*/
.itemStyle, .altItemStyle
{
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #333333 #333333 #ccc;
	float: left;
	display: block;
	width: 240px;
	padding: 10px;
	font-size: 9px;
	overflow: visible;
	height: 350px;
	margin:5px;
}

.itemSeperator
{
	float: left;
	display: block;
	padding-right: 1px;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #666699;
	height: 381px;
}

.altItemStyle
{
	background-color: #eee;
}

.groupSeperator
{
	clear: left;
	margin-bottom: 1px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #666699;
}

.layoutRegion
{
	background-color:White;
}

.headingRegion
{
	background-color: #666666;
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
	padding:5px;
}

.subHeading
{
	font-size: small;
}
.pagerRegion
{
	clear: left;
	background-color: #999999;
	padding: 5px;
}

.pagerBtn 
{
	font-family:Verdana,Arial;
	font-size:10pt;
}

.footerRegion
{
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	text-align: right;
	padding: 4px;
}