










/*	This style sheet contains rules for content
		unique to the HP Learning Center. The majority
		of styles are to be pulled directly from HP.
*/


/**html .button {
	 display: inline;
	 color: #FFF;
	 background-color: #333;
	 padding: 0px !important;
	 margin: 0px 5px 0px 0px !important;
	 text-align: center;
	 border: 1px solid #000 !important;
	 white-space: nowrap;
}*/

/* Remove all borders around linked images */
	a img {
		border: 0;
	}

.button {
	 display: inline;
	 color: #FFF;
	 background-color: #333;
	 padding: 1px 0 1px 0;
	 margin: 10px 5px 10px 0;
	 border: 1px solid #000 !important;
	 white-space: nowrap;
}

div.button a.btn:link, div.button a.btn:visited {
	 color: #FFF;
	 font-size: 11px;
	 font-family: arial, sans-serif;
	 padding: 1px 5px 1px 5px !important;
	 margin: 0px !important;
	 font-weight: bold;
	 border: 1px solid #999;
	 border-bottom: 0;
	 text-align: center;
	 text-decoration: none;
	 white-space: nowrap;
}

*html .button a.btn:link,
*html .button a.btn:visited,
*html .button a.btn:hover,
*html .button a.btn:active  {
	 color: #FFF;
}

.button a.btn:hover, *html .button a.btn:hover {
	 text-decoration: none;
}

.caption {
	/*text-align: center;*/ /*	Cannot implement OOV centering of caption as some
															in-lesson images are not is contained within
															div.graphic or div.illustration. */
}

td.Featured {
  padding-left: .8em;
}

td.Featured h2 {
  text-indent: -.8em;
}

p.tip, p.tipbox {
	background-color: #e7e7e7;
	padding: 10px;
	margin-bottom: 15px;
}

span.tipheader {
	font-weight: bold;
}

td.warningseparator {
	background-color: #cc0000;
}

span.warningheader {
	font-weight: bold;
	color: #cc0000;
}
.italic {
	font-style: italic;
}

p.warning {
	background-color: #ffcccc;
	padding: 10px;
}

p.note {
	padding: 10px;
	background-color: #ffffcc;
}

p.quote {
	font-style: italic;
}

div.graphic,
div.illustration {
	clear: both;
	margin-top: 15px;
	/*text-align: center;*/ /*	Cannot implement OOV centering of caption as some
															in-lesson images are not is contained within
															div.graphic or div.illustration. */
}

.illustrationname {
	font-weight: bold;
}

table.lessonPage h1 {
	font-size: 9pt !important;
	font-weight: bold !important;
	margin-bottom: -.75em !important;
	margin-top: 2em !important;
}

table.lessonPage img {margin-top: 1em; }

.lessonPageMain h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: -.75em;
	margin-top: .3em;
}

td.lessonPageSidebar {
    width: 162px;
    padding-right: 4px;
    padding-left: 10px;
}

.lessonPageSidebar h2,
.sidebarheader {
	font-weight: bold;
	font-size: 9pt;
}

.lessonPageMain a:link, .lessonPageMain a:visited, .lessonPageSidebar a:link, .lessonPageSidebar a:visited {
	text-decoration: underline;
}

.lessonPageSidebar div.placement {
  margin-bottom: 15px;
}

a.placement:link, div.placement td a:link {
    text-decoration: none !important;
}

ul.overviewList {
	margin-top: 0;
	padding-top: 0;
}

.webActionError {
    color: red;
}

td.enrollTitleLeft{
	border-left: solid 1px #CDCDCD;
}

td.enrollTitleRight{
	border-right: solid 1px #CDCDCD;
}

table.enrollBody{
	border-right: solid 1px #CDCDCD;
	border-left: solid 1px #CDCDCD;
	border-bottom: solid 1px #CDCDCD;
	background-color: #F0F0F0;
}

div.LessonBlock {
   margin-bottom: 10px;
}

/*	First and third levels use a solid disc */
/*.lessonPageMain ul {
	margin-left: .5em;
	padding-left: .5em;
}

.lessonPageMain ul li,
.contentlists li,
.lessonPageMain ul li ul li ul,
.contentlists li ul li ul {
	list-style-type: none !important;*/
	/*list-style-image: url(../images/bullet_disc.gif);*/
/*	background: url(../images/bullet_disc.gif) no-repeat 0 .45em;
	padding-left:10pt;
}*/

/*	Second and fourth levels use a hollow circle */
/*.lessonPageMain ul li ul,
.contentlists li ul,
.lessonPageMain ul li ul li ul li ul,
.contentlists li ul li ul li ul {
	list-style-type: circle !important;
}

ul.unpostedLesson {
	margin-left: 34px;
	padding-left: 0;
}*/

/*	Message Board styles*/

.message-board-buffer
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #dddddd;
}

.message-board-heading {
    BACKGROUND-COLOR: #eb5f00;
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    COLOR: white;
}

.message-board-table
{
    WIDTH: 100%;
	BORDER: 0px;
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.message-board-value
{
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #eeeeee;
    TEXT-ALIGN: left;
    VERTICAL-ALIGN: top;
}

.message-board-label-left
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #dddddd;
    WIDTH: 150px;
    VERTICAL-ALIGN: top;
}

.message-board-label-top
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #dddddd;
}

.message-board-list-even td
{
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    COLOR: #000000;
    BACKGROUND-COLOR: #eeeeee;
    VERTICAL-ALIGN: top;
}

.message-board-list-odd td
{
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    COLOR: #000000;
    BACKGROUND-COLOR: #dddddd;
    VERTICAL-ALIGN: top;
}


.message-board-text-entry {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    width: 100%;
}

p.message-board-post-text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
}

message-board.fontButton {
    background-color : #eeeeee;
    font-family: verdana,Arial, Verdana, Helvetica, Sans-serif;
    font-size: 8pt;
    padding: 1;
}

/*	Instructor / Helpdesk Session Overview */

td.sessionTableCell0 {
    background-color: #E7E7E7;
  border: solid 1px #999;
	border-top: 0;
}
td.sessionTableCell {
    background-color: #E7E7E7;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
}

.tableDecoration {
    background-color:#CCC;
}



/*	Ensure content within containers clears properly	*/
	hr.ClearAll {
		clear: both;
		display: block;
		height: 1px;
		margin: 0 0 -2px 0;
		padding: 0;
		visibility: hidden;
	}

.ClearFix:after, .fiveStarRating:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.ClearFix, .fiveStarRating {display:inline-block;}

/* Hide from IE-mac \*/
* html .ClearFix, * html .fiveStarRating {
  height: 1%;
}
/* End hide from IE-mac */
