﻿/* TITLE AREA */
.latestRelease h4 {
}
.latestReleaseBorderTop {
	margin-bottom: 15px;
}
#guideSize {
	margin-top: 8px;
}
.lightweight {
	color: #777;
}
.list-group-item {
	padding: 5px 15px;
}

.fa{
  margin-right:5px;
}

h3 {
	background-color: #222;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}
h4 {
	color: #0066ff;
}
/**************/
/* BUTTONS */
/***********/
/* SECTIONS */
.tDetailScreenSection img {
	margin-top: 15px;
	margin-bottom: 15px;
}
/************/
.cliffNotes {
	background-color: #444;
	color: #f1f1f1;
	padding: 5px 20px;
	padding-bottom: 15px;
	border-radius: 5px;
	border: 1px #222 solid;
	box-shadow: inset 0px 1px 0px #c0c0c0, inset 0px -1px 0px #333;
}
.cliffNotes ul {
	margin-top: 0px;
	color: #000;
	padding-left: 20px;
	margin-bottom: 0px;
}
.cliffInner {
	border-radius: 5px;
	background-color: #fff;
	padding: 10px;
	box-shadow: inset 0px 1px 4px #555;
}
.questionBody img {
	margin: 0px 10px 5px 0px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 3px #000;
}
.questionBody img {
	box-shadow: none;
}
.questionBody div img {
	float: none;
}
.nofloat {
	float: none;
}
.importexporttableguide {
	border-collapse: collapse;
	background: #fff;
}
img {
	float: none;
}
.ganttSprites {
	background-image: url(images/gettingstarted/guide_ganttchartsettings1.png);
	background-repeat: no-repeat;
	width: 603px;
	height: 275px;
	border: 1px #fff solid;
/*box-shadow:1px 1px 3px #000;*/margin-top: 5px;
	border-radius: 3px;
}
.firstscheduleguide img {
	border-radius: 3px;
	padding: 0px;
	margin: 0px 10px 5px 0px;
}
.vbTip {
	padding: 10px;
	background-color: #f3f3f3;
	border-radius: 5px;
	border: 1px #ddd solid;
	box-shadow: inset 1px 1px #fff;
	position: relative;
	margin-top: 20px;
	padding-bottom: 0px;
}
.vbTip img {
	border: none;
	margin: 0px;
	margin-right: 10px;
}
.vbTip span {
	font-style: italic;
}
.sectionSummary {
	padding: 10px;
	border-radius: 5px;
	background-color: #222;
	color: #f3f3f3;
	margin-left: 12px;
	margin-top: 25px;
	position: relative;
}
.sectionSummary ul li {
	color: #ccc;
}
.sectionSummary ul li span {
	color: #f3f3f3;
	font-weight: bold;
}
