/*
 * Desert Fox Clan web site layout styles
 */
div.bannerbar
{
	background-color: black;
	margin: 0px;
	background-image: url('/images/dfclogoheaderex.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}

div.menucol
{
	background-color: black;
	margin-left: 0px;
	width: 112px;
	float: left;
}

div.maincol
{
	position: absolute;
	left: 112px;
	top: 105px;
	background-color: black;
	margin-left: 0px;
}

div.rightcol
{
	background-color: black;
	margin-left: 5px;
	width: 112px;
	position: absolute;
	left: 800px;
	top: 105px;
}

div.contentpanel
{
	background-color: black;
	margin: 0px;
}

div.contentpanelpopup
{
	background-color: black;
	margin-left: 5px;
	margin-top: 5px;
}

div.footer
{
	font-size: 11px;
	text-align: center;
}

div.foxLayer
{
	background-color: transparent;
	position: absolute; 
	visibility: hidden;
	z-index: 10; 
	top: 200px;
	left: -110px;
	width: 105px;
	height: 110px;
}

div.newsitem, div.guestbook
{
	background-color: black;
	margin-left: 30px;
}

div.textbox
{
	text-align: left;
	width: 495px;
	background-color: #0A0A0A;
	border: 1px solid #A0A0A0;
	padding: 0px;
}
div.textbox .title, div.textboxtitle
{
    font-size: 14px;
    font-weight: bold;
    color: #FFFFEE;
	background-color: #202020;
	text-align: center;
	height: 20px;
	padding-top: 4px;
}
div.contentbox
{
	text-align: left;
	background-color: #0A0A0A;
	border: 1px solid #A0A0A0;
	padding: 5px;
}

div.panelheader
{
	width: 500px;
	text-align: center;
}

div.panelbodycenter
{
	width: 500px;
	text-align: center;
}

div.panelbody
{
	width: 500px;
}


div.searchmenu
{
	font-size: 11px;
	text-align: center;
	width: 100px;
	border: 0px;
	padding: 0px;
}

div.searchmenu input
{
	font-size : 11px;
	color : #F0F0F0;
	background-color : #303030;
	border : 1px solid #A0A0A0;
}


div.searchmenu input.button
{
	border : 1px solid #808080;
	background-color : #000000;
	color: #FFFFDD;
	font-size : 11px;
	font-weight : bold;
	padding : 0px;
	margin : 1px;
	cursor: pointer;
}

