/*************************************
 +Containers
 *************************************/
body {
	background: #ffffff;
	color:#666;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}

#wrap {
	margin: 0 auto;
	text-align:left;
	width: 950px;
}

#top {
	height: 15px;
	background: transparent url(http://blog.xtrain.com/assets/2007/9/28/top_corners.gif) no-repeat top left;
}

#bottom {
	background: transparent url(http://blog.xtrain.com/assets/2007/9/28/bottom_corners.gif) no-repeat top left;
	height: 20px;
	clear: both;
}

#header-wrapper {
   width: 100%;
   height: 73px;
   background: #000000;
   margin: 0 auto 0 auto;
   padding: 0px;
}

#header {
  position: relative;
  height: 45px;
  width:950px;
  margin: 0 auto;
  padding: 1px 0 0 0;
  text-align: left;
}
#nav-wrapper {
    height: 27px;
	background: #000000 url(http://training.xtrain.com/images/nav-bg.gif) bottom left repeat-x;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}
.header-form {
	margin: 0;
	padding: 0;
	display: inline;
}
.header-form input {
	font-size: 10px;
	border: solid 1px #eee;
}

#content {
	font-size:1.2em;
	float:left;
	width: 950px;
	text-align: justify;
	margin: 10px auto;
	border-right: solid 1px #eee;
}

#page-content {
    width: 535px;
    margin: 0;
    padding: 10px 20px 10px 10px;
    float: left;
	border: solid #eee;
	border-width: 1px 0 0 1px;
}

#page-content-wide {
	width: 795px;
    float: right;
	margin: 0;
    padding: 10px 0 10px 0;
	border: solid #eee;
	border-width: 1px 0 0 0;
}

#left-sidebar {
	width: 120px;
	float: left;
	padding: 0 10px 10px 10px;
	margin-right: 10px;
}
#left-sidebar h3 {
	margin-left: 10px;
	font-size: 15px;
	font-weight: bold;
}
#left-sidebar ul {
	border: solid #eee;
	border-width: 1px 0 0 1px;
	margin: 0;
	padding: 10px;
	margin-bottom: 12px;
	list-style-type: none;
}

#left-sidebar li {
	margin: 0;
	padding: 0;
}

#left-sidebar li.human {
	font-size: 1.1em;
}

#left-sidebar li.heading {
	color: #00bcff;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
}
#left-sidebar li.trac {
	font-size: 1.1em;
	margin-bottom: 10px;
	line-height: 12px;
}

#left-sidebar li.unit {
	/*background: url(http://training.xtrain.com/images/stop.jpg) no-repeat right;*/
}

#left-sidebar li.unit:hover {
	background: #333232;
}

#left-sidebar li.unit-selected {
	background: #333232 url(http://training.xtrain.com/images/green_arrow.jpg) no-repeat right;
}

#left-sidebar li a {
	text-decoration: none;
	line-height: normal;
	display: block;
}
* html #left-sidebar li a {
	width: 100%;
}
#left-sidebar li a:hover {
	text-decoration: underline;
	background: #eee;
}

#left-sidebar li.selected a {
	background: #eee;
}

#left-sidebar li.chapter-spacer {
	background: transparent url(http://training.xtrain.com/images/side_nav_spacer.jpg) no-repeat left;
	line-height: 0.5;
}

.clear-content {
    clear: both;
}

#series{
	font-size:1.1em;
	float:right;
	padding-top:5px;
    padding-right:15px;
    padding-bottom:20px;
	width:245px;
}
#series2{
	font-size:1.1em;
	float:right;
	padding-top:5px;
    padding-right:15px;
    padding-bottom:20px;
	width:245px;
}

#featured {
	float: left;
	width: 500px;
}
.homepage-module {
	display: block;
	float:left;
	width: 234px;
	clear:none;
	padding: 8px;
	padding-top:0;
	padding-bottom: 15px;
	background: url(http://training.xtrain.com/images/module_bg.gif) no-repeat bottom;
}
#featured-series {
	clear: none; 
}
#featured-faculty {
	position: relative;
	right: -10px;
}
#benefits {
	float: left;
	clear: left;
	width: 500px;
	margin-top: -30px;
}
#tags {
}
#network {
	display: none;
}

