@charset "utf-8";

.Cell
{
	float: left;
	padding: 5px;
	width: 98%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

.CellBorderTopL
{
	float: left;
	background-image: url(Images/borderTopL.jpg);
	height: 5px;
	width: 5px;
}
.CellBorderTopR
{
	float: right;
	background-image: url(Images/borderTopR.jpg);
	height: 5px;
	width: 5px;
}
.CellBorderTop
{
	margin: 0px auto;
	background: #fff url(Images/borderTop.jpg) repeat-x scroll top;
	height: 5px;
}
.CellBorderBottomL
{
	float: left;
	background-image: url(Images/borderBottomL.jpg);
	height: 5px;
	width: 5px;
}
.CellBorderBottomR
{
	float: right;
	background-image: url(Images/borderBottomR.jpg);
	height: 5px;
	width: 5px;
}
.CellBorderBottom
{
	margin: 0px auto;
	background: #fff url(Images/borderBottom.jpg) repeat-x scroll top;
	height: 5px;
}
.CellBorderLeft
{
	display: table-cell;
	background: #fff url(Images/borderLeft.jpg) repeat-y scroll top;
	width: 5px;
}
*:first-child+html .CellBorderLeft
{
	float: left;
	height: expression(this.parentNode.offsetHeight);
}
.CellBorderRight
{
	display: table-cell;
	background: #fff url(Images/borderRight.jpg) repeat-y scroll top;
	width: 5px;
}
*:first-child+html .CellBorderRight
{
	float: right;
	height: expression(this.parentNode.offsetHeight);
}
.CellWrapper
{
	display: table;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
.CellContent
{
	display: table-cell;
	width: auto;
	border: solid 1px #cccccc;
}

.CellContentHeader
{
	color: #000;
	font-weight: bold;
	border: solid 1px #cccccc;
	height: 33px;
	line-height: 33px;
	vertical-align: middle;
	padding-left: 20px;
}


*:first-child+html .CellContent
{
	float: left;
	width: expression(this.parentNode.offsetWidth - 10);
}
.CellBody
{
	padding:5px;
	width: auto;	
}
.CellImage
{
	float:left;
	padding-left:30px;	
	padding-right:30px;	
	height:50px;
	text-align:left;
}

.CellLeftBtn
{
	float: left;
	margin-left: 20px;
}
.CellRightBtn
{
	float: right;
	margin-right: 20px;
}
.CellRow
{
	float:left;
	padding:5px;
	width:100%;
	border: 0px outset #000000;	
}
.CellLabel
{
	display:inline-block;
	width:28%;
	text-align:right;
	padding-bottom:3px;	
}
.CellRowWithValidator
{
	float:left;
	padding:5px;
	width:100%;	
}
.CellError
{
	color:Red;
	font-size:10px;
}

a.CellContentHeader
{
	color: #2d428f;
	font-weight: bold;
}

input, textarea
{
	margin: 0px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C3F91;
	border: 1px solid #1C3F91;
}

select
{
	border: #696969 1px solid;
	font-size: 8pt;
	font-family: verdana, sans-serif;
}
