﻿body
{
  background-color:White;
  border:none 0px;
  font-family:Verdana, Arial, Helvetica;
  font-size: 12px;
  color:Black;
}
.MnuHead
{
  font-family:Arial, Verdana, Helvetica;
  font-size: 14px;
  color:Black;
  background-color:Red;
    margin-right: 56px;
    width: 332px;
}
.HeadingC
{
  font-family:Arial, Verdana, Helvetica;
  font-size: 14px;
  color:White;
  background-color:Black;
    margin-right: 56px;
    width: 232px;
}
.TrainHeadingC
{
  font-family:Arial, Verdana, Helvetica;
  font-size: 18px;
  color:White;
  background-color:Black;
    margin-right: 56px;
    width: 350px;
}
.TrainHeadingC1
{
  font-family:Arial, Verdana, Helvetica;
  font-size: 14px;
  color:White;
  background-color:Black;
    margin-right: 56px;
    width: 350px;
}
.HomeHeadingC
{
  font-family:Arial, Verdana, Helvetica;
  font-size: 14px;
  color:White;
  background-color:Black;
    margin-right: 56px;
    width: 780px;
}

.TrainingC
{
  font-family:Arial, Verdana, Helvetica;
  font-size: 24px;
  font-weight: bold;
  color:White;
  text-decoration: underline;
  background-color:Black;
    margin-right: 56px;
    width: 350px;
}

.TrainingC1
{
  font-family:Arial, Verdana, Helvetica;
  font-size: 22px;
  font-weight: bold;
  color:White;
  text-decoration: underline;
  background-color:Black;
    margin-right: 56px;
    width: 350px;
}

.TextC
{
  font-family:Arial, Verdana, Helvetica;
  font-size: 12px;
  color:White;
  background-color:Black;
  height:15px;
  width: 332px;
}
.Images
{
  font-family:Arial, Verdana, Helvetica;
  font-size: 14px;
  color:White;
  background-color:Black;
    margin-right: 56px;
    width: 562px;
}

.Text
{
  font-family:Arial, Verdana, Helvetica;
  font-size: 12px;
  color:Black;
  background-color:Red;
  height:20px;
}
.mnuHead
{
  font-family:Arial, Verdana, Helvetica;
  font-size: 12px;
  color:Black;
  background-color:Red;
  height:20px;
}
.Label
{
  font-family:Arial, Verdana, Helvetica;
  font-size: 12px;
  color:Black;
  background-color:White;
}
.Row
{
  background-color:#993333;
  width:380px;
  height:20px;
}
.Btn
{
  border-style: none;
  border-color: inherit;
  border-width: 0px;
  background-color:White;
  font-family:Arial, Verdana, Helvetica;
  font-size: 12px;
  color:Black;
  width: 43px;
}
.GreenBack
{
    border-style: none;
    background-color: Gray;
    font-family:Arial, Verdana, Helvetica;
    font-size: 12px;
    color:Black;
}  
#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('images/bubble_top.gif');
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('images/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('images/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}
.modalBackground {
	background-color:Gray;
	-ms-filter:alpha(opacity=70);
	-ms-opacity:0.7;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}
.updateProgressPanel
{
  background: url('images/loading.gif') center center no-repeat #000000;
  position:absolute;
  z-index:10;
  width:68px;
  height:25px;
    top: 767px;
    left: 257px;
}
.accordion  
{
    font-size:12.5pt;
    font-family:Tahoma;
    color: red;
    background:url(images/hd_bg.gif) repeat-x;
}
.accordion .header
{
    border: 5px solid #2F4F4F;
    color: red;
    background:url(images/hd_bg.gif) repeat-x;
	  font-family: Arial, Sans-Serif;
	  font-size: 12px;
	  font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordion .header:hover
{
    background-position: url(images/hd_bg.gif) repeat-x;
    border: 5px solid #2F4F4F;
    color: red;
    background: url(images/hd_bg.gif) repeat-x;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-decoration: underline;
}                
.accordion .headerSelected
{
    background-position: url(images/hd_bg.gif) repeat-x;
    border: 5px solid #2F4F4F;
    color: red;
    background: url(images/hd_bg.gif) repeat-x;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-decoration: underline;
}                

.accordion .Content
{
    font-size:9.5pt;
    background-color: red;
    border: 3px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    color:White
}
.accordionLink
{
 background-color: #A09FB8;
    color: white;
    border: solid;
}

