body {
	margin: 0;
	padding: 0;
	color: #000;
	text-align: left;
    font: 0.8125em Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	background: #FFF url(images/bkgrd_hdr.png) repeat-x center top;
}
/**********************************/
/*** undohtml ***/
/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

table
,td
,th
{
	border-color: #CCC;
}

/*** Generic styles ***/
a 
{
    color: #0083CC;
}
.clearFloat 
{ 
	clear: both; 
}
.footnoteStar 
{ 
	color: Red; 
}
.hasErrors
{
	border: 1px solid #F00;
}
/* make form buttons look nicer */
.textInput
,.textbox
,textarea
,select
{
	background-color: #fff;
	border: 1px solid #969696;
	vertical-align: baseline;
}
.submitButton
,.cancelButton
,.submitButtonHover
,.cancelButtonHover
{ 
	background: #FFF url(images/bkgrd_button.gif) repeat-x left bottom;
	font-weight: normal;
	cursor: pointer;
	border: 1px solid #575757;
	vertical-align: baseline;
	margin: 1px 0;
	padding: 0 2px;
	overflow: visible /*IE will stretch the buttons otherwise*/
}
.submitButtonHover
,.cancelButtonHover
{
	border: 1px solid #EFCF86;
}
.textInput
,.textbox
,textarea
{
	padding: 0 2px;
}
fieldset
{
	border: none;
	padding: 0;
	margin: 0;
}
label.checkboxlabel
,label.radiobuttonlabel
{
	float: none;
	display: inline;
	width: auto;
	padding: 0px;
	margin: 0px 2px 5px 0px;
	text-align: left;
}
span.checkbox input
,span.radiobutton input
{
	display: inline;
	height: 14px;
	width: 14px;
	background-color: transparent;
	border:none;
	padding: 0px;
	margin:0px 0px 0px 110px;
	z-index:-1;
}
.invalidfieldindicator
{
	font-family: Tahoma, Arial, sans-serif;
	color: #ff3300;
	display: inline;
}
input.required
{
	background-color: #ffefef !important;
}
span.errorMessage
{
	float: left;
	clear: left;
}

/***** UserContent (redo styles) *****/
.userContent ul {
  display: block;
  list-style-type: disc;
  margin: 1em 0 1em 1em;
  padding: 0 0 0 2em;
}
.userContent ol {
  display: block;
  list-style-type: decimal;
  margin: 1em 0 1em 1em;
  padding: 0 0 0 2em;
}
.userContent li {
  display: list-item;
}
/* nested lists have no top/bottom margins */
.userContent ul ul
,.userContent ul ol
,.userContent ul dl
,.userContent ol ul
,.userContent ol ol
,.userContent ol dl
,.userContent dl ul
,.userContent dl ol
,.userContent dl dl
{
  margin-top: 0;
  margin-bottom: 0;
}
/* 2 deep unordered lists use a circle */
.userContent ol ul
,.userContent ul ul
{
  list-style-type: circle;
}
/* 3 deep (or more) unordered lists use a square */
.userContent ol ol ul
,.userContent ol ul ul
,.userContent ul ol ul
,.userContent ul ul ul
{ 
  list-style-type: square;
}

/* Message List */
.messageList
{
	position: absolute;
	top: -18px;
	left: 150px;
	width: 400px;
	padding: 5px 0;
	border: 3px double #CCC;
	background: #FFC62F;
	z-index: 30;
}
.messageList p
{
	margin: 5px 0;
	padding: 0 20px;
	font-weight: bold;
	font-size: 1em;
}
.messageList p.errorMessage
{
	background-color: #D70D00;
	color: #FFF;
}
.messageList .actions
{
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 3px;
}
.messageList .actions input
{
	border: 0;
	background: transparent;
	color: #376580;
}

/* Default form styles */
.fields .field
,.detailsView .pager
,.detailsView .detailsViewFooter
{
	float: left;
	clear: left;
	width: 98%;
	margin: -1px 0 0 0;
	padding: 1px 3px;
	border: 1px solid #CCC;
}

.fields .field strong.fieldName
{
	float: left;
	width: 10em;
	padding-right: .3em;
}
.fields .field .inputContainer
,.fields .field .fieldValue
{
	float: left;
}
.detailsView .pager span
,.detailsView .pager a
{
	margin: 0 2px;
	padding: 2px 5px;
	border: 1px solid #FFF;
}
.detailsView .pager a:hover
{
	border-color: #666;
	background: #0083CC;
	color: #FFF;
}