#fieldset { }

#legend {
  padding: 0.2em 0.5em;
  border:solid 1px #eee;
  color:#666;
}
#footer{
	font-size:1.1em;
	padding:0.25em;
	background: #fff url(http://training.xtrain.com/images/footer_bg.gif) top left repeat-x;
}
#footer a {
	font-size:1.1em;
	font-weight: bold;
	color: #666;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif; /* Tahoma, Verdana, Arial, Helvetica, sans-serif; */
	font-weight:normal;
	margin:0;
	padding: 0;
	text-align: left;
    color: #666666 !important;
}
#content h1{
	font-size: 20px !important;
}
#content h2{
	font-size: 17px !important;
}
#content h3 {
	font-weight: bold;
	font-size: 15px !important;
}
#header h1 {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
  	height: 45px;
	font-size:2em;
	margin:0;
	padding: 0;
	margin-right:0;
}
#header h1 a {
  float: left;
  background: url(http://training.xtrain.com/images/xtrain_logo.gif) no-repeat;
  color: #fff;
  padding: 0;
  margin: 0;
  margin-left: 18px;
  text-decoration: none;
  text-indent: -9999px;
  width: 150px;
  height: 45px;
  border: none;
}
#header h1 a:hover {
	color:#CC0000;
}
#header span, #header span span {
	color: #ccc;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
}
#header span a, #header span span a {
	color: #fff;
	padding: 0 5px;
}

#header span a.last {
	padding-right: 0;
}
#header span a:hover {
	color: #00bcff;
}
#benefits h3 {
    color: #0b6ea9;
    font-size: 1.6em;
}

.homepage-module h3 {
	height: 30px;
	width:250px;
	margin:0;
	margin-left: -8px;
	padding:0;
	text-align: center;
	color: #00bcff;
	font-size: 1.3em;
	font-weight: bold;
	background: url(http://training.xtrain.com/images/module_heading.gif);
}

/* Top right in header */
#top-nav {
    padding: 0;
    margin: 0;
}
#main-nav {
    width: 950px;
	margin: 0 auto;
    text-align: left;
	padding: 0;
  	color:#FFF;
}
#main-nav  ul {
    list-style:none;
    padding: 0;
    margin: 0;
}
#main-nav li {
    font-size: 15px;
	display: inline;
}
#main-nav li.first {
	background: none;
}
#main-nav a {
	padding: 3px 12px 7px 12px;
  	width: 100%;
	color:#FFF;
    margin:0;
    text-decoration:none;
}
#main-nav a:hover {
  color:#00bcff;
  background: url(http://training.xtrain.com/images/nav_hover.gif) top left repeat-x;
}
#main-nav a.dropdown {
	/*	padding-right: 12px;
	background: url(http://blog.xtrain.com/assets/2008/2/8/dropdown_arrow2.gif) no-repeat right;*/
}
#main-nav a.dropdown:hover {
	/*	padding-right: 12px;
	background: url(http://blog.xtrain.com/assets/2008/2/8/dropdown_arrow2_hover.gif) no-repeat right;*/
}
#main-nav .header-form input {
	margin-top: 5px;
}
#video-wrapper {
	padding-top: 1px;
	width: 100%;
	background: #2a2a2a url(http://training.xtrain.com/images/home_video_bg.gif) top left repeat-x;
	text-align: left;
}
#spacer {
	height: 5px;
	background: #ccc url(http://training.xtrain.com/images/nav-bg.gif) left repeat-x;
	width: 100%;
}


/*************************************
 +Sidebar
 *************************************/
#sidebar{
	font-size:1.1em;
	float:right;
        padding: 10px 0 10px 10px;
	width: 205px;
	padding-right: 5px;
}

#sidebar span#logout {
    float: right;
}

#tags {
	margin-top: 12px;	
}

#tags h3{
	font-size:16px;
	margin-left: 10px;
	font-weight: bold;
}
#tags ul{
	border: solid #eee;
	border-width: 1px 0 0 1px;
	list-style-type:none;
	margin:0;
	padding:10px;
	text-align: left;
}
#sidebar ul li{
	padding-right:0.6em;
}

#sidebar #sidebar-banners {
}
#sidebar #sidebar-banners a img {
	border: 0;
}

