﻿body 
{
	font-family:Verdana;
	font-size:10px;
	color:#336699;
}
.inputbox_style
{
	height:10px;
	font-family:Verdana;
	font-size:10px;
	color:#336699;
}
.combobox_style
{
	height:16px;
	font-family:Verdana;
	font-size:10px;
	color:#336699;
}
.label_style
{
	font-family:Verdana;
	font-size:10px;
	color:#336699;
	font-weight:bold;
}
.line_style
{
	border-color:#999999;
	height:1px;
}
.checkBox_style
{
	font-family:Verdana;
	font-size:10px;
	color:#336699;
}
.hyperLink_style
{
	font-family:Verdana;
	font-size:10px;
	color:#336699;
}
.divmain 
{
border-width:1px;
border-color:#999999;
border-style:solid;
width:921px;
height:228px;

}

.divMedicalPostMdBriefCase
 {
border-width:1px;
border-color:#999999;
border-style:solid;
width:454px;
height:303px
}
.WelcomMessage_style
{
	font-family:Verdana;
	font-size:15px;
	color:#336699;
}
.CopyRight_style
{
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	color:#999999;
}
.Info_style
{
	font-family:Verdana;
	font-size:9px;
	color:#999999;
}
.ajaxPopUp
{
	color:Black;
	border-width:1px;
	background-color:Yellow;
	border-color:Black;
	visibility:hidden;
}
.divInfo_style
 {
border-width:1px;
border-color:#999999;
border-style:solid;
height:30px;

}
.temp1
{
	margin-left:50px;
}
.Frame
{
	border-width:1px;
	border-color:#999999;
	border-style:solid;
}
.header1_style
{
	font-family:Verdana;
	font-size:12px;
	color:#336699;
	font-weight:bold;
}
.header2_style
{
	font-family:Verdana;
	font-size:14px;
	color:#336699;
	font-weight:bold;
}
.ConfirmMessage
{
	font-family:Verdana;
	font-size:10px;
	color:#333333;
}
.ErrorMessage
{
	font-family:Verdana;
	font-size:10px;
	color:red;
}
.docs_header_style
{
	font-family:Verdana;
	font-size:12px;
	color:#336699;
	font-weight:bold;
}
.docs_sub_section_ul_style
{
	font-family:Verdana;
	font-size:11px;
	color:#336699;
	text-decoration:underline;
}
.clsDataGrid
{
	font-family:Verdana;
	font-size:10px;
	color:#336699;
    BACKGROUND-COLOR: #ffffff;
    
}
.MedPostContent
{
	font-family:Verdana;
	font-size:10px;
}
.hidden
{
	visibility:hidden;
}
.shadow{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 2000px;
	background-color: black;
	z-index:500;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
	
}
.references{
	position:absolute;
	display:none; 
	width:600px; 
	height:600px; 
	left:50%; 
	margin-left:-300px; 
	top:50%; 
	margin-top:-300px;
	z-index:900; 
	background-color:#ffffff; 
	border-top: solid 2px #444444;
	border-left: solid 2px #444444;
	border-right: solid 2px #000000;
	border-bottom: solid 2px #000000;
	overflow:scroll; 
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color:Yellow;
visibility: hidden;
z-index: 100;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: black;
    background-color: white;
	  font-family: Arial, Sans-Serif;
      font-size: 14px;
      font-weight: bold;
      border-color:#000000;
    padding: 1px;
    margin-top: 2px;
    margin-bottom:2px;
    margin-left:2px;
    margin-right:2px;
    cursor: pointer;
}

