/***************************************************************
*		Reset
****************************************************************/
* { margin:0; outline:none; padding:0; border:0; }
.dialog { font-size:12px; }
ol { padding:10px; margin:10px; }

/***************************************************************
*
*		Commons
*
****************************************************************/
.clear { clear:both; }
.small { font-size:0.75em; }
.hr { display:block; border-bottom:solid 1px #ddd; }
.fleft { float:left; }
.fright { float:right; }
.spacer, .spacer-med, .med-spacer { display:block; height:40px; }
.spacer-small, .small-spacer { display:block; height:20px; }
.spacer-big, .big-spacer { display:block; height:60px; }
.fright { float:right; }
.wauto { width:auto !important; }
.hauto { height:auto !important; }
.nomargin { margin:0; }
.w150 { width:150px; }
.w300 { width:300px; }
.w500 { width:500px; }
.w600 { width:600px; }
.w800 { width:800px; }


/***************************************************************
*
*		Messages
*
****************************************************************/

.error, .notice, .success    { padding: .8em; margin:0.5em 0 1em 0; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/***************************************************************
*
*		Forms
*
****************************************************************/

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }
input[type=text], input.text, input.title, textarea, select { background-color:#fff; border:1px solid #bbb; }
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#666; }
input[type=text], input.text, input.title, textarea, select { margin:0.5em 0; }
input.text, input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 200px; padding:5px; }
textarea.noheight      { height: auto; }
textarea.nosize      { width: auto; height: auto;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio { position:relative; top:.25em; }
button, a.button {padding:4px !important; background:#eee; border:solid 1px #ddd; text-decoration:none; cursor:pointer; font-weight:normal; font-size:9pt; margin:0; color:#333; margin: 0 2px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -ms-border-radius:4px; overflow:visible; width:auto; }
button { padding:2px; overflow:visible; width:auto; }
button:hover, a.button:hover { background:#ddd; border:solid 1px #ccc; text-decoration:none; color:#000; }
button[type=submit] {font-weight:bold;font-size:10pt;}
fieldset p { margin:10px 0; clear:both;}
fieldset p label {
	float:left;
	width:200px;
	text-align:right;
	margin-top:5px;
	margin-right:5px;
	white-space:nowrap;}
fieldset p label.required { font-weight:bold;}
fieldset p label.h2 { height:2em; }
fieldset p label.h3 { height:3em; }
fieldset p label.h4 { height:4em; }
fieldset p label.h5 { height:5em; }
fieldset p input, fieldset p select, fieldset p textarea { margin:0;}
fieldset .editor { width:450px; float:left;}
fieldset legend { font-size:10pt; font-weight:bold;}


/***************************************************************
*
*		Pager
*
****************************************************************/

ul.pager {
	background:transparent;
	padding:5px;
	margin:5px 0;
	text-align:right;
	clear:both;
	padding-left:10px;
	margin-bottom:10px;}
ul.pager li {
	background:transparent;
	display:inline;
	list-style:none;
	border:none;
	padding:0;
	margin:0;
	font-size:9pt;
	clear:both;}
ul.pager li.stats {
	clear:none;
	float:left;
	margin-right:5px;}
ul.pager li a {
	padding:5px;
	font-weight:normal;}
ul.pager li a:hover {
	background:#0053a4;
	color:#fff;}
ul.pager li.selected a {
	color:#000;
	font-weight:bold;}
ul.pager li.selected a:hover {
	background:transparent;
	color:#000;}
	
/***************************************************************
*
*		Item Field
*
****************************************************************/
.itemField .top input {
	margin:0;}
.itemField .results {
	border:solid 1px #ddd;
	border-top:none;
	padding:5px;
	width:300px;
	background:#fff;}
.itemField .results ul {
	padding:0;
	margin:0;
	border:none;}
.itemField .results ul li{
	cursor:pointer;
	margin:0;
	border-bottom:dotted 1px #ddd;}
.itemField .results ul li:hover{
	background-color:#06f;
	border-color:transparent;
	color:#fff;}
.itemField .selected {
	margin-top:5px;
	padding:5px;
	font-size:12px;}	
.itemField .selected .item {
	padding:2px;
	padding-left:22px;
	background-image: url(/statics/icons/bomb.png);
	background-repeat:no-repeat;
	background-position:2px 2px;}
.itemFields .selected {
	background:#fff;
	border:solid 1px #ddd;}

/***************************************************************
*
*		List
*
****************************************************************/
	
ul.list {
	padding:5px;
	list-style-type:none;
	clear:both;}
ul.list li {
	display:block;
	font-size:10pt;
	margin-bottom:5px;
	padding:4px;
	border-bottom:dotted 1px #eee;
	font-weight:normal;
	clear:both;
	cursor:default;}
ul.list li.clear {
	display:block;
	font-size:10pt;
	margin:0;
	padding:0;
	border:none;
	font-weight:normal;
	clear:both;}
ul.list li:hover {
	background-color:#eee;
	border-bottom:dotted 1px #ddd;}
ul.list li .photo {
	float:left;
	width:60px;
	height:60px;
	background:#eee;
	border:solid 1px #ddd;}
ul.list li .thumb {
	float:left;
	width:60px;
	height:60px;
	background:#eee;
	border:solid 1px #ddd;
	margin-right:10px;}
ul.list li .icons {
	float:right;}
ul.list li.noresult, ul.list li.noresult:hover {
	font-size:14pt;
	margin:40px 0;
	border:none;
	background:transparent;
	text-align:center;
	width:100%;}
fieldset ul.list { padding:5px; background:#fff; border:solid 1px #ccc; }
fieldset ul.list li { font-size:12px; }
fieldset ul.list li .icons a{ font-weight:bold; }
ul li.item_empty { display:none; }	
fieldset ul.list li.noresult, fieldset ul.list li.noresult:hover {
	font-size:10pt;
	font-weight:bold;
	margin:10px 0 !important;
	padding:0 !important;
	cursor:default;
	border:none;
	background:transparent !important;
	text-align:center;
	width:auto;
	color:#999;}
ul.list li.photo {
	float:left;
	border:solid 1px #ddd;
	background:#eee;
	padding:5px;
	clear:none;
	margin-right:5px;}
ul.list li.photo img {
	margin:0;}
ul.list li.photo-selected {
	border:solid 1px #f60;
	background:#fc0;}

ul.items li {
	padding:2px;
	padding-left:22px;
	background-image: url(/statics/icons/bomb.png);
	background-repeat:no-repeat;
	background-position:2px 2px;}
