/*Dotted Horizontal rule*/
div.hrule {
	background-image:url(../../assets/images/sitelayout/Shared/rpt-horizontal-dots.gif);
	background-repeat:repeat-x;
	background-position:center center;
	padding:16px 0px;
}

/*DataGrid Class*/
table.datagrid {
	border-collapse: collapse;
	width:100%;
}
table.datagrid th  {
	border-width:1px;
	border-style:solid;
	text-align: left;
	padding: 3px;
	font-weight:bold;
	color:#7B9FBA;
	background-color:#F6F6F6;
	border-color:#AFAFAF;
}
table.datagrid td {
	border-width:1px;
	border-style:solid;
	padding: 3px;
	border-color:#AFAFAF;
}
table.datagrid td.noborder,
table.datagrid tr.noborder td { border: none; }

/*-Web form class --------------------------------------------------*/
form.webform p label {
	float: left;
	font-size: 1.0em;
	width: 120px;
	vertical-align: top;
}
#page form.webform p {
	padding-top: 2px;
	margin: 0px 0px 2px 0px;
	clear: left;
}
form.webform p input { vertical-align:middle; }
form.webform fieldset {
	border-width:1px;
	border-style:solid;
	margin: 8px 0px 6px 0px;
	padding: 10px;
}
form.webform legend {
	font-weight: bold;
	color:#808080;
}
.btnSubmit {
	font-weight: bold;
	border-width:1px;
	border-style:solid;
	border-color:#494949;
	background-color:#EFEFEF;
}

.noscript_msg {
	margin: 5px 10px 5px 10px;
	padding: 3px;
}

.formError { margin-left:6px; color:#B70004; }

/*Files List*/
#files {
	margin:1.0em 0px 1.0em 0px;
}
#files ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#files ul li {
	margin:0px;
	padding:0px;
}
#files img {
	border: none;
	margin-right: 10px;
}

/*File List*/
div.fileListContainer {
	margin:25px 0px 25px 0px;
}
table.fileList {
	width:100%;
	border-collapse:collapse;
}
table.fileList caption {
	font-weight:bold;
	text-align:left;
	margin-bottom:1.0em;
	color:#6C6C6C;
}
table.fileList th {
	font-weight:bold;
	text-align:left;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#AAAAAA;
	padding:2px 6px;
	background-color:#F2F2F2;
	color:#E10101;
}
table.fileList td {
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#AAAAAA;
	padding:2px 6px;
}
table.fileList tr.first th,
table.fileList tr.first td {
	border:none;
}
table.fileList th.thumb,
table.fileList td.thumb {
	text-align:center;
	padding:4px 1px 4px 1px;
}
table.fileList td span.filesize {
	font-size:0.9090em;
}