@charset "utf-8";

/* CollegeFootballPrep.com CSS Document */

body

{

	background: #000000;

	padding: 0;

	margin: 5px 0;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	line-height: 18px;

}

a

{

	color: #894494;

	text-decoration: underline;

	font-weight: bold;

}

a:hover

{

	color: #000;

	text-decoration: underline;

}

p

{

	margin: 6px 0;

	padding: 6px 0;

}

img

{

	border: 0;

}

#topbanner

{

	background: url(images/top-banner.jpg) no-repeat;

	width: 600px;

	height: 178px;

}

#menubar

{

	background: url(images/menu-bg.jpg) repeat-x;

	line-height: 30px;

}

.topnav

{

	margin: 0;

	padding: 0;

	list-style: none;

}

.topnav li

{

	margin: 0;

	padding: 0;

	list-style: none;

	display: inline;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	line-height: 30px;

}

.topnav li a

{

	color:  #333333;

	text-decoration: none;

	padding: 0 12px;

}



.topnav li a:hover

{

	color:  #874393;

	text-decoration: none;

}



.topnav li a.selected

{

	color:  #874393;

	text-decoration: none;

	padding: 0 12px;

}

#header

{

	padding: 10px 0;

}

#contentarea

{

	padding-bottom: 10px;

}

#leftpane

{

	background: #FFFFFF;

	border: solid 1px #CCCCCC;

	padding: 1px;

}



#rightpane

{

	background: #FFFFFF;

	border: solid 1px #CCCCCC;

	padding: 1px;

}

.heading

{

	background: url(images/heading-bg.jpg) repeat-x;

	line-height: 36px;

	font-size: 20px;

	color: #333333;

	font-weight: bold;

	padding: 0 10px;

}

.heading a

{

	color: #333333;

	text-decoration: none;

}

.heading a:hover

{

	color: #000;

	text-decoration: none;

}

#contentpane

{

	padding: 10px;

}

#footer

{

	background: #333333;

	border-top: solid 1px #555555;

	padding: 10px 0;

}

.footer-txt

{

	font-size: 11px;

	color: #999999;

	line-height: 16px;

}

.footer-txt a

{

	font-weight: normal;

	text-decoration: none;

	color: #CCCCCC;

}

.footer-txt a:hover

{

	font-weight: normal;

	text-decoration: none;

	color: #FFFFFF;

}

#forma{
	margin: 0px 0px 0px 0px;
	text-align: left;
	padding: 0px 0px 0px 100px;
}


.form-row{
	width: 420px;
	clear: both;
	float: left;
	margin: 5px 0px;
}

.field-label{
	width: 140px;
	float: left;
	font-weight: bold;
	font-size: 13px;
}

.field-widget{
	width: 280px;
	float: left;
}

.field-widget input{
	width: 196px;
	height: 20px;
	padding: 1px 2px;
	color: #000;
	background: #fff;
	border: 1px solid #000;
}

.field-widget_radio{
	text-align: left;
	padding: 0px 0px 0px 140px;
}


.field-widget_radio input{
	width: auto;
	height: auto;
	padding: 0px 2px;
}

.field-widget select{
	width: 200px;
	color: #000;
	background: #fff;
	border: 1px solid #000;
}

.field-widget textarea{
	padding: 1px 2px;
	color: #000;
	background: #fff;
	border: 1px solid #000;
}

input#button{
	width: 60px;
	height: 24px;
	color: #fff;
	background: #96609E;
	border: 1px solid #000;
	font-weight: bold;
	margin: 0px 0px 0px 140px;
}

.clear{
	clear: both;
}