#tags span#more-link {
    float: right;
	margin-right: 10px;
	margin-top: 3px;
}

#tags span#more-link a {
    color: #666666;
}
#tags span#more-link a:hover {
    text-decoration: underline;
}
#tags li {
	display: inline;
	list-style-type: none;
	font-size: 0.9em;
}
#tags li a {
}
#tags li a:hover, #tags li.popular a:hover, #tags li.more-popular a:hover, 
#tags li.very-popular a:hover, #tags li.most-popular a:hover, #tags li.populest a:hover  {
    text-decoration: underline;
}
#tags li a:after {
	/* content: " #"; */
}
#tags li.popular a {
	font-size: 1.1em;
}
#tags li.more-popular a {
	font-size: 1.2em;
	font-weight: bold;
}
#tags li.very-popular a {
	font-size: 1.3em;
	font-weight: bold;
}
#tags li.most-popular a {
	font-size: 1.5em;
	font-weight: bold;
}
#tags li.populest a {
	font-size: 1.6em;
	font-weight: bold;
}

/* Tags Main Page */
ul#tags-main {
    margin: 0 0 10px 0;
    padding: 5px;
	color: #4261DF;
}

#tags-main li {
	display: inline;
	list-style-type: none;
	font-size: 1.1em;
	margin-right: 3px;
}
#tags-main li a {
	color: #666666;
}
#tags-main li a:hover, #tags-main li.popular a:hover, #tags-main li.more-popular a:hover, 
#tags-main li.very-popular a:hover, #tags-main li.most-popular a:hover, #tags-main li.populest a:hover  {
    color: #666666;
    text-decoration: underline;
}
#tags-main li a:after {
	/* content: " #"; */
}
#tags-main li.popular a {
	font-size: 1.1em;
}
#tags-main li.more-popular a {
	font-size: 1.2em;
	font-weight: bold;
}
#tags-main li.very-popular a {
	font-size: 1.3em;
	font-weight: bold;
}
#tags-main li.most-popular a {
	font-size: 1.5em;
	font-weight: bold;
}
#tags-main li.populest a {
	font-size: 1.6em;
	font-weight: bold;
}

/*************************************
 +Signup Form
 ************************************/
fieldset{
	margin: 0;
	padding: 5px;
	border: 1px solid #ccc;
	background: #f8f8f8;
}
form#form-lead fieldset {
	/*float: right;*/
	/*width: 190px;*/
}
legend{
	font-weight: bold;
	color: #068DFE;
}
label{
	display: block;
}
input#submit { 
	text-align: right;
}
form#form-lead input {
	width: 180px;
}
form p {
	position: relative;
}

#email-error {
	display: none;
}
#field-error {
	display: none;
}
#fname-error {
	display: none;
}
#lname-error {
	display: none;
}
.feedback {
	color: #F62B32;
}
/*************************************
 +Misc
 *************************************/
a {
	color:#5588bb;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}
a img {
	border: 0;
}
.clear {
	clear: right;
}
.homepage-module * {
	float: left;
}

#featured-faculty.homepage-module #classes {
	 clear: left;
	 margin-top: -5px;
	 background: #00cdff;
	 padding: 2px;
	 border: 1px solid #bcdee7;
	 color: #ffffff;
	 font-weight: bold;
	 letter-spacing: 1px;
	 width: 80px;
	 text-align: center;
}

#featured-faculty img {
    border: 0;
}

.vip-icon {
    margin-top: 2px;
}
.vip-icon-list {
    margin-top: 2px;
    margin-left: 5px;
}
/*
.homepage-module h3 {
	height: 30px;
	width:250px;
	margin:0;
	margin-left: -8px;
	padding:0;
	text-align: center;
	color: #00bcff;
	font-size: 1.3em;
	font-weight: bold;
	background: url(http://training.xtrain.com/images/module_heading.gif);
}
*/
#featured-faculty.homepage-module h3 img {
    margin-left: 2px;
    border: 0;
    float: none;
}

