/*DataGrid Class*/
table.datagrid {
	border-collapse: collapse;
	
}
table.datagrid th  {
	border-width:1px;
	border-style:solid;
	text-align: left;
	padding: 3px;
	font-weight:bold;
}
table.datagrid td.noborder,
table.datagrid tr.noborder td { border: none; }

#page table.datagrid {margin:0px;}

#page table.datagrid {border:none;}
#page table.datagrid th {padding:10px; color:#ffffff; background-color:#3A5068; border:1px solid #ccc;}
#page table.datagrid td {padding:10px; background-color:#f9f9f9; border:1px solid #ccc;}
#page table.datagrid td a {font-weight:bold; text-decoration:none;}



/*-Web form class --------------------------------------------------*/
.webform p label {
	float: left;
	font-size: 1.0em;
	width: 120px;
	vertical-align: top;
}
.webform p {
	margin: 0px 0px 2px 0px;
	clear: left;
}

.webform fieldset p {
	padding-top: 5px;
	margin: 0px 0px 2px 0px;
	clear: left;
}

.webform fieldset {
border-color:#D4D4D4;

}

.webform p input { vertical-align:middle; }
.webform fieldset {
	border-width:1px;
	border-style:solid;
	margin: 8px 0px 6px 0px;
	padding: 10px;
}

#page fieldset p
{
    margin:0;
    color:Black;
}

.webform legend {
	font-weight: bold;
}
.btnSubmit {
	font-weight: bold;
	border-width:1px;
	border-style:solid;
}

.noscript_msg {
	margin: 5px 10px 5px 10px;
	padding: 3px;
}

.formError { margin-left: 6px; }

/*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;
}

#spacer1 {height:11px;}

#cmscontent {padding:15px;}

.newsList td
{
	padding: 5px 5px 5px 0px;
	vertical-align:top;
}

tr.pagerStyle td
{
    border:none;
}

.formError { 
	color:red !Important; 
	padding:10px 10px 0;
	font-weight:bold;
	margin:0 !Important;
}

#currentUser {
	font-size: 1em;
	text-align:right;
	position:absolute;
	right:10px;
    bottom:10px;
}
#currentUser a {color:#4e6783; text-decoration:none; font-weight:bold;}
#currentUser a:hover {text-decoration:underline;}


#warehouseUser {
	font-size: 1.1em;	
	text-align:right;
	position:absolute;
	right:20px;
	bottom:8px;
	color:#ffffff;
	font-weight:normal;
}
#warehouseUser a {color:#E9EBED; text-decoration:underline; font-weight:bold; padding-left:10px; border-left:1px solid #ffffff;}
#warehouseUser a:hover {color:#ffffff; text-decoration:none;}
#warehouseUser span {color:orange; font-weight:bold; padding-right:10px;}

