body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0 auto;
  padding: 0;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;/*-moz-font-feature-settings: inherit;
  -moz-font-language-override: inherit;
  border: 0 none;
  font-family: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  line-height: inherit;*/
}
@font-face {
  font-family: 'LenovoDoMedium';
  src: url("../fonts/lenovomd-webfont.eot");
  src: url("../fonts/lenovomd-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lenovomd-webfont.woff") format("woff"), url("../fonts/lenovomd-webfont.ttf") format("truetype"), url("fonts/lenovomd-webfont.svg#LenovoDoMedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LenovoDoBold';
  src: url("../fonts/lenovobd-webfont.eot");
  src: url("../fonts/lenovobd-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lenovobd-webfont.woff") format("woff"), url("../fonts/lenovobd-webfont.ttf") format("truetype"), url("../fonts/lenovobd-webfont.svg#LenovoDoBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  background: url(../images/header.png) repeat-x top;
}
a {
  color: #0A9BDE;
  text-decoration: none;
}
a:hover {
  color: #999;
  text-decoration: underline;
}
.wrapper {
  width: 1300px;
  overflow: visible;
}
.content_area {
  width: 1300px;
  min-height: 600px;
  float: left;
  margin-top: -5px;
  -webkit-box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, 0.2);
  clear: both;
}
img a {
  border: 0px;
}
li {
  text-decoration: none;
  list-style: none;
}
li a {
  color: #009dd9;
}
span {
  float: left;
  margin-right: 5px;
}
.breadcrumbs {
  float: left;
  width: 100%;
  margin: 10px;
}
.breadcrumbs ul {
  float: left;
  list-style: none;
}

.breadcrumbs ul li {
    float: left;
    list-style: none outside none;
    background: url('../images/breadcrum_separater.png') no-repeat scroll 96% 6px transparent;
    font: 11px Verdana,Arial,Helvetica,sans-serif;
    padding: 1px 14px 2px 3px;
}

.breadcrumbs ul li a{
  font: 11px Verdana,Arial,Helvetica,sans-serif;
}


.breadcrumbs ul li.end {
    background: none repeat scroll 0% 0% transparent;
}

.breadcrumbs li {
  float: left;
  color: #555;
  padding: 0 2px;
}
.breadcrumbs li a {
  float: left;
  color: #3E8DDD;
}
.breadcrumbs li a:hover {
  float: left;
  color: #555;
}
.left_panal {
  float: left;
  width: 200px;
}
.left_panel_links {
  float: left;
  width: 200px;
}
.left_panel_links ul {
  float: left;
  width: 200px;
  padding: 10px 0px 0px 10px;
}
.left_panel_links li {
  float: left;
  width: 200px;
  height: auto;
}
.left_panel_links li a {
  float: left;
  color: #3E8DDD;
  font-family: Helvetica, Arial, sans-serif;
}
.left_panel_links li a:hover {
  color: #999;
}
.plus_icon {
  float: left;
  margin: 5px;
  width: 25px;
}
.left_panel_links_heading_text {
  float: left;
  line-height: 26px;
}
.middle_panal {
  float: left;
  width: 820px;
  margin: 0px 5px 0px 5px;
  background: #efefef;
  padding: 10px
}
.middle_panal_faq_page {
  float: left;
  width: 820px;
  margin: -29px 5px 0px 5px;
  background: #fff;
  padding: 10px
}
.middle_panal_test_details_page {
  float: left;
  width: 820px;
  margin: 0px 5px 0px 5px;
  background: #ffffff;
  padding: 10px
}
.page_no_cntr {
  float: right;
  width: auto;
}
.page_no_cntr ul {
  float: left;
  margin: 0px;
  padding: 0px;
}
.page_no_cntr li {
  list-style: none;
  float: left;
  padding: 0px 2px;
  color: #009dd9;
}
.page_no_cntr li a, .page_no_cntr li span {
  float: left;
  padding: 5px 10px;
  margin: 0px;
  color: #009dd9;
  display: block;
  border: 1px solid #CCCCCC;
  text-align: center;
  border-radius: 5px;
  background: #fefefe; /* Old browsers */
  background: -moz-linear-gradient(top, #fefefe 0%, #eaeaea 97%, #cccccc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(97%, #eaeaea), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%, #eaeaea 97%, #cccccc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%, #eaeaea 97%, #cccccc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%, #eaeaea 97%, #cccccc 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%, #eaeaea 97%, #cccccc 100%); /* W3C */
  cursor: pointer;
}
.page_no_cntr li a:hover, .page_no_cntr li span:hover, .page_no_cntr li span.current {
  color: #fff !important;
  border: 1px solid #1879AD;
  background: #fefefe; /* Old browsers */
  background: -moz-linear-gradient(top, #009dd9 0%, #0279a7 97%, #03aff1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009dd9), color-stop(97%, #0279a7), color-stop(100%, #03aff1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #009dd9 0%, #0279a7 97%, #03aff1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #009dd9 0%, #0279a7 97%, #03aff1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #009dd9 0%, #0279a7 97%, #03aff1 100%); /* IE10+ */
  background: linear-gradient(to bottom, #009dd9 0%, #0279a7 97%, #03aff1 100%); /* W3C */
  text-decoration: none;
  cursor: pointer
}
.filter_cntr {
  width: 100%;
  float: left;
  margin: 10px 0px;
}
.filter_by {
  float: left;
  width: 250px;
  line-height: 13px;
}

.filter_by label, .sort_by label {
  float: left;
  width: 65px;
  height: 18px;
  font-weight: bold;
  font-size: 13px;
  padding-top: 6px
}
.sort_by label {
  width: 55px;
}
.filter_by .sbHolder, .sort_by .sbHolder {
  float: left;
}
.filter_by_select {
  width: 250px;
}
.sort_by_select {
  width: 150px;
  line-height: 20px;
}
.sort_by {
  float: left;
  width: 300px;
  line-height: 13px;
}
.grid-list_icons_cntr {
  float: right;
  width: auto;
}
.view_icons {
  float: left;
  margin: 5px;
  vertical-align: top;
}
.view_icons a {
  float: left;
  border: 0px;
}
.ipg_heading_cntr {
  float: left;
  width: 100%;
  margin: 10px 0px;
}
.ipg_title {
  float: left;
  width: 96%;
  background: url(../images/ipg_title_bg.png) repeat-x;
  height: 25px;
}
.ipg_title_text {
  float: left;
  margin-right: 5px;
  width: auto;
  line-height: 15px;
}
.list-view-item-box {
  float: left;
  width: 100%;
  margin: 10px 0px;
  padding-top: 20px;
  border-top: 1px dotted #CCCCCC;
  clear: both;
}
.list-view-item-box_img {
  float: left;
  width: 135px;
  height: 109px;
  margin: 0px 10px 0px 0px;
  box-shadow: 0px 0px 5px 4px rgba(119, 119, 119, 0.3);
  -moz-box-shadow: 0px 0px 5px 4px rgba(119, 119, 119, 0.3);
  -webkit-box-shadow: 0px 0px 5px 4px rgba(119, 119, 119, 0.5);
}
.list-view-item-box_details_cntr {
  float: left;
  font-size: 12px;
  width: 620px;
}
.list-view-item-box_heading_blue {
  color: #EE3124;
  font-family: "LenovoDomedium", sans-serif !important;
  font-size: 18px;
  line-height: 1.08333em;
  text-shadow: 1px 1px 1px #FFFFFF;
  margin-bottom: 10px;
}
.list-view-item-box_heading_blue a {
  color: #EE3124;
  font-family: "LenovoDomedium", sans-serif !important;
  font-size: 18px;
  line-height: 1.08333em;
  text-shadow: 1px 1px 1px #FFFFFF;
}
.list-view-item-box_heading_blueBold {
  color: #EE3124;
  font-family: "LenovoDomedium", sans-serif !important;
  font-size: 16px;
  line-height: 1.08333em;
  text-shadow: 1px 1px 1px #FFFFFF;
  font-weight: bold;
}
.list-view-item-box_heading_blue a:hover {
  color: #EE3124;
}
.list-view-item-box_details_text {
  float: left;
  font-size: 12px;
  width: 100%;
}
.list-view-item-box_rating_cntr {
  float: left;
  width: 300px;
  margin-top: 10px;
}
.rating_stars {
  float: left;
  margin: 0 5px;
}
.list-view-item-box p {
  width: 670px;
  text-align: justify;
  line-height: 18px;
  float: left;
  margin: 10px 0px 0px 0px;
}
.page_nav {
  border-top: 1px dotted #CCCCCC;
  display: block;
  clear: both;
  padding-top: 10px;
  margin-top: 10px;
}
.catlog_title {
  color: #EE3124;
  font-family: "LenovoDoMedium", Arial, Helvetica, sans-serif;
  font-size: 1.71429em;
  font-weight: normal;
  letter-spacing: -.5px;
  line-height: 1.08333em;
  text-shadow: 1px 1px 1px #FFFFFF;
}
.right_panal {
  float: left;
  width: 240px;
}
.right_panal_heading {
  float: left;
  width: 240px;
  background: url(../images/heading_bg.png) repeat-x;
  text-align: left;
  vertical-align: middle;
  padding-left: 10px;
  height: 25px;
  line-height: 25px;
  border-bottom: solid 1px #CCC;
  font-family: "LenovoDomedium", sans-serif !important;
  font-size: 15px;
  color: #EE3124;
}
.right_panal_links {
  float: left;
  width: 240px;
}
.right_panal_links ul {
  float: left;
  width: 240px;
  margin-left: 10px;
}
.right_panal_links li a {
  float: left;
  width: 240px;
  color: #0a9bde;
  padding: 5px 0px 10px 0px;
  border-bottom: dotted 1px #0a9bde;
}
.right_panal_links li a:hover {
  float: left;
  width: 240px;
  color: #555;
  border-bottom: dotted 1px #555;
}
.right_panal_links_more {
  float: right;
  margin: 5px 0px 10px 0px;
}
.select course page style {
  float: left;
  width: 100%;
}
.related_courses_cntr {
  float: left;
  width: 98%;
  ;
  margin-top: 60px;
}
.list_carousel {
  margin: 10px 0 0px 0px;
  width: 100%;
  float: left;
}
.list_carousel ul {
  margin: 0px 20px;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel li {
  background-color: #eee;
  width: 160px;
  min-height: 225px;
  padding: 0;
  margin: 13px;
  display: block;
  float: left;
}
.prev {
  float: left;
  margin: 100px 10px 0px 0px;
  position: absolute;
}
.next {
  float: right;
  margin: -140px 10px 0px 750px;
  position: absolute;
}
.related_heading {
  float: left;
  background: #cbcbcb;
  color: #111;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
}
.scrolling_content_box {
  float: left;
}
.scrolling_content_box_img {
  float: left;
  margin: 5px;
  box-shadow: 0px 0px 5px 4px rgba(119, 119, 119, 0.3);
  -moz-box-shadow: 0px 0px 5px 4px rgba(119, 119, 119, 0.3);
  -webkit-box-shadow: 0px 0px 5px 4px rgba(119, 119, 119, 0.5);
}
.scrolling_content_box_rating_heading {
  float: left;
  margin: 10px 0px 10px 8px;
  font-weight: bold;
  font-size: 13px;
  width: 100%;
}
.scrolling_content_box_rating_stars {
  float: left;
  text-align: left;
  margin-left: 5px;
}
.scrolling_content_box p {
  float: left;
  width: 90%;
  margin: 10px 0px 0px 7px;
}
.scrolling_content_box p a {
  float: left;
  width: 90%;
  color: #555
}
.scrolling_content_box p a:hover {
  float: left;
  width: 90%;
  color: #009dd9
}
.subheading_title {
  color: #EE3124;
  font-family: "LenovoDomedium", Arial, Helvetica, sans-serif !important;
  font-size: 1.71429em;
  font-weight: normal;
  line-height: 1.08333em;
  text-shadow: 1px 1px 1px #FFFFFF;
  letter-spacing: -0.5px;
}
.training_progress_cntr_header {
  width: 100%;
  float: left;
}
.training_progress_cntr_header ul {
  width: 100%;
  background: #e4f5fd;
  font-weight: bold;
  color: #029ffb;
}
.training_progress_cntr_header li {
  border-right: solid 1px #CCC;
  color: #029ffb;
  height: 25px;
  width: auto;
  padding: 12px 6.8px;
  line-height: 25px;
}
.training_progress_cntr_header li a {
  float: left;
}
.training_progress_cntr_header li a:hover {
  float: left;
}
.training_progress_cntr ul {
  width: 100%;
  float: left;
}
.training_progress_cntr li {
  float: left;
}
.training_progress_cntr li.header {
  float: left;
  background: #0CF;
}
.training_progress_cntr li a {
  float: left;
}
.training_progress_cntr li a:hover {
  float: left;
}
.training_progress_cntr {
  width: 820px;
  float: left;
  border-left: solid 1px #cecfce;
}
.training_progress_table {
  float: left;
  width: 100%;
  text-align: left;
}
.training_progress_table_heading td {
  width: auto;
  background: #555;
  color: #fff;
  height: 20px;
  padding: 10px;
  border-right: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  font-family: "LenovoDomedium", sans-serif !important;
  font-size: 14px;
}
.training_progress_table_td td {
  width: auto;
  background: #fff;
  color: #555;
  height: 20px;
  padding: 10px;
  border-right: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  font-weight: normal;
  max-width: 200px;/*position: absolute;*/
}
.training_progress_table_td_gray td, td {
  width: auto;
  background: #f4f4f4;
  color: #000;
  height: 20px;
  padding: 10px;
  border-right: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  font-weight: normal;
}
.training_progress_table td.tdCode, .training_progress_table td.tdType, .training_progress_table td.tdPrint {
  width: 100px;
}
.training_progress_table td.tdDate, .training_progress_table td.tdStatus {
  width: 80px;
}
.training_progress_table td.tdSName {
  width: 340px;
}
.training_progress_table_td_gray .popUpBoxOut a {
  color: #009dd9;
}
.training_progress_table_td_gray .popUpBoxOut a:hover {
  color: #009dd9;/*position: relative;*/
}
.training_progress_table_td_gray_last {
  width: auto;
  background: #f4f4f4;
  color: #555;
  height: 20px;
  padding: 10px 13px;
  border-bottom: solid 1px #CCC;
  text-indent: -12px;
  text-align: center;
}
.training_progress_table_td .popUpBoxOut a {
  color: #009dd9;/*position: relative;*/
}
.training_progress_table_td .popUpBoxOut a:hover {
  color: #009dd9;/* position: relative;*/
}
.training_progress_table_td_last {
  width: auto;
  background: #fff;
  font-weight: bold;
  color: #029ffb;
  height: 20px;
  padding: 10px 13px;
  border-right: none;
  border-bottom: solid 1px #CCC;
  text-indent: -12px;
  text-align: center;
}
.popUpBoxOut {
  position: absolute;
}
.popUpBox {
  display: none;
  padding: 0px;
  position: relative;
  text-align: left;
  top: 0px;
  width: 600px;
  z-index: 10000;
  left: 0px;
  right: 0px;
  float: left;
  min-height: 100px;
}
.show_status_table {
  float: left;
  margin: 0px;
  padding: 0px;
  background: #fff;
  border: 1px solid #CECFCE;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  margin-top: 0px;
  border-top: none;
}
.show_status_table_td td {
  width: auto;
  background: #fff;
  color: #555;
  height: 15px;
  padding: 10px 13px;
  border-right: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
}
.show_status_table_td a {
  border: 0;
  text-decoration: none;
}
.show_status_table_top_arrow {
  width: auto;
  color: #555;
  padding: 0px 0px;
  margin-bottom: -4px;
  text-align: right;
}
.show_status_table_td_header td {
  background: none repeat scroll 0 0 #555555;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  color: #FFFFFF;
  font-family: "LenovoDomedium", sans-serif !important;
  font-size: 14px;
  height: 20px;
  padding: 10px;
  width: auto;
}
#left_form_cont {
  float: left;
  margin: 5px 0px 10px 0px;
  background: #3E8DDD;
  padding: 10px;
  width: 180px;
}
#left_form_div {
  float: left;
  margin: 5px 0px 10px 0px;
}
.left_form {
  border: medium none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5) inset;
  margin: 0;
  width: 150px;
  height: 20px;
  float: left;
  /*background: #F8F8F8 url(../images/search_icon_15x15.png) no-repeat 5px 3px;*/
  padding-left: 5px;
  color:#A8ABA9;
}
.left_form_text {
  float: none;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
 margin-right: 0px;
  font-size: 11px;
  //margin-left: 30px;
  font-family: Helvetica, Arial, sans-serif;
}
.inside_table {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
}
.inside_table th {
  width: 822px;
  font-family: "LenovoDomedium", sans-serif;
  font-weight: normal;
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
  font-size: 13px;
}
.inside_table inside_table_header_td {
  font-family: "LenovoDomedium", sans-serif;
}
.inside_table td {
  width: auto;
  height: 20px;
  font-size: 12px;
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
}
.inside_table td div {
  overflow: hidden;
  width: 100px !important;
  margin-left: 0px;
  word-wrap: break-word;
}
.inside_table img {
  margin: 5px 0px 0px 10px;
}
.inside_table_header_td td {
  background: #555;
  color: #fff;
  font-weight: bold;
}
.inside_table_td td {
  background: #fff;
  color: #555;
}
.inside_table_td td a {
  color: #009dd9;
  text-decoration: none;
}
.inside_table_td td a:hover {
  color: #555;
  text-decoration: none;
}
.inside_table_td_gray td {
  background: #f4f4f4;
  color: #555;
}
.inside_table_td_gray td a {
  color: #009dd9;
  text-decoration: none;
}
.inside_table_td_gray td a:hover {
  color: #555;
  text-decoration: none;
}
.form_table {
  width: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.form_table td {
  width: auto;
  height: 20px;
  font-size: 12px;
}
.button_blue {
  border: 1px solid #EE3124;
  color: #FFFFFF;
  height: 23px;
  margin: 0px 0px 0px 5px;
  background: #EE3124;
  padding: 2px 10px;
  cursor: pointer;
}
.button_blue a {
  border: 1px solid #EE3124;
  color: #FFFFFF;
  height: 23px;
  margin: 0px 0px 0px 5px;
  background: #EE3124;
}
.button_blue a:hover {
  color: #FFFFFF;
  background: #EE3124;
}
/* for tool tip attributr title1 start
*/a:hover {
  position: relative;
}
a[title1]:hover:after {
  content: attr(title1);
  padding: 4px 8px;
  padding: 4px 8px 4px 8px;
  color: #000;
  position: absolute;
  left: 100%;
  top: 100%;
  z-index: 20px;
  white-space: nowrap;
  background-color: #FFFFCC;
}
/* for tool tip attributr title1 end*/
/* course grid view start
*/.grid_view_boxes_cntr {
  float: left;
  width: 100%;
}
.gridview_content_box {
  float: left;
  width: 150px;
  margin: 15px 27px;/*position: relative; */
}
.gridrow {
  position: relative;
  clear: both;
}
.gridview_content_box_img {
  float: left;
  margin: 5px;
  overflow: hidden;
  width: 135px;
  height: 109px;
  box-shadow: 0px 0px 5px 4px rgba(119, 119, 119, 0.3);
  -moz-box-shadow: 0px 0px 5px 4px rgba(119, 119, 119, 0.3);
  -webkit-box-shadow: 0px 0px 5px 4px rgba(119, 119, 119, 0.5);
}
.gridview_content_box_img img {
  vertical-align: top;
}
.gridview_content_box_title_and_code {
  min-height: 81px;
}
.gridview_content_box_rating_heading {
  float: left;
  margin: 10px 0px 10px 8px;
  font-weight: bold;
  font-size: 13px;
  width: 100%;
}
.gridview_content_box_rating_stars {
  float: left;
  text-align: left;
  margin-left: 5px;
}
.pop_grid {
  position: absolute;
  z-index: 1002;
  left: 0px;
  top: 130px;
}
.gridview_content_box p {
  float: left;
  width: 90%;
  margin: 10px 0px 0px 7px;
  color: #DC291E;
}
.gridview_content_box p a {
  width: 90%;
  font-family: "LenovoDomedium", sans-serif;
  color: #DC291E;
}
.gridview_content_box p a:hover {
  width: 90%;
  color: #009dd9
}
.grid_view_popup_cntr {
  background-color: #FFF;
  padding: 30px;
  border: 1px solid #ccc;
  width: 750px;
  overflow: hidden;
}
.grid_view_popup_img {
  float: left;
  width: 135px;
  height: 109px;
  margin: 0px 10px 10px 0px;
  box-shadow: 0px 0px 5px 4px rgba(119, 119, 119, 0.3);
  -moz-box-shadow: 0px 0px 5px 4px rgba(119, 119, 119, 0.3);
  -webkit-box-shadow: 0px 0px 5px 4px rgba(119, 119, 119, 0.5);
}
.grid_view_popup_details_cntr {
  float: left;
  font-size: 12px;
  width: 580px;
  margin: 0px 5px 0px 15px;
}
.grid_view_popup_heading_blue {
  color: #EE3124;
  font-family: "LenovoDomedium", sans-serif;
  font-size: 18px;
  line-height: 1.08333em;
  text-shadow: 1px 1px 1px #FFFFFF;
  margin: 0px 0px 5px 0px;
}
.grid_view_popup_heading_blue a {
  font-family: "LenovoDomedium", sans-serif;
  font-size: 18px;
  color: #EE3124;
}
.grid_view_popup_details_text {
  font-size: 12px;
  clear: both;
}
.grid_view_popup_rating_cntr {
  margin-top: 10px;
  clear: both;
}
.rating_stars {
  float: left;
  margin: 0 5px;
}
.course_description {
  clear: both;
  overflow: hidden;
  padding-top: 10px;
}
.class_details {
  clear: both;
  overflow: hidden;
  padding-top: 10px;
}
.class_details .class_details_colm {
  width: 50%;
  float: left;
}
.class_details .colm70 {
  width: 70%;
}
.class_details .colm30 {
  width: 30%;
}
.class_details .colm25 {
  width: 25%;
}
.grid_view_popup_details_cntr p {
  width: 100%;
  text-align: justify;
  line-height: 18px;
  float: left;
  margin: 10px 0px 0px 0px;
  color: #000000;
}
grid_view_popup_links {
  float: left;
}
.grid_view_popup_links ul {
  float: left;
  margin: 25px 0px 0px 0px;
  padding: 0px;
  text-align: left;
}
.grid_view_popup_links li {
  float: left;
  color: #ffffff;
  padding: 5px;
  font-weight: bold;
}
.grid_view_popup_links li a {
  float: left;
  color: #ffffff;
  padding: 5px;
  font-weight: bold;
  background: #373737;
  text-align: center;
}
.grid_view_popup_links li a:hover {
  float: left;
  color: #ffffff;
  font-weight: bold;
  background: #373737;
  text-decoration: none;
}
.tooltip_download_list {
  float: left;
  color: #ffffff;
  padding: 5px;
  font-weight: bold;
}
.tooltip_download_list a {
  float: left;
  color: #009dd9;
  padding: 5px;
  font-weight: bold;
  background: #555555;
}
.tooltip_download_list a:hover {
  float: left;
  color: #ffffff;
  font-weight: bold;
  color: #555555;
  text-decoration: none;
}
.hidethisbeforethemousehover-grid_view {
  visibility: hidden;
  padding: 0px;
  position: absolute;
  text-align: left;
  top: 0px;
  width: 850px;
  z-index: 10000;
  left: 50px;
  right: 400px;
  min-height: 100px;
  border: #e7e7e7 1px solid;
}
/* course grid view end */
/*Session Details_starting here
*/.select_course_page_content_area_cntr {
  float: left;
  width: auto;
}
.select_course_page_img {
  float: left;
  width: 240px;
  height: 165px;
  margin: 25px;
  box-shadow: 0px 0px 5px 4px rgba(119, 119, 119, 0.3);
  -moz-box-shadow: 0px 0px 5px 4px rgba(119, 119, 119, 0.3);
  -webkit-box-shadow: 0px 0px 5px 4px rgba(119, 119, 119, 0.5);
}
.select_course_page_details_cntr {
  float: left;
  font-size: 12px;
  width: 60%;
}
.select_course_page_heading_blue {
  float: left;
  color: #EE3124;
  font-family: "LenovoDoMedium", Arial, Helvetica, sans-serif;
  font-size: 1.71429em;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 1.08333em;
  text-shadow: 1px 1px 1px #FFFFFF;
  margin: 21px 0px 0px -02px;
  width: 100%;
}
.select_course_page_heading_blue a {
  float: left;
  color: #EE3124;
}
.select_course_page_heading_blue a:hover {
  float: left;
  color: #EE3124;
}
.select_course_page_rating_cntr {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.rating_stars {
  float: left;
  margin: 0 5px;
}
.select_course_page_details_text {
  float: left;
  font-size: 12px;
  width: 70%;
  line-height: 25px;
}
.select_course_page_details_cntr_p {
  width: 97%;
  text-align: justify;
  line-height: 20px;
  float: left;
  margin: 0px 0px 0px 0px;
}
.select_course_page_details_cntr_h3 {
  margin: 10px 0px 10px 0px;
  float: left;
  color: #EE3124;
  font-family: "LenovoDoMedium", Arial, Helvetica, sans-serif;
  font-size: 1.61429em;
  font-weight: normal;
  line-height: 1.08333em;
  text-shadow: 1px 1px 1px #FFFFFF;
  width: 100%;
}
.select_course_page_details_cntr strong {
  color: #444;
}
.strong_2 {
  margin-left: 15px;
  border-left: 1px solid #009dd9;
  padding-left: 10px
}
.select_course_page_links {
  float: left;
  width: 26%;
  margin: 0px 0px 0px 16px;
  padding-bottom: 10px;
}
.select_course_page_links ul {
  float: left;
  margin: 0px;
  padding: 0px;
  text-align: left;
  background: none;
}
.select_course_page_links li {
  padding: 0px 0px 10px 0px;
  font-weight: bold;
}
.select_course_page_links li a {
  padding: 5px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  min-width: 100px;
  max-width: 200px;
  width: auto;
  display: inline-block;
  font-weight: bold;
  border: 1px solid #373737;
  text-align: center;
  background: #373737;
}
.select_course_page_links li a:hover {
  padding: 5px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  min-width: 100px;
  max-width: 200px;
  width: auto;
  display: inline-block;
  font-weight: bold;
  border: 1px solid #373737;
  text-align: center;
  background: #373737;
  text-decoration: none;
}
.btnVList, .btnHList {
  margin: 0px;
  padding: 0px;
}
.btnVList li {
  color: #ffffff;
}
.btnVList li a {
  color: #ffffff;
  background: #373737;
  min-width: 100px;
  max-width: 200px;
  width: auto;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  float: left;
  margin-top: 7px;
}
.btnVList li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.buttonLink {
  min-width: 100px;/*background: -moz-linear-gradient(top, #fefefe 0%, #eaeaea 97%, #cccccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(97%, #eaeaea), color-stop(100%, #cccccc));
  background: -webkit-linear-gradient(top, #fefefe 0%, #eaeaea 97%, #cccccc 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #eaeaea 97%, #cccccc 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #eaeaea 97%, #cccccc 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #eaeaea 97%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#cccccc', GradientType=0 );
  padding: 6px;
  border-radius: 5px;*/
}
.buttonLink a {
  color: #ffffff;
  background: #555555;
  min-width: 100px;
  max-width: 200px;
  width: auto;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  border: 1px solid #e7e7e7;
  text-align: center;
  background: #555555;/* background: #fefefe;
  background: -moz-linear-gradient(top, #009dd9 0%, #0279a7 97%, #03aff1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009dd9), color-stop(97%, #0279a7), color-stop(100%, #03aff1));
  background: -webkit-linear-gradient(top, #009dd9 0%, #0279a7 97%, #03aff1 100%);
  background: -o-linear-gradient(top, #009dd9 0%, #0279a7 97%, #03aff1 100%);
  background: -ms-linear-gradient(top, #009dd9 0%, #0279a7 97%, #03aff1 100%);
  background: linear-gradient(to bottom, #009dd9 0%, #0279a7 97%, #03aff1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009dd9', endColorstr='#03aff1', GradientType=0 );
  text-decoration: none;*/
}
.buttonLink a:hover {
  color: #ffffff;
  background: #2f2f2f;
  min-width: 100px;
  max-width: 200px;
  width: auto;
  display: inline-block;
  font-weight: bold;
  border: 1px solid #e7e7e7;
  text-align: center;
}
.btnVList .btnVList_red {
  color: #ffffff;
  background: #EE3124 !important;
  min-width: 100px;
  max-width: 200px;
  width: auto;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  float: left;
  margin-top: 7px;
}
/* Download Tooltip
*/.tooltip_download_layer {
  padding: 2px;
  background-color: #FFFFFF;
  border: 1px solid #98A7AA;
  position: absolute;
  display: none;
  z-index: 888;
  margin-top: 30px;
}
.tooltip_download_layer_session_details {
  padding: 2px;
  background-color: #FFFFFF;
  border: 1px solid #98A7AA;
  position: absolute;
  display: none;
  z-index: 888;
  margin-top: -10px;
}
.tooltip_download_inner {
  background: #ffffff;
  /*border: 1px solid #ffffff;*/
  padding: 3px;
  text-align: left;
  min-width: 310px;
  width: 310px;
}
.tooltip_download_inner a {
  color: #0A9BDE;
}
.tooltip_download_inner a:hover {
  color: #555555 !important;
}
.tooltip_download_list {
  margin: 0px;
  padding: 2px 0px;
  text-align: left;
  min-width: 310px;
  width: auto;
  font-size: 10px
}
.tooltip_download_head {
  display: block;
  overflow: hidden;
  width: 310px;
  border-bottom: 1px solid #98A7AA;
  margin-bottom: 5px;
}
.tooltip_download_head label {
  float: left;
  font-weight: bold;
}
.tooltip_download_close {
  font-size: 9px;
  font-weight: bold;
  float: right !important;
}
/*Session Details_style_ending here*/
/*profile styles starts here
*/.my_profile_cntr {
  float: left;
}
.my_profile_table {
  float: left;
  margin: 10px 0px;
  border: 1px #CCCCCC solid;
  border-left: none;
  border-bottom: none;
  background-color: #FFF;
  width: 820px;
  text-align: left;
  display: table;
}
.my_profile_textbox {
  min-width: 200px;
}
.my_profile_table td {
  border-right: none;
  border-left: 1px #CCCCCC solid;
}
.my_profile_table_gray td {
  background: #fff;
}
.my_profile_table_td_left {
  width: 5%;
}
.mandatory_mark {
  float: left;
  color: #F00;
  width: 10px;
  height: 10px;
  visibility: visible;
}
/*profile styles ends here
*/#menu {
  width: 100%;
  margin: 0px auto;
  margin-left: 50px;
}
#menu:before, #menu:after {
  content: "";
}
#menu:after {
  clear: both;
}
#menu {
  zoom: 1;
}
#menu li {
  float: left;
  background: url(../images/main_nav_divider_1x35.png) right no-repeat;
  position: relative;
}
#menu a {
  float: left;
  padding: 12px 30px;
  color: white;
  font-size: 13px;
  text-decoration: none;
  font-family: Helvetica, Arial, sans-serif;
}
#menu li:hover > a {
  color: #3E8DDD;
  background: #fff;
}
*html #menu li a:hover { /* IE6 only */
  color: #3E8DDD;
}
#menu ul {
  margin: 0px 0 0 0;
  _margin: 0; /*IE6 only*/
  visibility: hidden;
  position: absolute;
  left: 0;
  z-index: 5000;
  top: 34px;
  color: #3E8DDD;
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  display: block;
}
#menu ul:hover {
  margin: 0px 0 0 0;
  _margin: 0; /*IE6 only*/
  visibility: visible;
  position: absolute;
  left: 0;
  z-index: 5000;
  top: 34px;
  color: #3E8DDD;
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  display: block;
}
#menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
  color: #3E8DDD;
  padding: 20px 10px 10px 20px;
}
#menu ul ul {
  top: 0;
  left: 150px;
  margin: 0 0 0 20px;
  _margin: 0; /*IE6 only*/
  color: #3E8DDD;
  padding-top: 25px;
  width: 200px;
  height: 300px;
  background: #FFF;
}
#menu ul li {
  float: left;
  display: block;
  color: #3E8DDD;
  _line-height: 0; /*IE6 only*/
  background: none;
  background: #FFF;
}
#menu ul li:last-child {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#menu ul a {
  padding: 10px;
  width: auto;
  _height: 10px; /*IE6 only*/
  display: block;
  white-space: nowrap;
  float: none;
  text-transform: none;
  color: #3E8DDD;
  font-weight: bold;
}
#menu ul a:hover {
  background-color: #fff;
  color: #3E8DDD;
  display: block;
}
#menu ul li:first-child > a {
  background: none;
}
#menu ul li:first-child > a:after {
  /*content: '';*/
  position: absolute;
  left: 40px;
  top: -6px;
}
#menu ul ul li:first-child a:after {
  left: -6px;
  top: 50%;
  margin-top: -6px;
  border-left: 0;
  background: none;
}
#menu ul li:first-child a:hover:after {
}
#menu ul ul li:first-child a:hover:after {
}
#menu ul li:last-child > a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.top_links li .logout {
  //font-weight: bold;
  text-decoration: none;
}
.top_links li .logout:hover {
  color: #009dd9;
}
/*loginpage styles start here
*/.wrapper_loginpage {
  width: 960px;
  overflow: visible;
}
.header_div_loginpage {
  width: 960px;
}
.content_area_login_page {
  width: 960px;
  float: left;
  min-height: 550px;
  box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.2);
  padding: 0 0px 0px 0px;
  margin-top: -1px;
  padding-top: 0px;
}
.banner {
  width: 960px;
  height: 250px;
}
.loginpage_content {
  float: left;
  text-align: justify;
  padding: 5px;
  width: 695px;
  margin: 15px 10px 10px 0px;
  line-height: 22px;
}
.loginpage_content strong {
  float: left;
  text-align: justify;
  width: 695px;
  line-height: 22px;
  font-family: "LenovoDoMedium", Arial, Helvetica, sans-serif;
  font-size:15px;
}
.loginpage_content span {
  float: none;
  text-align: justify;
  font-family:Arial, Helvetica, sans-serif;
  }
