/**
 * 
 * Duhok Forum 3.0
 * @author		Dilovan Matini (original founder)
 * @copyright	2007 - 2021 Dilovan Matini
 * @see			df.lelav.com
 * @see			https://github.com/dilovanmatini/duhok-forum
 * @license		http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
 * @note		This program is distributed in the hope that it will be useful - WITHOUT ANY WARRANTY;
 * 
 */
 /************************************************#
* DM Library v1.1
* Work with JQuery Library 1.7.1 and later versions
* Copyright 2007 - 2021, Dilovan Matini
*
* Date: Wednesday, December 28, 2021
#************************************************/
.DMContainer{
	display: table;
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 1001;
	border: #999 1px solid;
	padding: 3px;
	background-color: #999;
	border-radius: 4px;
}
.DMContainer .header{
	height: 20px;
	line-height: 20px;
	padding: 4px;
	background: #d3d3d3 url(back.gif?x=1.00) repeat-x;
}
.DMContainer .header .text{
	float: right;
	outline: none;
	display: inline;
	padding: 2px;
	font: bold 11px tahoma,arial;
	color: #000;
}
.DMContainer .header .close{
	width: 16px;
	height: 16px;
	float: left;
	margin: 2px;
	outline: none;
	display: inline;
	cursor: pointer;
}
.DMContainer .body{
	font: normal 12px tahoma,arial;
	background-color: #f4f4f4;
	color: #000;
}
.DMContainer .footer{
	height: 28px;
	padding: 4px;
	line-height: 28px;
	background-color: #f4f4f4;
}
.DMContainer .footer .text{
	font: normal 12px tahoma,arial;
	color: #000;
}
.DMContainer .footer .light{
	border: #808080 1px solid;
	margin: 1px 2px;
	padding: 5px 8px;
	font: bold 11px tahoma,arial;
	color: #000;
	background: #d3d3d3 url(back.gif?x=1.00) repeat-x;
	color: #000;
	border-radius: 3px;
}
.DMContainer .footer .dark{
	border: #303030 1px solid;
	margin: 1px 2px;
	padding: 5px 8px;
	font: bold 11px tahoma,arial;
	color: #000;
	background: #20516d url(back-dark.gif?x=1.01) repeat-x;
	color:#fff;
	border-radius: 3px;
}
.DMColorPickerPreview{
	text-align: center;
	vertical-align: bottom;
	border:#c0c0c0 1px solid;
	font:normal 9px tahoma;
	border-radius: 5px;
}
.DMHeader{
	border: #c3c3c3 1px solid;
	text-align: center;
	background: #d3d3d3 url(back.gif?x=1.00) repeat-x;
	font: normal 11px tahoma,arial;
	color: #000;
}
.DMTitle{
	border: #c3c3c3 1px solid;
	background: #f1f0f0 url(back-light.gif?x=1.00) repeat-x;
	font: normal 11px tahoma,arial;
	color: #000;
}
.DMText{
	border: #c3c3c3 1px solid;
	background-color: #f1f0f0;
	font: normal 11px tahoma,arial;
	color: #000;
}
.DMInput{
	padding: 4px;
	border: #c3c3c3 1px solid;
	background-color: #fff;
	font: normal 11px tahoma,arial;
	color: #000;
}
.DMButton{
	border: #808080 1px solid;
	margin: 1px;
	padding: 3px 5px;
	font: bold 11px tahoma,arial;
	color: #000;
	background: #d3d3d3 url(back.gif?x=1.00) repeat-x;
	color: #000;
	border-radius: 3px;
}
.DMSelect{
	padding: 2px 3px 3px;
	font: normal 12px/1.6 tahoma,arial;
	color: #000;
}