/* style name : compact style */

/* Controls the page background colors and margings */
.MainPage  
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #C9DBED;
}

/* Table Style */
.MainTable
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	
}


/* Report Title */
.Title  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color:  #C9DBED;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #999999;
}

/* Separate between sections */
.Separator {
	background-color: #6699CC;
}

/* The first grouping levels */
.MainGroup {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
	background-color: #8CB3D9;
}

/* Any sub grouping levels */
.SubGroup {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #8CB3D9;
}

/* records Table Header */
.tableHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

/* columns header */
.ColumnHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #7BA7D2;
}

/* Table Cell */
.TableCell{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #8CB3D9;
}

/* Alternate table’s cell (Toggling) */
.AlternateTableCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #B1CBE4;

}


/* navigation menu */
.menu {
font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	background-color:#000099;
	border-color:#030066;			
}

.menu_hover
{
	color:#CCCCCC;
	background-color:#0000af;	
}


a:link {
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	
}
a:visited
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

/* page Footer */
.TableFooter
{
	background-color: #6699CC;
}                                  