body
{
	font-family:Verdana, Arial, Tahoma, MS Sans Serif;
	font-size:12px;
}

td
{
	font-size:11px;
}


/* Config Tables Style Class */
.commonMainTableStyle 
{
}

.commonTableTitle 
{
}

.commonBodyTableStyle
{	
}

.commonBodyNavStyle
{
	background-color:#cccc99;
}

.commonBodyControlStyle
{
	background-color:#ffffff;
}

/* Config Control Style Class */
.listBoxMainStyle
{
	background-color:#eeeee0;
	font-size:11px;	
	border-style:groove;
	
}

.listBoxConstantStyle
{
	background-color:#eeeeee;
	font-size:11px;	
}


/* Config Body Control Style */
.commonBodyControlTitleStyle
{
	font-size:11px;
	font-weight:bold;
}
.commonBodyControlDescriptionStyle
{
	font-size:10px;
	
}


/* Config Form Entry Style */
.commonFormFieldTitleStyle
{
	font-size:10px;
	font-weight:bold;
	
}

.commonFormFieldDescriptionStyle
{
	font-size:9px;
}

.commonFormFieldWebControlStyle
{
	font-size:10px;
	background-color:#ffffee;
}

.commonFormFieldButtonsStyle
{
	font-size:10px;
	
}

/* Config DataGrid Style */
.commonDataGridLayoutStyle
{
	font-size:11px;
	border-style:inset;
	border-width:1;
	padding:3;
   
}

A:link.commonDataGridHeaderStyle
{
	text-decoration:none;
	font-size:11px;
	font-weight:bold;	
	background-color:Navy;
	color:White;
	border-style:inset;
	border-width:1;
	padding:3;
}
A:hover.commonDataGridHeaderStyle
{
	text-decoration:none;
	font-size:11px;
	font-weight:bold;	
	background-color:Navy;
	color:White;
	border-style:inset;
	border-width:1;
	padding:3;
	text-decoration: none;
}
A:visited.commonDataGridHeaderStyle
{
	text-decoration:none;
	font-size:11px;
	font-weight:bold;	
	background-color:Navy;
	color:White;
	border-style:inset;
	border-width:1;
	padding:3;
}
.commonDataGridHeaderStyle
{
	font-size:11px;
	font-weight:bold;	
	background-color:navy;
	color:White;
	border-style:inset;
	border-width:1;
	padding:3;
}



.commonDataGridItemStyle
{
	font-size:11px;
	background-color:#eeeee0;
	color:black;
	border-style:inset;
	border-width:1;
	padding:3;
   
}

.commonDataGridAlternateItemStyle
{
	font-size:11px;
	background-color:white;
	color:black;
	border-style:inset;
	border-width:1;
	padding:3;
   
}

/* topic base styles */
.topictitle
{
	font-size:13px;
	font-weight:bold;
}

.listtitle
{
	font-size:10px;
	font-weight:bold;
}

.smallprint
{
	font-size:9px;

}