/*** Default Section Style ***/
.section
{
	margin: 5px 0;
	border: 1px solid #666;
}
.section h3
{
	background: #376580;
	color: #FFF;
	padding: 2px 5px;
	font-size: 1.2em;
}
.section .sectionContent
{
	padding: 10px;
}

/**********************************/
/* netTiers grid style */
/**********************************/
.grid
{
	border: solid 2px Black;
	width: 100%;
}
.grid tr
{
	background: #FFF;
}
.grid tr.alt
{
	background: #E5E5E5;
}
.grid tr.selected
{
	background: #FFFBBF;
}
.grid tr.grid-header
{
	background: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
 
}
.grid tr.grid-header th
{
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: Black;
	border-bottom: solid 1px black;
	padding: 1px 1px 1px 4px;
	border-bottom-style: outset;
	border-right-style: outset;
	border-width: 1px;	
}
.grid tr.grid-pager
{
	background: #bbbbbb;
	border-top: solid 1px black;
}
.grid tr.grid-pager tr
{
	background: #BBB;
}
.grid td
{
	padding: 2px 2px 2px 4px;
}
.grid tr.grid-header a
{
	color: Black;
	text-decoration: none;	
}
.grid tr.grid-pager .dropDownPager
{
	float: left;
}
.grid tr.grid-pager .pageSizeSelector
{
	float: right;
}
.grid tr.grid-pager .pagerInfo
{
	float: left;
	clear: left;
	margin-top: 3px;
	white-space: nowrap;
}
.grid tr.grid-pager .excelExport
{
	float: right;
	clear: right;
	white-space: nowrap;
}
.literal
{
	font-size: 12px;
	font-family: Tahoma;
}
.grid td.command
{
	white-space: nowrap;
}