#featured-faculty.homepage-module a#classes:hover {
    background: #85e5f5;
}
#featured-faculty.homepage-module #name {
	 clear: left;
	 margin-top: 0;
	 border-bottom: 2px solid #dae8f3;
}
.homepage-module .description {
	float: right;
	width: 130px;
	clear: none;
}
.homepage-module .description {
	margin-top: -128px;
	text-align: left;
}
#refer-friend {
	float: right;
	clear: right;
	width: 190px;
	color: #23c3ff;
	font-size: 1.5em;
	margin-top: 20px;
}
/*****************************************
//////////////////////////////////////////

++Learner Profile
////////////////////////////////////////*/
#learner-profile h1 {
    margin-bottom: 30px;
}
#learner-profile h1 span {
	font-size: 0.7em;
	color: #666666;
}
#profile-avatar { float: left; }
#bio h3 {
	margin-bottom: 0;
}
#bio {
	float: left;
	margin-left: 10px;
	width: 410px;
	margin-bottom: 15px;
}
#bio p {
	margin-top: -5px;
}

hr {
    clear: both;
    height: 1px;
    border: 0;
    border-top: 1px solid #CCCCCC;
    color: #CCCCCC;
}
#exercise, #my-classes, #my-certs, #learning-buddies, #certificates { margin-left: 110px; clear: left; width: 410px;}
#exercise h3, #my-classes h3, #my-certs h3, #learning-buddies h3, #certificates h3 {
font-size: 1.3em;
margin-top: 20px;
}
#exercise h3 {
    margin-bottom: 10px;
}
#exercise .exercise {
    width: 125px;
}
#exercise ul {margin:0;padding:0;text-align:left;}
#exercise li {
display: inline;
list-style-type:none;
margin: 0 7px 7px 0;
float: left;
}
#exercise li li {
display: block;
/*padding-left: 10px;*/
float: none;
margin: 0 7px 0 0;
font-size: 0.8em;
}
#exercise a {
color: #000000;
}
#exercise a img {
border: 0;
}
#exercise a:hover, #my-certs a:hover, #learning-buddies a:hover {
color: #66CCFF;
text-decoration: underline;
}
#my-certs a:hover img {
text-decoration: none;
}
#my-classes ul  {margin: 0; padding: 0; margin-top: 5px; text-align: left;}
#my-classes li {
display: inline;
margin-right: 20px;
font-weight: bold;
}
#my-certs ul {margin:0;padding: 0; margin-top: 10px;}
#my-certs li {
list-style-type: none;
float: left;
font-size: 0.9em;
width: 90px;
text-align: center;
color: #000;
font-weight: bold;
}
#my-certs a{ color: #000;}
#my-certs a img { border: 0;}

#learning-buddies a:hover img {
text-decoration: none;
}

#learning-buddies ul {margin:0;padding: 0; margin-top: 5px;}
#learning-buddies li {
list-style-type: none;
float: left;
font-size: 0.9em;
width: 70px;
text-align: center;
color: #000;
display: inline;
margin-right: 10px;
font-weight: bold;
}
#learning-buddies li ul {
    margin-top: 0;
}
#learning-buddies a{ color: #000;}
#learning-buddies a img { border: 0;}

/*****************************************
//////////////////////////////////////////

++Faculty Profile sections that are 
different from learner profile
////////////////////////////////////////*/
#faculty-classes { 
    float: left; 
    width: 500px;
    margin-left: 20px;
}

#faculty-classes h3 {   
    font-size: 1.3em;
    margin-top: 20px;
    margin-bottom: 10px;
}

#faculty-classes ul {
    padding: 0; 
    margin-left: 20px;
}

#faculty-classes li {
    font-weight: bold;
}

#faculty-classes .count {
    font-weight: normal;
    color: #D50000;
    font-size: 0.9em;
}

#promo-code {
    text-align: right;
    margin: 15px 5px 20px 0;
    color: #000000;
    font-size: 1.1em;
}

#promo-code .code {
    float: right;
    color: #67D6FA;
    font-size: 1.45em;
    margin-left: 10px;
    margin-top: -6px;
}

#promo-code .info {
    font-style: normal;
}

.special-page-price {
    margin: 20px 0;
}
/*****************************************
//////////////////////////////////////////

++Course Details page
////////////////////////////////////////*/

