﻿/* Accordion activity */

div.boxTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 1px;
	margin-top: 0px;
	color:#f8521c;
	cursor: pointer;
}


/* For Help Page */

div.boxTitleHelp
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 1px;
	margin-top: 0px;
	color:#000000;
	cursor: pointer;
}

/* End for Help Page */

div.cellContents li a
{
	background-color: #fff;
	font-size: 12px;
	color: #f8521c;
	padding-bottom: 15px;
}

div.cellContents li a:hover
{
	text-decoration: underline;
}

.sliderContent
{
	padding:15px;
	color: #000;
}
 
.sliderContent a
{
	color:#0f5af4;
	text-decoration: underline;
	font-weight: normal;
}

.sliderContent a:hover
{
	color:#0f5af4;
	text-decoration: none;
}

div.boxTitleExam
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 1px;
	margin-top: 0px;
	color:#4B88BE;
	cursor: pointer;
}