﻿/* CSS Document */
 
/*------------------------------------------------------------------------------------------

*Filename:              global.css
*Version:               1.0.0 (06/15/2011)
Project Name:           EQIPP Interface Redesign


== Structure ================================================
 
$__reset:				Reset codes
$__wrapper:             Sets the container for the whole site
$__main-menu:			Main Navigation Description
$__main-search:			Main Search Description
$__header:              Header Description
$__main-content:        Everything inside the content area
$__footer:              Footer Description

--------------------------------------------------------------------------------------------*/

/***** BASIC STYLES *****/
html, body, form
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: Verdana;
	color: #303030;
	position: relative;
	background: url("/images/EqippRedesign/eqippBodyBg.gif") #FFFFFF top left repeat-x;
	/*background: url("/images/EqippRedesign/main-top-bg.png") no-repeat scroll center top transparent;*/
	
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0;
	padding: 10px 0;
}
p
{
	font-size: 12px;
	color: #303030;
}
span
{
	font-size: 12px;
	/*color: #444444;*/
}
ul
{
	margin: 5px 0 5px 16px;
	padding: 0;
}

.rightSection ul li
{
	line-height: 18px;
	list-style-type: disc;
	padding: 5px 0;
	color: #303030;
}


.ULPagination li
{
	color: #666666;
	display: inline;
	font-size: 11px;
	font-weight: normal;
	list-style: none outside none;
	padding: 0 3px !important;
}

