/*//////////////////////////////////////////////////////////////////////////////
/// Craven /////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//
//
*/


/*//////////////////////////////////////////////////////////////////////////////
/// GENERAL //////////////////////////////////////////////////////////////////*/
body
{
	background-color: #fcfcfc;

	margin:	0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DDDDDD;
}
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DDDDDD;
}
textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/* END GENERAL
//////////////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////////////////
/// CUSTOM LINKS /////////////////////////////////////////////////////////////*/
a:link
{
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited
{
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover
{
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a:active
{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
/* END CUSTOM LINKS
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
/// MENU CLASSES /////////////////////////////////////////////////////////////*/

/* END MENU CLASSES
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
/// LAYOUT CLASSES ///////////////////////////////////////////////////////////*/
#bkg
{
	vertical-align: middle;
}
#header
{
	vertical-align: baseline;
	height: 125px;
}
#container
{
	height: 600px;
	width: 100%;
	background-image: url(images/layout/bkg.jpg);
	background-repeat: repeat-x;
	background-position: left;
}
#blackBox
{
	height: 368px;
	width: 503px;
	background-color: #000000;
}
#contentBox
{
	padding: 20px 0px 20px 20px;
	height: 368px;
}
#contentDIV
{
	height: 328px;
	overflow: hidden;
}
#content
{
	position: relative;
	text-align: left;
	color: #DDDDDD;
}
#scrollBox
{
	padding: 20px;
	width: 13px;
}
#scrollBody
{
	border-style: solid;
	border-width: 1px;
	border-color: #ababab;
	
	border-top: none;
	border-bottom: none;
	background-color: #484848;
	vertical-align: top;
}
#scrollBar
{
	background-color: #FFFFFF;
	width: 9px;
	margin: 1px;
	height: 50px;
	cursor: pointer;
	z-index: 3;
}
#output
{
	position: absolute;
	top: 25px;
	left: 25px;
	font-weight: bold;
}
#scouting
{
	width: 900px;
	position: relative;
	top: -100px;
}
/* END LAYOUT CLASSES
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
/// CUSTOM CLASSES ///////////////////////////////////////////////////////////*/
h1
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
h2
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
/* END CUSTOM CLASSES
//////////////////////////////////////////////////////////////////////////////*/