/*************************************************************************
**
** Copyright (c) by jeff (jeff@lipsia.de)
**
** Author:  jeff
**
** File:    $Date: 2022-01-14 16:17:10 +0100 (Fr, 14. Jan 2022) $
**
** Purpose: the user preferences css
**
** Created: 2019/12/09
**
** Update:  $Date: 2022-01-14 16:17:10 +0100 (Fr, 14. Jan 2022) $
**
** Notes:
**
************************************************************************/

.user_preferences_category_label
{
	width:				360px;
	height:				25px;
	position:			relative;
	float:				left;
	color:				black;
	font-size:			20px;
	font-weight:		bold;
	text-decoration:	none;
	text-align:			left;
	vertical-align:		middle;
}

.user_preferences_category
{
	position:			relative;
	float:				left;
	width:				auto;
	height:				25px;
	margin-right:		10px;
	margin-top:			10px;
}

.user_preferences_category_checkbox
{
	position:			relative;
	float:				left;
	margin-left:		10px;
	margin-right:		10px;
	width:				25px;
	height:				25px;
	background-image:	url(/images/dialog/checkbox.png);
	cursor:				pointer;
}

.user_preferences_category_checkbox_checked
{
	position:			relative;
	float:				left;
	margin-left:		10px;
	margin-right:		10px;
	width:				25px;
	height:				25px;
	background-image:	url(/images/dialog/checkbox_checked.png);
	cursor:				pointer;
}

.user_preferences_buttons
{
	position:			relative;
	float:				left;
	clear:				both;
	text-align:			center;
	margin-top:			15px;
	width:				100%;
	height:				50px;
}

