/* JCP: TutorialsMS Specific BEGIN */
.navigation {
  color: #93A2B8;
  font-size: 13px;
  
}
.navigation a:link {
  color: #2c8dd4;
  text-decoration: none;
}
.navigation a:visited {
  color: #2c8dd4;
  text-decoration: none;
}
.navigation a:hover {
  color: #2c8dd4;
  text-decoration: none;
}

.tut1 {
  background: #EFEFEF;	/* Match to td.row1 */
  color: #93A2B8;
  font-size: 11px;
  font-family: Arial,Helvetica,sans-serif;
  border-bottom: 1px solid #006699;border-top: 4px solid #006699;margin: 5px 5px 5px 5px;
}
.tut2 {
  background: #EFEFEF;
  color: #93A2B8;
  font-size: 11px;
  font-family: Arial,Helvetica,sans-serif;
  border-bottom: 1px solid #006699;border-top: 4px solid #006699;margin: 5px 5px 5px 5px;
}
.smalltext {
  color: #006699;  /* was #609acc */
  font-size: 11px;
  font-family: Arial,Helvetica,sans-serif;
  
}
.column {
  
}
.navbar {
  padding: 0px 0px 0px 0px;
}
.footer {
  color: #93A2B8;
  font-size: 11px;
  
}
.thead {
  color: #288dd3;
  font-size: 15px;
  
}

/******* Extra TutorialMS CSS ********/
.submit_error { font-weight:bold;color:#000000; } 
a.tut_cats, a.tut_cats:visited { color:#59759f;text-decoration: none; } 
a.tut_cats:hover { color:#7b7b7b;text-decoration: none; } 
a.tut_source, a.tut_source:visited { color:#7b95bc;text-decoration: none; } 
a.tut_source:hover { color:#7b7b7b;text-decoration: underline; } 
.current_category { font-weight: bold;color: #828282;font-size: 11px; } 
.current_cat_border { border-bottom: 1px solid #e6e6e6;font-size: 11px; } 
.sub_cat_container { font-size: 11px; } 
.source_headings { color: #7b95bc; } 
.source_cat { border-top: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;font-size: 12px;font-weight:bold; } 
.warningtext { color: #FF0000; } .codetext { color: #59759f;border: 1px solid #e6e6e6;background: #f7f7f7; } 
.codelabel { color: #93A2B8;font-weight:bold;font-size:12px; } 

ul.tutorials
{
	padding: 0;
	margin: 5;
}

li.tutorials { 
	padding: 5px 5px 5px 5px; 
	color:#2bb9a9;
	font-size:13px; 
}

/* Custom JCP */
.errormessage { background-color: #FFFFE1; border: 1px dashed #CFCFCF; margin-top: 8px; margin-bottom: 16px; padding: 6px; line-height: 18px; }
.hiding { font-size: 11px; color: #FF0000; text-decoration: none; visibility: hidden; }

.tut_image 	{ border-bottom: 1px solid #111111;border-right: 1px solid #111111; }
.tut_feat_image { margin:0px auto;padding:5px;background:gold; border:1px solid black; }

/* JCP: TutorialMS Specific END */

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating .current-rating{
	background: url(/tutorials/images/rating/rating_star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* SECOND STAR (ALREADY VOTED */


.star-rating2,
.star-rating2 a:active,
.star-rating2 .current-rating{
	background: url(/tutorials/images/rating/rating_star_2.gif) left -1000px repeat-x;
}
.star-rating2{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating2 li{
	display: inline;
}
.star-rating2 a, 
.star-rating2 .current-rating {
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
	cursor:default;
}

.star-rating2 a.one-star{
	width:20%;
	z-index:6;
}
.star-rating2 a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating2 a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating2 a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating2 a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating2 .current-rating{
	z-index:1;
	background-position: left center;
}


/* END SECOND STAR */

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}
