body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

td, p, th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

input, textarea, select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

hr
{
	border: 0;
	height: 1px;
	color: #cccccc;
	background: #cccccc;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Text boxes */

.textboxstyle
{
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-color: #cccccc;
	background: #ffffff;	
}

/* Hyperlinks */

a:link, a:visited, a:active { color: #ff6600; text-decoration: underline }
a:hover { color: #333333;  text-decoration: underline }

/* Tables */

.tableblock
{
	border-collapse: collapse; border: solid 1px #DDDDDD;
}

.tableblock td
{
	border: 0px;
}

.tablegrid
{
	border-collapse: collapse; border: solid 1px gainsboro;
}

.tablegrid td
{
	border: solid 1px gainsboro;
}

.nogridlines td
{
	border: 0px;
}

.tableheader, .tableheader td, .tableheader th
{
	background-color: #F3F3F3;
	font-weight: bold;
}

/* Text styles */

.header
{
	font-size: 14px;
	color: #000000;
	font-weight:bold;
}

.errortext
{
	color: #c00;
}

.orangetext
{
	color: #ff6600;
}

.smalltext
{
	font-size: 11px;
}

/* AJAX loading box */

.loadingbox
{
	position: absolute;
	top: 46%;
	left: 46%;
	border: 1px solid #000000; 
	background-color: #ffffff; 
	text-align: center;
	padding: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Display box */

.displaybox
{
	border: 1px solid #DDDDDD;
	padding: 10px;
}

/* Layout styles */

.rightcontent
{
	padding-right: 10px; 
	overflow-y: auto; 
	overflow-x:hidden; 
	padding-left: 0px; 
	scrollbar-face-color: #ffffff; 
	padding-bottom: 0px; 
	scrollbar-highlight-color: #666666; 
	overflow: auto; 
	scrollbar-shadow-color: #919192; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-arrow-color: #666666; 
	padding-top: 0px; 
	scrollbar-track-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff; 
}