/* SOME HELPERS */

#fp_wrap .clearer {
	display: block;
	width: auto;
	height: 0;
	clear: both;
}

#fp_wrap .round3 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#fp_wrap .shadow {
	-webkit-box-shadow: #353535 0 0 6px;
	-moz-box-shadow: #353535 0 0 6px;
}

#fp_wrap .padding3 {
	padding: 3px;	
}

#fp_wrap .padding5 {
	padding: 5px;	
}

#fp_wrap .disabled {
	cursor: default;
	opacity: 0.3;
}
#fp_wrap .lightbg {
	background: url(images/footerpanel/fp_bg_semi.png);	
}
#fp_wrap .lightborder {
	border: 1px solid #707070;	
}
#fp_wrap .highlight {
	color: #09F;
}
#fp_wrap a {
	text-decoration: none;	
}

/* FORMAT DEFAULT WS STYLES */

#fp_wrap .quote,
#fp_wrap .code {
	width: auto !important;
	background: white;
	color: #333;
}

/* STYLESHEET */

#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;
	min-height: 25px;
}
#fp_bar {
	background: url(images/footerpanel/footerpanel_bar_bg.png) repeat-x left top;
	min-height: 25px;
}
#fp_wrap .opt {
	display: block;
	height: 20px;
	padding: 5px 10px 0 0;
	overflow: hidden;
	float: left;
}
#fp_wrap .opt.right {
	float: right;
}
#fp_wrap .opt.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	float: none;
}
#fp_wrap .opt img.icon {
	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_wrap .opt.nohover:hover{
	cursor: inherit;
	background: none;
}

#fp_ajaxwrap {
	display: none;
	clear: both;
	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: 2px;
	text-align: left;
}
.fp_friend {
	display: block;
	margin: 3px;
	width: 100%;
}
.friendsprof td {
	padding: 5px !important;
}
.fp_admin_box {
	width: 150px;
	border: 1px solid #707070;	
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	background: url(images/footerpanel/fp_bg_semi.png);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.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_wrap .fp_title {
	display: block;
	padding: 4px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(images/footerpanel/fp_cont_title_bg.png) repeat-x top left;
	border-bottom: 1px solid #707070;
}
.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;
	position: relative;
}
#fp_actions {
	position: absolute;
	top: 5px;
	right: 10px;
}
#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;
	background: url(images/footerpanel/footerpanel_bar_bg.png) repeat-x left top;
	border-left: 1px solid black;
	border-top: 1px solid black;
	color: white;
	padding: 0 4px;
}
#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;
}

/* CALENDAR MODULE */

#fp_calendar {
	width: 200px;
	float: left;
}
#fp_calendar td {
	text-align: center !important;
	padding: 5px !important;
}
.fp_calday:hover {
	background: url(images/footerpanel/fp_bg_h2.png);
	border-radius: 2px;
	cursor: pointer;
}
.cal_top {
	background: url(images/footerpanel/cal_top_bg.png) repeat-x top left;
	font-weight: bold;
	text-shadow: 0 -1px 0 #434343;
}
.fp_calday_cur {

	background: url(images/footerpanel/fp_bg_h2.png);
	border-radius: 2px;
}
.fp_calday_event {
	color: #09F;	
}
.fp_calday_today {
	font-weight: bold;
	color: #0CF;
}