.login_bar {
  float: left;
  width: 235px;
  margin-top: 20px;
  background:#e7e7e7;
  padding:5px;

}
.login_img {
  float: left;
  vertical-align: top;
  margin-bottom: 10px;
}
.login_bar legend {
  font-weight: bold;
  margin-top: 5px;
}
.login_bar label {
  float: left;
  width: 245px;
  margin-right: 5px;
}
.login_bar ol {
  float: left;
}
.login_bar li {
  float: left;
  line-height: 23px;
}
.login_bar input {
  float: left;
  margin-top: 5px;
}
.login_bar_checkbox {
  float: left;
  margin-top: 5px;
  width: 20px;
}
.login_bar_login-button {
  float: left;
  margin-top: 5px;
  width: 240px;
}
.login_bar_resetpw {
  float: left;
  margin: 7px 0px 0px 10px;
  ;
  width: 100px;
  clear: right;
}
/* test instuctions start
*/.test_warning_tbl {
  margin: -10px auto;
  border: 1px solid #C3CFDF;
  width: 820px !important;
}
.test_warning_tbl td {
  padding: 10px;
}
.test_warning_head {
  background: #555;
  text-align: center;
  font-family: "LenovoDoBold", sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.08333em;
  margin-bottom: 10px;
  color: #fff;
}
.test_warning_list li {
  padding-top: 5px;
  padding-bottom: 5px;
  list-style: circle;
}
.test_warning_msg {
  padding: 10px;
  font: bold 12px Arial, Verdana, Helvetica, sans-serif;
  text-align: center;
}
.traing_img {
  width: 55px;
  height: 40px;
}
.all_traing_table {
  background-color: #fff;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin-top: -1px;
  width: 100%;
  line-height: 18px;
}
.all_traing_table td {
  white-space: normal;
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 10px 5px;
}
.all_traing_table .content_box, .all_traing_table .content_box_altr {
  width: 320px;
  max-width: 320px;
}
.all_traing_table .location_box, .all_traing_table .location_box_altr {
  width: 150px;
  max-width: 150px;
}
.all_traing_table .status_box, .all_traing_table .status_box_altr {
  width: 300px;
  max-width: 300px;
}
h3.subhead {
  margin-bottom: 10px;
}
#main_review {
  width: 100%;
}
#Classrooms_Minus a h3 {
  color: #0A9BDE;
}
#Classrooms_Minus a:hover {
  color: #0A9BDE;
}
#Classrooms_Plus a h3 {
  color: #0A9BDE;
}
#Classrooms_Plus a:hover {
  color: #0A9BDE;
}
#review_Minus a h3 {
  color: #0A9BDE;
}
#review_Minus a:hover {
  color: #0A9BDE;
}
#review_Plus a h3 {
  color: #0A9BDE;
}
#review_Plus a:hover {
  color: #0A9BDE;
}
#External_Minus {
  margin-bottom: 10px;
  color: #0A9BDE;
}
#External_Minus a h3 {
  color: #0A9BDE;
}
#External_Minus a:hover {
  color: #0A9BDE;
}
#External_Plus a h3 {
  color: #0A9BDE;
}
#External_Plus a:hover {
  color: #0A9BDE;
}
/*test instructions end*/
/*indexpage styles start here
*/.homepage_banner {
  width: auto;
  margin-top: -3px;
}
.homepage_content_area_right {
  float: right;
  margin: 0px 15px 10px 15px;
  width: 1050px;
}
.vert_box_cntr {
  float: left;
  width: 100%;
}
.vert_box_1 {
  float: left;
  width: 30%;
  border-right: 1px solid #e7e7e7;
  padding: 5px 20px 0px 0px;
}
.vert_box_2 {
  float: left;
  width: 30%;
  border-right: 1px solid #e7e7e7;
  padding: 5px 20px 0px 20px;
}
.vert_box_3 {
  float: left;
  width: 30%;
  padding: 5px 10px 0px 20px;
}
.vert_box_inner {
  float: left;
  width: 100%;
}
.vert_box_img {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.vert_box_img img {
  vertical-align: top;
  clear: both;
  display: block;
  width: 315px;
  height: 85px;
  margin-top:20px;
}
.vert_box_inner h3 {
  float: left;
  width: 100%;
  color: color:black;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.71429em;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.08333em;
  text-shadow: 1px 1px 1px #FFFFFF;
  margin: 5px 0px 5px 0px;
  padding: 0px;
}
.vert_box_inner p {
  float: left;
  width: 100%;
  text-align: justify;
  line-height: 18px;
  color: #6F7170;
  font-family: Helvetica, Arial, sans-serif;
}
.vert_box_inner ul {
  float: left;
  width: 100%;
  margin: 10px 0px 10px 0px;
  ;
}
.vert_box_inner li a {
  float: left;
  line-height: 20px;
  width: 100%;
  background: url(../images/icon_leftaro.gif) left no-repeat;
  text-indent: 10px;
  color: #3E8DDD;
  font-family: Helvetica, Arial, sans-serif;
}
.vert_box_inner li a:hover {
  float: left;
}
.vert_box_inner span {
  float: right;
  width: 100%;
  font: bold;
}
.vert_box_inner span a {
  float: right;
  font-weight: bold;
  //text-decoration: underline;
  color: #3E8DDD;
  font-family: Helvetica, Arial, sans-serif;
}
.vert_box_inner span a:hover {
  float: right;
}

.spot_light_vert_box1{
  float: left;
  width: 48%;
  border-right: 1px solid #e7e7e7;
  padding: 5px 15px 0px 0px;
}

.spot_light_vert_box2{
  float: left;
  width: 47%;
  /*border-right: 1px solid #e7e7e7;*/
  padding: 5px 20px 0px 15px;
}

.spot_light_vert_box_img img {
    vertical-align: top;
    clear: both;
    display: block;
    width: 100%;
    height: 85px;
}

.roadmaps_cntr {
  float: right;
  width: 1020px;
  background: #ffffff;
  margin-left: 1px;
  margin: 10px 20px 0px 0px;
}
.roadmaps_cntr h2 {
  float: left;
  color: #fff;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
}
.roadmaps_cntr p {
  float: left;
  width: 570px;
  margin-left: 15px;
  color: #fff;
  text-align: justify;
  line-height: 18px;
}
.roadmaps_links {
  float: right;
  width: 900px;
  margin: 20px 0px 20px 0px;
}
.roadmaps_links ul {
  float: left;
  width: 300px;
  text-align: left;
  margin-top: 10px;
}
.roadmaps_links li {
  color: #e7e7e7;
  line-height: 25px;
  font-weight: bold;
  text-align: left;
}
.roadmaps_links li a {
  width: 30%;
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  width: 200px;
}
.roadmaps_links li a:hover {
  color: #e7e7e7;
}
.highlight_boxes_cntr {
  float: right;
  width: 1035px;
  margin: 10px 20px 10px 0px;
  padding-right: 1px;
  background: #E1F3F7;
}
.highlight_box_inner_cntr {
  float: right;
  width: 100%;
}
.highlight_box_left, .highlight_box_right {
  float: left;
  width: 493px;
  background-color: #E1F3F7;
  min-height: 100px;
  padding: 10px;
  margin: 0px 10px 10px 0px;
  font-family: LenovoDoBold;
  text-transform: uppercase;
  color: #EE3124;
}
.highlight_box_right {
  width: 492px;
  margin: 0px 0px 10px 0px;
}
.highlight_box_left img, .highlight_box_right img {
  float: left;
  margin: 5px 10px 5px 5px;
  width: 135px;
  height: 95px;
}
.highlight_box_left h3, .highlight_box_right h3 {
  color: #E2231A;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin: 10px 0px 5px 0px;
  padding: 0px;
  line-height: 20px;
  text-shadow: 1px 1px 1px #FFFFFF;
  text-transform: capitalize;
}
.highlight_box_left p, .highlight_box_right p {
  color: #006699;
  font-size: 12px;
  margin: 10px 5px 5px 10px;
}
.highlight_box_left p a, .highlight_box_right p a {
  font-size: 12px;
  text-transform: capitalize;
  color :#3E8DDD;
  font-family: Helvetica, Arial, sans-serif;
}
.left_marquee_cntr_for_all {
  width: 200px;
  float: left;
  background:#D9D8D6;
}
.left_marquee_cntr {
  width: 195px;
  float: left;
  padding: 5px 0px 10px 5px;
  border-bottom: 2px solid white;
}
.left_marquee_cntr img {
  float: left;
  margin: 30px 5px 10px 5px;
}
.left_marquee_cntr h3 {
  float: left;
  color: #009dd9;
  width: 60%;
  font-weight: bold;
  font-size: 14px;
  margin: 5px;
}
.left_marquee_cntr h5 {
  float: left;
  font-size: 12px;
  color: #E2231A;
  width: 130%;
  margin: 5px;
  font-family: Helvetica, Arial, sans-serif !important;
}
.left_marquee_cntr p {
  float: left;
  margin: 5px;
  color: #6F7170;
  font-size: 12px;
    font-family: Helvetica, Arial, sans-serif !important;
}
.left_marquee_cntr div.left_marquee_content{
  width: 105px;
  float: left;
  word-wrap: break-word;
}
.left_marquee_cntr span {
  float: right;
  width: 100%;
}
.left_marquee_cntr span a {
  float: right;
  width: 100%;
  text-align: right;
  text-decoration: underline;
}
.left_marquee_cntr span a:hover {
  right: left;
}
/* IE8 FIX
*/.ie8 .content_area {
  border: 1px solid #e7e7e7;
}
.button_black {
  background: none repeat scroll 0 0 #373737;
  border: 1px solid #2f2f2f;
  color: #ffffff;
  height: 23px;
  margin: 0 0 0 5px;
  padding: 2px 10px;
  cursor: pointer;
}
.survey_button {
  background: #EE3124;
  color: #ffffff;
  font-weight: bold;
  border: medium none;
  cursor: pointer;
  padding: 3px 10px;
  margin-top: 15px;
}
.survey_button a {
  background: #373737;
  color: #ffffff;
  font-weight: bold;
  border: medium none;
  cursor: pointer;
  padding: 0px;
  margin-top: -3px;
}
.survey_button a:hover {
  background: #fff;
  color: #000;
  font-weight: bold;
  border: medium none;
  cursor: pointer;
  padding: 0px;
  margin-top: -3px;
}
.survey_cntr {
  background: url(images/deatils_page_inside_bg.jpg) repeat-x;
  padding: 15px;
}
.survey_cntr span {
  color: #DC291E;
  font-family: "LenovoDoBold", sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.08333em;
  text-shadow: 1px 1px 1px #FFFFFF;
  margin-bottom: 10px;
}
.survey_content_heading {
  color: #DC291E;
  font-family: "LenovoDoBold", sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.08333em;
  text-shadow: 1px 1px 1px #FFFFFF;
  margin-bottom: 10px;
}
.middle_panal_faq_page h1 {
  color: #EE3124;
  float: left;
  font-family: "LenovoDoMedium", Arial, Helvetica, sans-serif;
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 1.08333em;
  margin: 5px 0px 10px 0px;
  padding: 0;
  text-shadow: 1px 1px 1px #FFFFFF;
  width: 100%;
}
.middle_panal_faq_page strong {
  color: #EE3124;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin: 0px 2px;
  padding: 0;
}
.middle_panal_faq_page a {
  color: #009DD9 !important;
}
.Faq1 p, .Faq2 p, .Faq3 p {
  padding: 10px 0px 20px 0px;
  height: auto;
  float: left;
  width: 99%;
  line-height: 18px;
}
.Faq1 h3, .Faq2 h3, .Faq3 h3 {
  background: #EFEFEF !important;
  background: none;
  padding: 0px !important;
}
.Faq1 h3 span.ui-accordion-header-icon, .Faq2 h3 span.ui-accordion-header-icon, .Faq3 h3 span.ui-accordion-header-icon {
  background-image: none !important;
}
.middle_panal_faq_page h2 {
  color: #000;
  font: bold 15px Arial, Helvetica, sans-serif;
  line-height: 25px;
  text-shadow: 1px 1px 1px #FFFFFF;
}
.support span {
  font: bold 13px Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 1px #FFFFFF;
  width: 200px;
}
.support span label {
  font: bold 18px Arial, Helvetica, sans-serif;
  color: #EE3124;
  margin: 5px;
}
.query_submit_span {
  font: bold 13px Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 1px #FFFFFF;
  min-width: 200px;
}
.moreLink:link, .moreLink:visited {
  background: url('../images/arrow_rd.png') no-repeat scroll left top transparent;
  text-align: left;
  float: left;
  cursor: pointer;
  padding: 1px 3px 3px 20px;
  margin: 6px 0px;
  color : #3E8DDD;
  font-weight:bold;
}
/******************* survey page styles starts *********************/
h5.survey_head{
  color: #DC291E;
  font-family: LenovoDoBold,sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.08333em;
  text-shadow: 1px 1px 1px #FFF;
  margin-bottom: 10px;
}
.survey_question{
  font: 12px Verdana,Arial,Helvetica,sans-serif;padding-bottom:15px;
}
.survey_choice{
  border: none;padding:0px;font: 12px Verdana,Arial,Helvetica,sans-serif;
}
.survey_textarea{
  font: 12px Verdana,Arial,Helvetica,sans-serif;
}
.survey_textarea1{
  font: 12px Verdana,Arial,Helvetica,sans-serif;
}
/******************* survey page styles ends **********************/
/************** certification page styles starts here *************************/
.certification_details {
  padding-top: 40px;
  line-height: 1.5;
  word-wrap: break-word;
  width: 825px;
  margin-left: 0px;
  padding-bottom: 20px;
}

.certifications-progress {  float:left; width:820px; margin:10px 0px 20px 10px;}
.certifications-progress li span{ float:left; width:183px; height:100px; margin:33px 0px 0px 35px; width:100px; text-align:center; font-weight:bold;}

.certifications-progress li span a.head{ color:#ffffff; }
.certifications-progress li span a.head:hover{  color:#e7e7e7; text-decoration:none; }
.certifications-progress li.completed { background: url(../images/flow-chart-cmpld-img.png); width:184px; height:70px;  }
.certifications-progress li.inprogress { background:url(../images/flow-chart-inprogress-img.png); width:184px; height:70px;  }
.certifications-progress li.testonlycourse { background:url(../images/flow-chart-newly-added-img.png); width:184px; height:70px; }
.certifications-progress li.notstarted { background:url(../images/flow-chart-not-started-img.png); width:184px; height:70px; }

.certifications-progress #one{left:60px;}
.certifications-progress #two{left:272px;}
.certifications-progress #three{left:484px;}
.certifications-progress #four{left:795px;}

.certifications-progress .one{left:-31px;}
.certifications-progress .two{left:-243px;}
.certifications-progress .three{left: -455px;}
.certifications-progress .four{left: -467px;}

.legend ul {
    float: right;
    width: 150px;
}
.legend li {
    height: 25px;
    line-height: 25px;
}
.show-inactive-users {
  margin-top: 10px;
}
.certification {
  position: relative;
  /*margin-left: -285px;*/
}
.certifications-progress li span {
  float: left;
  width: 183px;
  height: 0px;
  margin: 2px 0px 0px 15px;
  width: 100px;
  text-align: center;
  font-weight: bold;
}
.certifications-progress ul {
  float: left;
  width: 820px;
  margin: -17px 0px 10px 10px;
  height: 100px;
}
.certifications-progress li {
  float: left;
  background-color: none;
  position: absolute;
}
.certifications-progress li.completed {
  background: linear-gradient(to bottom, #486807 0%, #496906 4%, #4A6A09 4%, #4A6A07 6%, #4D6D0C 12%, #4E6C0A 13%, #4F6F0C 15%, #5C7C17 35%, #6C9026 55%, #7B9C33 71%, #83A73B 87%, #86A73C 88%, #86AA3C 93%, #89AA3F 94%, #89AD3F 99%, #ADBD8C 100%) repeat scroll 0% 0% transparent;
  min-width: 80%;
  min-height: 70px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.certifications-progress li.inprogress {
  background: linear-gradient(to bottom, #04638F 0%, #046590 7%, #056693 7%, #046791 10%, #056A96 14%, #05709A 25%, #0992B6 63%, #09A2C4 88%, #0BA4C6 89%, #0AA3C3 90%, #0BA4C6 91%, #0BA8C9 100%) repeat scroll 0% 0% transparent;
  min-width: 80%;
  min-height: 70px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.certifications-progress li.testonlycourse {
  background: linear-gradient(to bottom, #C1680E 0%, #C56A11 12%, #C86A12 13%, #C66B10 15%, #CA6C12 17%, #C86D12 18%, #D37416 34%, #DD7A1C 44%, #E07E1B 51%, #E5811F 56%, #E7811D 57%, #E5821D 58%, #E88220 59%, #F08924 71%, #F08922 73%, #F48A24 74%, rgb(255, 146, 41) 98%, rgb(255, 148, 42) 99%, rgb(224, 176, 128) 99%, rgb(227, 194, 163) 100%) repeat scroll 0% 0% transparent;
  min-width: 80%;
  min-height: 70px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.certifications-progress li.notstarted {
  background: linear-gradient(to bottom, #738289 0%, #738289 4%, #75848B 4%, #75848B 8%, #77868D 9%, #7D8C93 26%, #7F8E95 27%, #7F8E95 32%, #83919A 35%, #8593A0 36%, #8593A0 41%, #8997A4 44%, #8795A2 45%, #8F9DAA 53%, #8D9BA8 54%, #919FAC 57%, rgb(143, 157, 170) 59%, rgb(151, 165, 178) 66%, rgb(149, 163, 176) 68%, rgb(153, 167, 180) 70%, rgb(153, 167, 180) 75%, rgb(155, 169, 182) 76%, rgb(161, 175, 188) 93%, rgb(163, 177, 190) 94%, rgb(163, 177, 190) 100%) repeat scroll 0% 0% transparent;
  min-width: 80%;
  min-height: 70px;
  border-radius: 10px;
  margin-bottom: 10px;
}

span.sequencialTiltle {
  color:#fff;
  background:url(../images/arrow.png) no-repeat 2px 15px;
  background-size: 13px 13px;
  padding:15px 20px 30px !important;
  margin:20px 50px 20px 20px;
}

.image_one{
  float: right;
  height: 50px;
  width: 85px;
  position: relative;
  left: 595px;
  top: 63px;
}
.image_two{
  float: left;
  margin-top: 25px;
  margin-left: 426px;
}
.image_three{
  float: left;
  margin-top: 25px;
  margin-left: 639px;
}
  /******** certification-random starts ********/
.certifications-random {
  float: left;
  width: 100%;
  margin: 10px 0px 20px 10px;
}
.certifications-random li span {
  float: left;
  width: 183px;
  height: 100px;
  margin: 20px 0px 0px 25px;
  width: 100px;
  text-align: center;
  font-weight: bold;
}
.certifications-random ul {
  float: left;
  width: 100%;
  margin: 10px 0px 10px 10px;
  height: 100px;
}
.certifications-random li {

  background-color: none;
  float: left;
  margin:0px 10px;

}
.certifications-random li a:hover {
  color: #e7e7e7;
  text-decoration: none;
}
.certifications-random li.completed {
  background: #4e6b10; /* Old browsers */
  background: -moz-linear-gradient(top, #4e6b10 0%, #486706 1%, #51710e 20%, #7d9f34 76%, #89ac3f 98%, #89ac3f 99%, #88a842 100%); /* FF3.6+ */
  width: 175px;
  height: 100px;

}
.certifications-random li.inprogress {
  background: #0e6790; /* Old browsers */
  background: -moz-linear-gradient(top, #0e6790 0%, #04638f 1%, #046792 9%, #06759e 31%, #0aa2c4 87%, #0ba7c8 99%, #11a3c2 100%); /* FF3.6+ */
  width: 175px;
  height: 100px;

}
.certifications-random li.testonlycourse {
  background: #bf6b18; /* Old browsers */
  background: -moz-linear-gradient(top, #bf6b18 0%, #c1670f 1%, #c76b11 15%, #f78d25 83%, #fe9229 99%, #f5902c 100%); /* FF3.6+ */
  width: 175px;
  height: 100px;

}
.certifications-random li.notstarted {
  background: #75848c; /* Old browsers */
  background: -moz-linear-gradient(top, #75848c 0%, #72828b 1%, #7a8a93 22%, #9ba9b4 77%, #a2b0bb 93%, #a3b1bc 99%, #a0adb8 100%); /* FF3.6+ */
  width: 175px;
  height: 100px;
}
.certifications-random li span a.head{ color:#ffffff; }
.certifications-random li span a.head:hover{  color:#e7e7e7; text-decoration:none; }

.certifications-random  #one{left:356px;}
.certifications-random  #two{left:500px;}
.certifications-random  #three{left:649px;}
.certifications-random  #four{left:795px;}

.certifications-random  .one{left:-1px;}
.certifications-random  .two{left:-1px;}
.certifications-random  .three{left:-437px;}
.certifications-random  .four{left:-437px;}
  /******** certification-random ends *********/

.course_popup_cntr {
  background-color: #FFF;
  padding: 30px;
  width: 100%;
  overflow: hidden;
  float: left;
  border: 1px solid #ccc;
}
.course_popup_cntr  h3{
  color: #EE3124;
  font-family: "LenovoDomedium", sans-serif;
  font-size: 18px;
  font-weight: normal;
}
.course_popup_img {
  float: left;
  width: 135px;
  height: 109px;
  margin: 0px 10px 10px 0px;
  box-shadow: 0px 0px 5px 4px rgba(119, 119, 119, 0.3);
  -moz-box-shadow: 0px 0px 5px 4px rgba(119, 119, 119, 0.3);
  -webkit-box-shadow: 0px 0px 5px 4px rgba(119, 119, 119, 0.5);
}
.course_popup_details_cntr {
  float: left;
  font-size: 12px;
  width: 387px;
  margin: 0px 5px 0px 0px;
}
.course_popup_heading_blue {
  color: #EE3124;
  font-family: "LenovoDomedium", sans-serif;
  font-size: 18px;
  line-height: 1.08333em;
  text-shadow: 1px 1px 1px #FFFFFF;
  margin: 0px 0px 5px 0px;
}
.course_popup_heading_blue a {
  font-family: "LenovoDomedium", sans-serif;
  font-size: 18px;
  color: #EE3124;
}
.course_popup_heading_blue a:hover {
  font-family: "LenovoDomedium", sans-serif;
  font-size: 18px;
  color: #EE3124 !important;
  text-decoration: underline !important;
}
.course_popup_details_text {
  font-size: 12px;
  clear: both;
}
.course_popup_rating_cntr {
  margin-top: 10px;
  clear: both;
  width: 100%;
  float: left;
}
.rating_stars {
  float: left;
  margin: 0 5px;
}
.course_description {
  clear: both;
  overflow: hidden;
}
.class_details {
  clear: both;
  overflow: hidden;
  padding-top: 10px;
}
.class_details .class_details_colm {
  width: 50%;
  float: left;
}
.course_popup_details_cntr-p {
  width: 100%;
  text-align: justify;
  line-height: 18px;
  float: left;
  margin: -8px 0px 0px 0px;
  color: #000000;
}
.course_popup_links {
  float: left;
  width: 100%;
}
.course_popup_links ul {
  float: left;
  margin: 25px 0px 0px 0px;
  padding: 0px;
  text-align: left;
  height: 30px;
  width: 100%;
}
.course_popup_links li {
  float: left;
  color: #ffffff;
  padding: 5px;
  font-weight: bold;
  position:relative;
  margin: 0px;
}
.course_popup_links li a {
  color: #ffffff;
  padding: 5px;
  font-weight: bold;
  background: #373737;
  width: auto;
  text-align: center;

}
.course_popup_links li a:hover {
  color: #ffffff;
  padding: 5px;
  font-weight: bold;
  background: #373737;
  width: auto;
  text-align: center;
  text-decoration: underline !important;
}
#course-details {
  visibility: hidden;
  padding: 0px;
  position: absolute;
  text-align: left;
  margin-top: 60px;
  width: 550px;
  left: 30px;
  right: auto;
  border: #e7e7e7 1px solid;
  background: #fff;
}
#course-details-random{
  visibility: hidden;
  padding: 0px;
  position: absolute;
  text-align: left;
  margin-top: 80px;
  width: 550px;
  right: auto;
  border: #e7e7e7 1px solid;
  background: #fff;
}
.course_popup_heading_blue a.head {
  color: #EE3124;
  text-decoration: none;
}
.course_popup_heading_blue a.head:hover {
  color: #E7E7E7;
  text-decoration: none;
}

/************** certification page styles ends here *************************/
/*display reply styles starts*/
#sessions_comments #comments {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font: 11px Verdana,Arial,Helvetica,sans-serif;
}
#sessions_comments #comments_box {
    width: 100%;
    position: relative;
}

#sessions_comments .comments_row {
    padding: 6px 0px 0px;
  margin-left: 10px;


}
#sessions_comments .comments_author {
    background: url('../images/icon_leftaro.gif') no-repeat scroll left 3px transparent;
    font: 12px Arial,Verdana,Helvetica,sans-serif;
    color: #616161;
    padding-left: 10px;

}
#sessions_comments .comments_author span {
  border-left: 1px solid #616161;
  padding-left: 5px;
  margin-left: 5px;
}


#comments_box textarea {
    border: 1px solid #C1C1C1;
    background: url('../images/comments_textbox_bg.jpg') repeat-x scroll left top transparent;
    width: 99%;
    color: #616161;
    padding: 2px;
}
.comments_row #reply_report {
    color: #616161;
    font: 12px Verdana,Arial,Helvetica,sans-serif;
    text-align: right;
}
#infocast_comments #comments {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font: 11px Verdana,Arial,Helvetica,sans-serif;
}
#infocast_comments #comments_box {
    width: 100%;
    position: relative;
}

#infocast_comments .comments_row {
    padding: 8px 0px 0px;
    margin: 0px 0px 0px 15px;
}
#infocast_comments .comments_author {
    background: url('../images/icon_leftaro.gif') no-repeat scroll left 3px transparent;
    font: 12px Arial,Verdana,Helvetica,sans-serif;
    color: #616161;
    padding-left: 10px;
}
#infocast_comments .comments_author span {
  border-left: 1px solid #616161;
  padding-left: 5px;
  margin-left: 5px;
}
.email_label {
  width: 120px;
  display: inline-block;
}
.txt_box150 {
  width: 150px;
}
.course_popup_cntr {
  height:300px;
}
/*display reply styles ends*/
/* Suggestive search start here */
 .ac_results {
    padding: 0px;
    border: 1px solid #cccccc;
    background-color: white;
    overflow: hidden;
  width: 237px !important;
}
.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}
.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    color: black;
    font-family:verdana;
    /*
    if width will be 100% horizontal scrollbar will apear
    when scroll mode will be used
    */
    /*width: 100%;*/
    font-size: 12px;
    /*
    it is very important, if line-height not setted or setted
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;
}

.ac_odd {
    background-color: white;
    color: #ffffff;
}
.ac_over {
    background-color: #cccccc;
    color: #ffffff;
}
.input_text{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    border:1px solid #84a10b;
    padding:2px;
    width:150px;
    color:#000;
    background:white url(../images/search.png) no-repeat 3px 2px;
    padding-left:17px;
}
/* Suggestive search ends here */

ul.listData  li {
list-style-type: disc;
  margin-left: 20px;

}

ul.listData  li  a {
  font-size: 11px !important;
}
.filter_by_curriculum {
  margin-top: 10px;
  margin-right: 96px;
}
.filter_by_product {
  width:155px;
  margin-top: 11px;
  margin-left: -125;
}
.ui-accordion .ui-accordion-header {
  height:auto !important;  
  //margin-right: 5px !important;  
}
.Faq1 h3 {
  //margin-right: 5px !important;  
}
.org_label {
  margin-left: 84px;
}
.location-left-margin {
  padding-left: 23px;
}
.location_label {
  margin-left: 82px;
}
h3.faqs_questions_num3_h3_en {
  line-height:25px;
  padding-top:5px !important;
  padding-bottom: 5px !important;
}
.faqs_questions_num3_strng_en {
  height: 50px;
}
a.mailto:hover {
  color: #0A9BDE !important;
  text-decoration: underline !important;
}