.accordionHeaderHighlight
{
    border: 1px solid #2F4F4F;
    color: black;
    background-color: #d8e6f1;
    background-image:url(../images/guidelines/headerHighlightBG.jpg);
	  font-family: Arial, Sans-Serif;
      font-size: 14px;
      font-weight: bold;
      border-color:#000000;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
.accordionHeaderSelected
{
    border: 0px solid #2F4F4F;
    color: #ffffff;
    background-color: #cccccc;
	  font-family :  Arial, Sans-Serif;
      font-size: 14px;
      font-weight: bold;
      border:1px;
    padding: 1px;
    margin-top: 2px;
    margin-bottom:2px;
    margin-left:2px;
    margin-right:2px;
    cursor: pointer;
}

.questionsAccordionHeaderSelected
{
    border: 0px solid #2F4F4F;
    color: #ffffff;
	  font-family :  Arial, Sans-Serif;
      font-size: 14px;
      font-weight: bold;
      border:1px;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #e1e1e1; 
    border: 0px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    font-size: 12px;
    color: #555555;
    font-weight:bold;
}

.accordionContentHighlight
{
    background-color: #e1e1e1; 
    border: 0px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    font-size: 12px;
    color: black;
    font-weight:bold;
}

.accordionLink
{
	color:#498cc0;
}

.questionsAccordionContent
{
    background-color: white; 
    border: 0px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    font-size: 12px;
    color: #555555;
    font-weight:bold;
}

.guidelinesStyle
{
    border: 1px solid #2F4F4F;
    color: #555555;
    background-color: #e1e1e1;
      font-size: 14px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
}

.guidelinesText
{
	font-size:12px;
}

.guidelineName
{
    color: #498cc0;
    font-size: 16px;
    font-weight : bold;
    padding: 5px;
    margin-top: 5px;
}

.guidelinesHeader
{
    border: 1px solid #2F4F4F;
	color: white;
    background-color: #498cc0;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
}

.guidelineExpertText
{
	font-family:Arial, Helvetica, Sans-Serif;
	color: #555555;
	font-size: 12px;
}

.guidelineExpert
{
	color: #555555;
	font-size: 10px;
	font-weight:bold;
}

.guidelineExpertName
{
	color: #498cc0;
	font-size: 14px;
}

.toolkitHeader
{
	color: #498cc0;
	font-size:14px;
}

.toolkitLeftCell
{
	background-image:url("../images/Guidelines/leftside.jpg");
	background-repeat:repeat-y;
}

.toolkitTopLeftCell
{
	background-image:url("../images/Guidelines/topleft.jpg");
	background-repeat:no-repeat;
}

.toolkitRightCell
{
	background-image:url("../images/Guidelines/rightside.jpg");
	background-repeat:repeat-y;
}

.toolkitTopCell
{
	background-image:url("../images/Guidelines/top.jpg");
	background-repeat:repeat-x;
}

.toolkitBottomCell
{
	background-image:url("../images/Guidelines/middle.jpg");
	background-repeat:repeat-x;
}

.guidelineFont
{
	font-family:  Arial, Sans-Serif;
	border-width:1px;
	border-color:#999999;
	border-style:solid;

}

/* eTutor addition */

.eTutorHeader
{
    border: 1px solid #2F4F4F;
	color: #2E7799;
    background-color: #E9EEF1;
    background-image: url(../images/blueGradient.jpg);
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
}

.eTutorStyle
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#000000;
}

.eTutorRedText
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#bf2e1a;
}

.eTutorIntro
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#000000;
}

.bgGreyGrad
{
	background:url(../images/greyGradient.jpg) 0% 100% repeat-x;
}

.bigbgGreyGrad
{
	background:url(../images/bigGreyGradient.jpg) 0% 100% repeat-x;
}
.successText
{
    font-family:Arial, Helvetica, Sans-Serif;
    font-weight:bold;
    font-size:12px;
    color:#bf2e1a;   
}

div.tabArea {
  font-size: 12px;
  font-weight: bold;
  width:300px;
  background-color:Black;
}

div.subtabArea {
  font-size: 10px;
  font-weight: bold;
}

a.tab {
  background-color: #f0f0f0;
  border: 1px solid #000000;
  border-bottom-width: 0px;
  border-top-width: 1px;
  padding: 1px 1em 1px 1em;
  text-decoration: none;
  width:300px;
}

a.tab, a.tab:visited {
  color: #808080;
}

a.tab:hover {
  background-color: #d0d0d0;
  color: #606060;
}

.labelFontSmall
{
	font-size:12px;
	font-weight:bold;
	color:Black;
}

.labelFontBlack
{
	font-size:11px;
	font-weight:bold;
	color:#000000;
}

.counsellingFont
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

.olStyle
{
	list-style:lower-roman;
}

.rowOn
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Black;
	padding:3px;
	background-color: #000000;
	background-image: url(../images/row_on.jpg);
	background-repeat:repeat-x;	
}

.rowOff
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:italic;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../images/row_off.jpg);
	background-repeat:repeat-x;	
}

.smallerText
{
	font-size:11px;
}

#menu a
{
	color:White;
	text-decoration: none;
}

#playerarea {
	background-color: #d0d0d0;
	color:#000000;
	border:#555555 1px solid;
}
.errors {
 border: 2px solid red;
 color: red;
 margin: 10px 0px;
 padding: 15px;
 background: #fff url(/images/icons/CRM_ValidationSummaryError.gif) no-repeat 5px 50%;
}