#courses h1 {
    margin-bottom: 20px;
}   
#courses h2 {
    margin-top: -10px;
    margin-bottom: 20px;
}
#courses .course {
    color: #1ebdf4;
    margin: 0 10px 20px 0;
    padding: 0;
    width: 250px;
    float: left;
    text-align: left;
    /* border: 1px solid #000; */
    /* background: #eee; */
}

#courses .course .text {
    color: #797979;
}

#courses ul {
    list-style-type: none;
    margin: -1px 0 2px 20px;
}

#courses .course .rating ul {
    padding: 0; margin: 0;
}

#courses img {
    border: 0;
}

#courses div.image {
    width: 50px;
    /* height: 53px; */
    float: left;
    margin-right: 10px;
    padding: 0;
    text-align: center;
}

#courses .image a {
    margin-top: 0;
    color: #1ebdf4;
    font-weight: bold;
    text-decoration: underline;
}

#courses .image a:hover {
    color: #CC0000;
}

#courses a {
    /*text-decoration: underline; */
}

#course-detail {
    margin-top: 5px;
}

#course-detail h1 span {
    margin-left: 10px;
    font-size: 0.6em;
}

#course-detail img {
    float: left;
    margin-top: 5px;
}

#course-detail .new-icon {
    border: 0;
    float: none;
    margin: 5px 0 0 0;
}

#course-content {
   margin-left: 110px; 
   width: 410px; 
}

#course-content p {
    margin-top: 2px;
}

#course-content #exercise {
    margin-left: 0;
}

#course-content #exercise img {
    margin-right: 10px;
}

#course-content #exercise .exercise {
    width:180px;
}

#course-content #exercise .exercise ul {
    margin-top: 5px;
}

#course-content span#more-link {
    float: right;
    margin-top: -5px;
}

#course-content span#more-link a {
    font-weight: bold;
}
#course-content span#more-link a:hover {
    text-decoration: underline;
}

/*****************************************
//////////////////////////////////////////

++Program Details page
////////////////////////////////////////*/

#program-detail img {
    border: 0;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

#program-detail .new-icon {
    border: 0;
    float: none;
    margin: 5px 0 0 0;
}

#program-detail .description {
    margin-left: 110px;
}

#program-detail .description p {
    margin: 2px 5px 10px 0;
}

/* New Course 
-------------------------*/
.new-serial {
    background: #ffffff url(http://blog.xtrain.com/assets/2008/2/8/serial_bg.gif) no-repeat top left;
    height: 150px;
    width: 532px;
    margin: 0 0 25px 0;
}

.new-serial img {
   border: 0;
}

.new-serial .top {
    _margin-top: 3px;
}

.new-serial .top h2 {
    margin-top: -10px;
    margin-bottom: 20px;
    margin-right: 10px;
    text-align: right;
}

.new-serial .top h2 a {
    font-size: 14pt;
}

.new-serial .top img {
    float: right;
    margin-top: 3px;
    margin-left: 5px;
    margin-right: 5px;
}

.new-serial .middle {
    margin-top: -13px;
    margin-right: 5px;
}

.new-serial .middle .image {
    float: left;
    margin-right: 10px;
    margin-left: 6px;
    _margin-left: 3px;
    width: 100px;
    border-width: 0;
}

.new-serial .middle .description {
    margin-left: 118px;
    height: 85px;
    text-align: justify;
    padding-right: 5px;
}

.new-serial .middle .description a {
    margin-left: 10px;
}

.new-serial .bottom {
    text-align: right;
    padding-right: 5px;
    color: #69CAF5;
    font-size: 1.1em;
    margin-right: 5px;
}

.new-serial .bottom a {
    text-decoration: underline;
}

/*****************************************
//////////////////////////////////////////

++Serial Details page
////////////////////////////////////////*/

#serial-detail img {
    border: 0;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

#serial-detail .new-icon {
    border: 0;
    float: none;
    margin: 5px 0 0 0;
}

#serial-detail .description {
    margin-left: 110px;
}

#serial-detail .description p {
    margin: 2px 5px 10px 0;
}