ol
{
	margin: 5px 0 5px 22px;
	padding: 0;
}
ol li
{
	padding: 5px 0;
	line-height: 18px;
	color: #303030;
}
/*set a common margin for elements that may be stacked in free-form content*/
ul, ol
{
	/*margin-top: 0; 	margin-bottom: 1em;*/
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
td, th
{
	font-size: 100%;
}
a, a:visited
{
	text-decoration: none;
	color: #0050B6;
	cursor: pointer;
}
a:hover, a:active
{
	text-decoration: underline;
}
a:focus
{
	outline: #333 dotted 1px;
}

fieldset, img
{
	border: 0;
}
input.text
{
	border: none;
	padding: 2px 0px 0px 6px;
}
h1
{
	font-weight: bold;
	color: #417b00;
	font-size: 20px;
	padding: 21px 0 10px 0; /*padding: 5px 0 4px 0px;*/
}
h2
{
	font-weight: bold;
	color: #417b00;
	font-size: 20px;
	padding: 21px 0 10px 0;
}
input.textBoxes, select, textarea {
    background-color: #FFFFFF;
    color: #191919;
}
.centerColumn p
{
	line-height: 24px;
	color: #222222;
	font-size: 14px;
}
.clearFix
{
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

a.skipnav
{
	height: 0px;
	width: 0px;
	display: block;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	color:#000000;
}
a.skipnav:focus
{
	height: auto;
	width: auto;
	font-size: 13px;
	background-color: White;
	padding: 3px;
	border: 1px solid #333;
	text-indent: 0;
}


/***** BASIC LAYOUT *****/

.hideDiv
{
	display: none;
}

.showLogged a
{
	color: #0144AA;
	font-weight: bold;
	margin-left: 4px;
	text-decoration: underline;
}

.headerMain .eqippLogo
{
	position: relative;
	left: -12px;
	top: 13px;
}
.headerMain .tagLine
{
	position: relative;
	left: -35px;
	top: -25px;
}
.headerMain .logoapp
{
	position: relative;
	top: 15px;
}
.headerMain .imgpepole
{
}
.headerMain ul.tabMain li
{
	list-style: none;
	float: left;
}
.headerMain ul.tabMain li a{
	color: #000000 !important;
	/*background-color:#ffffff;*/
}

.headerMain ul.tabMain li.eqippHome a
{
	background: url("/images/EqippRedesign/tab-eqippHome-normal.png" ) no-repeat left top;
	width: 114px;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
.headerMain ul.tabMain li.eqippHome a:focus
{
	background: url(  "/images/EqippRedesign/tab-eqippHome-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.eqippHome a:hover
{
	background: url(  "/images/EqippRedesign/tab-eqippHome-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.eqippHome a.active
{
	background: url( "/images/EqippRedesign/tab-eqippHome-active.png" ) no-repeat left top;
}


.headerMain ul.tabMain li.QiBasics a
{
	background: url("/images/EqippRedesign/tab-QiBasics-normal.png" ) no-repeat left top;
	width: 90px;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
.headerMain ul.tabMain li.QiBasics a:focus
{
	background: url("/images/EqippRedesign/tab-QiBasics-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.QiBasics a:hover
{
	background: url("/images/EqippRedesign/tab-QiBasics-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.QiBasics a.active
{
	background: url("/images/EqippRedesign/tab-QiBasics-active.png" ) no-repeat left top;
}

/*Astma nav edited*/
.headerMain ul.tabMain li.asthma2 a
{
	background: url("/images/EqippRedesign/btn-astma2-normal.png" ) no-repeat left top;
	width: 134px;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
.headerMain ul.tabMain li.asthma2 a:focus
{
	background: url("/images/EqippRedesign/btn-astma2-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.asthma2 a:hover
{
	background: url("/images/EqippRedesign/btn-astma2-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.asthma2 a.active
{
	background: url("/images/EqippRedesign/btn-astma2-active.png" ) no-repeat left top;
}
/*Astma nav edited - Ends*/

.headerMain ul.tabMain li.teamWork a
{
	background: url("/images/EqippRedesign/btn-teamwork-normal.png" ) no-repeat left top;
	width: 134px;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
.headerMain ul.tabMain li.teamWork a:focus
{
	background: url("/images/EqippRedesign/btn-teamwork-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.teamWork a:hover
{
	background: url("/images/EqippRedesign/btn-teamwork-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.teamWork a.active
{
	background: url("/images/EqippRedesign/btn-teamwork-active.png" ) no-repeat left top;
}

.headerMain ul.tabMain li.myEqipGrp a
{
	background: url("/images/EqippRedesign/tab-EqippGroups-normal.png" ) no-repeat left top;
	width: 150px;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
.headerMain ul.tabMain li.myEqipGrp a:focus
{
	background: url("/images/EqippRedesign/tab-EqippGroups-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.myEqipGrp a:hover
{
	background: url("/images/EqippRedesign/tab-EqippGroups-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.myEqipGrp a.active
{
	background: url("/images/EqippRedesign/tab-EqippGroups-active.png" ) no-repeat left top;
}

.headerMain ul.tabMain li.nbs a
{
	background: url("/images/EqippRedesign/tab-newborn-normal.png" ) no-repeat left top;
	width: 221px;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
.headerMain ul.tabMain li.nbs a:focus
{
	background: url("/images/EqippRedesign/tab-newborn-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.nbs a:hover
{
	background: url("/images/EqippRedesign/tab-newborn-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.nbs a.active
{
	background: url("/images/EqippRedesign/tab-newborn-active.png" ) no-repeat left top;
}


.headerMain ul.tabMain li.oralhealth a
{
	background: url("/images/EqippRedesign/tab-oral-health-normal.png" ) no-repeat left top;
	width: 162px;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
.headerMain ul.tabMain li.oralhealth a:focus
{
	background: url("/images/EqippRedesign/tab-oral-health-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.oralhealth a:hover
{
	background: url("/images/EqippRedesign/tab-oral-health-hover.png" ) no-repeat left top;
}

.headerMain ul.tabMain li.oralhealth a.active
{
	background: url("/images/EqippRedesign/tab-oralhealth-active.png" ) no-repeat left top;
}

/*Daiabetes nav edited*/
.headerMain ul.tabMain li.Diabetes a
{
	background: url("/images/EqippRedesign/tab-diabetes-normal.png" ) no-repeat left top;
	width: 154px;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
.headerMain ul.tabMain li.Diabetes a:focus
{
	background: url("/images/EqippRedesign/tab-diabetes-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.Diabetes a:hover
{
	background: url("/images/EqippRedesign/tab-diabetes-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.Diabetes a.active
{
	background: url("/images/EqippRedesign/tab-diabetes-active.png" ) no-repeat left top;
}
/*Daiabetes nav edited*/
/*Immunization nav edited*/
.headerMain ul.tabMain li.Immunization a
{
	background: url("/images/EqippRedesign/immunization-normal.png" ) no-repeat left top;
	width: 196px;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
.headerMain ul.tabMain li.Immunization a:focus
{
	background: url("/images/EqippRedesign/immunization-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.Immunization a:hover
{
	background: url("/images/EqippRedesign/immunization-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.Immunization a.active
{
	background: url("/images/EqippRedesign/immunization-active.png" ) no-repeat left top;
}
/*Immunization nav edited - Ends*/
/*Growth nav edited*/
.headerMain ul.tabMain li.Growth a
{
	background: url("/images/EqippRedesign/growth-normal.png" ) no-repeat left top;
	width: 177px;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
.headerMain ul.tabMain li.Growth a:focus
{
	background: url("/images/EqippRedesign/growth-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.Growth a:hover
{
	background: url("/images/EqippRedesign/growth-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.Growth a.active
{
	background: url("/images/EqippRedesign/growth-active.png" ) no-repeat left top;
}
/*Growth nav edited - Ends*/
/*gerd nav edited*/
.headerMain ul.tabMain li.GERD a
{
	background: url("/images/EqippRedesign/gerd-normal.png" ) no-repeat left top;
	width: 177px;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
.headerMain ul.tabMain li.GERD a:focus
{
	background: url("/images/EqippRedesign/gerd-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.GERD a:hover
{
	background: url("/images/EqippRedesign/gerd-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.GERD a.active
{
	background: url("/images/EqippRedesign/gerd-active.png" ) no-repeat left top;
}
/*gerd nav edited - Ends*/



/*Hypertension nav added*/
.headerMain ul.tabMain li.Hypertension a
{
	background: url("/images/EqippRedesign/tab-hypertension-normal.png" ) no-repeat left top;
	width: 154px;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
.headerMain ul.tabMain li.Hypertension a:focus
{
	background: url("/images/EqippRedesign/tab-hypertension-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.Hypertension a:hover
{
	background: url("/images/EqippRedesign/tab-hypertension-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.Hypertension a.active
{
	background: url("/images/EqippRedesign/tab-hypertension-active.png" ) no-repeat left top;
}
/*Hypertension nav added*/

/*Medical nav added*/
.headerMain ul.tabMain li.Medical a
{
	background: url("/images/EqippRedesign/tab-medical-normal.png" ) no-repeat left top;
	width: 140px;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
.headerMain ul.tabMain li.Medical a:focus
{
	background: url("/images/EqippRedesign/tab-medical-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.Medical a:hover
{
	background: url("/images/EqippRedesign/tab-medical-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.Medical a.active
{
	background: url("/images/EqippRedesign/tab-medical-active.png" ) no-repeat left top;
}
/*Medical nav added*/

/*Tobacco nav added*/
.headerMain ul.tabMain li.Tobacco a
{
	background: url("/images/EqippRedesign/tab-tobacco-normal.png" ) no-repeat left top;
	width: 154px;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
.headerMain ul.tabMain li.Tobacco a:focus
{
	background: url("/images/EqippRedesign/tab-tobacco-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.Tobacco a:hover
{
	background: url("/images/EqippRedesign/tab-tobacco-hover.png" ) no-repeat left top;
}
.headerMain ul.tabMain li.Tobacco a.active
{
	background: url("/images/EqippRedesign/tab-tobacco-active.png" ) no-repeat left top;
}
/*Tobacco nav added*/

ul.navSub li
{
	list-style: none;
	display: inline;
}
ul.navSub li a
{
	overflow: hidden !important;
}
ul.navSub li.subHome a
{
	background: url(        "/images/EqippRedesign/tab-sub-home-normal.gif" ) no-repeat left top;
	width: 74px;
	height: 43px;
	text-indent: -999px;
	float: left;
}
ul.navSub li.subHome a:hover
{
	background: url(        "/images/EqippRedesign/tab-sub-home-hover.gif" ) no-repeat left top;
}
ul.navSub li.subHome a.active
{
	background: url(        "/images/EqippRedesign/tab-sub-home-active.gif" ) no-repeat left top;
}
ul.navSub li.myImprove a
{
	background: url(        "/images/EqippRedesign/tab-sub-myImprove-normal.gif" ) no-repeat left top;
	width: 203px;
	height: 43px;
	text-indent: -999px;
	float: left;
}
ul.navSub li.myImprove a:hover
{
	background: url(        "/images/EqippRedesign/tab-sub-myImprove-hover.gif" ) no-repeat left top;
}
ul.navSub li.myImprove a.active
{
	background: url(        "/images/EqippRedesign/tab-sub-myImprove-active.gif" ) no-repeat left top;
}
ul.navSub li.clinicalGuide a
{
	background: url(        "/images/EqippRedesign/tab-sub-clinical-normal.gif" ) no-repeat left top;
	width: 124px;
	height: 43px;
	text-indent: -999px;
	float: left;
}
ul.navSub li.clinicalGuide a:hover
{
	background: url(        "/images/EqippRedesign/tab-sub-clinical-hover.gif" ) no-repeat left top;
}
ul.navSub li.clinicalGuide a.active
{
	background: url(        "/images/EqippRedesign/tab-sub-clinical-active.gif" ) no-repeat left top;
}
ul.navSub li.resource a
{
	background: url(        "/images/EqippRedesign/tab-sub-resources-normal.gif" ) no-repeat left top;
	width: 97px;
	height: 43px;
	text-indent: -999px;
	float: left;
}
ul.navSub li.resource a:hover
{
	background: url(        "/images/EqippRedesign/tab-sub-resources-hover.gif" ) no-repeat left top;
}
ul.navSub li.resource a.active
{
	background: url(        "/images/EqippRedesign/tab-sub-resources-active.gif" ) no-repeat left top;
}
.utilityLink
{
	/*color: #0066CC;*/
	float: right;
	font-size: 10px;
	margin-right: 8px; /*padding-top: 17px;*/
	padding-top: 10px;
}
.utilityLink a
{
	font-size: 10px;
	/*color: #0066cc;*/
}
.utilityNavHide
{
	display: none;
}

/*
.footerLinks ul li
{
	list-style: none;
	display: inline;
	padding-right: 41px;
}*/
.footerLinks ul li
{
	border-right: 1px solid #CBD88A;
	float: left;
	line-height: 44px;
	list-style: none outside none;
	min-height: 46px;
	padding: 0 20px;
}

.footerLinks ul li a
{
	font-size: 12px;
	color: #3F3F3F;
}



/*Homepage Login - Starts from here*/

.ContentSub .threeColumn .leftColumn
{
	float: left;
	width: 218px;
	background: url(/images/EqippRedesign/left-course-mid-img.gif) left top repeat-y;
}
.ContentSub .threeColumn .leftColumn h2
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: url(/images/EqippRedesign/left-course-top-img508.gif) left top no-repeat #000000;
	padding: 9px 0 7px 10px;
	border-bottom: 1px solid #95A492;
}
.ContentSub .threeColumn .leftColumn .h3SubHead
{
	background-color: #51684C;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 7px 4px 7px 10px;
}
/*
.ContentSub .threeColumn .leftColumn .courseDetails ul li
{
	list-style: none;
	font-size: 10px;
	color: #555555;
	line-height: 14px;
	padding: 7px 4px 7px 10px;
	border: 1px solid #CCCCCC;
	border-top: 0px;
}
.ContentSub .threeColumn .leftColumn .courseDetails ul li h1
{
	font-size: 10px;
	font-weight: bold;
	color: #007daf;
	margin: 0;
	padding: 0;
}
*/

.ContentSub .threeColumn .leftColumn table.courseDetails tbody tr td
{
	list-style: none;
	font-size: 10px;
	color: #4B4B4B;
	line-height: 14px;
	padding: 7px 4px 7px 10px;
	border: 1px solid #CCCCCC;
}
.ContentSub .threeColumn .leftColumn table.courseDetails tbody tr td span.avltrough
{
	display: block;
}
.ContentSub .threeColumn .leftColumn table.courseDetails tbody tr td span.avltroughhome
{
	display: block;font-weight:bold;
}
.ContentSub .threeColumn .leftColumn table.courseDetails tbody tr td span a
{
	font-size: 10px;
	font-weight: bold;
	/*color: #007daf;*/
	color: #0045AB;
	margin: 0;
	padding: 0;
}

.evenRow
{
	/*background-color: #e5e5e5;*/
	background-color: #F7F7F7;
}
.ContentSub .threeColumn .leftColumn p
{
	background-color: #c8d3c5;
	padding: 7px 4px 7px 10px;
	font-size: 10px;
	color: #222222;
}

.ContentSub .threeColumn .leftColumn .comingSoon ul li
{
	list-style: none;
	font-size: 10px;
	/*color: #666666;*/
	line-height: 16px;
	padding: 7px 4px 7px 10px;
	border: 1px solid #CCCCCC;
	border-top: 0px;

}
.ContentSub .threeColumn .leftColumn .comingSoon ul li input
{
	position: relative;
	top: 2px;
}
.ContentSub .threeColumn .leftColumn .comingSoon ul li h1
{
	font-size: 10px;
	font-weight: bold;
	/*color: #007daf;*/
	color: #0045AB;
	margin: 0;
	padding: 0;
}
.ContentSub .threeColumn .leftColumn .butnDiv
{
	background: url(     "/images/EqippRedesign/left-course-botom-img.gif" ) #c8d3c5 left bottom no-repeat;
	padding: 10px 4px 7px 10px;
}

.innerMain .centerColumn
{
	float: left;
	width: 474px;
	padding: 5px 18px 0 18px;
}
.innerMain .centerColumn a.demoVideo
{
	/*color: #0066cc;*/
	font-size: 12px;
	background: url(/images/EqippRedesign/video-arow.gif) left 1px no-repeat;
	padding-left: 17px;
	display: none;
}
.threeColumn .rightColumn
{
	float: right;
	width: 218px;
}
.threeColumn .rightColumn .rightBoxDiv
{
	background: url(/images/EqippRedesign/right-column-box-mid-tab-img.gif) left top repeat-y;
	margin-top: 15px;
}
.threeColumn .rightColumn .rightBoxDiv:first-child
{
	margin-top: 0;
}
.ContentSub .threeColumn .rightColumn .rightBoxDiv h2
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: url(/images/EqippRedesign/right-column-box-tab-img.gif) left top no-repeat #000000;
	padding: 9px 0 7px 10px;
}
.ContentSub .threeColumn .rightColumn .rightBoxDiv h3
{
	font-size: 10px;
	font-weight: bold;
	color: #000;
	padding: 9px 10px 5px 10px;
}
.ContentSub .threeColumn .rightColumn .rightBoxDiv p
{
	font-size: 10px;
	font-weight: normal;
	/*color: #666666;*/
	padding: 0 10px 0 10px;
	line-height: 18px;
}
.ContentSub .threeColumn .rightColumn .rightBoxDiv p a
{
	/*color: #0066cc;*/
	font-size: 10px;
	text-decoration: none;
}

.ContentSub .threeColumn .rightColumn .rightBoxDiv .bottmBg
{
	background: url(/images/EqippRedesign/right-column-box-botom-tab-img.gif) left bottom no-repeat;
}
.ContentSub .threeColumn .rightColumn .topGap
{
	/*margin-top: 15px;*/
}
table.courseGrid
{
	width: 475px;
	border: 0px solid;
	color: #555555;
	font-size: 10px;
	margin-top: 20px;
}
table.courseGrid thead
{
	background-color: #69830B;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}
table.courseGrid thead tr td
{
	padding: 6px;
	text-align: left;
}
td.courseTitle
{
	width: 256px;
}
td.status
{
	width: 130px;
}


table.courseGrid thead tr th
{
	padding: 6px;
	text-align: left;
}
th.courseTitle
{
	width: 256px;
	font-style: normal;
}
th.status
{
	width: 130px;
}


table.courseGrid tbody tr
{
	background: url(/images/EqippRedesign/gridtrBg.gif) left bottom repeat-x;
}
table.courseGrid tbody tr td
{
	padding: 8px 0;
	line-height: 18px;
}
table.courseGrid tr td label
{
	color: #2f5aaa;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
/*Homepage Login - Ends here*/

/*Two Column Starts*/
.courseStatus
{
	float: right;
	width: 124px;
	margin: 8px 8px 0 0;
	position: relative;
}
.courseStatus a
{
	background: url(/images/EqippRedesign/btn-course-status.gif) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
}
.courseStatus a:hover
{
	background: url(/images/EqippRedesign/btn-course-status-hover.gif) 0 0 no-repeat;
}

/*
.courseStatus1
{
	float: right;
	width: 306px;
	position:relative;
	background:url(/images/EqippRedesign/course-status-detail-top-bg.png) 0 0 repeat-y !important;
	padding-top: 6px;

}
.courseStatus1 a
{
	background: url(/images/EqippRedesign/course-status1.gif) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
	width:268px;
	height:28px;
	*height:27px;
	margin:0 auto;
}
.courseStatus1 a:hover
{
	background: url(/images/EqippRedesign/course-status1.gif) 0 0 no-repeat;
}


.courseStatus1 .detailsMain
{ 
	position:absolute; 
	right:0; 
	top: 34px;
	width:306px;

	background:url(/images/EqippRedesign/course-status-detail-bg.png) 0 0 repeat-y;
	
	
}

.courseStatus1 .detailsMain .detailsInner
{
	background: url(/images/EqippRedesign/course-status-detail-bottom-bg.png) left bottom no-repeat;
	 padding: 0 29px;
}
*/

.cStatusDropMain
{
	position: relative;
	float: left;
}
.cStatusContent a
{
	/*color: #0066cc;*/
}

.cStatusDropDown
{
	width: 306px;
	float: right;
	padding-top: 6px; /*background:url("/images/EqippRedesign/top-bg-cStatusDropDown.png") left top no-repeat;*/

}

a.headerStatusDropDown
{
	background: url("/images/EqippRedesign/btn-course-status.gif") right top no-repeat;
	text-indent: -9999px;
	height: 28px;
	display: block;
	width: 268px;
	margin: 0 auto;
	overflow: hidden;
}
.hideClick
{
	background: url("/images/EqippRedesign/course-status1.gif") left top !important;
}
.cStatusDropDown .cStatusDropDownDetails
{
	position: absolute;
	width: 258px;
	display: none;
	z-index: 100;
}
.cStatusDropDownInner
{
	background: url("/images/EqippRedesign/course-status-detail-bg.png") left top repeat-y;
	width: 258px;
	padding: 0 26px 0 19px;
	float: left;
}
.cStatusDropDown .cStatusDropDownDetails h1
{
	background-color: #2F6568;
	color: #fff;
	width: 258px;
	font-size: 12px;
	padding: 8px 0 8px 10px;
}
.cStatusDropDown .cStatusDropDownDetails .cStatusContent
{
	padding: 8px 0 8px 10px;
	width: 258px;
	background-color: #F4F4F4;
	float: left;
}
.cStatusDropDown .cStatusDropDownDetails .colorChange
{
	background-color: #FFFFFF;
}
.cStatusContent .ImpProMain
{
	margin: 0px 0;
	float: left;
}
.cStatusContent .ImpProMain a
{
	color: #003FA5;
}
.cStatusContent .ImpProMain .ImpProLeft
{
	float: left;
	width: 180px;
	font-size: 10px;
	/*color: #444444;*/
	font-weight: bold;
	line-height: 16px;
}
.cStatusContent .ImpProMain .ImpProRight
{
	float: left;
	font-size: 10px;
	/*color: #444444;*/
}
.cStatusContent .ImpProMain .ImpProRight label
{
	color: #0066cc;
}
.cStatusContent .ImpProMain .ImpProRight span
{
	color: #003fa5;
	font-size: 10px;
}
.cStatusDropDownDetails .lastBgAdded
{
	background: url("/images/EqippRedesign/course-status-detail-bottom-bg.png") left bottom no-repeat;
}
.cStatusDropDown .lastBgAdded
{
	background: url("/images/EqippRedesign/course-status-detail-bottom-bg.png") 1px bottom no-repeat;
	float: left;
	width: 305px;
	height: 33px;
}



.twoColumn .leftColumn
{
	float: left;
	width: 643px;
	font-size: 12px;
}
.twoColumn .rightColumn
{
	float: left;
	width: 306px;
	font-size: 12px;
}
.twoColumn .leftColumn .greenBoxMain
{
	width: 628px;
}
.twoColumn .leftColumn .greenBoxMain .top
{
	background: url(/images/EqippRedesign/greenBox-top.gif) left top no-repeat;
	height: 3px;
}
.twoColumn .leftColumn .greenBoxMain .mid
{
	background: url(/images/EqippRedesign/greenBox-mid.gif) #d3e489 left top repeat-x;
	border-left: 3px solid #deeaa8;
	border-right: 3px solid #deeaa8;
}
.twoColumn .leftColumn .greenBoxMain .bottom
{
	background: url(/images/EqippRedesign/greenBox-bottom.gif) left top no-repeat;
	height: 3px;
}
.twoColumn .leftColumn .greenBoxMain .mid h1
{
	font-size: 26px;
	color: #417b00;
	font-weight: normal;
	margin-bottom: 10px;
}
.twoColumn .leftColumn .greenBoxMain .mid img
{
	float: left;
	padding: 0 10px 5px 10px;
}
.twoColumn .leftColumn .greenBoxMain .mid p
{
	font-size: 14px;
	font-style: italic;
	color: #181818;
	padding: 0 10px 10px 10px;
	line-height: 22px;
}
.twoColumn .leftColumn .greenBoxMain a
{
	color: #0000FF;
}
.twoColumn .leftColumn h2
{
	font-size: 20px;
	font-weight: bold;
	color: #084200;
}
.twoColumn .leftColumn p
{
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.twoColumn .leftColumn ul
{
	margin: 5px 0 0 30px;
}
.twoColumn .leftColumn ul li
{
	color: #181818;
	font-size: 12px;
	line-height: 20px;
	padding: 3px 0;
}
a.startCourse
{
	background: url(/images/EqippRedesign/btn-starrt-course.gif) 0 0 no-repeat;
	display: block;
	width: 174px;
	height: 28px;
	text-indent: -9999px;
	margin-bottom: 15px;
	overflow: hidden;
}
a.startCourse:hover
{
	background: url(/images/EqippRedesign/btn-starrt-course-hover.gif) 0 0 no-repeat;
}
a.leftOFF
{
	background: url(/images/EqippRedesign/btn-leftOff.gif) 0 0 no-repeat;
	display: block;
	width: 247px;
	height: 28px;
	text-indent: -9999px;
	margin-bottom: 15px;
	overflow: hidden;
}
a.leftOFF:hover
{
	background: url(/images/EqippRedesign/btn-leftOff-hover.gif) 0 0 no-repeat;
}
.twoColumn .rightColumn .rightBoxDiv
{
	background: url( "/images/EqippRedesign/middile-bg-eright.gif" ) repeat-y scroll left top transparent;
}
.twoColumn .rightColumn .rightBoxDiv h2
{
	background: url( "/images/EqippRedesign/heading-bg.gif" ) no-repeat scroll left top #000000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0 6px 10px;
}
.twoColumn .rightColumn .rightBoxDiv ul li
{
	list-style: none;
	padding: 0;
	margin: 0;
	border-left: 1px solid #aac0c8;
	border-right: 1px solid #aac0c8;
}
.twoColumn .rightColumn .rightBoxDiv ul li.even
{
	background-color: #f0fafd;
}
.twoColumn .rightColumn .rightBoxDiv ul li a
{
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	padding: 8px 10px;
	list-style: none;
	display: block;
	text-decoration: none;
}
.twoColumn .rightColumn .rightBoxDiv .bottmBg
{
	background: url( "/images/EqippRedesign/middile-bg-botom.gif" ) no-repeat scroll left bottom transparent;
	height: 6px;
}
.twoColumn .rightColumn ul.tabSection
{
	margin: 15px 0 0 0 !important;
}
.twoColumn .rightColumn ul.tabSection li.active
{
	list-style: none;
	margin: 0;
	display: inline;
	background: url( "/images/EqippRedesign/tab-blue-active.gif" ) no-repeat scroll left bottom #000000;
	line-height: 19px;
	float: left;
	margin: 0 4px 0 0;
}
.twoColumn .rightColumn ul.tabSection li a
{
	float: left;
}
.twoColumn .rightColumn ul.tabSection li.active a
{
	background: url( "/images/EqippRedesign/tab-blue-normal.gif" ) no-repeat scroll right top transparent;
	display: block;
	padding: 0 6px;
	font-size: 11px;
	color: #fff;
	height: 20px;
	text-decoration: none;
}
.twoColumn .rightColumn ul.tabSection li
{
	list-style: none;
	margin: 0;
	display: inline;
	background: url( "/images/EqippRedesign/tab-gray-left.gif" ) no-repeat scroll left bottom transparent;
	line-height: 19px;
	float: left;
	margin: 0 4px 0 0;
}
.twoColumn .rightColumn ul.tabSection li a
{
	background: url( "/images/EqippRedesign/tab-gray-right.gif" ) no-repeat scroll right top transparent;
	display: block;
	padding: 0 6px;
	font-size: 11px;
	color: #fff;
	height: 20px;
	text-decoration: none;
}
.tabBoxMain
{
	display: none;
}
.tabBoxMain h2
{
	/*background-color: #00a8e7 !important;*/
	background-image: url(/images/EqippRedesign/heading-bgSqrCorner.gif) !important;
}
.activeTabContent
{
	display: block !important;
}
.hideTabContent
{
	display: none !important;
}
.copyRight
{
	font-size: 10px;
	color: #fff;
	padding-top: 56px; *padding-top:45px;}
.teamWorkTip h2
{
	font-size: 12px !important;
	font-weight: bold;
	color: #2F5AAA !important;
}
.teamWorkTip a
{
	/*color: #0066CC;*/
}
.teamWorkTip p
{
	padding-bottom: 12px;
}

.QIBasisTwoColumn .leftSection
{
	float: left;
	width: 245px;
}
.QIBasisTwoColumn .rightSection
{
	float: right;
	width: 685px;
}
.QIBasisTwoColumn .leftSection .leftNav
{
	width: 212px;
	border-right: 6px solid #964294;
	background: url( "/images/EqippRedesign/QiBasics-leftTab-corner.gif" ) no-repeat scroll left top #D4D4D4;
	float: left;
	min-height: 140px;
}
.QIBasisTwoColumn .leftSection .leftNav li
{
	background: url( "/images/EqippRedesign/grey-arow.png" ) no-repeat scroll 7px 7px #D4D4D4;
	font-weight: normal;
	list-style: none;
}
.QIBasisTwoColumn .leftSection .leftNav li.first
{
	margin-left: 3px;
}
.QIBasisTwoColumn .leftSection .leftNav li.bgChange
{
	background-color: #E5E5E5 !important;
}
.QIBasisTwoColumn .leftSection .leftNav li.active a
{
	/*background: url( "/images/EqippRedesign/grey-arow-dwn.png" ) no-repeat scroll 5px 8px #D4D4D4 ;*/
}
.QIBasisTwoColumn .leftSection .leftNav li.active a
{
	border-bottom: 1px solid #fff;
}
.QIBasisTwoColumn .leftSection .leftNav li a
{
	color: #92278F;
	font-size: 12px;
	padding: 4px 0 4px 0px;
	display: block;
	text-decoration: none;
	margin-left: 22px;
}

.QIBasisTwoColumn .leftSection .leftNav li ul
{
	margin-left: 22px;
}
.QIBasisTwoColumn .leftSection .leftNav li ul li.active
{
	/*background: url( "/images/EqippRedesign/blue-dot.png" ) no-repeat scroll left 7px  ;*/
}

.QIBasisTwoColumn .leftSection .leftNav li ul li.active a
{
	font-weight: bold;
}
.QIBasisTwoColumn .leftSection .leftNav li ul li
{
	/*text-indent: 13px;*/
	background: none;
	margin: 0;
	padding: 0;
}
.QIBasisTwoColumn .leftSection .leftNav li ul li a
{
	color: #000;
	font-size: 10px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	padding: 4px 5px 4px 17px;
}
.botomLeftNavBg
{
	background: url("/images/EqippRedesign/botm-left-nav-bg.gif") no-repeat scroll left bottom;
	height: 4px;
	width: 218px;
	float: left;
}
.leftNavTab li
{
	list-style: none;
	float: left;
	margin-top: 5px;
}
.leftNavTab li.noneMargin
{
	list-style: none;
	float: left;
	margin-top: 0px;
}
/*.leftNavTab li a
{
	font-size:11px;
	font-weight:bold;
	color:#fff;
	background: url("/images/EqippRedesign/tab-horizontal-bottom.gif") no-repeat scroll right bottom;
	display:block;
	width:20px;
}*/
.leftNavTab li.unit a
{
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: url("/images/EqippRedesign/btn-unit-normal.gif") no-repeat scroll right top;
	display: block;
	width: 20px;
	height: 48px;
	text-indent: -9999px;
}
.leftNavTab li.unit a.active
{
	background: url("/images/EqippRedesign/btn-unit-active.gif") no-repeat scroll right top;
}

.rightSection .btnDivMain
{
	float: left;
	width: 100%;
}
.rightSection .btnDivMain .left
{
	float: left;
	font-size: 14px;
	color: #790E76;
}
.rightSection .btnDivMain .right
{
	float: right;
}
.rightSection .btnDivMain .right .addPlan
{
	background: url("/images/EqippRedesign/btn-left1-normal.gif") no-repeat scroll left top;
	float: left;
	margin-left: 10px;
}
.rightSection .btnDivMain .right .addPlan a
{
	background: url("/images/EqippRedesign/btn-right1-normal.gif") no-repeat scroll right top;
	display: block;
	font-size: 11px;
	color: #000;
	height: 17px;
	padding: 0 8px 0 16px;
	line-height: 15px;
	text-decoration: none;
}
.rightSection .btnDivMain .right .mouseHover
{
	background: url("/images/EqippRedesign/btn-left1-hover.gif") no-repeat scroll left top;
}
.rightSection .btnDivMain .right .mouseHover a
{
	background: url("/images/EqippRedesign/btn-right1-hover.gif") no-repeat scroll right top;
}

.bottomMainContent
{
	/*float: left;*/
	width: 100%;
}
.bottomMainContent p
{
	font-size: 12px;
	color: #303030;
	line-height: 20px;
	padding: 10px 0;
}
.bottomMainContent p font{
	color: #303030 !important;
}
.continueBtn
{
	background: url("/images/EqippRedesign/green-butn-left.png") no-repeat scroll left top;
	float: left;
}
.continueBtn a
{
	background: url("/images/EqippRedesign/green-butn-right.png") no-repeat scroll right top;
	display: block;
	font-size: 11px;
	color: #000;
	height: 17px;
	padding: 0 8px 0 8px;
	line-height: 15px;
	text-decoration: none;
	margin-right: -5px;
}

.continueBtn input
{
	background: url("/images/EqippRedesign/green-butn-right.png") no-repeat scroll right top;
	font-size: 11px;
	padding: 1px 8px;
	margin-right: -5px;
	border: none;
	cursor: pointer;
	height: 17px;
}


.bottomMainContent .paginationDiv .pagination
{
	float: right;
}
.bottomMainContent .paginationDiv .pagination .previous
{
	float: left;
	position: relative; /*top:-8px;*/
	line-height: 19px;
}
.bottomMainContent .paginationDiv .pagination .previous a
{
	font-size: 12px;
	/*color: #0066cc;*/
	text-decoration: none;
}
.ULPagination
{
	float: left;
	margin: 0 15px;
}
.ULPagination li
{
	list-style: none;
	display: inline;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding: 0 3px;
}
.ULPagination li a
{
	list-style: none;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	/*color: #0066cc;*/
	text-decoration: none;
}
.ULPagination li a.active
{
	color: #666666;
}


.QIBasisTwoColumn .newBornImprove .btnAssessment
{
	background-color: #D4D4D4;
	float: left;
	width: 212px;
	background: url("/images/EqippRedesign/btnAssment-left-hover.gif") no-repeat scroll left bottom #000;
}
.botomLeftNavBg
{
	/*background: url("/images/EqippRedesign/botm-left-nav-bg1.gif") no-repeat scroll left bottom transparent;*/
	float: left;
	height: 4px;
	width: 218px;
}
.botomLeftNavBgBlue
{
	background: url("/images/EqippRedesign/botm-left-nav-bg.gif") no-repeat scroll left bottom transparent;
}


.QIBasisTwoColumn .newBornImprove .leftNav li
{
	font-weight: normal;
	list-style: none outside none;
	background: none;
	float: left;
	padding: 0 17px 0 0px;
	width: 91%;
}
.QIBasisTwoColumn .newBornImprove .leftNav li.active a
{
	/* background: url("/images/EqippRedesign/grey-arow.png") no-repeat scroll 0 7px #d4d4d4;*/
	padding-left: 12px;
}

.QIBasisTwoColumn .newBornImprove .leftNav li.completed
{
	background: url("/images/EqippRedesign/completed-tick-mark.png") no-repeat scroll right 7px;
	padding-left: 0;
}
/**/
.navCycle1 li.completed
{
	background: url("/images/EqippRedesign/completed-tick-mark.png") no-repeat scroll right 0px !important;
	padding-left: 0;
}

.QIBasisTwoColumn .newBornImprove .leftNav li.active a
{
	color: #444444;
	font-weight: normal;
	border: none;
}
.QIBasisTwoColumn .newBornImprove .leftNav li a
{
	color: #333333;
	display: block;
	font-size: 12px;
	margin-left: 10px;
	padding: 4px 0 4px 10px;
	text-decoration: none;
}
.newBornImprove .leftNavTab li.baseline a.normal
{
	background: url("/images/EqippRedesign/baseline-tab-normal.gif") no-repeat scroll right top transparent;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 62px;
	text-indent: -9999px;
	width: 20px;
}
.newBornImprove .leftNavTab li.baseline a.active
{
	background: url("/images/EqippRedesign/baseline-tab-active.gif") no-repeat scroll right top transparent;
}

.newBornImprove .leftNavTab li.cycle
{
	margin-top: 0;
}
.newBornImprove .leftNavTab li.baseline
{
	margin-top: 0;
}
.newBornImprove .leftNavTab li.first
{
	margin-top: 5px;
}
.newBornImprove .leftNavTab li.cycle a
{
	background: url("/images/EqippRedesign/number-tab.gif") no-repeat scroll right top transparent;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	padding: 4px 0 0 0;
	width: 20px;
	text-decoration: none;
	text-align: center;
}
.newBornImprove .leftNavTab li.cycle a.active
{
	background: url("/images/EqippRedesign/btn-cycle1-active.gif") no-repeat scroll right top transparent;
	height: 18px;
	width: 18px;
	padding: 43px 2px 0 0;
}

.newBornImprove .leftNavTab li.cycle1 a
{
	background: url("/images/EqippRedesign/btn-cycle1-normal.gif") no-repeat scroll right top transparent;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	width: 18px;
	padding: 43px 2px 0 0px;
	text-decoration: none;
	text-align: center;
}
.newBornImprove .leftNavTab li.cycle1 a.active
{
	background: url("/images/EqippRedesign/btn-cycle1-active.gif") no-repeat scroll right top transparent;
}
.newBornImprove .leftNavTab li.cycle1 label
{
	position: relative;
	top: 44px;
	left: 4px;
}
/*
.newBornImprove .leftNavTab li.cycle2 a {
    background: url("/images/EqippRedesign/number-tab.gif") no-repeat scroll right top transparent;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    text-indent: -9999px;
    width: 20px;
}
.newBornImprove .leftNavTab li.cycle2 a.active
{
	background: url("/images/EqippRedesign/btn-cycle1-active.gif") no-repeat scroll right top transparent;
	height:61px;
}

*/
.newBornImprove .leftNavTab li.tools a
{
	background: url("/images/EqippRedesign/btn-tools-normal.gif") no-repeat scroll right top transparent;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 49px;
	text-indent: -9999px;
	width: 20px;
}
.newBornImprove .leftNavTab li.tools a.active
{
	background: url("/images/EqippRedesign/btn-tools-active.gif") no-repeat scroll right top transparent;
}
.newBornImprove .btnAssessment a
{
	/* background: url("/images/EqippRedesign/btn-model-improve-normal.gif") no-repeat scroll left top transparent;*/
	display: block;
	height: 25px;
	margin: 0 auto;
}
.newBornImprove .btnAssessment a:hover
{
	/* background: url("/images/EqippRedesign/btn-model-improve-hover.gif") no-repeat scroll left top transparent;*/
}

.newBornImproveRight .btnDivMain .left
{
	color: #AC260A;
	float: left;
	font-size: 14px;
}
.newBornImproveRight h3
{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #333333;
}
.newBornImproveRight h3 a
{
	font-size: 10px;
	/*color: #0066cc;*/
	font-weight: normal;
	margin-left: 15px;
}
.newBornImproveRight ol
{
	margin: 0 0 10px 22px;
}
.newBornImproveRight ol li
{
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	padding: 5px 0;
}
.bigBoxMain
{
	background: url("/images/EqippRedesign/gree-box-top.png") no-repeat scroll left top transparent;
	width: 686px;
	padding-top: 3px;
	margin: 10px 0;
}
.bigBoxMain h1
{
	background: url("/images/EqippRedesign/gree-box-header-bg.gif") repeat-y scroll left bottom transparent;
	font-weight: bold;
	font-size: 12px;
	color: #3F3F3F;
	margin: 0;
	padding: 6px 0 7px 10px;
}
.bigBoxMain .content
{
	background: url("/images/EqippRedesign/gray-box-mid.gif") repeat-y scroll left top transparent;
	padding: 8px;
	font-size: 12px;
	color: #333333;
}
.bigBoxMain .botomBg
{
	background: url("/images/EqippRedesign/gray-box-bottom.png") no-repeat scroll left top transparent;
	height: 3px;
}
.bigBoxMain .content input
{
	/*position:relative;*/
	top: 2px;
}
.bigBoxMain .content label
{
	padding: 0 15px 0 5px;
	font-size: 10px;
}
.threeColumn .rightColumn .login
{
	background: url("/images/EqippRedesign/right-column-login-bg-img.gif") repeat-y scroll left top transparent;
}
.ContentSub .threeColumn .rightColumn .login h2
{
	background: url("/images/EqippRedesign/right-column-login-head-img.gif") no-repeat scroll left top #000000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 9px 0 7px 10px;
}
.ContentSub .threeColumn .rightColumn .login .bottmBg
{
	background: url("/images/EqippRedesign/right-column-login-bottom-bg-img.gif") no-repeat scroll left bottom transparent;
	height: 3px;
}
.login a
{
	display: block;
	font-size: 10px;
	/*color: #0066cc;*/
	margin: 0px 0 0px 10px;
}
.login input
{
	width: 194px;
	margin: 8px 0 3px 10px;
	font-size: 11px;
	font-style: italic;
	color: #4B4B4B;
	height: 16px;
}
.login .btnLogin
{
	background: url("/images/EqippRedesign/login-normal.gif") no-repeat scroll left top transparent;
	width: 104px;
	height: 53px;
	text-indent: -9999px;
	margin-left: 107px;
	overflow: hidden;
}
.login .btnLogin:hover
{
	background: url("/images/EqippRedesign/login-hover.gif") no-repeat scroll left top transparent;
}
.login .btnLogin:active
{
	background: url("/images/EqippRedesign/login-active.gif") no-repeat scroll left top transparent;
}
.login .btnLogin:focus
{
	background: url("/images/EqippRedesign/login-active.gif") no-repeat scroll left top transparent;
}



.threeColumn .rightColumn .attention
{
	background: url("/images/EqippRedesign/tab-yellow-mid-bg.gif") repeat-y scroll left top transparent;
}
.ContentSub .threeColumn .rightColumn .attention h2
{
	background: url("/images/EqippRedesign/tab-yellow-head.gif") no-repeat scroll left top transparent;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 9px 0 7px 10px;
}
.ContentSub .threeColumn .rightColumn .attention p
{
	line-height: normal;
	padding: 10px;
}
.ContentSub .threeColumn .rightColumn .attention .bottmBg
{
	background: url("/images/EqippRedesign/tab-yellow-bottom.gif") no-repeat scroll left bottom transparent;
	height: 3px;
}
.attention h2 img
{
	position: relative;
	top: 3px;
	padding-right: 5px;
}
.bigBoxMain .content h2
{
	font-size: 12px;
	color: #292929;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
}
.bigBoxMain .content label.styleItalic
{
	font-size: 10px;
	color: #333333;
	font-style: italic;
	margin: 0;
	padding: 0 0 5px 0;
}
.bigBoxMain .content .formRow
{
	padding-bottom: 15px;
}
.bigBoxMain .content .whiteBorder
{
	border-bottom: 2px solid #fff;
	margin-bottom: 15px;
}
.bigBoxMain .content .formRow .year
{
	width: 50px;
	height: 14px;
}
.bigBoxMain .content .formRow .question
{
	padding: 10px 0 0 0;
	font-size: 12px;
}
.bigBoxMain .content .fontChange label
{
	font-size: 12px;
}
.topGap
{
	margin-top: 15px;
}
.butnsMain img
{
	padding: 3px 8px 0 14px;
	float: left;
}
.resetBtn
{
	background: url("/images/EqippRedesign/btn-reset-left.png") no-repeat scroll left top transparent;
	float: left;
}
.resetBtn a
{
	background: url("/images/EqippRedesign/btn-reset-right.png") no-repeat scroll right top transparent;
	color: #000000;
	display: block;
	font-size: 11px;
	height: 17px;
	line-height: 15px;
	margin-right: -5px;
	padding: 0 18px;
	text-decoration: none;
}
.subSection
{
	margin: 0px 0 0 23px;
}
.section
{
	/*margin-top: 10px;     padding:0 8px;*/
}

/*course_impproj_base_impchange - Strats*/
.newBornImproveRight ul
{
	margin: 0 10px;
}
.newBornImproveRight ul li
{
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
	padding: 5px 0;
}
.bottomMainContent a.demoVideo
{
	background: url("/images/EqippRedesign/video-arow.gif") no-repeat scroll left 1px transparent;
	/*color: #0066CC;*/
	font-size: 12px;
	padding-left: 17px;
	line-height: 27px;
}
.cycle1 h3
{
	padding: 10px 0;
}
.bottomMainContent p
{
	padding-bottom: 10px;
}
.navCycle1 h1
{
	color: #AC2600;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0 2px 10px;
}
.navCycle1 li
{
	padding-bottom: 3px;
}
.navCycle1 li a
{
	margin-left: 10px !important;
	font-size: 10px !important;
	color: #444444 !important;
	padding: 0 12px 5px 0 !important;
}

.navCycle1 li.colorChange
{
	background-color: #e5e5e5 !important;
	width: 92%;
}
.leftNav li ul li h2
{
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	padding: 5px 0 2px 10px;
	background: none !important;
}
.pdsaCycle
{
	margin: 0 0 0 6px;
}
.pdsaCycle a.normal
{
	padding-left: 11px !important;
}

.navCycle1 a.active
{
	background: url("/images/EqippRedesign/browne-arow.png") no-repeat scroll left 1px transparent;
	padding-left: 11px !important;
	font-weight: bold;
}

.biginBtn a
{
	background: url("/images/EqippRedesign/btn-begin-normal.gif") no-repeat scroll left top transparent;
	width: 106px;
	height: 28px;
	float: left;
	text-indent: -9999px;
}
.biginBtn a:hover
{
	background: url("/images/EqippRedesign/btn-begin-hover.gif") no-repeat scroll left top transparent;
	width: 106px;
	height: 28px;
}
.reviewSection
{
	position: relative;
	margin-bottom: 10px;
}
.printBtn
{
	background: url("/images/EqippRedesign/btn-reset-left.png") no-repeat scroll left top transparent;
	position: absolute;
	right: 17px;
	top: 6px;
}
.printBtn a
{
	background: url("/images/EqippRedesign/btn-reset-right.png") no-repeat scroll right top transparent;
	color: #000000;
	display: block;
	font-size: 11px;
	height: 17px;
	line-height: 15px;
	margin-right: -5px;
	padding: 0 18px;
	text-decoration: none;
}

.printBtn input
{
	background: url("/images/EqippRedesign/btn-reset-right.png") no-repeat scroll right top transparent;
	color: #000000;
	display: block;
	font-size: 11px;
	height: 17px;
	line-height: 15px;
	margin-right: -5px;
	padding: 0 18px;
	text-decoration: none;
}
.reviewSection .content
{
	padding: 1px;
}
.content .SelectImprve
{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	padding: 7px;
}
.editBtn
{
	background: url("/images/EqippRedesign/btn-reset-left.png") no-repeat scroll left top transparent;
	float: right;
	position: relative;
	right: 11px;
	top: -3px;
}
.editBtn a
{
	background: url("/images/EqippRedesign/btn-reset-right.png") no-repeat scroll right top transparent;
	color: #000000;
	display: block;
	font-size: 11px;
	height: 17px;
	line-height: 15px;
	margin-right: -5px;
	padding: 0 18px;
	text-decoration: none;
	font-weight: normal;
}



.MainDetails
{
	padding: 5px 10px 10px 5px;
}
.MainDetails .subDetails h3
{
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding: 5px 0 5px 23px;
}
.MainDetails .subDetails label
{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	display: block;
	padding: 0 0 5px 23px;
}
.MainDetails .subDetails .tickMark
{
	background: url("/images/EqippRedesign/completed-tick-mark.png") no-repeat scroll left 9px transparent;
}
.subDetails
{
	padding-left: 10px;
}
img.gryArowBig
{
	position: relative;
	top: 2px;
	padding: 0 3px;
}
.survey
{
	padding: 0 !important;
}
.surveyMain
{
	padding: 3px 0;
}
.surveyMain .MainSection
{
	margin-top: 3px;
}

.surveyMain .MainSection .subSection
{
	margin: 0 0 15px 30px;
	display: none;
}
.surveyMain .MainSection .subSection label
{
	font-size: 12px;
	padding-right: 30px;
	color: #000;
}
.butnSaveReset
{
	float: left;
	width: 100%;
}
.butnSaveReset .save
{
	background: url("/images/EqippRedesign/green-butn-left.png") no-repeat scroll left top transparent;
	float: left;
	margin-right: 16px;
}
.butnSaveReset .save a
{
	background: url("/images/EqippRedesign/green-butn-right.png") no-repeat scroll right top transparent;
	color: #000000;
	display: block;
	font-size: 11px;
	height: 17px;
	line-height: 15px;
	margin-right: -5px;
	padding: 0 8px;
	text-decoration: none;
	border: none;
}
.butnSaveReset .reset
{
	background: url("/images/EqippRedesign/btn-reset-left.png") no-repeat scroll left top transparent;
	float: left;
}
.butnSaveReset .reset a
{
	background: url("/images/EqippRedesign/btn-reset-right.png") no-repeat scroll right top transparent;
	color: #000000;
	display: block;
	font-size: 11px;
	height: 17px;
	line-height: 15px;
	margin-right: -5px;
	padding: 0 18px;
	text-decoration: none;
	border: none;
}
.topGap .submit
{
	margin-right: 15px;
}
.subSection .QustionAnswer
{
	margin-bottom: 25px;
	width: 100%;
}
.content .surveyResult
{
	background-color: #FFFFFF;
	color: #003eb1;
	font-size: 12px;
	font-weight: bold;
	padding: 7px;
	margin: 0 1px;
}
.surveySection
{
	position: relative;
}
.surveyMain ul
{
	margin: 0 0 10px 14px;
}
.surveyMain ul li
{
	line-height: 18px;
}
.QustionAnswerSub
{
	margin: 10px 0;
}
.QustionAnswerSub .yurResponse
{
	padding: 7px 5px 7px 0px !important;
}
.cycle1Aims
{
	position: relative;
}
.cycle1Aims .clinicalMain
{
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	overflow: hidden;
}
.cycle1Aims .clinicalMain .selectedImprove
{
	margin-bottom: 15px;
}
.cycle1Aims .clinicalMain .selectedImprove label
{
	font-size: 14px;
	padding: 0;
}
.cycle1Aims .clinicalMain .selectedImprove .details
{
	padding-left: 25px;
}
.cycle1Aims .clinicalMain .selectedImprove .details label
{
	display: block;
	font-size: 12px;
	line-height: 20px;
	padding: 0 !important;
}
.cycle1Aims .clinicalMain .selectedImprove .details .aimStatement h2
{
	display: inline;
	padding-right: 10px;
}
.cycle1Aims .clinicalMain .selectedImprove .details .aimStatement
{
	margin-top: 0px;
	position: relative;
}
.cycle1Aims .clinicalMain .selectedImprove .details .aimStatement a
{
	font-size: 10px;
	color: #001687;
}
.cycle1Aims .clinicalMain .selectedImprove .details .aimStatement textarea
{
	width: 636px;
	margin: 0;
	font-style: italic;
	color: #4C4C4C;
	height: 60px;
}
.cycle1Aims .clinicalMain .selectedImprove .details .aimStatement .head
{
	padding: 5px 10px 5px 5px;
	background-color: #DDDDDD;
	margin-top: 10px;
	overflow: hidden;
}
.AnalysisCloseDisable
{
	background: url("/images/EqippRedesign/disble-btn-left.png") no-repeat scroll left top transparent;
	float: left;
	margin: 4px 0;
}
.AnalysisCloseDisable a
{
	background: url("/images/EqippRedesign/disble-btn-right.png") no-repeat scroll right top transparent;
	color: #545454;
	display: block;
	font-size: 11px;
	height: 17px;
	line-height: 15px;
	margin-right: -5px;
	padding: 0 8px;
	text-decoration: none;
	cursor: text;
}

.AnalysisCloseDisable input
{
	background: url("/images/EqippRedesign/disble-btn-right.png") no-repeat scroll right top transparent;
	color: #bbbbbb;
	display: block;
	font-size: 11px;
	height: 17px;
	line-height: 15px;
	margin-right: -5px;
	padding: 0 8px;
	text-decoration: none;
	cursor: text;
	border:none;
}

.AnalysisClose
{
	background: url("/images/EqippRedesign/green-butn-left.png") no-repeat scroll left top transparent;
	float: left;
	margin: 10px 15px;
}
.AnalysisClose a
{
	background: url("/images/EqippRedesign/green-butn-right.png") no-repeat scroll right top transparent;
	color: #000000 !important;
	display: block;
	font-size: 11px;
	height: 17px;
	line-height: 15px;
	margin-right: -5px;
	padding: 0 8px;
	text-decoration: none;
}
.newLabel
{
	display: block !important;
	padding: 10px 0;
}
.selectedImprove .tickMark
{
	background: url("/images/EqippRedesign/completed-tick-mark.png") no-repeat scroll left 5px transparent;
	padding: 0px 0 5px 23px !important;
}

.selectedImprove label
{
	color: #333333;
	font-size: 14px;
	font-weight: normal;
}
.developIdeas
{
	margin-bottom: 15px;
}
.developIdeas label
{
	font-size: 12px;
}
.activitiesDetails
{
	padding: 7px 0 10px 0;
	border-bottom: 2px solid #FFFFFF;
	margin-bottom: 15px;
}
a.ideasClosing
{
	background: url("/images/EqippRedesign/video-arow.gif") no-repeat scroll left 7px transparent;
	/*color: #0066CC;*/
	font-size: 10px;
	line-height: 27px;
	padding-left: 17px;
	font-weight: normal;
	display: inline-block;
	margin-left: 20px;
}
.extras .yellowBoxMain
{
	width: 352px;
	background: url("/images/EqippRedesign/yellow-box-bg.gif") top left repeat-y;
}
.extras .yellowBoxMid
{
	background: url("/images/EqippRedesign/yellow-box-top-corner.gif") top left no-repeat;
	padding: 10px 20px 0 36px;
}
.extras .yellowBoxMid h3
{
	font-weight: bold;
	font-size: 10px;
}
.extras .yellowBoxMid p
{
	font-size: 10px;
	line-height: normal;
}
.extras .yellowBoxBottom
{
	width: 352px;
	height: 14px;
	background: url("/images/EqippRedesign/yellow-box-btom-bg.gif") top left no-repeat;
}
.extras .tipsDiv
{
	font-size: 12px;
	font-style: italic;
	background: url("/images/EqippRedesign/tips-bulb.gif") left top no-repeat;
	padding-left: 32px;
}
.extras .extrasImageDiv img
{
	margin-bottom: 20px;
}
/*New Left Nav*/

.QIBasisTwoColumn .newBornImprove .toolSection
{
	background: url("/images/EqippRedesign/QiBasics-leftTab-corner.gif") no-repeat scroll left top #D4D4D4;
	border-right: 6px solid #CD470C;
	float: left;
	min-height: 280px;
	padding-top: 5px;
	width: 212px;
}
.QIBasisTwoColumn .newBornImprove .toolSection li.first
{
	margin-left: 3px;
}

.QIBasisTwoColumn .newBornImprove .toolSection li
{
	background: none repeat scroll 0 0 transparent;
	float: left;
	font-weight: normal;
	list-style: none outside none; /* padding-right: 17px;*/
}
.QIBasisTwoColumn .newBornImprove .toolSection li a
{
	color: #940E00;
	display: block;
	font-size: 12px;
	margin-left: 22px;
	padding: 4px 0;
	text-decoration: none;
}

.QIBasisTwoColumn .newBornImprove .toolSection li.active
{
	/* background: url("/images/EqippRedesign/grey-arow.png") no-repeat scroll 9px 7px #D4D4D4; */
}

.QIBasisTwoColumn .newBornImprove .toolSection li.bgChange
{
	background-color: #E5E5E5 !important;
}
.QIBasisTwoColumn .newBornImprove .toolSection li.first
{
	margin-left: 3px; /* width:98%;*/
}

.QIBasisTwoColumn .newBornImprove .toolSection li
{
	background: url("/images/EqippRedesign/grey-arow.png") no-repeat scroll 7px 7px #E1E1E1;
	font-weight: normal;
	list-style: none outside none; /*  width:100%;*/
}

.QIBasisTwoColumn .newBornImprove .toolSection li.selected
{
	background: url("/images/EqippRedesign/grey-arow-dwn.png") no-repeat scroll 7px 7px #D4D4D4;
}

.QIBasisTwoColumn .newBornImprove .toolSection li ul
{
	margin-left: 22px;
	width: 190px;
	display: none;
}
.QIBasisTwoColumn .newBornImprove .toolSection li ul li
{
	background: none repeat scroll 0 0 transparent;
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid #FFFFFF;
}
.QIBasisTwoColumn .newBornImprove .toolSection li ul li.active a
{
	background: url("/images/EqippRedesign/blue-dot-orange.png") no-repeat scroll left 7px transparent !important;
	font-weight: bold;
}
.QIBasisTwoColumn .newBornImprove .toolSection li ul li a
{
	font-size: 10px;
	color: #444444;
	float: left;
}


/*Clinical Guide*/

.QIBasisTwoColumn .clinicalGuide .keyClinical
{
	background: url("/images/EqippRedesign/QiBasics-leftTab-corner.gif") no-repeat scroll left top #D4D4D4;
	border-right: 6px solid #964294;
	float: left;
	min-height: 280px;
	padding-top: 5px;
	width: 212px;
}
.QIBasisTwoColumn .clinicalGuide .keyClinical li.first
{
	margin-left: 3px;
}

.QIBasisTwoColumn .clinicalGuide .keyClinical li
{
	background: none repeat scroll 0 0 transparent;
	float: left;
	font-weight: normal;
	list-style: none outside none; /* padding-right: 17px;*/
}
.QIBasisTwoColumn .clinicalGuide .keyClinical li a
{
	color: #964294;
	display: block;
	font-size: 12px;
	margin-left: 22px;
	padding: 4px 0;
	text-decoration: none;
}

.QIBasisTwoColumn .clinicalGuide .keyClinical li.active
{
	background: url("/images/EqippRedesign/grey-arow.png") no-repeat scroll 9px 7px #D4D4D4;
}

.QIBasisTwoColumn .clinicalGuide .keyClinical li.bgChange
{
	background-color: #E5E5E5 !important;
}
.QIBasisTwoColumn .clinicalGuide .keyClinical li.first
{
	margin-left: 3px;
	width: 98%;
}

.QIBasisTwoColumn .clinicalGuide .keyClinical li
{
	background: url("/images/EqippRedesign/grey-arow.png") no-repeat scroll 7px 7px #D4D4D4;
	font-weight: normal;
	list-style: none outside none;
	width: 100%;
}
.QIBasisTwoColumn .clinicalGuide .keyClinical li ul
{
	margin-left: 22px;
	width: 190px;
}
.QIBasisTwoColumn .clinicalGuide .keyClinical li ul li
{
	background: none repeat scroll 0 0 transparent;
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid #FFFFFF;
}
.QIBasisTwoColumn .clinicalGuide .keyClinical li ul li.active
{
	background: url("/images/EqippRedesign/blue-dot.png") no-repeat scroll left 7px transparent;
	font-weight: bold;
}
.QIBasisTwoColumn .clinicalGuide .keyClinical li ul li a
{
	font-size: 10px;
	color: #444444;
	margin-left: 15px;
	float: left;
}



.clinicalGuide .leftNavTab li.keyClini
{
	margin-top: 0;
}

.clinicalGuide .leftNavTab li.keyClini a
{
	background: url("/images/EqippRedesign/key-clinical-normal.gif") no-repeat scroll right top transparent;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 145px;
	text-indent: -9999px;
	width: 20px;
}
.clinicalGuide .leftNavTab li.keyClini a.active
{
	background: url("/images/EqippRedesign/key-clinical-active.gif") no-repeat scroll right top transparent;
}
.QIBasisTwoColumn .clinicalGuide .caseStdy2 li.active
{
	background: url("/images/EqippRedesign/blue-arow.png") no-repeat scroll 9px 7px #D4D4D4;
	font-weight: bold;
}
.teenRepeatedly .teenLeft
{
	float: left;
	width: 104px;
}
.teenRepeatedly .teenRight
{
	float: left;
	width: 580px;
}
.teenRepeatedly .teenRight h3
{
	font-size: 12px;
	font-weight: bold;
	color: #444444;
}
.teenRepeatedly .teenRight ul
{
	margin: 10px 0 10px 15px;
}
.teenRepeatedly .teenRight ul li
{
	font-size: 12px;
	color: #444444;
	padding: 0 0 5px 0;
}

.clinicalMain h3
{
	font-size: 12px;
	font-weight: bold;
	color: #444444;
}
.clinicalMain h3 a
{
	font-weight: normal;
	/*color: #0066cc;*/
	margin-left: 10px;
}

.gryBoxMain
{
	background: url("/images/EqippRedesign/gray-box-top.gif") no-repeat scroll left top transparent;
	margin-top: 15px;
	padding-top: 3px;
	width: 686px;
}
.gryBoxMain .content
{
	background: url("/images/EqippRedesign/gray-box-mid.gif") repeat-y scroll left top transparent;
	color: #333333;
	font-size: 12px;
	padding: 8px;
}
.gryBoxMain .botomBg
{
	background: url("/images/EqippRedesign/gray-box-bottom.gif") no-repeat scroll left top transparent;
	height: 3px;
}
.gryBoxMain .QstionAnswer
{
	margin: 0 0 0px 19px;
}
.gryBoxMain .QstionAnswer div.Answer
{
	padding: 15px 0;
}
.gryBoxMain .QstionAnswer div.Answer input
{
	padding: 0;
	margin: 0;
}
.gryBoxMain .QstionAnswer div.Answer label
{
	padding: 0 20px 0 0;
	display: inline;
}
.clinicalBtn
{
	float: none;
	margin-bottom: 10px;
}
.completedTickMark
{
	background: url("/images/EqippRedesign/completed-tick-mark.png") no-repeat scroll right 1px transparent;
}
.qualityGaps
{
	position: relative;
}
.qualityGaps .qualityGapsTable
{
	width: 100%;
	color: #333333;
	font-size: 10px;
}
.qualityGaps .qualityGapsTable thead tr td
{
	text-align: left;
	vertical-align: top;
	background-color: #e6eeb2;
	padding: 10px 13px 10px 3px;
}
.qualityGaps .qualityGapsTable tbody tr td
{
	vertical-align: top;
	padding: 10px 5px;
	text-align: left;
	font-size: 12px;
}

.qualityGaps .qualityGapsTable thead tr td.improvement
{
	width: 10%;
}
.qualityGaps .qualityGapsTable thead tr td.cliniActivity
{
	width: 17%;
}
.qualityGaps .qualityGapsTable thead tr td.measure
{
	width: 28%;
}
.qualityGaps .qualityGapsTable thead tr td.myScore
{
	width: 8%;
}
.qualityGaps .qualityGapsTable tbody tr.evenRow
{
	background-color: #fff;
}
.bigBoxMain .qualityGaps
{
	padding: 1px;
}
.qualityGapsCheck
{
	/*margin-left: -49px;*/
}
span.viewHistory
{
	display: block;
	text-align: center;
}
span.viewHistory a
{
	/*color: #0066cc;*/
}
.qualityGaps .qualityGapsTable tbody tr.selected td
{
	color: Red;
}
/*
.qualityGaps .qualityGapsTable tbody tr td a
{
	text-decoration:none;
}
.qualityGaps .qualityGapsTable tbody tr td a .tollTipMain
{
	display:none;
	
}

.qualityGaps .qualityGapsTable tbody tr td a:hover .tollTipMain 
{
	display: block;
	position:absolute;
	top:65px;
	right: -50px;
}
*/
.qualityGaps .qualityGapsTable tbody tr td a .tollTipMain
{
	width: 250px;
}
.qualityGaps .qualityGapsTable tbody tr td a .tollTipMain .leftBg
{
	background: url("/images/EqippRedesign/toolTipLeft.png") no-repeat left top transparent;
	width: 4px;
	height: 28px;
	float: left;
}
.qualityGaps .qualityGapsTable tbody tr td a .tollTipMain .rightBg
{
	background: url("/images/EqippRedesign/toolTipRight.png") no-repeat left top transparent;
	width: 4px;
	height: 28px;
	float: left;
}
.qualityGaps .qualityGapsTable tbody tr td a .tollTipMain .midBg
{
	background: url("/images/EqippRedesign/toolTipMid.png") repeat-x left top transparent;
	float: left;
	height: 28px;
	line-height: 27px;
}

a.info
{
	position: relative;
	text-decoration: none;
	display: inline;
}

a.info .tollTipMain
{
	display: none;
}

a.info:hover .tollTipMain
{
	display: block;
	position: absolute;
	top: -30px;
	left: -70px;
	text-align: center;
	z-index: 25;
}

a.viewinfo
{
	position: relative; /*this is the key*/
	z-index: 24;
	text-decoration: none;
	display: inline;
	color: #000;
}

a.viewinfo:hover
{
	z-index: 25;
}

a.viewinfo .tollTipMain
{
	display: none;
}

a.viewinfo:hover .tollTipMain
{
	display: block;
	position: absolute;
	top: -30px;
	left: 7px;
	text-align: center;
	color: #333333 !important;
}
.tdTickCompleted
{
	background: url("/images/EqippRedesign/completed-tick-mark.png") no-repeat scroll 28px 17px transparent;
}

/*Model Window - Starts*/
/*.modelWindowMain
{
	width:778px;
	position:absolute;
	top:0;
	color:#666666;
	font-size:10px;
	height:750px;
	overflow-y:auto;
	overflow-x:hidden;
}*/
.modelWindowMain .modelTop
{
	width: 778px;
	background: url("/images/EqippRedesign/popup-top-image.png") no-repeat scroll left bottom transparent;
	height: 56px;
}
.modelWindowMain .modelBotom
{
	width: 778px;
	background: url("/images/EqippRedesign/popup-bottom-image.png") no-repeat scroll left top transparent;
	height: 50px;
	float: left;
}
.modelWindowMain .modelMIddle
{
	width: 778px !important;
	padding: 0 !important;
	background: url("/images/EqippRedesign/popup-mid-image.png") repeat-y scroll left top transparent;
	overflow-x: hidden;
	overflow-y: auto;
}
/*.modelWindowMain .modelMIddle
{
	 background: url("/images/EqippRedesign/popup-mid-image.png") repeat-y scroll left top transparent;
    float: left;
    width: 701px;
    padding-left: 44px;
    overflow-y:scroll;
    overflow-x:hidden;
    min-height:700px;
    height:auto;
	
}*/

.modelWindowMain .modelMIddle .modelContent
{
	width: 712px;
	margin: 0 auto;
}
.modelWindowMain .modelTop h1
{
	font-size: 14px;
	font-weight: bold;
	color: #240AD0;
	padding: 32px 0 0 44px;
	margin: 0;
}
.modelWindowMain .modelTop img
{
	left: 706px;
	position: relative;
	top: -16px;
}
.popUpModel
{
	padding: 0;
}
.popUpModel .MainSection a
{
	margin: 0;
}
.smallDiscri
{
	font-size: 12px;
	color: #222222;
	font-weight: normal;
	font-style: italic;
	padding-left: 50px;
}

.claimCreditScroll a.active
{
	background: url("/images/EqippRedesign/grey-arow-big-down.png") no-repeat scroll 10px 11px transparent !important;
	border: medium none !important;
}
.popUpModel .MainSection .subSection
{
	border-top: 2px solid #b2b2b2;
	display: none;
	padding-top: 8px;
	margin-right: 5px;
}
.popUpModel .MainSection .subSection h1
{
	font-size: 12px;
	font-weight: bold;
	color: #222222;
}
.popUpModel .MainSection .subSection h2
{
	font-size: 10px;
	font-weight: bold;
	color: #222222;
	padding: 10px 0 5px 0px;
	border-bottom: 1px dotted #000;
	margin-bottom: 5px;
}


.popUpModelBtn
{
	background: url("/images/EqippRedesign/green-butn-left.png") no-repeat scroll left top transparent;
	float: left;
}
.popUpModelBtn a.claimCredit
{
	background: url("/images/EqippRedesign/green-butn-right.png") no-repeat scroll right top transparent;
	color: #000000;
	display: block;
	font-size: 11px;
	height: 17px;
	line-height: 15px;
	margin-right: -5px;
	padding: 0 8px;
	text-decoration: none;
	border: none;
	font-weight: normal;
}
.popUpModel .MainSection .innerSection
{
	border-top: 2px solid #b2b2b2;
	border-bottom: 2px solid #b2b2b2;
	padding: 10px 0;
	width: 100%;
	float: left;
	margin-top: 15px;
}
.popUpModel .MainSection .noBorder
{
	border-top: none !important;
	margin-top: 0px !important;
}
.popUpModel .MainSection .noBorder p
{
	padding: 2px 0;
}
.popUpModel .MainSection .noBorder h1
{
	color: #222222 !important;
}
.popUpModel .MainSection .innerSection h1
{
	font-size: 12px;
	font-weight: bold;
	color: #bbbbbb;
}
.popUpModel .MainSection .innerSection h1 a
{
	/*color: #0066cc;*/
	background: none;
	border: none;
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
	background: url("/images/EqippRedesign/qustion-mark.png") no-repeat scroll right top transparent;
	padding: 0 20px 0 0;
	margin: 0 0 0 20px;
}
.popupNewBorn
{
	width: 100%;
	margin-top: 10px;
	color: #222222;
}
.popupNewBorn thead
{
	border-bottom: 1px dotted #bbbbbb;
	font-weight: bold;
}
.popupNewBorn thead td
{
	padding-bottom: 10px;
}
.popupNewBorn tbody td
{
	padding: 3px 0;
}
.popupNewBorn tbody tr.botmBorder
{
	border-bottom: 1px dotted #ccc;
}
.popupNewBorn tbody tr.botmBorder td
{
	padding-bottom: 10px;
}
.popupNewBorn tbody td span.tickMark
{
	background: url("/images/EqippRedesign/completed-tick-mark.png") no-repeat scroll right top transparent;
	width: 12px;
	height: 10px;
	padding: 0 4px;
}
.disable
{
	color: #bbbbbb  !important;
}
.disbleBtn
{
	background: url("/images/EqippRedesign/btn-disble-gray-left.png") no-repeat scroll left top transparent;
	float: left;
	margin-top: 6px;
}
.disbleBtn a.disable
{
	background: url("/images/EqippRedesign/btn-disble-gray-right.png") no-repeat scroll right top transparent;
	color: #bbbbbb;
	display: block;
	font-size: 11px;
	height: 17px;
	line-height: 15px;
	margin-right: -5px;
	padding: 0 8px;
	text-decoration: none;
	border: none;
	font-weight: normal;
}

.welcomeInner h1
{
	font-size: 20px;
	font-weight: bold;
	color: #417b00;
	padding: 0 20px;
}
.welcomeInner p
{
	line-height: 1.2em;
	font-size: 13px; /*font-style:italic;*/
	padding: 0 20px;
}
.welcomeInner ol
{
	margin: 5px 0 5px 39px;
	padding: 0;
}
.welcomeInner .QAMain
{
	border-top: 2px solid #acc600;
	border-bottom: 2px solid #acc600;
	padding: 20px 0;
}
.welcomeInner .QAMain .Question
{
	padding: 5px 20px;
	font-size: 12px;
	color: #444444;
}
.welcomeInner .QAMain .Question .answer
{
	margin: 10px;
	float: left;
	width: 100%;
}
.welcomeInner .QAMain .Question .answer .radioMain
{
	float: left;
	clear: left;
	width: 100%;
}
.welcomeInner .QAMain .Question .answer .rightLabel
{
	float: left;
	padding: 3px;
	width: 95%;
}
.welcomeInner .QAMain .Question .answer input
{
	float: left;
}
.saveBtnPopup
{
	margin: 0 25px;
}
.resetBtnPopup
{
	top: 0;
	float: left;
}
.printBtnPopup
{
	position: relative;
	right: 83px;
	top: -16px;
}
.deatilGreen
{
	background-color: #e6eeb2;
	padding: 14px;
}
.deatilGreen h2
{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 0;
}
.deatilGreen p
{
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	font-style: normal;
	padding: 10px 0;
}
.ImproPro
{
	padding: 14px 0 0 0 !important;
}
.ImproPro h2
{
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 0 0 14px 14px;
}
.popImproProDetails
{
	padding: 0 0 15px 14px;
	background-color: #e7e7e7;
}
.popImproProDetails h2
{
	font-weight: normal;
	font-size: 14px;
	padding-left: 20px;
}
.popImproProDetails h2.ticked
{
	background: url("/images/EqippRedesign/completed-tick-mark.png") no-repeat scroll left 4px transparent;
}
.popSection p
{
	padding: 0;
	line-height: normal;
	font-style: normal;
	font-size: 12px;
	padding: 3px 0 3px 20px;
}
.popSection h2
{
	padding-bottom: 0;
}
.aimStatment
{
	margin: 10px 0 0px 20px;
	padding-bottom: 5px;
}
.aimStatment h2
{
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	background: #d4d4d4;
	padding: 2px 3px 3px 5px;
}
.aimStatment p
{
	line-height: 20px;
	padding-left: 0px;
}
.popSection
{
	border-bottom: 2px solid #fff;
	padding-top: 20px;
}
.startCourse
{
	padding: 20px 0;
}
.startCourse .qustion
{
	font-size: 12px;
	font-weight: bold;
	padding: 10px 20px;
}
.startCourse a.cliniGuide
{
	background: url("/images/EqippRedesign/video-arow.gif") no-repeat scroll left 0 transparent;
	/*color: #0066CC;*/
	font-size: 12px;
	padding-left: 17px;
	font-weight: normal;
	margin-left: 20px;
	line-height: 20px;
}
.popheadTop
{
	padding: 10px 0;
}
.courseWork
{
	padding: 10px 20px !important;
}
.courseWork h2
{
	color: #003eb1;
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
.courseWork ul li
{
	font-size: 12px;
	color: #444444;
	padding: 6px 0;
}
.courseWork ol
{
	margin-left: 20px;
}
.courseWork ol li
{
	font-size: 12px;
	list-style: decimal;
}
.courseWork p
{
	font-style: normal;
	padding: 0;
	color: #444444;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 20px;
}
.courseWork p a
{
	/*color: #0066cc;*/
}
.myBookMark
{
	padding: 0 !important;
}
.myBookMark .bookMark
{
	border-top: 2px solid #acc600;
	padding: 20px 9px;
}
.myBookMark .bookMark
{
	color: #0066cc;
	font-weight: bold;
	font-size: 12px;
}
.myBookMark .bookMark .bookMarkheading
{
	padding-left: 30px;
}
.myBookMark .bookMark label
{
	font-size: 10px;
	font-style: italic;
	color: #444444;
	font-weight: normal;
	padding-right: 15px;
}
.bookMarkDetailMain
{
	width: 692px;
	background: url(/images/EqippRedesign/bookmark-top-bg.gif) left top no-repeat;
	padding-top: 10px;
	margin: 10px 0;
}
.bookMarkDetailMain .bookMarkMid
{
	width: 692px;
	background: url(/images/EqippRedesign/bookmark-mid-bg.gif) left top repeat-y;
}
.bookMarkDetailMain .bookMarkBotm
{
	width: 692px;
	height: 10px;
	background: url(/images/EqippRedesign/bookmark-botom-bg.gif) left bottom no-repeat;
}

.bookMarkDetailMain .bookMarkMid .bookMarkMidInner
{
	background: url(/images/EqippRedesign/bookmark-arow.gif) 3px center no-repeat;
	padding: 0 25px;
}
.bookMarkDetailMain .bookMarkMid .bookMarkMidInner p
{
	font-size: 12px;
	line-height: 20px;
	color: #444444;
	font-weight: normal;
}
.bookMark .addPlan
{
	background: url("/images/EqippRedesign/pop-addPlan-left.gif") no-repeat scroll left top transparent;
	float: left;
	margin-left: 3px;
}
.bookMark .addPlan a
{
	background: url("/images/EqippRedesign/pop-addPlan-right.gif") no-repeat scroll right top transparent;
	color: #000000;
	display: block;
	font-size: 11px;
	height: 17px;
	line-height: 15px;
	padding: 0 8px 0 16px;
	text-decoration: none;
	font-weight: normal;
}
img.pediLinkSmall
{
	float: left;
}
.editPopup
{
	margin-right: 15px;
	top: 0;
}
.deletePopup
{
	top: 0;
}
.savePopup
{
	float: right;
	margin-right: 27px;
	font-weight: normal;
}
.bookMarkMidInner .txtArea
{
	height: 100px;
	width: 650px;
}
.addMyBookMark
{
	padding: 15px 20px 35px;
}
.addMyBookMark p
{
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	padding: 0;
}
.addMyBookMark p label
{
	font-weight: normal;
}
.addMyBookMark textarea
{
	width: 665px;
	height: 100px;
	margin-bottom: 20px;
}
.addMyBookMarkCancel
{
	float: left;
	margin-left: 25px;
	top: 0;
}


.leftNavTab
{
	min-height: 280px;
	padding-top: 5px;
	width: 212px;
}
.leftNavTab li
{
	display: block;
}

.comonLeftNavMain
{
	background-color: #D4D4D4;
	border-right: 7px solid #CD470C;
	width: 212px;
	min-height: 280px;
	position: relative;
}
.comonLeftNav
{
	width: 20px;
	float: right;
	position: relative;
	right: -26px;
	margin: 0;
}
.comonLeftNav li.noneTopMargin
{
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0;
}
.comonLeftNav li
{
	list-style: none;
	margin-top: 5px;
}
.comonLeftNav a
{
	overflow: hidden;
}

a.baseline
{
	background: url("/images/EqippRedesign/baseline-tab-normal.gif") no-repeat scroll right top #000;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 62px;
	text-indent: -9999px;
	width: 20px;
}
a.baseline.active
{
	background: url("/images/EqippRedesign/baseline-tab-active.gif") no-repeat scroll right top #000;
}

.nubrRotator
{
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}


.nubrRotator .hidden
{
	text-indent: -9999px;
	display: inline-block;
	color:#fff;
}

p.nubrRotator
{
	padding-bottom: 1px;
	padding-top: 0px;
	margin: 2px;
}


a.cycle1.active
{
	background: url("/images/EqippRedesign/btn-cycle1-active.gif") no-repeat scroll right top #BF3900;
}
a.cycle
{
	background: url("/images/EqippRedesign/number-tab.gif") no-repeat scroll right top #000;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	padding: 4px 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 20px;
}

a.cycle1
{
	background: url("/images/EqippRedesign/btn-cycle1-normal.gif") no-repeat scroll right top transparent;
	color: #eee;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	padding: 41px 0 0 2px;
	text-align: center;
	text-decoration: none;
	width: 18px;
}


a.tools
{
	background: url("/images/EqippRedesign/btn-tools-normal.gif") no-repeat scroll right top #000;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 49px;
	text-indent: -9999px;
	width: 20px;
}
a.tools.active
{
	background: url("/images/EqippRedesign/btn-tools-active.gif") no-repeat scroll right top transparent;
}


.QIBasisTwoColumn .newBornImprove .leftNav
{
	background: url("/images/EqippRedesign/QiBasics-leftTab-corner.gif") no-repeat scroll left top #D4D4D4;
	width: 212px;
	position: absolute;
	border: none;
	right: 26px;
	top: 0;
	padding-top: 5px;
	display: none;
}
.showDiv
{
	display: block !important;
}
.hideDiv
{
	display: none !important;
}


.comonLeftNavMainBlue
{
	border-right: 6px solid #964294;
}

/*Blue Starts*/


a.keyClini
{
	background: url("/images/EqippRedesign/key-clinical-normal.gif") no-repeat scroll right top transparent;
	color: #000;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 145px;
	text-indent: -9999px;
	width: 20px;
}
a.keyClini.active
{
	background: url("/images/EqippRedesign/key-clinical-active.gif") no-repeat scroll right top transparent;
}
a.caseStudies
{
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background: url("/images/EqippRedesign/btn-casestudies-normal.gif") no-repeat scroll right bottom;
	display: block;
	width: 20px;
	height: 92px;
	text-indent: -9999px;
}
a.caseStudies.active
{
	background: url("/images/EqippRedesign/btn-casestudies-active.gif") no-repeat scroll right bottom;
}
.btnAssessment
{
	float: left;
	border-right: 7px solid #CD470C;
	background-color: #D4D4D4;
	width: 212px;
}
.btnAssessmentBlue
{
	border-right: 6px solid #964294;
}
.btnAssessment a
{
	background: url("/images/EqippRedesign/btnAssment-right-normal.gif") no-repeat scroll right top;
	display: block;
	height: 25px;
	margin: 0 auto;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	line-height: 23px;
	text-decoration: none;
	text-align: center;
	text-indent: 11px;
}
.btnAssessment a:hover
{
	/*background: url("/images/EqippRedesign/btn-list-of-assessment-hover.gif") no-repeat scroll left top;*/
}
.comonLeftNavMainBlue .keyClinical li ul li
{
	background: none repeat scroll 0 0 transparent;
	border-top: 1px solid #FFFFFF;
	margin: 0;
	padding: 0;
	width: 100%;
}
.comonLeftNavMainBlue .keyClinical li ul li a
{
	color: #2B2B2B !important;
}

.comonLeftNavMainBlue .keyClinical li ul li.active
{
	background: url("/images/EqippRedesign/blue-dot.png") no-repeat scroll left 7px transparent;
	font-weight: bold;
}

.QIBasisTwoColumn .newBornImprove .keyClinical li
{
	background: url("/images/EqippRedesign/grey-arow.png") no-repeat scroll 7px 7px #DBDBDB;
	font-weight: normal;
	list-style: none outside none;
}
.keyClinical li a
{
	color: #4B0349 !important;
}
#hide
{
	display: none;
}

/*Popup - clinical Gudie*/
.clinicguideTable
{
	width: 100%;
	background-color: #fff;
}
.clinicguideTable thead
{
	background-color: #e6eeb2;
	text-align: center;
}
.clinicguideTable thead td
{
	padding: 5px 10px;
	position: relative;
}
.clinicguideTable thead td span.qustionMark
{
	background: url("/images/EqippRedesign/qustion-mark.png") left top no-repeat;
	width: 11px;
	height: 11px;
	float: right;
}
.clinicguideTable tbody td
{
	padding: 10px;
	border-bottom: 1px dotted #000;
	font-size: 12px;
	color: #444444;
	text-align: center;
}
.clinicguideTable tbody td.incompleted
{
	color: #0066cc;
}
.clinicguideTable tbody td.completed
{
	background: url("/images/EqippRedesign/completed-tick-mark.png") center 12px no-repeat;
}
.clinicguideTable tbody tr.result
{
	border-top: 2px solid #acc600;
}
.clinicguideTable tbody tr.result td
{
	border: none;
	padding-bottom: 20px;
}

/*Popup - clinical Gudie*/
.assesHistoryTable
{
	width: 100%;
	background-color: #fff;
}
.assesHistoryTable thead
{
	background-color: #e6eeb2;
	text-align: center;
}
.assesHistoryTable thead td
{
	padding: 5px 10px;
	position: relative;
}
.assesHistoryTable thead td span.qustionMark
{
	background: url("/images/EqippRedesign/qustion-mark.png") left top no-repeat;
	width: 11px;
	height: 11px;
	float: right;
}
.assesHistoryTable tbody tr
{
	border-top: 0px solid #acc600;
}
.assesHistoryTable tbody td
{
	padding: 10px;
	font-size: 12px;
	color: #444444;
	text-align: center;
}

.showHideAnswersOff
{
	background: url("/images/EqippRedesign/grey-arow-big.png") no-repeat scroll center top transparent;
	display: block;
	height: 13px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 12px;
}
.showHideAnswers
{
	background: url("/images/EqippRedesign/grey-arow-big-down.png") center top no-repeat !important;
	text-indent: -9999px;
	display: block;
}
.mainAnswer
{
	width: 353px;
	display: none;
}
.mainAnswerOn
{
	display: block;
}

.mainAnswer .heading
{
	font-size: 10px;
	color: #333333;
	background: url("/images/EqippRedesign/smallbox-answer-headBg2.gif") left top no-repeat;
}
.mainAnswer .heading tr td
{
	font-size: 10px;
	color: #333333;
}

.mainAnswer tbody
{
	padding: 0 5px;
}
.mainAnswer tbody tr
{
	background: url("/images/EqippRedesign/smallbox-answer-Bg.gif") #ccc left top repeat-y;
}
.mainAnswer tbody tr td
{
	font-size: 10px;
	color: #333333;
	padding: 10px 0;
}
.mainAnswer tr.botmBg
{
	background: url("/images/EqippRedesign/smallbox-answer-botm.gif") left bottom no-repeat;
}

.mainAnswer tr.botmBg
{
	border: none !important;
	padding: 0;
}
.mainAnswer tr.botmBg td
{
	border: none !important;
	padding: 0;
	line-height: 4px;
}
.answerTd
{
	padding: 0 0 10px 10px !important;
	border-bottom: 2px solid #acc600;
}
.mainAnswer tbody td.completed
{
	background: url("/images/EqippRedesign/completed-tick-mark.png") center 12px no-repeat;
}
.mainAnswer tbody td.crossMark
{
	background: url("/images/EqippRedesign/crosmark.gif") center 11px no-repeat;
}

.qusti
{
	width: 88px;
	padding: 0 !important;
}
.ans
{
	width: 88px;
	padding: 0 !important;
}
.corans
{
	width: 88px;
	padding: 0 !important;
}
.reslt
{
	width: 85px;
	padding: 0 !important;
}

.ProGrphprintBtn
{
	background: url("/images/EqippRedesign/btn-reset-left.png") no-repeat scroll left top transparent;
	float: right;
	margin: 10px 15px 10px 0;
}
.ProGrphprintBtn a
{
	background: url("/images/EqippRedesign/btn-reset-right.png") no-repeat scroll right top transparent;
	color: #000000;
	display: block;
	font-size: 11px;
	height: 17px;
	line-height: 15px;
	margin-right: -5px;
	padding: 0 18px;
	text-decoration: none;
}

.grphshowData .heading
{
	font-weight: bold;
	font-size: 12px;
	color: #010101;
	padding: 10px 0;
}

.showData label.mygrup
{
	background: url("/images/EqippRedesign/dot-spritImg.gif") no-repeat scroll left -20px transparent;
}
.showData label.mychapter
{
	background: url("/images/EqippRedesign/dot-spritImg.gif") no-repeat scroll left -44px transparent;
}
.showData label.mydistrict
{
	background: url("/images/EqippRedesign/dot-spritImg.gif") no-repeat scroll left -68px transparent;
}
.showData label.subscribes
{
	background: url("/images/EqippRedesign/dot-spritImg.gif") no-repeat scroll left -92px transparent;
}
.showData label input
{
	left: -25px;
	position: absolute;
	top: 0px;
}
.update
{
	float: left;
}

.leftNav li ul
{
	margin-left: 0px !important;
}

.leftNav li ul li h2
{
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	padding: 5px 0 2px 10px;
	background: none !important;
}
.leftNav li ul li.active a
{
	background: url("/images/EqippRedesign/blue-dot.png") no-repeat scroll left 3px transparent !important;
	padding-left: 14px !important;
}
.leftNav li ul li.active a
{
}
.leftNav li ul li ul li
{
	margin-left: 10px !important;
}
.navCycle1 li ul
{
	width: 100%;
	float: left;
	border: 0px solid;
}
.navCycle1 li ul li
{
	width: 100% !important;
}
.navCycle1 li ul li ul
{
	width: 94% !important;
	border: 0px solid;
}
.dispBlock
{
	display: block !important;
	margin-left: 5px !important;
}

.toolSection li
{
	width: 100% !important;
	padding: 0 !important;
}
.toolSection li ul
{
	width: 190px;
	padding: 0 !important;
	margin-left: 22px !important;
}
.dispBlock li.completed
{
	background: url("/images/EqippRedesign/completed-tick-mark.png") no-repeat scroll right 5px transparent !important;
}

/*Newborn - Admin - Starts*/
.adminheaderRight
{
	float: left;
	margin-left: 18px;
}
ul.adminTab
{
	position: relative;
	top: -10px;
	margin: 0;
}
.adminTab li
{
	list-style: none;
	display: inline;
	padding-right: 5px;
}
.adminTab li a
{
	background-color: #4D8800;
	border: 1px solid;
	border-bottom: none;
	color: #FFFFFF;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 16px;
	text-decoration: none;
}
.adminTab li a:hover
{
	background-color: #ffffff;
	color: #000;
}
ul.adminTabSec
{
	position: relative;
	top: 0px;
	margin: 7px 0 0 10px;
}
.adminTabSec li
{
	list-style: none;
	display: inline;
	padding-right: 5px;
}
.adminTabSec li a
{
	background-color: #4D8800;
	border: 1px solid;
	border-bottom: none;
	color: #FFFFFF;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 20px;
	text-decoration: none;
}
.adminTabSec li a:hover
{
	background-color: #ffffff;
	color: #000;
}
.adminpageContent
{
	padding: 5px 0;
	font-size: 11px;
}
.adminpageContent div.multiColumn
{
	overflow: hidden;
}
.adminpageContent div.admincontentWrapper
{
	width: 660px;
}

.adminpageContent div.adminAssemsnt
{
	width: 700px;
}

.adminpageContent div.adminleftColumn
{
	float: left;
}
.adminpageContent div.adminrightColumn
{
	float: right;
}
.adminpageContent h3.bar
{
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 17px;
	margin: 10px 0 7px;
	padding: 2px 0 3px 8px;
	background-color: #9fd100;
}
.adminpageContent div.data
{
	margin-bottom: 18px;
}
.adminpageContent div.data .links
{
	margin: -3px 1px 3px 0;
	text-align: right;
}
.adminpageContent table.data
{
	display: block;
	margin-left: 8px;
}
.adminpageContent div.data .links a
{
	padding-left: 7px;
}
.adminpageContent table.data td
{
	padding-bottom: 5px;
	vertical-align: top;
}
.adminpageContent div.data label
{
	font-weight: bold;
	padding-right: 5px;
}
.adminpageContent #pageContent div.form
{
	width: auto;
}
.adminpageContent .form-layout ol, .form-layout ul
{
	line-height: 1.5em;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.adminpageContent .form-layout li
{
	display: block;
	margin-bottom: 8px;
	overflow: hidden;
}
.adminpageContent div.courseForm label
{
	width: 155px;
}
.adminpageContent .form-layout label
{
	display: inline-block;
	float: left;
	padding: 3px 0 0;
}
.adminpageContent .form-layout select
{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #C7C7C7;
	float: left;
	font-size: 12px;
	margin-top: 2px;
	padding: 0;
}
.adminpageContent div.buttons
{
	margin: 20px 0 5px 0;
}
.adminpageContent div.buttons a
{
	margin-right: 10px;
}
.adminpageContent div.linksList
{
	margin: 12px 10px 15px;
}
.adminpageContent div.linksList a
{
	display: block;
	margin-bottom: 10px;
}
.adminpageContent a.button
{
}
.adminpageContent a.button
{
	background-color: #6FAB15 !important;
	color: #FFFFFF;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 5px 13px;
}
.adminpageContent .form
{
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	color: #444444;
	margin-bottom: 25px;
	overflow: hidden;
	padding: 15px;
}

.adminpageContent div.tables
{
	overflow: hidden;
	margin-top: 10px;
}
.adminpageContent div.tables table
{
	display: inline-block;
	float: left;
	margin-right: 35px;
}
.adminpageContent table.data td
{
	padding-bottom: 5px;
	vertical-align: top;
}
.adminpageContent span.csv
{
	background: url("/images/EqippRedesign/csv.gif") no-repeat scroll left center transparent;
	height: 16px;
	padding: 2px 0 2px 12px;
}

div.assessmentForm div.links
{
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 8px;
	padding-top: 4px;
}

/*Newborn - Admin - Ends*/

/****modal window page popup- Start********/
#bgPopup
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #010c09;
	z-index: 1;
	border: 0;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=80);
	opacity: 0.8;
}
#modalLayer
{
	display: none;
	width: 766px;
	margin: 0 auto; /*top:10px !important;*/
	background: transparent;
	height: 100%;
	overflow: visible;
}
div.close
{
	position: absolute;
	right: 31px;
	top: 32px;
	z-index: 1;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	font: verdana; /*display:none;*/
}
div.close a, div.close:visited
{
	color: #000;
	display: block;
	width: 21px;
	cursor: pointer;
	height: 20px;
	text-indent: -999em;
	overflow: hidden;
	text-decoration: none; /* background: url(/images/EqippRedesign/popup-close.gif) no-repeat 0 0;*/
}
#modal
{
	border: none;
	position: absolute;
	z-index: 9999;
}
/****modal window page popup- End********/

/** Edited left Section - Wraper **/
.keyClinical li
{
	padding: 0 !important;
	width: 100% !important;
}
.QIBasisTwoColumn .leftSection .leftNav li.first
{
	margin-left: 0px;
}
.keyClinical li ul
{
	margin-left: 22px !important;
	padding: 0 !important;
	width: 190px;
}
.QIBasisTwoColumn .newBornImprove .keyClinical li ul li.active a
{
	background: url("/images/EqippRedesign/blue-dot.png") no-repeat scroll left 7px transparent !important;
	font-weight: bold;
}
.QIBasisTwoColumn .newBornImprove .keyClinical li ul
{
	display: none;
}
.QIBasisTwoColumn .newBornImprove .keyClinical li.selected
{
	background: url("/images/EqippRedesign/grey-arow-dwn.png") no-repeat scroll 7px 7px #e5e5e5;
}

/*** Model Popup New Styles ***/
/*#bodyTag{ background:none !important;}*/
ul.aboutUsTab
{
	margin-left: 36px;
	padding-top: 10px;
	float: left;
	width: 100%;
}
/*
.aboutUsTab li
{
	display:inline;
	padding-right: 4px;
	float:left;
}
.aboutUsTab li a
{
	display:inline-block;
	background-color:#8fb500;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	padding:6px 8px;
	text-decoration:none;
}
.aboutUsTab li a:hover
{
	background-color:#acc600;
}
*/
li.tabLi
{
	display: inline;
	padding-right: 4px;
	float: left;
}
li.tabLi a
{
	display: inline-block;
	background-color: #8fb500;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 6px 8px;
	text-decoration: none;
}
li.tabLi a:hover
{
	background-color: #acc600;
}
.welcomeInner
{
	/**/
	border: 2px solid #8fb500;
	clear: both;
	margin-left: 3px;
	width: 680px; /* background-color:#dfdfdf;*/
	padding: 10px;
}
.popUpModel
{
	padding: 0 0 0px;
	font-size: 12px;
}
.modelWindowMain
{
}
/*.aboutUsTab li a.active
{
	background-color:#387600;
	float:left;
}*/
li.tabLi a.active
{
	background-color: #387600;
	float: left;
}
.modelWindowMain .topHeading
{
	width: 98%;
	padding: 10px 0;
	font-size: 12px;
	font-weight: bold;
}
.modelWindowMain .topHeading .leftHeading
{
	float: left;
}
.modelWindowMain .topHeading .rightPrint
{
	float: right;
}
.modelWindowMain .modelMIddle2
{
	background: url("/images/EqippRedesign/popup-mid-image.png") repeat-y scroll left top transparent;
	overflow-x: hidden;
	overflow-y: auto; /**/
	width: 701px;
	padding-left: 44px;
}
.modelWindowMain .modelMIddle2 ul
{
	margin-left: 25px;
}

.popModelSurvy .bottomMainContent
{
	margin-left: 13px;
}
.popModelSurvy .modelWraper
{
	float: left;
	height: 590px;
	margin-left: 6px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 706px;
}
.popModelSurvy .modelWraper .bigBoxMain
{
	margin: 0;
}
.popModelSurvy .modelWraper .titleContainer
{
	margin: 0;
}
.popModelSurvy .modelWraper .topSectionQA
{
	margin: 0;
}
.modelMIddle2 .midContentMain
{
	font-size: 12px;
}
.modelMIddle2 .midContentMain .midContentleft
{
	border-bottom: 2px solid grey;
	float: left;
	width: 68%;
}
.modelMIddle2 .midContentMain .midContentleft .greyBorder
{
	border-bottom: 2px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	height: auto;
	float: left;
}
.modelMIddle2 .midContentMain .midContentRight
{
	float: right;
	width: 25%;
	border: 2px solid #d9d9d9;
	background-color: #e0e0e0;
	margin-right: 12px;
	padding: 5px;
}
.modelMIddle2 .midContentMain h1
{
	font-size: 16px;
}
.modelMIddle2 .midContentMain .midContentRight p
{
	padding: 5px 0;
}

.iframepopUpMain
{
	overflow-y: scroll;
	height: 600px;
}

.greyBorder ul
{
	margin: 20px 0;
	margin-left: 19px;
}
.greyBorder ol
{
	margin-bottom: 20px;
	margin-left: 12px;
}
.sendMailDivMain
{
	/*background-color: #E6F1BA;*/
	background-color: #F7FFCB;
	border: 6px solid #FFFFFF;
	padding: 0 0 21px;
	font-size: 12px;
}
.closeBtnDIv
{
	background-color: #ACC600;
	padding: 3px 6px 3px 0;
	text-align: right;
	margin-bottom: 20px;
}
.tblSendMailTable
{
	width: 90%;
	margin: 38px 0 0 35px;
}
.tblSendMailTable2
{
	width: 90%;
	margin: 23px 0 0 35px;
}
.tblSendMailTable td
{
	padding: 4px 0;
}
td.submitBtn
{
	padding-left: 64px;
}
.contactMainDiv
{
	clear: both;
	margin-left: 3px;
	padding: 10px;
	width: 680px;
}
.contactMainDiv .leftDiv
{
	float: left;
	width: 25%;
}
.contactMainDiv .rightDiv
{
	float: right;
	width: 72%;
}
.contactMainDiv .contactPrivacy
{
	border-top: 1px dotted #ccc;
	margin-top: 10px;
	padding: 15px 0 0 0;
}
.contactMainDiv .formBody .formRow
{
	padding: 5px 0;
}
.contactMainDiv .formBody .formRow .labelItems
{
	display: block;
	padding: 5px 0;
}
.formSubmit
{
	background: url("/images/EqippRedesign/green-butn-left.png") no-repeat scroll left top transparent;
	float: left;
}
.formSubmit a
{
	background: url("/images/EqippRedesign/green-butn-right.png") no-repeat scroll right top transparent;
	color: #000000;
	display: block;
	font-size: 11px;
	height: 17px;
	line-height: 15px;
	margin-right: -5px;
	padding: 0 8px;
	text-decoration: none;
}
.contactMainDiv .formBody .formRow .formTextBox
{
	width: 490px;
}
.contactMainDiv .formBody .formRow .formDropdown
{
	width: 495px;
}
.contactMainDiv .formBody .formRow .formTextarea
{
	width: 490px;
}

/*Left Nav - Baseline*/


.QIBasisTwoColumn .newBornImprove .baseLineUl li
{
	/* background: url("/images/EqippRedesign/completed-tick-mark.png") no-repeat scroll right 7px #D4D4D4;*/
	font-weight: normal;
	list-style: none outside none;
}
.QIBasisTwoColumn .newBornImprove .baseLineUl li a
{
	padding-left: 14px;
}

.QIBasisTwoColumn .newBornImprove .baseLineUl li.active a
{
	background: url("/images/EqippRedesign/grey-arow.png") no-repeat scroll 0px 7px #D4D4D4;
}

/*Grid Styles*/

.headerRow th
{
	background-color: #EFF7BB;
	padding: 10px 13px 10px 3px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #EFF7BB;
}
.qualityGapsTable tr td
{
	border: 1px solid #e7e7e7;
}
.qualityGapsTable tr.evenRow td
{
	border: 1px solid #fff;
}

a.unitTab.active
{
	background: url("/images/EqippRedesign/btn-unit-active.gif") no-repeat scroll right top #000000;
}
a.unitTab
{
	background: url("/images/EqippRedesign/btn-unit-normal.gif") no-repeat scroll right top #000000;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 44px;
	text-indent: -9999px;
	width: 20px;
}
.paginationDiv
{
	width: 100%;
}

/********* New Model winodw - Starts ************/

#basic-modal-content
{
	display: none;
}
/* Overlay */
#simplemodal-overlay
{
	background-color: #000;
	cursor: wait;
	opacity: 0.5 !important;
}
/* Container */
#simplemodal-container
{
	/*height:300px; width:395px; padding:12px; color:#000;*/
}
#simplemodal-container .simplemodal-data
{
	/*padding:8px;*/
}
#simplemodal-container code
{
	background: #141414;
	border-left: 3px solid #65B43D;
	color: #bbb;
	display: block;
	font-size: 12px;
	margin-bottom: 12px;
	padding: 4px 6px 6px;
}
/*#simplemodal-container a {color:#ddd;}*/
#simplemodal-container a.modalCloseImg
{
	/*background:url(/images/EqippRedesign/popup-close.gif) no-repeat;*/
	width: 19px;
	height: 17px;
	display: inline;
	z-index: 3200;
	position: absolute;
	right: 26px;
	top: 23px;
	cursor: pointer;
}
#simplemodal-container h3
{
	color: #84b8d9;
}

/********* New Model winodw - Ends ************/

.loginWait
{
	padding: 0 10px;
}
/* Edited for 508 Complaince
a.iframeRemove
{
	background:url(/images/EqippRedesign/popup-close.gif) no-repeat;
	width:19px;
	height:17px;
	display:inline-block;
	float: right;
	padding-right: 44px;
	text-indent:-9999px;
	position: relative;
	top: 33px;
}
*/

a.iframeRemove
{
	width: 19px;
	height: 17px;
	display: inline-block;
	float: right;
	position: relative;
	top: 33px;
	right: 40px;
}

a.bookMarkcloseBtn
{
	width: 19px;
	height: 17px;
	display: inline-block;
	float: right;
	position: relative;
	top: 34px;
	right: 40px;
}

.iframeRemove img
{
	left: 0 !important;
	top: 0 !important;
}
.bookMarkcloseBtn img
{
	left: 0 !important;
	top: 0 !important;
}

.popH1New
{
	float: left;
}

#loginError
{
	font-size: 12px;
	background-color: #fff;
	color: #007DAF !important;
	font-weight: bold;
	padding: 0 0 5px 0;
	text-align: center;
}
.popHeight
{
	float: left;
}
.helpTab
{
	margin-left: 15px !important;
}
.aboutUsTab
{
	position: relative;
}
/*.aboutUsTab li{ display:inline; }*/
li.tabLi
{
	display: inline;
}
.deatilsDiv
{
	display: none;
	position: absolute;
	width: 670px;
	left: 0;
	height: 250px;
	overflow-y: auto;
}
.deatilsDivShow
{
	display: block;
	font-size: 13px;
	border: 2px solid #8fb500;
	padding: 5px;
}
.deatilsDivShow a
{
	background: none !important;
	font-size: 13px !important;
	padding: 0 !important;
	color: #000 !important;
	font-weight: normal !important;
	text-decoration: underline !important;
	line-height: 18px !important;
}
.helpPopContnt .topSection
{
	margin: 10px 20px 5px 20px;
	padding-bottom: 4px;
	width: 679px;
	border-bottom: 2px solid #8fb500;
	float: left;
}
.helpPopContnt .topSection .heading
{
	float: left;
	font-size: 12px;
	font-weight: bold;
}
.helpPopContnt .topSection .print
{
	float: right;
	font-size: 12px;
	font-weight: bold;
}
.aboutPopContnt
{
	margin-left: 32px;
}
.aboutPopContnt .topSection
{
	margin: 10px 20px 5px 20px;
	padding-bottom: 4px;
	width: 679px;
	border-bottom: 2px solid #8fb500;
	float: left;
}
.aboutPopContnt .topSection .heading
{
	float: left;
	font-size: 12px;
	font-weight: bold;
}
.aboutPopContnt .topSection .print
{
	float: right;
	font-size: 12px;
	font-weight: bold;
}

.hoverLink
{
	background-color: #407d00 !important;
}


/************BookMark styles--start*************/
div.form-row
{
	margin-bottom: 5px;
	overflow: hidden;
}
div.spaced
{
	margin-bottom: 15px !important;
}

div.form-row label
{
	display: block;
	margin-bottom: 0px;
	float: left;
}

div.form-row span
{
	display: block;
	float: left;
}

div.form-row textarea
{
	display: block;
	float: left;
}
/************BookMark styles--end*************/
.wait
{
	display: none;
	text-align: center;
}
.wait table
{
	background: url( "/images/EqippRedesign/spinner.gif" ) no-repeat;
	margin: 0 auto;
}
.wait table td
{
	padding-left: 20px;
}
/*************** Admin CSS - [Manage Courses] ****************/
.form-layout ul li label
{
	display: inline-block;
	width: 100px;
}
.form-layout ul li input
{
	width: 250px;
}
.form-layout ul li span.checkbox input
{
	width: auto;
}
.adminpageContent .breadcrumb ul li
{
	list-style: none;
	display: inline;
	margin-right: 10px;
	padding-left: 8px;
	background: url("/images/EqippRedesign/bred-arow.gif" ) no-repeat left 3px;
}
.adminpageContent .breadcrumb ul li.last
{
	font-weight: bold;
	color: #999999;
}
.adminpageContent div.data .bottom
{
	padding: 5px 0;
}
.adminpageContent div.data .richText
{
	padding: 5px 0 20px 0;
}
.adminpageContent div.data .dividerLabel
{
	padding: 5px 0;
}
.adminpageContent div.data .bottom .left
{
	float: left;
}
.adminpageContent div.data .bottom .right
{
	float: right;
}
.adminpageContent div.data .bottom .right span
{
	display: inline-block;
}
.adminpageContent div.data .bottom .right a
{
	padding: 0 10px;
}
.adminpageContent a.add
{
	background-color: #6FAB15 !important;
	color: #FFFFFF;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 5px 13px;
}
.liHighlight .LeftNavhighlight
{
	background-color: #fff;
	color: #000;
}
.courseTitle
{
	float: left;
	width: 100%;
	font-size: 11px;
	font-style: italic;
	padding: 20px 0 0 10px;
}
.dialog
{
	margin: 15px 0;
	color: #333333;
	font-size: 12px;
}
.dialog label
{
	display: block;
	padding: 5px 0;
}
.dialog .buttons
{
	padding: 5px 0;
}
.questionLabel
{
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding: 5px 0;
	float: left;
	width: 100%;
	clear: both;
}

.subSectionQA
{
	background: url("/images/EqippRedesign/gray-box-top.gif") no-repeat scroll left top transparent;
	float: left;
	width: 686px;
}

#pageContent
{
	/*background: url("/images/EqippRedesign/gray-box-mid.gif") repeat-y scroll left top transparent;*/
	background-color: #e7e7e7;
	color: #333333;
	font-size: 12px;
	padding: 8px;
	border: 1px solid #b9b9b9;
}
.bookmarks
{
	float: left;
	width: 100%;
}
.pagination
{
	float: left;
	text-align: right; /*width: 100%;*/
	margin: 10px 0;
}
.prntPage
{
}
.bookmarks .header
{
	padding: 10px 0;
}
.newContnt
{
	float: left;
	padding: 0 20px;
	width: 96%;
}
.bookmark
{
	width: 100%;
	float: left;
}
.wrperHomeGrid span.courseTitle
{
	color: #002C92;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	font-style: normal;
}
.btnAlign
{
	position: relative;
	margin-top: 10px;
}
.btnAlign .printBtn
{
	right: 4px;
}
/*=============== Question Answer =================*/
.topFeildSet
{
	float: right;
	width: 100%;
}
.overViewFeildSet
{
	float: right;
}
.phQuestionJump
{
	float: right;
}
.PageAction
{
	float: left;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.brdrBotm
{
	border-bottom: 1px solid #999999;
	margin-top: 15px;
}
.PageAction .left .print
{
	float: right;
	padding-right: 5px;
}
.PageAction .left .bookmarks
{
	width: auto;
}
.actionLinks
{
	float: left;
	margin-bottom: 15px;
	width: 100%;
}
.actionLinks .right
{
	float: right;
}
.actionLinks .left
{
	float: left;
}
.actionLinks .item
{
	/*float:right;*/
	padding-right: 20px;
}
.actionLinks .toggle
{
	float: right;
}
.tableQAnswer .selection
{
	padding-right: 10px;
}
img.tickGMark
{
	padding-right: 4px;
}
.lblMode
{
	padding-right: 4px;
}
.leftPad .tableLeftPaded
{
	margin-left: 26px;
}

.dialog
{
	color: #555555;
	display: none;
	line-height: 1.4em;
	margin-bottom: 10px;
	margin-top: 10px;
}
.dialog label
{
	display: block;
	font-weight: bold;
	margin-bottom: 1em;
}
.dialog div.buttons
{
	margin-bottom: 0;
}
.progressBar
{
	float: left;
	font-size: 11px;
	width: 100%;
}
div.progressBar label
{
	font-weight: bold;
	margin-right: 0;
	text-transform: uppercase;
}
div.progressBar span.item
{
	margin-left: 10px;
	margin-right: 2px;
}
div.progressBar span.value
{
	font-weight: bold;
}
.Questions
{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
div.userQuestion table.answer td.selection
{
	line-height: 1.5em;
	padding: 4px 0 5px 0;
	vertical-align: top;
	text-align: right;
}
div.userQuestion table.answer td.letter
{
	font-weight: bold;
	padding: 3px 6px 5px 0;
	vertical-align: top;
}
div.userQuestion table.answer td.text
{
	vertical-align: top;
	padding: 1px 6px 5px 0;
}
div.userQuestion table.answer td.selection input
{
	/* display: block;*/
	height: 16px;
	margin: 1px;
	padding: 0;
	width: 20px;
	position: relative;
	top: -2px;
}
div.userQuestion table.answer td.text p
{
	margin: 0;
	padding: 0;
}
.Answers
{
	float: left;
	margin: 10px 0;
	width: 100%;
}
.answers textarea
{
	height: 70px;
	width: 450px;
}
.Answers h2
{
	padding: 3px 0;
	margin: 0;
	font-size: 11px;
}
table.summary
{
	margin-bottom: 15px;
	margin-top: 10px;
	width: 100%;
}
table.summary tr.header
{
	background: none repeat scroll 0 0 #999999;
}
table.summary th
{
	border-bottom: 2px solid #7e7e7e;
	border-top: 2px solid #7e7e7e;
	line-height: 2em;
	padding: 0 10px;
	font-weight: normal;
	color: #fff;
	text-align: left;
}
table.summary td
{
	border-bottom: 1px solid #999999;
	line-height: 2em;
	padding: 0 10px 0 15px;
}
table.summary strong
{
}
.assessHistory h2
{
	padding: 3px 0;
	margin: 0;
	font-size: 11px;
}
table.summary tr.current
{
	background: none repeat scroll 0 0 #E6EEB2;
}
.topSectionQA
{
	float: left;
	width: 100%;
	font-size: 11px;
	margin-bottom: 15px;
}
.subSectionQA .botomBg
{
	background: url("/images/EqippRedesign/gray-box-bottom.gif") no-repeat scroll left top transparent;
	height: 3px;
}

span.print
{
	background: url("/images/EqippRedesign/print-icon.png") no-repeat scroll left center transparent;
	height: 14px;
	padding-left: 22px;
}
div.titleContainer
{
	overflow: hidden;
	margin-top: 10px;
}
div.titleContainer option
{
	background-color:#ffffff;
}
div.titleContainer div.titleSection
{
	float: left;
	margin-bottom: 0;
	width: 295px;
}
div.titleContainer div.titleSection h1
{
	color: #92278F;
	float: left;
	font-size: 14px;
}
div.titleContainer fieldset
{
	display: block;
	float: right;
}
.question p
{
	padding: 0;
}
.plsWait
{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.loginTxtContnr
{
	font-size: 13px;
	font-style: italic;
}
.adminMainInner
{
	width: 98%;
	margin-top: 30px;
}
.bookmarkFormCls
{
	display: none;
	font-size: 12px;
	border-bottom: 2px solid #ACC600;
	border-top: 2px solid #ACC600;
	padding: 10px 0;
}
.popButtons
{
	margin-top: 15px;
}
.popButtons .editBtn
{
	float: left;
	right: -14px;
	top: 1px;
}
.popButtons a
{
	color: #000 !important;
}
.hideDiv
{
	display: none;
}
.newContnt .pagination
{
	border-bottom: 1px dotted;
	padding-bottom: 10px;
}
.helpPopContnt
{
	margin-left: 32px;
}


/********* Search Result ************/

.result
{
	margin-bottom: 20px;
}
.result .heading
{
	font-size: 14px;
	color: #e44c16;
	font-family: Georgia;
}
.result p
{
	color: #4b3e35;
	padding-bottom: 2px;
}

.DateImage
{
	float: left;
}

label.searchDate
{
	font-weight: bold;
	font-size: 11px; /*padding-left: 15px;*/
}
.paginations
{
	width: 450px;
	margin: 20px auto 0;
	float: right;
}
.paginations li
{
	list-style: none;
	display: inline-block; /*background: url( "/images/novartisMedicamente/search-result-top-leftBg.gif" ) no-repeat scroll left top transparent;*/
	height: 24px;
	font-family: Verdana;
}
.paginations li a
{
	line-height: 21px;
	height: 24px;
	color: #007DAF;
	text-decoration: none;
	width: 20px;
	float: left;
	text-align: center;
}

.paginations li a.prev
{
	line-height: 21px;
	height: 24px;
	color: #007DAF;
	text-decoration: none;
	width: 70px;
	float: left;
	text-align: center;
}
.paginations li a.next
{
	line-height: 21px;
	height: 24px;
	color: #007DAF;
	text-decoration: none;
	width: 70px;
	float: left;
	text-align: center;
}
.paginations li span.current
{
	float: left;
	background: url( "/images/novartisMedicamente/pagintionBg.gif" ) no-repeat scroll right top transparent;
	line-height: 21px;
	height: 24px;
	width: 34px;
	text-align: center;
}

.paginations li a:hover
{
	color: #7d695a;
}
.paginations li a.active
{
	color: #7d695a;
}

/* Dialog
----------------------------------*/
.ui-dialog
{
	position: absolute;
	padding: .2em;
	width: 300px;
	overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar
{
	padding: .5em 1em .3em;
	position: relative;
}
.ui-dialog .ui-dialog-title
{
	float: left;
	margin: .1em 16px .2em 0;
}
.ui-dialog .ui-dialog-titlebar-close
{
	position: absolute;
	right: .3em;
	top: 50%;
	width: 19px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span
{
	display: block;
	margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus
{
	padding: 0;
}
.ui-dialog .ui-dialog-content
{
	border: 0;
	padding: .5em 1em 0 1em;
	background: none;
	overflow: hidden;
	zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane
{
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin: .5em 0 0 0;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane button
{
	float: right;
	margin: .5em .4em .5em 0;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	line-height: 1.4em;
	width: auto;
	overflow: visible;
}
.ui-dialog .ui-resizable-se
{
	width: 14px;
	height: 14px;
	right: 3px;
	bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar
{
	cursor: move;
}

.serchSection
{
	float: left;
	width: 300px;
	position: relative;
	padding-bottom: 12px;
}
.srchBtn
{
	top: 3px;
}
.SearchResults
{
	width: 100%;
	float: left;
	border-top: 1px solid #ccc;
}
.SearchResults .result
{
	margin-top: 20px;
}
.SearchResults .result a
{
	font-family: Verdana;
	color: #007DAF;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
/*Style for KCA and CaseStudies*/
.discrimain
{
	padding: 0 10px 5px 24px;
	line-height: 17px;
}
.discrimain img
{
	float: left;
	margin: 5px 8px 0 0;
}
.discrimain .sectionTitle
{
	font-family: Verdana;
	font-size: 12px;
	display: block;
	padding-bottom: 5px;
}
.bottomMainContent span
{
	color: inherit;
	display: inline-block;
	font-size: 12px; /* padding: 8px 0;*/
}
.rightSection p
{
	line-height: 18px;
}
.caseStdyKca
{
	font-family: Verdana;
	font-size: 12px;
}
.caseStdyKca ul
{
	margin-top: 5px;
}
.caseStdyKca ul li
{
	list-style: none;
	padding: 3px 0;
}
.caseStdyKca ul li a
{
	/*color: #0066CC;*/
}
a.caseactive
{
	color: #000 !important;
	text-decoration: underline !important;
}
.eqippGrups
{
	font-size: 12px;
}


.prntBtnMain
{
	background: url("/images/EqippRedesign/btn-reset-left.png") no-repeat scroll left top transparent;
	position: absolute;
	right: 35px;
	margin: 10px 0;
	z-index: 10;
}
.prntBtnMain a
{
	background: url("/images/EqippRedesign/btn-reset-right.png") no-repeat scroll right top transparent;
	color: #000000;
	display: block;
	font-size: 11px;
	height: 17px;
	line-height: 15px;
	margin-right: -5px;
	padding: 0 18px;
	text-decoration: none;
}
table.members
{
	width: 100%;
	margin: 10px 0;
}
table.members td
{
	padding: 5px 0;
}
.header th
{
	text-align: left;
}
.Questions .section a
{
	font-weight: bold;
	font-style: italic;
}
.Questions .section a p span, p
{
	padding: 0;
}
.Questions .section
{
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
.Questions .section .userQuestion .questionLabel
{
	padding-bottom: 5px;
}


.anchorHeader
{
	cursor: auto;
	padding-left: 8px;
	text-decoration: none !important;
}
.psurveyMain
{
	padding: 0 !important;
}
.practiceSurvey .Questions .section
{
	border: none;
	padding: 0;
	margin-top: 5px;
}
.userQuestion
{
	padding: 0 8px;
}
.practiceSurvey a.anchorHeader
{
	border-top: 2px solid #acc600;
	border-bottom: 2px solid #acc600;
	padding: 10px 0 10px 30px;
	display: block;
	background: url("/images/EqippRedesign/grey-arow-big.png") no-repeat scroll 10px 14px #e6eeb2;
	font-size: 12px;
	font-weight: bold;
	color: #003eb1;
	text-decoration: none;
}
.practiceSurvey a.active
{
	background: url("/images/EqippRedesign/grey-arow-big-down.png") no-repeat scroll 10px 14px;
	border: none;
}
.practiceSurvey .clinicalBtn
{
	margin-left: 10px;
}
.survyShow
{
	display: block !important;
}
.popUpBgChange
{
	background: none !important;
}
.nonGap
{
	margin: 0 !important;
}
.keyClinical li.active ul
{
	display: block !important;
}
.checkPoint
{
	border: 1px solid !important;
	margin: 10px;
	background: url("/images/EqippRedesign/checkPoint.gif") no-repeat scroll 15px 13px transparent;
	padding-left: 70px;
}
.deatilsDiv ul
{
	margin-left: 20px;
}
.deatilsDiv img
{
	padding: 5px;
	border: none;
}
.printMain
{
	float: left;
	margin: 10px 0 20px 0;
	position: relative;
	width: 94%;
}
.printMain .prntBtnMain
{
	right: 0;
	margin: 0;
}
.logos
{
	float: right;
	margin: 0 auto;
	padding: 7px;
	width: 22%;
}
.popBookmark
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	float: left;
}
#coverLayer, .coverLayer
{
	background: url("/images/EqippRedesign/transBg.png") repeat;
	cursor: wait;
	left: 0;
	min-height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 101;
}
#popupwrapper
{
	width: 800px;
}
.runChart
{
	padding: 0 10px;
}
.dynamicBoxBtns
{
	margin: 10px 0;
	background-color: #e6eeb3;
	padding: 14px 0;
	position: relative;
}
table.checkBoxTable tr td
{
	padding: 4px 0;
}
.checkBoxHolderTable td label
{
	margin: 0 5px 0 2px;
}
.checkBoxHolderTable td input
{
	position: relative;
	top: 2px;
}
.dynicBotmBtn
{
	margin-bottom: 0;
}
.checkBoxTable
{
	width: 100%;
}
#annotationText
{
	background-color: #e6eeb3;
	float: right;
	height: 120px;
	margin-right: 13px;
	margin-top: 25px;
	overflow: auto;
	padding: 5px;
	width: 150px;
}
a.toggleBtn
{
	/*color: #0066CC;*/
	font-size: 12px;
	display: block;
}

.myEqippGroup
{
	background: url("/images/EqippRedesign/myeqipGropBg.gif") no-repeat scroll left top transparent;
	margin-top: 20px;
	padding-top: 3px;
	width: 939px;
}
.mGrouphead
{
	padding: 5px 10px;
	background-color: #6d8600;
	border: 1px solid #809400;
	border-bottom: none;
	border-top: none;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
.myEqippGroup tbody tr td
{
	padding: 6px 10px;
	vertical-align: top;
	position: relative;
}
.myEqippGroup tbody tr td span
{
	padding: 5px 0 5px 17px;
	display: block;
}

.aceesReport
{
	background: url("/images/EqippRedesign/btn-reset-left.png") no-repeat scroll left top transparent;
	position: absolute;
}
.aceesReport a
{
	background: url("/images/EqippRedesign/btn-reset-right.png") no-repeat scroll right top transparent;
	color: #000000;
	display: block;
	font-size: 11px;
	height: 17px;
	line-height: 15px;
	margin-right: -5px;
	padding: 0 8px;
	text-decoration: none;
	color: #000;
}
/*.myGroupFirst
{
	width:30%;
}
.myGroupSecond
{
	width:55%;
}*/
.eqippGrups
{
	background: url("/images/EqippRedesign/myeqipGropBgBottom.gif") repeat-y scroll left top transparent;
}
.eqippGrups .grnBorderTd
{
	border-bottom: 2px solid #acc600;
	padding: 0;
}
.myGrpBotmBGImg
{
	background: url("/images/EqippRedesign/myeqipGropBgBottomBorder.gif") no-repeat scroll left bottom transparent;
	height: 4px;
}
.memberDataDetails
{
	display: none;
}
.memDataDiv
{
	padding: 10px;
	background-color: #fff;
	position: relative;
	margin-top: 10px;
}
.arowMarkClick
{
	background: url("/images/EqippRedesign/grey-arow-big.png") no-repeat scroll left 6px transparent;
	cursor: pointer;
}
.arowMarkClickDown
{
	background: url("/images/EqippRedesign/grey-arow-big-down.png") no-repeat scroll left 6px transparent;
	cursor: pointer;
}
.memberDataDetails td
{
	padding-top: 0 !important;
}
.memberDatilsTable tbody td
{
	padding: 6px 0 6px 5px !important;
	position: relative !important;
}
.memberDatilsTable thead
{
	background-color: #e6eeb2;
	font-size: 10px;
}
.memberDatilsTable thead td
{
	padding: 6px 5px !important;
}
.memberDatilsTable tbody td span
{
	padding: 3px 0 !important;
	width: 168px;
}

.memberDatilsTable tbody tr
{
	border-bottom: 1px dotted #000;
}
.enterDataGreen
{
	background: url("/images/EqippRedesign/green-butn-left.png") no-repeat scroll left top transparent;
	position: absolute;
}
.enterDataGreen a
{
	background: url("/images/EqippRedesign/green-butn-right.png") no-repeat scroll right top transparent;
	color: #000000;
	display: block;
	font-size: 11px;
	height: 17px;
	line-height: 15px;
	margin-right: -5px;
	padding: 0 8px;
	text-decoration: none;
	color: #000;
}
.closedSecond
{
	margin-top: 5px;
	text-align: center;
}
.tblmemberflow
{
	margin: 0 0 0 35px;
}
.addaMember
{
	background: url("/images/EqippRedesign/btn-reset-left.png") no-repeat scroll left top transparent;
	position: absolute;
	top: -23px;
}

.addaMember a
{
	background: url("/images/EqippRedesign/btn-reset-right.png") no-repeat scroll right top transparent;
	color: #000000;
	display: block;
	font-size: 11px;
	height: 17px;
	line-height: 15px;
	margin-right: -5px;
	padding: 0 8px;
	text-decoration: none;
}
.surveyMain .MainSection
{
	margin-top: 3px;
}
.surveyMain .MainSection a.mainHeading
{
	border-top: 2px solid #acc600;
	border-bottom: 2px solid #acc600;
	padding: 10px 0 10px 30px;
	display: block;
	background: url("/images/EqippRedesign/grey-arow-big.png") no-repeat scroll 10px 11px #e6eeb2;
	margin: 0 1px;
	font-size: 12px;
	font-weight: bold;
	color: #003eb1;
	text-decoration: none;
}
.surveyMain .MainSection a.mainHeading .active
{
	background: url("/images/EqippRedesign/grey-arow-big-down.png") no-repeat scroll 10px 11px;
	border: none;
}
.surveyMain .MainSection .subSection
{
	margin: 0 0 15px 30px;
	display: none;
}
.surveyMain .MainSection .subSection label
{
	font-size: 12px;
	padding-right: 30px;
	color: #000;
}
.showHideBaseLineData .BaseLineData
{
	display: block;
	margin: 10px 0;
}
.showHideBaseLineData .toggle-view
{
	/*color: #0066CC;*/
	font-size: 11px;
	font-weight: bold;
}
.anchorHide
{
	display: none;
}
.qualityGaps .qualityGapsTable
{
	border: medium none !important;
}

/*.headerMain .tabMain
{
	height: 31px;
	position: relative;
	top: -24px;
}*/


.headerMain ul.tabMain li
{
	position: relative;
}


* + html .headerMain ul.tabMain li img
{
	position: absolute;
	left: 0;
	bottom: -37px;
}
/* for IE7 */

.progressBar span.item, span.value
{
	padding: 0;
}

.keyClinicTooltip
{
	position: relative;
}
.keyToolTipContent
{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #000000;
	display: block;
	font-size: 11px;
	font-weight: normal;
	left: 23px;
	padding: 10px;
	position: absolute;
	top: 24px;
	width: 250px;
	display: none;
}
.toolTipContent
{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #000000;
	position: absolute;
}

.aftrBodyBg
{
	background: url("/images/EqippRedesign/popBgPNG.png") repeat scroll left top transparent;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

.showAlertPop
{
	background-color: #FFFFFF;
	display: block !important;
	padding: 12px;
	visibility: visible;
	width: 400px;
	z-index: 101;
}
.showLearningPlan
{
	display: block !important;
	z-index: 101;
}
.hideAlertPop
{
	visibility: hidden !important;
	display: none !important;
}
.rightColumn .rightBoxDiv ul
{
	margin: 0;
}
.comonLeftNav ul
{
	margin: 0;
}
.comingSoon ul
{
	margin: 0;
}
.comingSoon ul a
{
	display: block;
}

/**** Analize Musure New - Popup ****/
.anlizMesure
{
	padding: 20px;
}
.slectMesureDropDownDiv
{
	float: right;
	text-align: right;
	width: 100%;
	margin: 10px 0;
}
.anlizMesure .checkBoxHolder
{
	float: right;
	padding: 0 0 10px;
}
.tbleMesureList
{
	width: 100%;
}
.tbleMesureList thead tr td
{
	background-color: #E6EEB2;
	padding: 4px;
}
.tbleMesureList tbody tr td
{
	background-color: #fff;
	padding: 4px;
}
.tbleMesureList .alternate
{
	background-color: #E7E7E7;
}
/**** Code Snippet Starts ******/

.expandCodeSnippet
{
	margin: 10px 10px 0px 0px;
	clear: both;
	/*float:left;*/
	width:100%;
}
.headSection
{
	/*background: url("/images/EqippRedesign/codeSnippetHeadLeft.png") no-repeat scroll left top transparent;
    float: left;
    width: 670px;*/
    padding-right: 5px;
    position: relative;
    z-index: 10;
}

.snipetHeading
{
	background: url("/images/EqippRedesign/codeSnippetHeadRight.png") no-repeat scroll right top transparent;
    color: #444444;
    float: left;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    height: 27px;
    line-height: 27px !important;
    padding: 0 8px 0 2px !important;
    width: 100%;
}
.snipetContent
{
	padding: 10px 20px 0;
	background: url("/images/EqippRedesign/codeShippertBotomRight.png") no-repeat scroll right bottom #f4f4f4;
	margin-right: -6px;
}
.snipetContent p
{
	padding: 10px 0;
}
.snipetContent ul
{
	color: #444444;
	font-size: 12px;
	font-family: Verdana;
	line-height: 20px;
	padding: 0 10px;
}
.snipetContent ul li
{
	padding: 5px 0;
}
.sniptBotmCorner
{
	background: url("/images/EqippRedesign/codeShippertBotomRight.png") no-repeat scroll right bottom transparent;
	bottom: 0;
	height: 10px;
	position: absolute;
	right: -6px;
	width: 8px;
}
.snipetHeading a
{
	background: url("/images/EqippRedesign/codeSnippetHeadLeft-RightArow.png") no-repeat scroll left top transparent;
	color: #444444;
	padding-left: 25px;
	text-decoration: none !important;
	display:block;
}
.snipetHeading a.active
{
	background: url("/images/EqippRedesign/codeSnippetHeadLeft-DownArow.png") no-repeat scroll left top transparent;
}
.snipetAnchor:visited
{
	color: #444444 !important;
}
.snipetContentMain
{
	background: url("/images/EqippRedesign/codeShippertBotomLeft.png") no-repeat scroll left bottom transparent;
    display: none;
    float: left;
    padding-bottom: 10px;
    position: relative;
    top: -6px;
    /*width: 674px;*/
    margin-bottom:10px;
	width:100%;
}
.ImageAlignRight
{
	float: right;
}
.superMain
{
	float: left;
	width: 100%;
}
.prntbtnpos
{
	position: relative;
}

.userLabel
{
	display: none;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.fwtxtRightUtilityBoxCls
{
	margin: 0 auto;
	display: block; /*padding:5px;*/
}
.fwtxtRightUtilityBoxCls p
{
	padding: 8px 10px;
}

.rightBoxDiv .fwtxtRightUtilityBoxCls h3
{
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	padding: 9px 0 5px 10px;
}

.checkBoxHolderTable
{
	width: 100%;
}
.showData label
{
	background: url("/images/EqippRedesign/dot-spritImg.gif") no-repeat scroll left 4px transparent;
	padding: 3px 0 3px 17px;
	position: relative;
}
.grphImg
{
	float: left;
	width: 500px;
	text-align: center;
	padding-top: 4px;
}
.grphshowData
{
	float: right;
	width: 174px;
}
.gvUserAnalyzeDatakca
{
	text-align: left;
}
.arowMarkFocus
{
	text-decoration: none !important;
}

.identifygapcellcolor
{
	color: #fc1d1d;
}
.observeNotelblNo
{
	left: -20px;
	position: absolute;
}
.printActive
{
	background: url("/images/EqippRedesign/btn-reset-left-hover.png") no-repeat scroll left top transparent !important;
}
.printActive a
{
	background: url("/images/EqippRedesign/btn-reset-right-hover.png") no-repeat scroll right top transparent !important;
	color: #fff;
}
a.acnhorFocus
{
	font-size: 0;
	line-height: 0;
}
.QIBasisTwoColumn .newBornImprove .navCycle1 li ul li.active a
{
	background: url("/images/EqippRedesign/browne-arow.png") no-repeat scroll left 1px transparent !important;
}
.bookmarkSuccess
{
	min-height: 65px;
	padding: 12px;
}

a.keyCliniAsthma.active
{
}

a.keyCliniAsthma
{
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	width: 20px;
}
.bookMrkTitle
{
	float: left;
}
.addAnotherIdeaBtncls
{
	background: url("/images/EqippRedesign/btn-reset-left.png") no-repeat scroll 0 0 transparent;
	float: left; /* position: relative;*/
	top: 9px;
}
.addAnotherIdeaBtncls a
{
	background: url("/images/EqippRedesign/btn-reset-right.png") no-repeat scroll right top transparent;
	color: #000000;
	display: block;
	font-size: 11px;
	font-weight: normal;
	height: 17px;
	line-height: 15px;
	margin-right: -5px;
	padding: 0 18px;
	text-decoration: none;
}

/*Popup - clinical Gudie*/
.clinicguideAssesment
{
	width: 100%;
	background-color: #fff;
}
.clinicguideAssesment thead
{
	background-color: #e6eeb2;
	text-align: center;
}
.clinicguideAssesment thead th
{
	padding: 0 10px;
	position: relative;
	border: none;
	font-size: 10px;
	font-family: Verdana;
	color: #333333;
	font-weight: normal;
}
.clinicguideAssesment thead th span.qustionMark
{
	background: url("/images/EqippRedesign/qustion-mark.png") left top no-repeat;
	width: 11px;
	height: 11px;
	float: right;
}
.clinicguideAssesment tbody td
{
	padding: 10px;
	border-bottom: 1px dotted #000;
	font-size: 12px;
	color: #444444;
	text-align: center;
	border: none;
}
.clinicguideAssesment tfoot td
{
	padding: 10px;
	border-bottom: 1px dotted #000;
	font-size: 12px;
	color: #444444;
	text-align: center;
	border: none;
}
.clinicguideAssesment tbody td.incompleted
{
	color: #0066cc;
}
.clinicguideAssesment tbody td.completed
{
	background: url("/images/EqippRedesign/completed-tick-mark.png") center 12px no-repeat;
}
.clinicguideAssesment tbody tr.result
{
	border-top: 2px solid #acc600;
}
.clinicguideAssesment tbody tr.result td
{
	border: none;
	padding-bottom: 20px;
}
.clinicguideAssesment tfoot td:first-child, .clinicguideAssesment tbody td:first-child, .clinicguideAssesment thead th:first-child
{
	width: auto;
	padding: 0;
}
.clinicguideAssesment tfoot td:last-child
{
	width: 155px;
}
.clinicguideAssesment tfoot
{
	border-top: 2px solid #acc600;
}
.clinicguideAssesment thead th:nth-child(2)
{
	text-align: left;
}
.courseClinicguide
{
	border-bottom: 2px solid #acc600;
}
.viewsummary
{
	width: 100%;
}
.viewsummary tr th
{
	background-color: #E6EEB2;
	text-align: center;
	color: #303030;
	font-size: 10px;
	font-weight: normal;
	padding: 5px 10px;
}
.viewsummary tr td
{
	color: #444444;
	font-size: 12px;
	padding: 10px;
	text-align: center;
}
.viewsummary .viewDtailsTr
{
	border-bottom: 2px solid #ACC600;
	vertical-align: top;
}
.showHideAnswersOff
{
	background: url("/images/EqippRedesign/grey-arow-big.png") no-repeat scroll center top transparent;
	display: block;
	height: 13px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 12px;
}
.showHideTRTD
{
	position: relative;
}

.showHidemainAnswer
{
	width: 353px;
	display: none;
	background: url("/images/EqippRedesign/smallbox-answer-headBg2.gif") left top no-repeat;
	margin-bottom: 10px;
}
.mainAnswerOn
{
	display: block;
}

.showHidemainAnswer thead
{
	font-size: 10px;
	color: #333333;
}
.showHidemainAnswer .heading tr td
{
	font-size: 10px;
	color: #333333;
}

.showHidemainAnswer tbody
{
	padding: 0 5px;
}
.showHidemainAnswer tbody tr
{
	background: url("/images/EqippRedesign/smallbox-answer-Bg.gif") #ccc left top repeat-y;
}
.showHidemainAnswer tbody tr td
{
	font-size: 10px;
	color: #333333;
	padding: 10px 0;
}
.showHidemainAnswer tr.botmBg
{
	background: url("/images/EqippRedesign/smallbox-answer-botm.gif") left bottom no-repeat;
}

.showHidemainAnswer tr.botmBg
{
	border: none !important;
	padding: 0;
}
.showHidemainAnswer tr.botmBg td
{
	border: none !important;
	padding: 0;
	line-height: 4px;
}
.answerTd
{
	padding: 0 0 10px 10px !important;
	border-bottom: 2px solid #acc600;
}
.showHidemainAnswer tbody td.completed
{
	background: url("/images/EqippRedesign/completed-tick-mark.png") center 2px no-repeat;
}
.showHidemainAnswer tbody td.crossMark
{
	background: url("/images/EqippRedesign/crosmark.gif") center 3px no-repeat;
}

.viewDtailsTr td
{
	border: medium none !important;
	padding: 2px 33px !important;
}
.showHidemainAnswer tbody tr
{
	background: url("/images/EqippRedesign/smallbox-answer-Bg.gif") repeat-y scroll left top #ffffff;
}
.showHidemainAnswer thead tr td
{
	color: #333333;
	font-size: 10px;
}
.showHidemainAnswer tbody tr:last-child
{
	background: url("/images/EqippRedesign/smallbox-answer-botm.gif") no-repeat scroll left bottom #e7e7e7;
}
.butncontinue
{
	background: url("/images/EqippRedesign/green-butn-left.png") no-repeat scroll left top transparent;
	float: left;
	margin: 10px;
}
.butncontinue a
{
	background: url("/images/EqippRedesign/green-butn-right.png") no-repeat scroll right top transparent;
	border: medium none;
	color: #000000;
	display: block;
	font-size: 11px;
	height: 17px;
	line-height: 15px;
	margin-right: -5px;
	padding: 0 8px;
	text-decoration: none;
}
.butnRetake
{
	background: url("/images/EqippRedesign/btn-reset-left.png") no-repeat scroll left top transparent;
	float: left;
	margin: 10px;
}
.butnRetake a
{
	background: url("/images/EqippRedesign/btn-reset-right.png") no-repeat scroll right top transparent;
	border: medium none;
	color: #000000;
	display: block;
	font-size: 11px;
	height: 17px;
	line-height: 15px;
	margin-right: -5px;
	padding: 0 18px;
	text-decoration: none;
}
a.viewcloseBtn
{
	display: inline-block;
	float: right;
	height: 17px;
	position: relative;
	right: 40px;
	top: 34px;
	width: 19px;
}
.viewcloseBtn img
{
	left: 0 !important;
	top: 0 !important;
}

/************* For Model window updated ***************/
.popUpBgChange .modelWraper #pageContent, .popUpBgChange .modelWraper .subSectionQA .botomBg, .popUpBgChange .modelWraper .bigBoxMain, .popUpBgChange .modelWraper .subSectionQA
{
	/*border: none;
	background: none;*/
}
.popUpBgChange .modelContent
{
	border-bottom: 2px solid #acc600;
	min-height: 49px;
	padding-bottom: 5px;
}
#popupwrapper .welcomeInner
{
	border: none;
}
#popupwrapper .welcomeInner h2
{
	padding: 0 0 5px;
}
.fwtxtTracksEmptyCls
{
	padding: 8px 10px;
	display: block;
}
.fwtxtRightUtilityBoxEmptyCls
{
	padding: 8px 10px;
	display: block;
}


.statusMsgOnly
{
	width: 686px;
}
.bigBoxMain a.simplemodal-close
{
	display: inline-block;
	height: 17px;
	position: absolute;
	right: 7px;
	top: 7px;
	width: 19px;
}
.bigBoxMain
{
	background: url("/images/EqippRedesign/gree-box-top.png") no-repeat scroll left top;
	position: relative;
}
.bigBoxMain .botomBg
{
	background: url("/images/EqippRedesign/gray-box-bottom.png") no-repeat scroll left top;
}
.thImprovement
{
	text-align: center !important;
}
.thmyscore
{
	text-align: center !important;
}
.tdImprovement
{
	text-align: center !important;
}
.tdmyscore
{
	text-align: center !important;
}

.thIMeasure, .tdIMeasure
{
	padding: 0 !important;
}

.qualityGapsTable .headerRow th
{
	padding: 10px 5px;
}
.chartiConLink
{
	display: block !important;
	padding-top: 3px;
}
.scrollWelcomeDiv
{
	height: 250px;
	overflow-y: auto;
	width: 700px;
	overflow-x: hidden;
}
.scrollWelcomeDiv .welcomeInner
{
	padding: 0;
}
.pdfLogo
{
	display: none;
}
.toolTipAsses
{
	position: relative;
}
.toolTipAssesContent
{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #000000;
	display: none;
	font-size: 11px;
	font-weight: normal;
	left: -104px;
	padding: 10px;
	position: absolute;
	top: 14px;
	width: 222px;
}
.toolTipAssesStatus
{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #000000;
	display: none;
	font-size: 11px;
	font-weight: normal;
	padding: 10px;
	position: absolute;
	right: -43px;
	top: 14px;
	width: 273px;
}
.lstQuescls
{
	margin-top: 10px;
}
.clsControlarea
{
	float: left;
	position: relative;
	top: -11px;
	width: 100%;
}
.ddlcontentareacls
{
	float: left;
	margin-right: 8px;
}
.grpButon
{
	width: auto;
}
.dvMeasureList
{
	overflow-x: auto;
	margin: 0px 0;
	display: block;
	float: left;
	max-height: 300px;
}
.dvMeasureList .tbleMesureList .alternate td
{
	background-color: #E7E7E7 !important;
}
.dvMeasureList .tbleMesureList thead tr td
{
	font-weight: bold;
	font-size: 10px;
	color: #333333;
}
.dvMeasureList .tbleMesureList th, .dvMeasureList .tbleMesureList td
{
	padding: 10px;
}
.MeasureAnalyzed-GOAL
{
	display: block;
	font-size: 12px;
	line-height: 20px;
	padding: 0 !important;
}
.sampleDataImageMain
{
	position: relative;
}
.sampleDataImageDiv
{
	display: none;
}
.sampleDataImageMain .sampleDataImageDiv
{
	background: url("/images/EqippRedesign/sample-data-image.png") no-repeat scroll left top;
	width: 358px;
	height: 360px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 1;
}
.downloadcsv
{
	font-size: 12px;
	padding-right: 27px;
}
.loginTxtContnr span
{
	color: #222222;
	font-size: 14px;
	line-height: 24px;
	font-style: normal;
}
.ContentSub .threeColumn .leftColumn table.courseDetails tbody tr td span
{
	/*color: #666666;*/
	font-size: 10px;
}
table.courseGrid tbody tr td span
{
	font-size: 10px;
	color: #555555;
}
.notificationRequest
{
	padding: 2px 0 0 5px;
}
.statusWindowMain{
	background-color: #748E04;
}
.tblSendMailTable
{
	margin-top: 0;
}
.requstUpdateLbl
{
	display: block;
	padding-bottom: 10px;
}
.courseName ul
{
	margin: 0 0 10px 35px;
}
.courseName ul li
{
	padding: 4px 0;
}
.sendMainBtn
{
	background: url("/images/EqippRedesign/btn-reset-left.png") no-repeat scroll left top transparent;
	float: left;
	margin-right: 15px;
}
.sendMainBtn a
{
	background: url("/images/EqippRedesign/btn-reset-right.png") no-repeat scroll right top transparent;
	color: #000000;
	display: block;
	font-size: 11px;
	height: 17px;
	line-height: 15px;
	margin-right: -5px;
	padding: 0 18px;
	text-decoration: none;
}
.requstUpdateBtnTd
{
	padding: 10px 0 0 129px !important;
}
.answers
{
	padding: 10px 0;
}
.widChange
{
	width: 100%;
}
.activityPrint .printBtn
{
	top: 0;
	right: 0;
	font-weight: normal;
}
.activityDetailLeft
{
	width: 60% !important;
	border: none !important;
}
.activityDetailRight
{
	border: 1px solid #000 !important;
	border-radius: 4px;
	width: 35% !important;
}
.activityDetailRight h4
{
	font-size: 14px !important;
	color: #990066;
	font-weight: bold;
	padding: 10px 0 5px 0;
}
.creditInformation, .creditInformation span
{
	font-size: 10px;
	padding: 0 10px 10px;
	line-height: 17px;
}

.toolTipAsthma
{
	position: relative;
}
.toolTipAsthmaContent
{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #000000;
	display: none;
	font-size: 11px;
	font-weight: normal;
	left: 20px;
	padding: 10px;
	position: absolute;
	top: 24px;
	width: 402px;
}
hr
{
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #E5E5E5;
	border-color: -moz-use-text-color -moz-use-text-color #B4B4B4;
	border-style: none none solid;
	border-width: medium medium 1px;
	clear: both;
	color: #E5E5E5;
	display: block;
	font-size: 1px;
	height: 3px;
	line-height: 1px;
	margin: 10px 12px 0 11px;
}
div.footerFine, div.footerFine span
{
	color: #333333;
	font-size:9px;
	line-height: 1.2em;
}
.alterGry
{
	background-color: #f0f0f0;
	line-height: 17px;
	padding: 0 10px 10px;
}
.activityDetailRight
{
	padding: 0 !important;
}
.authorsFaculty
{
	display: block;
	font-size: 9px;
	padding:0 0 10px 0 !important;
}
.activityDteilsHEad
{
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 20px;
}
.activityDiv
{
	padding-top: 10px;
}
.disable tbody td, .disable tbody td span, .disable tbody td a
{
	color: #BBBBBB !important;
}
.mygroupMember
{
	width: 250px;
	text-align: left;
}
.mygroupQiBsics
{
	text-align: left;
}
.mygroupBaseline
{
	text-align: center;
}
.mygroupCycle
{
	text-align: center;
}
.mygroupAction
{
	text-align: center;
}
.memberDatilsTable
{
	width: 100%;
}
.myGrpmemberDatils
{
	width: 899px !important;
	overflow-x: auto;
}
.emialMember
{
	background: url("/images/EqippRedesign/btn-reset-left.png") no-repeat scroll left top transparent;
	width: 92px;
	margin: 0 auto;
}
.emialMember a
{
	background: url("/images/EqippRedesign/btn-reset-right.png") no-repeat scroll right top transparent;
	color: #000000;
	display: block;
	font-size: 11px;
	height: 17px;
	line-height: 15px;
	margin-right: -5px;
	padding: 0 8px;
	text-decoration: none;
	color: #000;
	text-align: center;
}
.emialMemberGreen
{
	background: url("/images/EqippRedesign/green-butn-left.png") no-repeat scroll left top transparent;
	width: 92px;
	margin: 0 auto;
}
.emialMemberGreen a
{
	background: url("/images/EqippRedesign/green-butn-right.png") no-repeat scroll right top transparent;
	color: #000000;
	display: block;
	font-size: 11px;
	height: 17px;
	line-height: 15px;
	margin-right: -5px;
	padding: 0 8px;
	text-decoration: none;
	color: #000;
	text-align: center;
}

.mygrpAccessprint
{
	font-weight: normal;
	right: 75px;
	top: 67px;
	z-index: 1;
	background: url("/images/EqippRedesign/btn-reset-left.png") no-repeat scroll left top transparent;
	position: absolute;
}
.mygrpAccessprint a
{
	background: url("/images/EqippRedesign/btn-reset-right.png") no-repeat scroll right top transparent;
	color: #000000;
	display: block;
	font-size: 11px;
	height: 17px;
	line-height: 15px;
	margin-right: -5px;
	padding: 0 18px;
	text-decoration: none;
}

.leftPad .tableLeftPaded
{
	width: 641px;
}
.anchorHeader p
{
	padding-left: 11px;
}
.serviceHEad, .activityHeader, .activityDiv h3
{
	color: #990066;
	font-family: Verdana,Tahoma;
	font-size: 14px !important;
	font-weight: bold;
	line-height: 1.1em;
}
.activityFromat
{
	font-weight: bold;
}
.inlineLabel
{
	float: left;
	padding-right: 15px;
}
.startsExp
{
	padding: 7px 0;
	float: left;
	width: 100%;
	position: relative;
}
.moclogocls
{
	position: absolute;
	right: 0px;
	top: -62px;
}
.tooltip-roster-new
{
	cursor: pointer;
	display: inline-block;
	float: none;
	margin-bottom: 3px;
	padding-right: 20px;
}
.dvtbanswer .tbanswer
{
	width: 100%;
}
.dvtbanswer .tbanswer .letter
{
	width: 10px;
}
.expireLeft
{
	padding-left: 20px;
}
.claimCreditScroll
{
	overflow-y: auto;
	height: 650px;
}
.myGrpSubTable
{
	width: 940px;
}
.myGroupFirst
{
	width: 450px;
}
.aceesReportBtn
{
	width: 148px;
}
.claimMocToolTip
{
	background-color: #FFFFFF;
	border: 2px solid #CCCCCC;
	display: none;
	height: 43px;
	left: 0;
	padding: 5px;
	position: absolute;
	/*top: 19px;*/
	width: 300px;
}
.disbleBtn
{
	position: relative;
}
.claimCreditHead
{
	outline: 0 none;
}
.claimCreditScroll h1
{
	padding: 5px 0 4px;
}
.claimCreditScroll .materialsCredit td
{
	font-size: 10px;
	font-weight: bold;
	padding: 6px 0;
}
.claimCreditScroll .materialsCredit td span,.clsMOClbl
{
	font-size: 10px;
	font-weight: normal;
}
.claimCreditScroll .materialsCredit td a
{
	font-weight: normal;
	color: #222222;
}
.creditsAvailable
{
	width: 185px;
	border-bottom: 1px dotted #999999;
}
.creditsEligibleClaim
{
	width: 185px;
	border-bottom: 1px dotted #999999;
}
.statussAction
{
	border-bottom: 1px dotted #999999;
}
.claimCreditScroll .innerSection p, .claimCreditScroll .innerSection span
{
	font-size: 10px;
}
.cliamCrditGridAssessment
{
	width: 180px;
	border-bottom: 1px dotted #999999;
}
.cliamCrditGridAvailable
{
	width: 110px;
	border-bottom: 1px dotted #999999;
}
.cliamCrditGridEligible
{
	width: 140px;
	border-bottom: 1px dotted #999999;
}
.cliamCrditGridStatusAction
{
	border-bottom: 1px dotted #999999;
}
.materialsCredit
{
	color: #222222;
	margin-top: 10px;
	width: 100%;
}
.materialsCredit td
{
	font-size: 10px;
	font-weight: bold;
	padding: 4px 10px 4px 0 !important;
}
.footerTotalEM td
{
	border-top: 1px dotted #999999;
}
.materialsCredit tbody td span.tickMark
{
	background: url("/images/EqippRedesign/completed-tick-mark.png") no-repeat scroll right top transparent;
	width: 12px;
	height: 10px;
	padding: 0 4px;
}
.materialsCredit thead td
{
	padding: 2px 15px 4px 0 !important;
}
div.tooltip
{
	position: absolute;
	z-index: 3;
	font-size: 0.6em;
	width: 195px;
	height: auto;
	display: none;
}
div.tooltip .top
{
	background: top left no-repeat url(/images/EqippRedesign/tooltiptop.gif);
	width: 195px;
	height: 9px;
	font-size: 1px;
}
div.tooltip .bg
{
	background: bottom left url(/images/EqippRedesign/tooltipbg.gif);
	padding-bottom: 30px;
	padding-left: 12px;
	padding-right: 10px;
	color: #333;
}

div.popup
{
	text-align: left;
	font-family: verdana;
}

div.popup label
{
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 10px 0;
}
div.ClickMe
{
	display: block;
	width: 100%;
	background-color: #E6EEB2 !important;
}
.ClickMe a
{
	float: right;
	margin-right: 27px;
	margin-top: 10px;
}
.baseLineTooltip
{
	left:0px;
	top:-77px;
}
.AsmaLegacybaseLineTooltip
{
	left: auto;
    right: -39px;
    top: 18px;
}
.immuneLegacybaseLineTooltip
{
	left: auto;
    right: 9px;
    top: 18px;
}
.gerdLegacybaseLineTooltip
{
	left: auto;
    right: 9px;
    top: 18px;
}
.clsleftalign
{
	float:left;
}

/****** Resulation changes 1024 starts ******/
.bgWraper
{
	background: url("/images/EqippRedesign/main-top-bg.png") no-repeat scroll center top transparent;
	
}
.wrapper
{
	margin: 0 auto;
	min-height: 332px;
	padding: 9px 0 0;
	width:990px;
}
.ContentMain
{
	width: 990px;
	margin:0 auto;
}
.headerMain
{
	/*padding: 0px;
	margin: 0 auto*/
	width: 980px;
	
}
.headerRight
{
	float: right;
	width: 215px;
	margin-right: 20px;
}
.headerLeft
{
	float: left;
	width: 677px;
	height: 142px;
}
.ContentSub .innerMain
{
	width: 951px;
	margin: 15px 0 0 17px;
	float: left;
	background-color: #FFFFFF;
}
.ContentSub
{
   background: url("/images/EqippRedesign/innerMainbg.png") repeat-y scroll center top transparent;
   width: 996px;
    /*position: relative;
    left: -13px;
    width: 1000px;*/
}
.footerMain
{
    height: 198px;
    margin: 0 auto;
    position: relative;
    width: 996px;
}
.footerLinks
{
	background: url("/images/EqippRedesign/main-footer-bg.png") no-repeat scroll center bottom transparent;
    height: 198px;
}
.subNavMain
{
	width: 988px;
	/*background: url(/images/EqippRedesign/sub-Tab-bg-img.gif) left 19px no-repeat;*/
	height: 77px; /*Last Edited*/
}
.showLogged
{
	font-size: 10px;
	text-align: right;
	padding-right: 5px;
	height: 12px;
	width:970px;
}
.equipHeaderMain
{
	float: left;
    position: relative;
    width: 100%;
}
.footerLinks ul
{
	float: left;
    padding: 63px 0 0 0px;
    width: 670px;
}
.footerLinks .pediaLink
{
    float: right;
    padding: 79px 0 0;
    position: relative;
    text-align: left;
    width: 90px;
}
.footerLinks .pediaLink img
{
	left: -135px;
    position: absolute;
    top: 63px;
}
.pediaLink a.aapHome
{
	font-size: 12px;
	color: #3F3F3F;
}
.headerMain .tabMain
{
	height: 31px;
	position: absolute;
	bottom: 6px;
	left: 15px;
	width: 800px;
	margin: 0;
}
ul.navSub
{
	left: -8px;
	position: relative;
	top: -4px;
	margin: 0 0 0 16px;
}
.subNavMain h1
{
	width: 657px;
	float: left;
	color: #00767C;
	padding: 4px 0 5px 17px;
}

/****** Resulation changes 1024 Ends ******/
.selection img
{
	position:relative;
	left:-5px;
}
.serviceHEad span
{
	 color: #4F8B00;
    display: block;
    font-family: Verdana,Tahoma;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.1em;
    margin: 0 0 10px;
}
.activityDiv ul li
{
	list-style-type:disc;
}
.generalLeft .adminTab
{
	margin-left:14px;
}
.equpGrpColapse
{
	float: left;
    margin-bottom: 11px;
    padding: 9px !important;
    width: 673px;
}
div.activityDetailMin a.expandBtn {
    background: url("/images/EqippRedesign/showHideBtnGray.gif") no-repeat scroll left top transparent !important;
}
div.activityDetailMax a.expandBtn {
    background: url("/images/EqippRedesign/showHideBtnGray.gif") no-repeat scroll 0 -17px transparent !important
}
div.equpGrpColapse .expandCell {
    padding-right: 10px;
    vertical-align: top;
}
div.equpGrpColapse h3 {
    margin: 0;
    padding: 0;
}
.infoCrdit
{
	padding: 0 !important;
}
.txtBoxFocusStyleChnge
{
	font-style:normal !important;
	font-size:12px !important;
	color:#000!important;
}
.a_claimcreditBtn
{
	background: url("/images/EqippRedesign/btn-reset-left.png") no-repeat scroll left top transparent;
    float: right;
}
.a_claimcreditBtn a {
    background: url("/images/EqippRedesign/btn-reset-right.png") no-repeat scroll right top transparent;
    color: #000000;
    display: block;
    font-size: 11px;
    height: 17px;
    line-height: 15px;
    margin-right: -5px;
    padding: 0 18px;
    text-decoration: none;
}
.a_courseevalBtn
{
    background: url("/images/EqippRedesign/green-butn-left.png") no-repeat scroll left top transparent;
    float: left;
}
.a_courseevalBtn a {
    background: url("/images/EqippRedesign/green-butn-right.png") no-repeat scroll right top transparent;
    color: #000000;
    display: block;
    font-size: 11px;
    height: 17px;
    line-height: 15px;
    margin-right: -5px !important;
    padding: 0 18px;
    text-decoration: none;
}

#ctl11_UCHeader_lblSessionWarning{
	color:#ffffff !important;
}
#ctl11_UCHeader_lblSessionWarning{
	color:#000000 !important;
	background-color:#e6e6e6 !important;
}
.bottomMainContent {
    float: left;
    width: 100%;
}

#dhtmlwindowholder{
	background-color:#FFFFFF;
}
.RadWindow{
	background-color:#FFFFFF;
}

.ImageFileTable {
    background-color:#FFFFFF;
}
#ToolbarMenu, .ToolbarTopMenuItem, .ToolbarTopMenuItemHover, .ImageFileLabel {
    color: #394F78;
}
.SiteEditorText {
    color: inherit;
}
.sessionTimeoutWarn{
	position: fixed; 
	top: 200px; 
	background-color: #DAF42E; 
	color:#000; 
	border: solid 1px #647b00; 
	margin-left:240px; 
	z-index: 1;
}
.sessionTimeoutWarn span{
	color:#000; 
}
.ContextMenuGroup, .adminContext{
	background-color:#fff;
	color:#000;
}

span.formLabelsType {
    color: #1B2E52;
}

.reMode_design span, .reMode_selected.reMode_design span, div#pageNote div.pageNoteHeader span, div#iAPPS_SharedPage div.iAPPS_SharedPageHeader span, div.iapps-warning-msg p  {
    color:#000000;
}
div#pageNote{
	background-color:#FFFFFF !important;
}
.qiBasisTxtContinerCls span:first-child
{
	width:100%;
	float:left;
}

.ui-tooltip-iapps .ui-tooltip-content {
    background-color: #FFFFFF;
}

div.clUserMessage{
	background-color:#EEEEEE;
}

.comboTextBox {
    color: #4C4C4C;
}

.required{
	color:#C60000;
}
.questionIndent
{
	/*float:left;*/
	margin-left:20px;
}
.popUpBgChange .bigBoxMain
{
	left:0px !important;
}

/*_____________ popup issue in Chrome [AAPWRAP-645] __________*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .popUpBgChange .bigBoxMain .content{width:670px;}
}
.popUpBgChange .simplemodal-container
{
	left:40px !important; 
}
/*------- AAPWRAP-685 AAPWRAP-636 ------*/
.clsClaimWidth
{
	width: 688px;
}



a.visited
{
 color:Black;
 text-decoration:none;
}

.RegisterIndNew {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
	background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
	background-color:#b8e356;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #83c41a;
	display:inline-block;
	color:Black;
	font-family:Verdana;
	font-size:14px;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:190px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #86ae47;
}
.RegisterIndNew:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
	background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
	background-color:#a5cc52;
text-decoration:none;
color:Black;
}.RegisterIndNew:active {
	position:relative;
	top:1px;
text-decoration:none;
color:Black;
}
.RegisterIndNew:visited {
color:Black;
}



.RegisterGrpNew {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
	background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
	background-color:#b8e356;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #83c41a;
	display:inline-block;
	color:Black;
	font-family:Verdana;
	font-size:14px;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:190px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #86ae47;
}
.RegisterGrpNew:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
	background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
	background-color:#a5cc52;
text-decoration:none;
color:Black;
}.RegisterGrpNew:active {
	position:relative;
	top:1px;
text-decoration:none;
color:Black;
}
.RegisterGrpNew:visited {
color:Black;
}



.BtnLaunchNew {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
	background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
	background-color:#b8e356;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #83c41a;
	display:inline-block;
color:Black;
	font-family:Verdana;
	font-size:14px;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:70px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #86ae47;
}
.BtnLaunchNew:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
	background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
	background-color:#a5cc52;
text-decoration:none;
color:Black;
}.BtnLaunchNew:active {
	position:relative;
	top:1px;
text-decoration:none;
color:Black;
}
.BtnLaunchNew:visited {
color:Black;
}



.BtnClaimCreditNew {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:Black;
	font-family:Verdana;
	font-size:14px;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:110px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.BtnClaimCreditNew:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
text-decoration:none;
color:Black;
}.BtnClaimCreditNew:active {
	position:relative;
	top:1px;
text-decoration:none;
color:Black;
}
.BtnClaimCreditNew:visited {
color:Black;
}




table.hyper 
{
    margin-left: 20px;
    width: 95%;
    border: 1px solid black;
}
    
table.hyper th 
{
    background-color: #dbe5f1;
}

table.hyper th, table.hyper td 
{
    border: 1px solid #000;
    padding: 4px;
    vertical-align: top;  
}