.pagemaster {
	width: 100%;
	height: 100%;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.StandardButton {
	background: #aaaaaa none;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.Head {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  18px;
	font-weight:  normal;
	color: #333333;
}
body {
	background: #000000;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
.Normal {
	color: #FFFFFF;
	font: bold 10pt Arial, Helvetica, sans-serif;
}
#NewsPhoto img {
	height: 40px;
	width: 40px;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color: #75BAFF;
	text-decoration: none;
}
A.CommandButton:visited {
	color: #75BAFF;
	text-decoration: none;
}
A.CommandButton:hover {
	text-decoration: underline;
	color: #75BAFF;
}
A.CommandButton:active {
	color: #75BAFF;
	text-decoration: none;
}
A:link {
	text-decoration: none;
	color: #FFCC00;
}
A:visited {
	text-decoration: none;
	color: #FFCC00;
}
A:hover {
	text-decoration: underline;
	color: #FFCC00;
}
A:active {
	text-decoration: none;
	color: #FFCC00;
}
.pagemaster table {
	font: 12px Arial, Helvetica, sans-serif;
}
#ProdListTable {
	font: 12px Arial, Helvetica, sans-serif;
}
#ProdListTable th {
	background: #FFCC00;
	color: #333333;
	border-bottom: 3px solid #FFFFFF;
	line-height: 20px;
	white-space: nowrap;
}
#ProdListTable td {
	color: #FFFFFF;
	border-bottom: 1px dotted #333333;
	font-weight: bold;
}
.ImageBorder {
	width: auto;
	height: auto;
	border: 1px solid #FFCC00;
	padding: 2px;
	float: right;
}
.ImageMatrixBorder {
	width: 100px;
	height: 100px;
	border: 1px solid #FFCC00;
	padding: 2px;
}
#ProductMatrixTable {
	font: bold 12px Arial, Helvetica, sans-serif;
}
#ProductMatrixTable img {
	margin-left:0 0 0 -5px !important;
	margin: 10px 10px 10px 10px;
	padding: 2px;
	border: 1px solid #FFCC00;
	max-width: 100%;
}