.new-course {
    background: #ffffff url(http://training.xtrain.com/images/course_bg_new.gif) repeat-x top left;
    border: solid 1px #eee;
	height: 110px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.new-course .top {
    text-align: right;
    font-size: 9pt;
}

.new-course .top a {
    font-size: 11pt;
}

.new-course .top img {
    float: right;
    margin-top: 3px;
    margin-left: 5px;
}

.new-course .middle {
    margin-top: 0;
    height: 57px;
}

.new-course .middle .image {
    margin-left: 5px;
    width: 70px;
}

.new-course .middle .description {
    text-align: justify;
    margin-left: 70px;
    padding-right: 5px;
}

.new-course .middle .description a {
    margin-left: 10px;
}

.new-course .bottom {
    color: #69CAF5;
    font-size: 1.1em;
    text-align: left;
}

.new-course .bottom a {
    text-decoration: underline;
}

.new-course .bottom #preview-button, .new-course .bottom #attend-button {
    float: right;
    text-decoration: none;
    margin-left: 10px;
    font-size: 0.85em;
}

.new-course .bottom span {
    float: left;
    margin-top: -4px;
    margin-left: 4px;
    margin-right: 10px;
}
.new-course .bottom span#rating {
    float: left;
    padding-top: 5px;
}

.new-course .bottom span#rating ul {
    margin: 0;
}
/*************************************
 +Comments
 *************************************/

#comments {
    float: none;
}

.commentsblock{
	margin:0.5em 0;
}

.comment {
	background: url(http://training.xtrain.com/images/course_bg_new.gif) top left repeat-x;
	border: solid #eee;
	border-width: 1px 0 0 1px;
	padding: 5px 0 0 5px;
}

.comment span.title {
    color: #068DFE;
}

.comment span.links {
    padding-right: 0.5em;
}

.message {
    background: #B1D900;
    padding: 0 5px;
    color: #000;
}

.comment p {
    padding: 0 0.5em 0.5em 0.5em;
}

.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}

/*****************************************
//////////////////////////////////////////

++Sortable Units
////////////////////////////////////////*/
#units #list {
  	float: left;
  	font-weight: bold;
  	color: #2F2F4F;
    margin:10px 20px 20px 10px;
    padding: 0;
    list-style-type: none;
}
#units #list li {
    float: left;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #068DFE;
    cursor: move;
}

#units #list li span {
    float: right;
    margin-right: 5px;
}

/*****************************************
//////////////////////////////////////////

++Users List
////////////////////////////////////////*/

#users h1 {
    margin-bottom: 10px;
}

#users form {
    margin-bottom: 20px;
}

#users form #search-button {
	 clear: left;
	 margin-top: -5px;
	 background: #00cdff;
	 padding: 2px;
	 border: 1px solid #bcdee7;
	 color: #ffffff;
	 font-weight: bold;
	 letter-spacing: 1px;
	 width: 80px;
	 text-align: center;
}

#users .user {
    color: #1ebdf4;
    margin: 0 10px 20px 0;
    padding: 0;
    width: 250px;
    float: left;
}

#users ul {
    list-style-type: none;
    margin: -1px 0 0 20px;
}

#users img {
    border: 0;
}

#users div.image {
    width: 50px;
    float: left;
    margin-right: 10px;
    padding: 0;
    text-align: center;
}

#users .image a {
    margin-top: 0;
    color: #1ebdf4;
    font-weight: bold;
    text-decoration: underline;
}

#users .image a:hover {
    color: #CC0000;
}

/* -----------------------------------------------*
** embeded navigation used inside page content
*-------------------------------------------------*/
#embedNav {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}
#embedNav ul {
}
#embedNav li{
	float: left;
	display: inline;
	color: #fff;
	margin-right: 8px;
	margin-bottom: 5px;
}
#embedNav a{
	display: inline;
	line-height: 2.1em;
	font-size: 90%;
	font-weight: bold;
	padding: 3px 1em;
	background: #fff url(http://training.xtrain.com/images/nav-bg.gif) top left repeat-x;
	text-decoration: none;
	color: #ffffff;
}
#embedNav a:hover {
    color: #00bcff;
  	background: url(http://training.xtrain.com/images/nav_hover.gif) top left repeat-x;
}

#login-notice {
	margin: 0 0 10px 0;
	padding: .4em 1em;
    background: #225687; /*#B1D900;*/
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 1.1em;
    text-align: center;
    color: #ffffff;/*#000000;*/
}

