/* style name : ocean style */

/* Controls the page background colors and margings */
.MainPage  
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E1F5FF;
}

/* Main 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: #C4ECFF;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

/* Separate between sections (Title, grouping and table) */
.Separator {
	background-color: #0099FF;
}

/* 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: #C4ECFF;
}

/* Any sub grouping levels */
.SubGroup {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #C4ECFF;
}

/* records Table Header */
.TableHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	background-color: #C4ECFF;
}


/* Columns Header */
.ColumnHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #484848;
	background-color: #0099FF;
}

/* Table Cell */
.TableCell{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #62C0FF;
}

/* Alternate table’s cell (Toggling) */
.AlternateTableCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #9BD7FF;
}

/* navigation menu */
.menu {
font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#CCFFCC;
	background-color:#6600CC;
	border-color:#000033;
}

.menu_hover
{
	color: #CCFFCC;
	background-color:#3300FF;
}

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: #0099FF;

}        