/***** Main Layout *****/
#wrapper
{
	width: 760px;
	margin: 0 auto;
	padding: 0;
}
#content
{
	margin: 0 20px;
	padding: 0;
}
#footer
{
	margin: 30px 0;
}
#footer ul
{
	display: block;
	text-align: center;
	margin: 10px auto;
	padding: 10px 0 0 0;
	border-top: 1px solid #BBB;
	width: 715px;
}
#footer ul li
{
	display: inline;
}
#footer ul li.firstChild .separator
{
	display: none;
}
#footer .contactInfo
{
	text-align: center;
}
#footer .demoVideo a
{
	display: block;
	width: 161px;
	height: 17px;
	margin: 5px auto;
	padding: 5px 5px;
	background: url(images/video_button_back.gif) no-repeat left top;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

/*** Header ***/
#headerContainer
{
	height: 110px;
	position: relative;
}
#headerContainer h1
{
	padding: 10px 0 12px 0;
}
#headerContainer h1 a
{
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	width: 65px;
	height: 60px;
	background: transparent url(images/hdr_logo.gif) no-repeat left top;
}
#headerContainer #tagline
{
	position: absolute;
	right: 0;
	top: 11px;
	width: 241px;
	height: 114px;
	background: transparent url(images/ekg.gif) no-repeat left top;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
}
#headerContainer #tagline span
{
	display: block;
	position: absolute;
	top: 42px;
	left: -28px;
}
#headerContainer #tagline strong
{
	color: #ED3035;
	letter-spacing: -0.1em;
}
#headerContainer #siteNav
{
	clear: both;
}
#headerContainer #siteNav li
{
	position: relative;
	display: inline;
	padding: 5px 5px 0 5px;
	text-align: center;
}
#headerContainer #siteNav li.current
{
}
#headerContainer #siteNav li a
{
	padding-left: 0.7em;
	font-size: 1.1em;
	font-weight: bold;
	color: #ED2F36;
	text-transform: uppercase;
	border-left: 2px solid #ED2F36;
}
#headerContainer #siteNav li#ctl00_homeLink a
{
	padding-left: 0;
	border: 0;
}
#headerContainer #siteNav li a:hover
{
	text-decoration: underline;
}
#headerContainer #siteNav #modeToggle
{
	position: absolute;
	left: 0;
	top: 0;
}
#headerContainer #loginStatus
{
	position: absolute;
	left: 115px;
	top: 37px;
	width: 315px;
	border: 0;
	font-size: 1.0em;
	font-weight: bold;
	background: transparent;
}
#headerContainer #loginStatus .name
{
	padding-right: 3.5em;
	border-bottom: 1px solid #333;
}
#headerContainer #loginStatus .location
{
}
#headerContainer #loginStatus .button
{
	position: absolute;
	right: 0;
	top: 0;
}

/*** Main Content ***/
#mainContentContainer
{
	padding-top: 15px;
	position: relative;
}

/*** Page Content ***/
#pageContentContainer
{
	position: relative;
}
#pageContent
{
	background: #FFF;
	position: relative;
	width: 720px;
	clear: left;
}

/***** Page Specific *****/
/*** Privacy Policy / Terms ***/
#p_privacy h2
,#p_terms h2
{
	font-size: 1.4em;
	margin: 15px 0;
}
#p_privacy h3
,#p_terms h3
{
	margin: 15px 0 5px 0;
}
/*** User Default ***/
#p_default .section
{
	border: 0;
}
#p_default #pageContent
{
	float: right;
	width: 490px;
}
#p_default #pageNavContainer
{
	float: right;
	width: 219px;
}
#p_default #pageNav
{
	padding-right: 10px;
}
#p_default #pageNav .locationDetails
{
	margin-top: 15px;
}
#p_default #pageContent #equipmentSection
,#p_default #pageContent #trainingSection
{
	margin: 0;
}
#p_default #equipmentSection .grids h4
{
	float: left;
	padding: 17px 0 5px 0;
}
#p_default #pageNavContainer .customerInfo h3.customerName
{
	font-size: 1.3em;
}
#p_default #pageNavContainer .customerInfo .fields .field
{
	border: 0;
	padding: 0;
}
#p_default #pageNavContainer .customerInfo .fields .field strong.fieldName
{
	font-size: 0.9em;
	width: 8.8em;
}

#p_default #pageNavContainer .locations
{
	clear: left;
	border-top: 0px solid #333;
	margin: 10px 0;
	padding: 10px 0;
}

.popupDetail
{
	position: absolute;
	background: #E6E7E9;
}
.popupDetail .c_aeddetails
,.popupDetail .c_trainingdetails
{
	width: 39em;
	border: 2px solid #333;
	background: #E6E7E9;
	font-size: 0.8em;
}
.popupDetail h4
{
	float: none;
	text-align: center;
	font-size: 1.4em;
	padding: 0;
}
.popupDetail h5
{
	clear: left;
	padding-left: 3px;
	background: #F00;
	color: #FFF;
}
.popupDetail .fields .field
{
	border: 0;
	padding: 0;
}
.popupDetail .fields .field .fieldName
{
	width: 11em !important;
	margin-left: 3px;
}
.popupDetail .c_aeddetails .fields .field .fieldName
{
	width: 14em !important;
}
.popupDetail .fields .field .fieldValue
{
	width: 25.5em;
}
.popupDetail .c_aeddetails .fields .field .fieldValue
{
	width: 22.5em;
}
#p_default .orderButtons
{
	padding: 5px 0;
	float: right;
}
#p_default #trainingSection .orderButtons
{
	float: left;
}
#p_default .orderButtons input
,#p_default .orderButtons a
{
	padding: 4px 5px 5px 25px;
	background: #DCDCDC url(images/icons_20x20/icon_mail.png) no-repeat 2px 2px;
	font-weight: normal;
	font-size: 0.7em;
	width: 102px;
	color: #000;
	border: 1px solid #575757;
	text-align: center;
}
#p_default .orderButtons input.disabled
{
	background-image: url(images/icons_20x20/icon_mail_d.png);
	color: #777;
	cursor: default;
}
#p_default .confirmInstall input
{
	background-image: url(images/icons_20x20/icon_tools.png);
}
#p_default .confirmInstall input.disabled
{
	background-image: url(images/icons_20x20/icon_tools_d.png);
}
#p_default .orderButtons a
{
	font-size: 0.85em;
	display: block;
	width: auto;
}
#p_default #pageContent .grid
{
	width: 100%;
	clear: both;
}
#p_default #pageContent .grid .status
{
	text-align: center;
	width: 30px;
}
#p_default #pageContent .grid .checkbox
{
	width: 10px;
}
#p_default #trainingSection .orderButtons a
{
	background-image: url(images/icons_20x20/icon_users.png);
}

#p_editprofile .impersonateButton
{
	display: none;
}

/*** Admin - General ***/
.m_masterpages_administration .impersonateButton
{
	display: block;
}
.m_masterpages_administration .sectionHeader a
{
	color: #FFF;
	text-decoration: underline;
}
.m_masterpages_administration .fields .field strong.fieldName
{
	width: 9em;
}
.m_masterpages_administration h2.breadCrumbHeader
{
	font-size: 1.5em;
	position: relative;
	padding-right: 9em;
}

/*** Admin - Customer Search ***/
#p_administration_default #createCustomer
{
	font-size: 1.2em;
}
#p_administration_default .searchBar
{
	margin: 10px 0;
}
/*
#p_administration_default #customerSection
{
	float: left;
	width: 300px;
}
#p_administration_default #locationSection
{
	float: left;
	width: 300px;
}
*/

/*** Admin - EditCustomer ***/
#p_administration_editcustomer #deleteCustomer
{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0.8em;
}
#p_administration_editcustomer .section
{
	width: 340px;
}
#p_administration_editcustomer #pageContent .column
{
	float: left;
	padding-left: 5px;
}
#p_administration_editcustomer #pageContent #leftColumn
{
	padding: 0 5px 0 0;
	border-right: 2px solid #C0C0C0;
}
#p_administration_editcustomer hr
{
	float: left;
	clear: both;
	width: 100%;
}
#p_administration_editcustomer #locationsSection
{
	width: 194px;
	margin-right: 0;
	clear: left;
}
#p_administration_editcustomer .fields .field strong.fieldName
{
	width: 8.3em;
}
#p_administration_editcustomer .quickAddLocation h4
{
	display: none;
}
#p_administration_editcustomer .quickAddLocation .fields .field
{
	clear: both;
	float: none;
	display: block;
	width: auto;
	margin: 5px 0;
	background: #333;
	font-size: 0.8em;
}
#p_administration_editcustomer .quickAddLocation .fields .field strong.fieldName
,#p_administration_editcustomer .quickAddLocation .fields .field span.fieldValue
{
	float: none;
	display: inline;
	width: auto;
	padding: 0;
}
#p_administration_editcustomer .quickAddLocation .fields .field span.fieldValue input
{
	width: 95px;
}
#p_administration_editcustomer .quickAddLocation .fields .field span.fieldValue input.submitButton
{
	padding-left: 0;
	padding-right: 0;
	width: auto;
}
#p_administration_editcustomer .quickAddLocation .fields .field span.fieldValue .errorMessage
{
	float: none;
}

/*** Admin - EditLocation ***/
#p_administration_editlocation #deleteLocation
{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0.8em;
}
#p_administration_editlocation .section .fields .field
{
	width: 324px;
}
#p_administration_editlocation .section
{
	width: 352px;
}
#p_administration_editlocation hr
{
	display: none;
}
#p_administration_editlocation .column
{
	float: left;
	padding-left: 5px;
}
#p_administration_editlocation #leftColumn
{
	padding: 0 5px 0 0;
	border-right: 2px solid #C0C0C0;
}
#p_administration_editlocation #aedSection table
{
	width: 100%;
}
#p_administration_editlocation #trainedPersonSection table
{
	width: 100%;
}
#p_administration_editlocation #trainedPersonSection table .grid-header th
{
	white-space: nowrap;
}
#p_administration_editlocation .fields .field strong.fieldName
{
	width: 12em;
}

/*** Admin - EditAed ***/
#p_administration_editaed .fields .field .fieldValue select
{
	font-size: 0.7em;
}

/*** Admin - EditModels ***/
#p_administration_editmodels .section
{
	float: none;
	margin: 10px 0;
}
#p_administration_editmodels #addModelSection
{
	margin-right: 0;
}
#p_administration_editmodels #addModelSection .fieldName
{
	width: 11em;
}
#p_administration_editmodels .section table
{
	width: 100%;
}

/*** Admin - Event Notifications ***/
#p_administration_aedeventnotifications .grid a
{
	cursor: pointer;
}
#p_administration_aedeventnotifications .fullComment
{
	white-space: pre;
}

/*** Admin - Certifications ***/
#p_administration_editcerts #addCurriculumSection .fieldName
{
	width: 12em;
}

/*** Change Password ***/
#p_changepassword .instructions
{
	margin: 10px 0;
}
#p_changepassword .errors
{
	color: Red;
}
#p_changepassword .failure
{
	display: block;
	/*
	margin: 10px 100px;
	padding: 10px;
	background: #FF6;
	border: 1px solid #999;
	*/
}
#p_changepassword .fields .field strong.fieldName
{
	width: 12em;
}
#p_changepassword span.errorMessage
{
	clear: none;
	float: none;
}