#login-notice a {
    color: #ffffff;/*#000000;*/
	text-decoration: underline;
}

#notice {
	margin: 0 0 10px 0;
	padding: .2em 1em .2em 1em;
    background: #225687; /*#B1D900;*/
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 1.1em;
    text-align: center;
    color: #ffffff;/*#000000;*/
}

#error {
	margin: 0 0 10px 0;
	padding: .2em 1em .2em 1em;
    background: #FF8040;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 1.1em;
    text-align: center;
    color: #000000;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/* -----------------------------------------------*
** demands
*-------------------------------------------------*/

#demand {
    padding: 0;
	margin-top: 10px;
}
#demand ul {
	float:  left;
	margin: 0 0 20px 0;
	list-style-type: none;
    padding: 0;
	display: inline; /* fixes IE/Win double margin bug */
}
#demand li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
#demand li.wide{
	width:  450px;
	margin-bottom: 10px;
}

/* -----------------------------------------------*
** paginator
*-------------------------------------------------*/

/* ------- [ Mini-Box: Sort by, Pagination, Form legend ] */

.mini-box {
	margin: 1em 0 0 0;
	padding: 0 1em;
	/* border-top: 1px dotted #E3E3E3; */
	clear: both;
}

.mini-box h4 {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 1.5em;
	color: #294058;	
}

.mini-box p {
	font-size: 1.2em;
}                              

.mini-box a {
	text-decoration: none;
	border-bottom: 1px dotted #B35600;
	color: #A01D21;
	margin: 0 .1em 0 .1em;
}

.mini-box a:hover {
	border-bottom: 1px solid #B35600;
}

/* -----------------------------------------------*
** price in program/series/course show views
*-------------------------------------------------*/

.price {
    
}

.price h3 {
    font-size: 10.5pt;
}

.price a {
    float: right;
    margin: 0 10px 0 0;
}
.price span {
    margin:0 10px;
}

/* -----------------------------------------------*
** blue/grey button for any view
*-------------------------------------------------*/

.blue-button {
    font-size: 1.1em;
	padding: 2px 5px;
	background: #fff url(http://training.xtrain.com/images/nav-bg.gif) top left repeat-x;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}

.blue-button-small {
	background: #fff url(http://training.xtrain.com/images/nav-bg.gif) top left repeat-x;
	padding: 1px 4px;
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
}


.blue-button:hover, .blue-button-small:hover {
  	background: url(http://training.xtrain.com/images/nav_hover.gif) top left repeat-x;
	color: #00bcff !important;
	cursor: hand;
	text-decoration: none;
}

.grey-button-3d {
    width: 40px;
    font-size: 1.1em;
	background: url(http://training.xtrain.com/images/grey_button_bg.gif) repeat-x top left;
	padding: 3px 15px;
	color: #545454;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	margin-right: 2px;
}

.grey-button-3d:hover {
	color: #15386A;
	cursor: hand;
	text-decoration: underline;
}

.right {
    float: right;
}


/* -----------------------------------------------*
** .info under form text boxes
*-------------------------------------------------*/
span.info {
    font-size: 8pt;
    font-style: italic;
    width: 30px;
}
.red {
    color: red;
}
.maroon {
    color: #A80101;
}

.count {
    font-weight: normal;
    color: #D50000;
    font-size: 0.9em;
}

/**************************
    Exams
***************************/

#exam {
    font-size: 10pt;
}

#exam ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#exam #questionlist div.handle {
    text-align: center;
    background: #eee;
    cursor: move;
}

#exam #questionlist div.handle span.required {
    float: left;
    margin: 0;
    padding: 0;
}

span.green {
    color: green;
}

span.red {
    color: red;
}

#exam #questionlist div.handle span.links {
    float: right;
    margin: 0;
    padding: 0;
}

#exam #question .question {
    font-size: 10.5pt;
}

#exam #question span.correct {
    float: none;
    margin-left: 15px;
    color: green;
}

#exam #question ul {
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 0;
}

#exam #question ul li {
    margin-left: 10px;
    margin-bottom: 5px;
}

#exam #question ul li input {
    margin-right: 10px;
}

/**************************
    Miscellaneous
***************************/
.small {
    font-size: 0.7em;
}

