/**
	CSS to mimic midcol id from the website.
*/
#tutcol {
	float: left;
	width:	400px;
	margin-top: 210px;
	display: inline;
}


#tutcol img {
//	margin-top: 20px;
//	float: left;
//	padding: 0 20px 10px 0;
}


#tutcol h1 {
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 28px;
	color: #01539c;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	margin-top: 0px;
	border-bottom: 1px solid #ccc;
	padding: 5px 0 15px 0;
}



#tutcol h2 {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	margin-top: 10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	padding: 5px 0 10px 0;
}


#tutcol h3 {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #01539c;
	margin-top: 10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	padding: 10px 0 10px 0;
}

/*news article heading*/

#tutcol h4 {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 22px;
	font-weight:normal;
	color: #ff3100;
	padding: 16px 0 0 0;
}


/*news article link*/

#tutcol h4 a {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight:normal;
	color: #ff3100;
	padding: 30px 0 0 0;
}


#tutcol h4 a:hover {
	color: #ff3100;
	text-decoration:underline;
}


/*news article text*/

#tutcol h5 {
	font: 12px/16px "Lucida Grande", Trebuchet MS, sans-serif;
	color: #333333;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 10px;
	font-weight: normal;
}

/*news article date*/

#tutcol h6 {
	font: 11px "Lucida Grande", Trebuchet MS, sans-serif;
	color: #666666;
	text-align: left;
}



#tutcol p {
	font: 11px/17px "Lucida Grande", Trebuchet MS, sans-serif;
	color: #666666;
	text-align: left;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 10px;
	padding-top: 10px;
}


#tutcol a {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size:12px;
	color:#3cb7ff;
	font-style: normal;
	font-weight:normal;
	text-decoration:none;
}


#tutcol a:hover {
	color:#01539c;
}

#tutcol ul {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size:12px;
	color:#666;
	font-style: normal;
	font-weight:normal;
}


#tutcol ul li {
	list-style: disc;
	padding: 5px 0 5px 0;
	margin: 0 0 0 15px;
}


#tutcol ul li a {
	text-decoration: none;
	background-image: none;
	color: #3cb7ff;
	
}

/* Define confluence-style screenshot */

#tutcol div.screenshot img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#tutcol div.screenshot p {
	font-weight: bold;
	text-align: center;
	font-style: italic;
}

/* Define confluence-style thumbnail */

#tutcol div.thumbnail img {
	border: 0px;
	height: 240px;
	width: 320px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#tutcol div.thumbnail p {
	font-weight: bold;
	text-align: center;
	font-style: italic;
}

#tutcol .label {
	font-weight: bold;
	text-align: center;
	font-style: italic;
}

#tutcol .code_example {
	padding-left: 10px;
	background-color: rgb(240, 240, 240);
}

