/* CSS Custom SPE code */
/*Assign this class to the image tag to align the image as required*/
/*IMAGE Float Right*/
.imageFloatRight {
	float: right;
	padding: 2px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #cccccc;
}
/*IMAGE Float Right*/
.imageFloatLeft {
	float: left;
	padding: 2px;
	border: 1px solid #cccccc;
	margin-right: 10px;
	clear: both;
	margin-bottom: 5px;
}
/*Single Box 540px width with #cccccc border around it*/
#singleBox_fixed {
	padding: 10px;
	width: 540px;
	border: 1px solid #cccccc;
}
/*Single Box 100% width with #cccccc border around it*/
#singleBox_liquid {
	padding: 10px;
	width: 100%;
	border: 1px solid #cccccc;
}
/*Simple grid display - Support TH aswell, stretch 100%*/
#gridBox {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	width: 100%;
}
#gridBox td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	padding-left: 5px;
}
#gridBox th {
	background-color: #f0f0f0;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	padding-left: 5px;
}