.small a {
    font-size: 0.75em;
}
.green {
    color: green; 
}

span.comment-message {
    background: #B1D900;
    padding: 0 5px;
    color: #000;
}

.sitemap {
    text-align: left;
}

div#subscription {
    text-align: left;
}

div.non-sub-msg {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #225687;
	background: #F2F2F2;
	padding: 0 5px;
	margin-right: 5px;
}
div#annual-sub-offer {
	color: green;
	font-style: italic;
	font-size: 1.2em;
	background: #eee;
	padding: 10px;
	margin: 10px 0 10px 0;
	text-align: left;
}
div#annual-sub-offer .right {
	text-align: right;
}
div#annual-sub-offer .amount {
	font-weight: bold;
	font-style: normal;
}
div#annual-sub-offer .old-price {
	font-weight: bold;
	font-size: .8em;
	font-style: normal;
}
div#annual-sub-offer a {
	font-style: normal;
}

div#videopage-banner {
	background: #858585;
	padding-top: 5px;
}
div#videopage-banner #text {
 margin: 0 20px;
}
div#videopage-banner a img {
 margin-right: 4px;
 border: 0;
}
#times ul {
	list-style-type: none;
	padding: 0;
	margin: 1px 0;
	color: #000;
	font-size: 14px;
	text-align: left;
}
#times .level-1, #times .level-2, #times .level-3 {
	margin: 1px 0;
	margin-left: 15px;
}
#times .level-1 a {
	color: green;
	font-size: 13px;
}
#times .level-2 a {
	color: #855E42;
	font-size: 12px;
}
#times .level-3 {
	color: blue;
	font-size: 11px;
}
#times .level-1 li {
	/*background: #ccc;*/
}
#times .level-2 li {
	/*background: #eee;*/
}
#times .level-3 li {
	/*background: #ccc;*/
}
#times div {
	font-weight: bold;
	width: 75px;
	text-align: right;
}
.announcement {
	font-style: italic;
	font-size: 14px;
	color: #225687;
}

.new-paginator {
	margin-right: 10px;
}
.new-paginator span {
	margin: 0 3px;
}
.new-paginator img {
	vertical-align: top;
}
#home-movie {
  	width: 640px;
  	height: 392px;
	background: #222222;
	padding: 0;
  	margin: 0 auto;
	overflow: hidden;
}
.trac-home {
	width: 176px;
	float: left;
	border-right: solid 1px #eee;
	margin: 0 10px;
}

div .index-0 {
	margin: 0 10px 0 0;
}
div .index-4 {
	width: 160px;
	border-right: none;
	margin: 0 0 0 10px;
	padding-right: 0;
}
.trac-home ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
.trac-home ul li {
	margin: 0; padding: 0;
}
.serial-home {
	height: 160px;
	width: 150px;
    padding: 3px;
    margin: 0 0 14px 0;
	overflow: hidden;
	border: solid 1px #eee;
}

.serial-home a {
}
.serial-home .blue-text {
}

.serial-home .top {
    height: 70px;
	overflow: hidden;
}

.serial-home .top img {
	margin: 0;
}

.serial-home .middle {
	height: 60px;
	overflow: hidden;
	padding: 2px 5px 5px 0;
	text-align: left;
 }
.serial-home .middle .heading a {
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	text-align: left;
}
.serial-home .middle .description {
	font-family: arial;
	font-size: 11px;
    text-align: left;
}
.serial-home .middle .description p {
    margin:0;padding:0;
	display: inline;
}
.serial-home .middle .description a {
    margin-left: 10px;
}
.serial-home .stats {
    height: 15px;
	font-family: arial;
	text-align: left;
	padding: 0 5px;
}

.serial-home .bottom {
	padding: 0 0 5px 0;
}
.serial-home .bottom img {
	vertical-align: top;
}
.serial-home .bottom a {
	font-size: 13px;
	font-weight: bold;
	margin: 0 -1px;
}
.serial-home .bottom a.button {
	padding-right: 13px;
	background: #fff url(http://training.xtrain.com/images/next-btn.gif) right no-repeat;
	margin-right: -2px;
}
.serial-home .bottom a:hover {
	text-decoration: underline;
}
.serial-home .bottom #subscribe a {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

