/* Default CSS Stylesheet for a new Web Application project */

.JCP_PageHeading
{
	font-size: 20pt;
	font-weight: bold;
	background-color: #3377CC;
	font-family: Sans-Serif;
	color: #FFFFFF;
}

.JCP_SectionHeading
{
	font-size: 12pt;
	font-weight: bold;
	background-color: #3377CC;
	font-family: Sans-Serif;
	color: #FFFFFF;
}

.JCP_DataDisplayCell
{
	font-family: verdana;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}

.JCP_ImportantDataDisplayCell
{
	font-family: verdana;
	font-size: 8pt;
	text-decoration: none;
	background-color: #99CCFF;
	font-weight: bold;
	color: #000000;
}

.JCP_NoticeCell
{
	font-family: verdana;
	font-size: 8pt;
	text-decoration: none;
	background-color: #FFFFCC;
	font-weight: bold;
}

.JCP_BoldField
{
	font-family: verdana;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
}

.JCP_GreyButton
{
	font-family: Century Gothic;
	font-size : 12pt;
	text-decoration: none;
	background-color: Transparent;
	border: none;
	color: #000000;
	font-weight: bold;
	cursor: hand;
}

.JCP_GreyButtonSelected
{
	font-family: Century Gothic;
	font-size : 12pt;
	text-decoration: none;
	background-color: Transparent;
	border: none;	
	color: #0000FF;
	font-weight: bold;
	cursor: hand;
}

.JCP_GreyButtonHover
{
	font-family: Century Gothic;
	font-size : 12pt;
	text-decoration: none;
	background-color: #CD5C5C;
	border: none;	
	color: #000000;
	font-weight: bold;
	cursor: hand;
}

.JCP_Span
{
	font-family: Century Gothic;
	font-size : 12pt;
	text-decoration: none;
	background-color: Transparent;
	border: none;
	color: #000000;
	font-weight: bold;
	cursor: hand;
}

.JCP_SpanSelected
{
	font-family: Century Gothic;
	font-size : 12pt;
	text-decoration: none;
	background-color: Transparent;
	border: none;	
	color: #0000FF;
	font-weight: bold;
	cursor: hand;
}

.JCP_SpanHover
{
	font-family: Century Gothic;
	font-size : 12pt;
	text-decoration: none;
	background-color: #CD5C5C;
	border: none;	
	color: #000000;
	font-weight: bold;
	cursor: hand;
}

.JCP_MenuTitle
{
	font-family: Tahoma;
	font-size : 11pt;
	text-decoration: none;
	background-color: #B0E1F5;
	border: none;	
	color: #000000;
	font-weight: bold;
	cursor: hand;	
}

.JCP_MenuItem
{
	font-family: Verdana;
	font-size : 7pt;
	text-decoration: none;
	background-color: #B0E1F5;
	border: none;	
	color: #000000;
	font-weight: normal;
	cursor: hand;
}

.JCP_MenuItemHover
{
	font-family: Verdana;
	font-size : 7pt;
	text-decoration: none;
	background-color: #FFCC00;
	border: none;	
	color: #000000;
	font-weight: normal;	
	cursor: hand;			
}

.JCP_PictureDescription
{
	background-color: #3377CC;
	font-family: Sans-Serif;
	font-size : 11pt;
	text-decoration: none;
	border: none;	
	color: #FFFFFF;
}

.JCP_YellowInputTextbox
{
	font-family: verdana;
	font-size: 8pt;
	text-decoration: none;
	background-color: #FFFFCC;
	font-weight: bold;
}