/*
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
#                                                       #
#              FOOTERPANEL ADDON                        #
#                     FOR WEBSPELL 4.X                  #
#               COPYRIGHT 2010 BY HENNING K             #
#                                                       #
#                LICENSED UNDER GNU GPL                 #
#                DON'T REMOVE THIS BOX                  #
#                                                       #
#             CONTACT: DarkGrafix@gmail.com             #
#                                                       #
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
*/

	#fp_wrap {
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		right: 0;
		border-top: 1px solid black;
		color: white;
		font-size: 8pt;	
		font-family: Tahoma, Verdana, Arial;	
		z-index: 9999;
	}
	#fp_bar {
		background: url(images/footerpanel/footerpanel_bar_bg.png) repeat-x left top;
		height: 25px;
	}
	#fp_wrap .opt {
		display: block;
		height: 20px;
		padding: 5px 10px 0 0;
		float: left;
		overflow: hidden;
	}
	
	#fp_wrap .opt img {
		padding: 0 10px;
		float: left;
	}
		
	#fp_wrap .opt a img {
		border: none;
		display: inline;
	}
	
	#fp_wrap a {
		font-family: Tahoma, Verdana, Arial;
		color: white;
		text-decoration: none;
	}
	
	#fp_wrap .opt:hover {
		cursor: pointer;
		background: url(images/footerpanel/footerpanel_bar_h.png) no-repeat top left;
	}

	#fp_ajaxwrap {
		display: none;
		clear: both;
		overflow: auto;
		background: url(images/footerpanel/fp_bg.png);
	}
	#fp_ajaxwrap table {
		width: 100%;
	}
	#fp_ajaxwrap table tr {
		width: 100%;
	}
	#fp_ajaxwrap table tr td {
		width: auto;
		padding: 5px;
		text-align: left;
	}
	.fp_friend {
		display: block;
		margin: 3px;
		width: 100%;
	}
	.fp_friend tr td {
		padding: 2px 3px !important;
	}
	.fp_admin_box {
		width: 150px;
		border: 1px solid black;
		float: left;
		margin-right: 5px;
		margin-bottom: 10px;
	}
	.fp_admin_box a {
		display: block;
		padding: 4px 4px 4px 6px;
	}
	.fp_admin_box a:hover,
	.hoverline:hover {
		background: url(images/footerpanel/fp_bg_h.png);
	}
	.fp_admin_head,
	.fp_overview_title {
		display: block;
		padding: 4px;
		font-weight: bold;
		text-transform: uppercase;
		background: url(images/footerpanel/fp_cont_title_bg.png) no-repeat bottom left;
		border-bottom: 1px solid black;
	}
	.fp_logged img {
		float: right;
	}
	.fp_logged a {
		font-weight: bold;
	}
	.fp_logged a:hover {
		text-decoration: underline;
	}
	#fp_ajaxtitle {
		float: left;
		font-weight: bold;
		font-size: normal;
	}
	#fp_titlebar {
		padding: 5px 5px 3px 5px;
		height: 18px;
		clear: both;
		margin-bottom: 4px;
		background: url(images/footerpanel/footerpanel_title_bg.png) no-repeat top left;
	}
	#fp_ajaxbox {
		padding: 5px;
	}
	.fp_overview_box {
		width: 350px;
		float: left;
		margin: 5px;
		border: 1px solid black;
	}
	#fp_ajaxbox small {
		color: white;
	}
	#fp_wrap .fp_logged 	#fp_flag {
		float: right;
		padding: 1px 0 0 0;
		display: block;
		float: right !important;
	}
	#fp_wrap .fp_logged {
		float: right;
		cursor: default !important;
		border-right: none !important;
		background: none !important;
	}
	#fp_maximize {
		display: none;
		position: fixed;
		bottom: 0;
		right: 0;
		height: 25px;
		float: right;
		padding: 0 4px;
		background: url(images/footerpanel/footerpanel_bar_bg.png) repeat-x left top;
		border-left: 1px solid black;
		border-top: 1px solid black;
		color: white;
	}
	#fp_login {
		width: 370px;
		margin: 0 auto 5px auto;
	}
	.fp_loginfield {
		width: 122px;
		height:11px;
		background:url(images/footerpanel/fp_login_bg.png);
		background-color: transparent;
		border: 0;
		padding: 2px 2px;
		margin: 8px 0;
		display: block;
	}
	.fp_loginfield:focus {
		border: none;
		background-color: transparent;
	}
	#fp_login input[type=submit] {
		background: none;
		border: none;
		display: inline;
		padding: 0;
		margin: 0;
		float: right;
		color: white;
		font-family: Tahoma, Verdana, Arial;
		letter-spacing: 1px;
		cursor: pointer;
	}
	#fp_notlogged {
		text-align: center;
		padding-top: 4px;
		width: 100%;
		float: left;
	}
	#fp_notlogged a {
		color: red;
	}
