/* article styles */

.quote {
	padding-left:60px !important;
	font-size:0.9em;
	margin:22px 0px 22px 0px !important;
	background:url(../images/backgrounds/quoteBg.gif) no-repeat;
	background-position:21px 1px;
	line-height:1.8em !important;
}

.bluebold {
	color:#2e3239;
	font-size:1.1em;
	font-weight:bold;
}

.orangebold {
	color:#ff8a00;
	font-size:1.1em;
	font-weight:bold;
}

.greenbold {
	color:#6bac1e;
	font-size:1.1em;
	font-weight:bold;
}

hr {
	background-color:#e6e6e6;
	border:0;
	height:1px;
	margin:10px 0px 10px 20px !important;
	padding:0px 20px 0px 0px !important;
	clear:both;
}

.makeBlue {
	color:#2e3239;
}
.makeOrange {
	color:#ff8a00;
}
.makeGreen {
	color:#6bac1e;
}

.panel {
	margin:10px 20px 10px 20px !important;
	padding:20px !important;
	border:#e6e6e6 1px solid;
	display:block;
}

.smaller {
	font-size:0.85em;
}

.marginLeft {
	margin-left:20px;
}

.back_button a {
	font-weight:bold;
	font-size:0.85em !important;
	padding:2px 6px 2px 6px;
	color:#FFFFFF !important;
	background-color:#6bac1e;
	text-decoration:none !important;
}
.back_button a:hover {
	background-color:#568a18;
}

.hallTable {
	font-size:1em;
	margin-left:20px;
}

/*** CODE HIGHLIGHT STYLES ***/
.code
{
background: url(code_bg.png) repeat left top;
border: 1px solid #cccccc;
list-style-type: none;
margin: 0px;
padding: 0px;
overflow: auto;
width: 550px;
}
.code li
{
color: #669933;
font-family: "Consolas", "Courier New", Courier, mono;
line-height: 0px; /* to remove white border issue */
white-space: pre;
}
.code { counter-reset: li; }
.code li:before
{
counter-increment: li;
content: counter(li) ". ";
background: #ececec;
border-right: 1px solid #cccccc;
color: #555555;
display: inline-block;
font-family: Arial, Helvetica, sans-serif;
line-height: 30px; /* minumum line height = 24, smaller causes white border issue */
margin-right: 20px;
padding-right: 5px;
text-align: right;
width: 50px;
}
.code li:empty { display: none; }
/*
.code li:nth-child(odd) { background: #ffffff; }
.code li:nth-child(even) { background: #fafafa; }
.code .odd { background: #ffffff; }
.code .even { background: #fafafa; }
*/
