﻿.Grid A
{
	font-size: 9pt;
	color: white;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}
.Grid A:hover
{
	font-size: 9pt;
	color: white;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}
.Grid A:link
{
	font-size: 9pt;
	color: white;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}

.Grid A:visited
{
	font-size: 9pt;
	color: white;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}
.Grid A:active
{
	font-size: 9pt;
	color: white;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}
.collapsePanel
{
	width: 420px;
	height: 0px;
	background-color: #eef8fd;
	overflow: hidden;
	border-bottom: #013c82 1px solid;
	border-left: #013c82 1px solid;
	border-right: #013c82 1px solid;
}

.collapsePanelHeader
{
	width: 420px;
	height: 20px;
	color: #ffffff;
	background-color: #013c82;
	font-weight: bold;
	float: right;
	padding: 1px;
	cursor: pointer;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, 'Arial Unicode MS';
	direction: rtl;
	font-size: 10pt;
	border-bottom: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
}

.collapsePanelHeaderEn
{
	width: 420px;
	height: 20px;
	color: #ffffff;
	background-color: #013c82;
	font-weight: bold;
	float: left;
	padding: 1px;
	cursor: pointer;
	vertical-align: middle;
	text-align: left;
	font-family: Verdana, 'Arial Unicode MS';
	direction: ltr;
	font-size: 10pt;
	border-bottom: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
}
A
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Tahoma;
	text-decoration: none;
}
A:hover
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Tahoma;
}
a:link
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Tahoma;
}

a:visited
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Tahoma;
}
a:active
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Tahoma;
}

.MainMenu A
{
	font-size: 10pt;
	color: black;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}
.MainMenu A:hover
{
	font-size: 10pt;
	color: black;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}
.MainMenu A:link
{
	font-size: 10pt;
	color: black;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}

.MainMenu A:visited
{
	font-size: 10pt;
	color: black;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}
.MainMenu A:active
{
	font-size: 10pt;
	color: black;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}

.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #2E4d7B;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
	text-transform: capitalize;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}



.accordionLink A
{
	background-color: #2E4d7B;
	font-size: 9pt;
	color: white;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}
.accordionLink A:hover
{
	background-color: #D3DEEF;
	font-size: 9pt;
	color: white;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}
.accordionLink A:link
{
	background-color: #D3DEEF;
	font-size: 9pt;
	color: white;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}

.accordionLink A:visited
{
	background-color: #D3DEEF;
	font-size: 9pt;
	color: white;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}
.accordionLink A:active
{
	font-size: 9pt;
	color: white;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}
