body
{
	background-color:#FFFFFF;
	font-family:Arial;
	
	font-size:medium;
	/*margin-top:0px;*/
}
a:link
{
	text-decoration:underline;
	color:#000000;
}
a:visited
{
	text-decoration:underline;
	color:#000000;
}
a:hover
{
	text-decoration:none;
	color:#000000; 
}
a:active
{
	text-decoration:none;
	color:#000000;
}


p.LegalInfo{font-size:10px;}

a.FooterLink:link{background-color:#FFFFFF; color:#000000; text-decoration:none; font-weight:bold;}
a.FooterLink:visited{background-color:#FFFFFF; color:#000000; text-decoration:none; font-weight:bold;}
a.FooterLink:hover{background-color:#FFFFFF; color:#000000; text-decoration:none;  font-weight:bold; text-decoration:underline;}
a.FooterLink:active{background-color:#FFFFFF; color:#000000; text-decoration:none; font-weight:bold;}

.formheader
{
	background-color:#DDDDDD;
	color:#000000;
	font-weight:bolder;
	
}
a.HeadingText:link
{
	text-decoration:none;
	color:#000000;
}
a.HeadingText:visited
{
	text-decoration:none;
	color:#000000;
}
a.HeadingText:hover
{
	text-decoration:none;
	color:#000000;
}
a.HeadingText:active
{
	text-decoration:underline;
	color:#000000;
}

.menuTD
{
	padding-top:5px;
	padding-bottom:5px;
	font-size:14px;
}

.sidemenu
{
	background-color:#DDDDDD;
	font-weight:bold;
	font-size:14px;
}
.headingmenu
{
	font-weight:bold;
	font-size:12px;
	font-variant:small-caps;

}
.Servicemenu
{
	font-weight:bold;
	font-size:12px;
	font-variant:small-caps;
	background-image: url(ServiceBG.png);
	background-repeat:repeat-x;
	background-position:0 -200px;
	 
}	

.description
{
	font-size:12px;
}
.TrainingTable
{
	border:solid 1px black;
	border-collapse:collapse;
	
}
.rptTrainingTable
{
	border:solid 1px black;
	border-collapse:collapse;
	font-size:11px;
	word-wrap:normal;
	
}
.rptTrainingTable td
{
 padding-left:3px;
 padding-right:3px;
}
.rptRow tr td
{
	
	word-wrap:value;
		
}
.content
{
	padding-left:50px;
}
.adminmenu
{
	border:3;
	padding:0;
	
	width:250;
	margin:0px;
}
.adminmiddle
{
	BACKGROUND-IMAGE: url(Images/menumiddle.gif);
	background-repeat: repeat-y;
	padding-left:35px;
	font-size:14px;
}
.adminmiddle a
{ 
	font-size:15px;
}
.hide
{
	display:none;
}
#divDesc
{
	border:1px solid #cccccc;
	width:200px;
	display:none;
	position:absolute;
	z-index:1;
	background-color:#f3e096;
	font-size:10PX;
	padding:5px;
}
#companyNameList
{
	border:1px solid #cccccc;
	width:200px;
	display:none;
	position:absolute;
	z-index:1;
	background-color:#f3e096;
	font-size:10PX;
	padding:5px;
}
.handpointer
{
	cursor:pointer;
}
	
/******************** CSS FLYOUT MENU ********************/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menuOutterTable
{
	/*border:solid 2px #d4d8bd;*/
	border:solid 2px #e2e2e2;
	width :180px ;
}
.menu {
/*height:150px;
overflow:visible;
clear:both;*/
font-size:80%;
/* margin:25px 0 50px 15px; this page only */
/*border:solid 2px #d4d8bd;*/
width:190px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
padding:0;
margin:0;
list-style-type:none;

width:190px;
z-index:100;
}
/* style the list items */
.menu li 
{
/*background:#d4d8bd url(shade.gif);*/
background:#e2e2e2 ;
height:26px;
/* for IE7 */
float:left;
/*z-index:100; Add by Roy */
}
.menu li.sub 
{
	/*background:#d4d8bd url(sub.gif) no-repeat right center;*/
	background:#e2e2e2 url(sub.gif) no-repeat right center;;
} 

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited,.menu a:link {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:189px;
color:#000;
text-indent:5px;
border:1px solid #fff;
border-width:1px 1px 1px 1px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:190px; width:189px;}
/* style the link hover */
* html .menu a:hover 
{
	color:#fff; background:#8b8b8b; position:relative;
	/*color:#efa; background:#aa7; position:relative;*/
}

.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus 
{
	/*color:#efa; background:#aa7;*/
	color:#fff; background:#8b8b8b;
}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a 
{
	/*color:#efa; background:#aa7;*/
	color:#fff; background:#8b8b8b;
}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-25px;
/* set up the overlap (minus the overrun) */
left:140px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}

/******************** CSS FLYOUT MENU - END ********************/
.onlyPrintShow
{
	display:none;
}

.UCBtn
{
	background-color:Transparent ;
	border-width:0px;
	/*width:100px;*/
	cursor:hand;
		width:120px;
}
.UCBtnActive
{
	background-color:Transparent ;
	border-width:0px;
	/*width:100px;*/
	cursor:hand;
	font-weight:bold;
	width:120px;
}
.ServiceBody
{
	margin-left:0px;
	margin-right:0px;
}
.ProvinceBody
{
	margin-left:0px;
	margin-right:0px;
}
.ProvinceDivBody
{
	background-image: url(ServiceBG.png);
	background-repeat:repeat-x;
	background-position: 0 bottom;
	
}
.LoginBody
{
	margin-left:0px;
	margin-right:0px;
}
.Footer
{
	border-top:solid 1px #cccccc;
}

/* #############  tabNavigation  ###################### */

ul.tab_nav, ul.tab_nav_double
{
	width:687px;
	background:url('../images/tabs_bottom_full_b.gif') bottom no-repeat;
    list-style:none;
    padding-left:20px;
    margin:0;
    margin-bottom:15px;
}

ul.tab_nav_full
{
	width:918px;
	background:url('../images/tabs_bottom_full_918.gif') bottom no-repeat;
    list-style:none;
    padding-left:20px;
    margin:0;
    margin-bottom:15px;
}

ul.tab_nav
{
    vertical-align:middle;
    height:29px;
}

ul.tab_nav a
{
	font-size:12px;
}

ul.tab_nav_double
{
    height:46px;	
}

ul.tab_nav li, ul.tab_nav_double li
{
	float:left;
	margin-top:3px;
	border-top:1px solid #0168d1;/*c6c6c6;*/
	border-left:1px solid #0168d1;/*c6c6c6;*/
	/*background:url('../images/tabs_bottom_repeat.gif') bottom repeat-x #f8f8f8;*/
	text-align:center;
}

ul.tab_nav li
{
	height:25px;
	line-height:25px;
	padding:0 8px;
}

ul.tab_nav_double li
{
	height:33px;
	padding:9px 8px 0 8px;
}

ul.tab_nav li.activeTab, ul.tab_nav_double li.activeTab
{
    margin-top:0;
    border-right:1px solid #0168d1;/*c6c6c6;*/	
	background:url('../images/navigation/tabs_active.gif') top repeat-x #ffffff;
	height:28px;
}

ul.tab_nav li.activeTab
{
	line-height:30px;
}

ul.tab_nav_double li.activeTab
{
	padding-top:12px;
}

ul.tab_nav li.lastItem, ul.tab_nav_double li.lastItem
{
	border-right:1px solid #0168d1;/*c6c6c6;*/	
}

ul.tab_nav a, ul.tab_nav a:visited, ul.tab_nav a:active, ul.tab_nav_double a, ul.tab_nav_double a:visited, ul.tab_nav_double a:active
{
	color:#5F5F5F;
	text-decoration:none;
}

li.activeTab a, li.activeTab a:visited, li.activeTab a:active, li.activeTab a:hover,  ul.tab_nav a:hover,  ul.tab_nav_double a:hover
{
	color:#0168d1;/*4EB0E9;*/
	text-decoration:none;
}

.tab_navItemCount_7 li, .tab_nav_doubleItemCount_7 li
{
	width:auto;
}

.tab_navItemCount_6 li, .tab_nav_doubleItemCount_6 li
{
	width:100px;
}

.tab_navItemCount_5 li, .tab_nav_doubleItemCount_5 li
{
	width:110px;
}

.tab_navItemCount_4 li, .tab_nav_doubleItemCount_4 li
{
	width:115px;
}

.tab_navItemCount_3 li, .tab_nav_doubleItemCount_3 li
{
	width:125px;
}

.tab_navItemCount_2 li, .tab_nav_doubleItemCount_2 li, .tab_navItemCount_1 li, .tab_nav_doubleItemCount_1 li
{
	width:125px;
}

#disc_home_rightcol_left .tab_navItemCount_4 li, .disc_video_right_column .tab_navItemCount_4 li, 
#disc_home_rightcol_left .tab_nav_doubleItemCount_4 li, .disc_video_right_column .tab_nav_doubleItemCount_4 li
{
	width:auto;
}



/***************************/
.tabnav 
{
	padding: 0;
	margin: 0;
}

.subnav 
{ 
	padding: 0;
	margin: 20px 0 0 0;
}

.tabnav li
{
	display:inline;
}

.tabnav .subnav li
{
	display:inline;
}

.tabnav li 
{
	margin:0 10px 0 0;
}

.tabnav li a 
{
	padding:10px;
	margin:0;
	background-color:Silver;
	color:white;
	font-weight:bold;
}

.PopupDiv
{
	position: absolute;
    visibility: hidden;
    overflow: hidden;
    border:1px solid #CCC;
    background-color:#F9F9F9;
    border:1px solid #333;
    padding:5px;
}

/*html,body {height:100%; margin:0px; font-size:12px;}*/

.mydiv {
background-color: #FFCC66;
border: 1px solid #f00;
text-align:justify;
line-height: 16px;
font-size: 14px;
font-weight: bold;
z-index:999;
width: 500px;  
height: auto;
left:50%;
top:50%;  
margin-left:-250px!important; 
margin-top:-160px!important; 
margin-top:0px;
position:fixed!important;/* FF IE7*/
position:absolute;/*IE6*/
top:        expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/

}
.SheetInfor
{
	
	width: 500px;
	padding: 10px;
	position:static;
	height: auto;
	text-align: left;
}
.closeWindow
{
	 
	padding-bottom: 10px;
	padding-left: 10px;
}
.bg,
.popIframe {
background-color: #666; display:none;
width: 100%;
height: 100%;
left:0;
top:0;/*FF IE7*/
filter:alpha(opacity=50);/*IE*/
opacity:0.5;/*FF*/
z-index:101;
position:fixed!important;/*FF IE7*/
position:absolute;/*IE6*/
/*top:       expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
            /*document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/* www.codefans.net IE5 IE5.5*/
}
.popIframe {
filter:alpha(opacity=0);/*IE*/
opacity:0;/*FF*/

}
.showSpeaker1
{
	background-image: URL(../images/speaker24.png);
	background-repeat: no-repeat;
	background-position: right; 
	padding-right:26px;
}
.imgNoBorder
{
	border:0px;
	
	width:24px;
}
.floatLeft
{
	float:left;
}
.floatRight
{
	float:right;
}
.IsKey
{
	font-size: 10pt;
	color :Red ;
}
.lbl
{
	font-size: 10pt;
	color: black;
}
.more
{
	font-size: 11px;
	color: red;
}
.rdb
{
	font-size: 10pt;
	color:Blue ;
	text-align: left;
}
.col1
{
	width: 100px;
	text-align: right;
}
.col2
{
	width:350px;
}
.col3
{
	width :80px;
}
.col4
{
	width: 100px;
}

.customreportheader
{
	background-color:#ffcccc;
	padding-left:5px;
	padding-right:5px;
}
.customreportfooter
{
	background-color:#99cc33;
	padding-left:5px;
	padding-right:5px;
}
.customreporttitle
{
    font-weight:bold;
}
.customreportbody
{
    border-color: Black;
    margin-bottom:20px;
}

.crptcoldepartment
{
    width:150px;
    text-align: left;
}

.crptcolvisited
{
    width:80px;
}

.crptcolnotvisited
{
    width:80px;
}

.crptcoltotal
{
    width:200px;
}
.yellow
{
	background-color:Yellow;
}
.formTable td
{
	padding-top:8px;
	padding-bottom:8px;
}
.srQuestionCell
{
	padding:15px;
	border:1px solid #8C8C8C;
	font-size:14px;
	background-color:#DEE7FA;
}
.srAnswer
{
	font-size:13px;
	padding:8px;
	padding-left:30px;
}
.srAnswer input
{
	border: 10px;
	font-size:12px;
}
.srCkhBoxList
{
	font-size:13px;
}
.srCkhBoxList input
{
	width:20px;
	height:20px;
}
.srRadioBtnList
{
	font-size:13px;
}
.srRadioBtnList input
{
	width:20px;
	height:20px;
}
.policiesAlterRow
{
	background-color:#cdd6dc;
	font-size:14px;
}
.policiesItemRow
{
	background-color:#ffffff;
	font-size:14px;
}
.policiesheader
{
	background-color:#aec8db;
	color:#000000;
	font-weight:bolder;
	
}
.divChkBox
{
	border-top: solid 0px #d19405;
	padding:3px;
	font-size:12px;
}
.jqueryWidgetContainer
{
	font-family: "Helvetica", "Arial",  "Verdana", "sans-serif";
	font-weight:normal;
	font-size: 12px;
	
}

.jqueryWidgetContainer a:link
{
  color:#1874AD;
  font-weight:bold;
  text-decoration:underline;
  font-size: 12px;
}
.jqueryWidgetContainer a:visited
{
	color:#1874AD;
  font-weight:bold;
  text-decoration:underline;
  font-size: 12px;
}/**/
.jqueryWidgetContainer a:hover
{
  color:#F58300;
  font-weight:bold;
  text-decoration:none;
  font-size: 12px;
}
.jqueryWidgetContainer a:active
{
  color:#1874AD;
  font-weight:bold;
  text-decoration:underline;
  font-size: 12px;
}

.SRCompanyChkBoxHead
{
	background: url(images/ui-bg_highlight-soft_75_1785ba_1x100.png) repeat-x;
	/*width:99%;*/
	padding:3px;
	padding-right:0px;
	font-size:14px;
	display:block;
	/*font-weight:bold;*/
	color:#3a3a3a;
}
.SRCompanyChkBoxTd
{
	/*background-color:#aaaaaa;*/
	border:solid 1px #aaaaaa;
	/*-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;*/
	
}
.TableHeaderBlue
{
	background: url(images/ui-bg_highlight-soft_75_1785ba_1x100.png) repeat-x;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	color:#454545;
}
.TableRowWhite
{
	padding:5px;
	font-size:12px;
}
.TableRowZebra
{
	background-color: #dddddd;
	color: #454545;
	font-size:12px;
}
.TableRowNonZebra
{
	background-color: #ffffff;
	color: #454545;
	font-size:12px;
}
tr.TableRowZebraHover
{
	background-color: #ed9a2f;
}
#ajaxSpinner
{
	height: 200px;
	background: transparent url(images/ui-anim_basic_16x16.gif) no-repeat center center;
}
.srreportGreenFont
{
	color:Green;
}
.srreportRedFont
{
	color:Red;
}
.btnSRGoBack
{
	float: right;
}
.reportExport
{
	float: left;
}
#divAllReport
{
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #cccccc;
}
#item_report_title_wrapper
{
	float: right;
	padding-right: 8px;
}
#divSummaryReport
{
	padding-top:8px;
}
#locationCount
{
	color:Red;
}
.bsmSelect {
  margin: 0.75em 0 0.75em 0;
}
.bsmList-custom {
  /* html list that contains selected items */
  margin: 0.25em 0 0.5em 0;
  display: block;
  padding-left: 0;
  list-style: none;
}

.bsmListItem-custom {
  /* li item from the html list above */
  margin: 0 5px 5px 0;
  padding: 4px;
  list-style: none;
  background: #ddd;
  border: 1px solid #bbb;
  line-height: 1em;
  float: left;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; 
}

.bsmListItem-custom:hover {
  background-color: #e5e5e5;
  box-shadow: 0 0 3px #aaa;
  -webkit-box-shadow: 0 0 3px #aaa;
  -moz-box-shadow: 0 0 3px #aaa;
}

.bsmListItemLabel-custom {
  padding-right: 5px;
}

.bsmListItemRemove-custom {
  text-decoration: none;
}
.bsmHighlight {
  color: #777;
}
#divProvince a
{
  color: #e16500;
}

#divProvince a:hover {
  color: #c95a00;
}
.iconSRHelp
{
 cursor: hand;
 border:0px;
}
#lnkStep3Help
{
	text-align:right;
	float:right;
}
.item_report_title_wrapper_center
{
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.srbreadcrumb
{
	margin-left:0px;
	padding-left:0px;
}
.srbreadcrumb li
{
	background-image: url(../images/sr_link_arrow.gif);
	background-position: 6px 3px ;
	background-repeat:no-repeat;
	list-style-type:none;/**/
	display: inline;
	padding-left:20px;
	
}
.noborder
{
	border: 0px;
	
}
.alignBottom
{
	vertical-align:bottom;
}
.processbarTitle
{
	font-size:12px;
	font-weight:bold;
	color: #434345;
}
.courseCheckBoxHeight
{
	height:350px;
	overflow:auto;
}
.employeeCheckBoxHeight
{
	height:350px;
	overflow:auto;
}
