/*

	Provides styles for customer to use.
	All class names in here must have lower-case characters.  Any upper-case
	characters will disable i:Create's ability to 'pick-up' the style.

	Author:		Jay Dobson
	Date:		August 15, 2008

*/

.none
{

}

.clear {
	clear: both; 
}

.heading {
	font-size: 18px;
	color: #4777A7;
	border-bottom: solid 1px #cccccc;
	margin: 10px 0px 20px 0px;	
}

.heading2 {
	font-size: 16px;
	padding-bottom: 1px;
	border-bottom: solid 1px #999999;
	margin-bottom: 15px;
	font-weight: bold;
	color: #666666;
}

.headinghome {
	font-size: 21px;
	color: #4477AA;
	font-family: "Trebuchet MS", Arial, Verdana;
	line-height: 23px;
}

.headingwide
{
	font-size: 18px;
	color: #4777A7;
	border-bottom: solid 1px #cccccc;	
	margin-bottom: 20px;	
}

.homepicrightalign {
	padding-left: 8px;
	padding-bottom: 5px;
	float: right;
}

.homepicleftalign {
	padding-right: 8px;
	padding-bottom: 5px;
	float: left;
}

.hometitle {
	font-size: 13px;
	font-weight: bold;
	color:#365794;
	line-height: 18px;
}

.picrightalign {
	margin-left: 12px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	float: right;
}

.picleftalign {
	margin-right: 12px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	float: left;
}

.gray_tablerow {
	background-color:#c0c0c0;
}