/* lvl2Style.css 
	- Johnny Withers <jwithers@consultrix.net>
*/

/* Begin Layout Styles */

#innerwrap 				
{ /* enables content first */
	float: left;
	width: 775px;
}

#centercontent
{
	width: 608px;
	float: right;
	padding-top: 240px;
	padding-bottom: 7px;	/* needed to make room for footer */
	padding-right: 15px;
}

/* Level 2 Styles */

.item
{
	background-color: Transparent;
}
.itemNext
{
	background-color: Silver;
}
select.clForm
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
}

/* The course image list layout */
div.cImage
{
	width: 120px;
	float: left;
}
div.cText
{
	width: 488px;
	padding-bottom: 15px;
}
div.cText p
{
	margin-bottom: 12px;
}
div.cImage img
{
	border: solid 1px #000000;
}

/* Form Layout */
label.clForm,input.clForm,textarea.clForm {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
}
label.clForm {
	text-align: right;
	width: 120px;
	padding-right: 10px;
	height: 15px;
	padding-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
div.clForm
{
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;	
}
textarea.clForm
{
	width: 300px;
	height: 120px;
}
br.clForm
{
	clear: left;
}
img.clForm
{
	display: block;
	margin-top: 8px;
	margin-bottom: 12px;
	margin-left: 60px;
}
input.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
img.iconborder 
{
	border: solid 1px #000000;
}
