/* Main components */
.module
{
	font: 12px arial, Geneva, arial, Helvetica, sans-serif;
	border: black 1px solid;
	border-collapse:collapse;
	
	margin: 0 0 0 0;
	color: Black;
	background-color: LightGrey;
}

.innerModule
{
	font: 12px arial, Geneva, arial, Helvetica, sans-serif;
	border: black 0px solid;
	border-collapse:collapse;
	
	margin: 0 0 0 0;
	color: Black;
}

.dataGrid
{
	font: 12px arial, Geneva, arial, Helvetica, sans-serif;
	width: 100%; 
	border: white 1px solid;
	color: Black;
}

.dataGridHeader
{
	color: White;
	font-size:larger;
	font-weight: bold;
	background-color: #3c5a69;
}

.dataGridFooterInsert
{
	width: 100%; 
	border: white 1px solid;
	color: Black;
}

.dataGridFooter
{
	color: White;
	font-size:larger;
	font-weight: bold;
	background-color: LightGrey;
}

.dataGridAlternatingItemStyle
{
	background-color: #C0C0FF;
}

/* Display */
.show
{
	display: inline;
}

.hide
{
	display: none;
}

.button
{
	width: 75px;
}

/* Module components */
.barView
{
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.scrollBarView
{
	width: 100%;
	height: 100%;
	vertical-align: top;
	overflow: auto;
}

.fieldName
{
	color: Black;
	font-weight: bolder;
	vertical-align: top;
	width: 0%;
}

.fieldValue
{
	color: Black;
	vertical-align: top;	
}

.error
{
	color: Red;	
}
.labeltiny
{
	font-family:Verdana,Tahom,Arial,Times New Roman;
	font-size:	6pt;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
.labelsmall
{
	font-family:Verdana,Tahom,Arial,Times New Roman;
	font-size:	8pt;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}
.labelmedium
{
	font-family:Verdana,Tahom,Arial,Times New Roman;
	font-size:	10pt;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	vertical-align: top;
}
.labellarge
{
	font-family:Verdana,Tahom,Arial,Times New Roman;
	font-size:	14pt;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

A:link	
{
	font-family:Verdana,Tahom,Arial,Times New Roman;
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	font-family:Verdana,Tahom,Arial,Times New Roman;
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	font-family:Verdana,Tahom,Arial,Times New Roman;
	text-decoration:	underline;
	color:	Red;
	}
.menulabelJustRight
{
	font-family:Arial,Tahoma,Verdana,Times New Roman;
	font-size:	8pt;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}