FORM, UL, LI { padding: 0; margin: 0; }

INPUT.none {
	border: none;
	background: none;
}
a {
	color: #0063bf;
	text-decoration: none;
}
a:hover {
	color: #c00;
}
* {
	outline: none;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	max-height: 0px;
}
.fl { float: left; }
.fr { float: right; }

TABLE.highlighted {
	border: #ccc 1px solid;
	color: #000;
}
TABLE.highlighted TR:nth-child(even), ol.highlighted li:nth-child(even) .sortablediv {
	background: #fefefe;
}
TABLE.highlighted TR:nth-child(odd), ol.highlighted li:nth-child(odd) .sortablediv {
	background: #ededed;
}


fieldset, form fieldset {
	border: none;
	padding: 0;
	margin: 20px 0 0 0;
	background: url(/images/sep_dot.png) no-repeat top left;
}

legend {
	font-size: 13px;
	padding: 5px 10px 5px 10px;
	color: #444;
	background: #efefef;
}
label {
	color: #000;
	float: left;
	display: block;
	width: 200px;
	padding-right: 4px;
	text-align: right;
}
label.short {
	width: 70px;
}
label.long {
	width: auto;
	padding-top: 2px;
}
label.check {
	float: none;
	width: 100%;
}
input.checkbox {
	float: left;
	width: 20px;
}
FIELDSET P, FIELDSET DIV {
	clear: both;
	padding: 0;
	margin: 5px 0;
}
INPUT {
	border: #ccc 1px solid;
	background: #fff;
	/*border: #aaa 1px solid;*/
	padding: 4px;
	border-radius:2px;-khtml-border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;
	
	background: #eee; /* old browsers */
	background: -moz-linear-gradient(top, #eeeeee 2%, #ffffff 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#eeeeee), color-stop(100%,#ffffff)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* ie */
}
input[type="submit"], a.input, #openUploadifyContainer a, #closeContainer a {
	border-radius:2px;-khtml-border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;
	margin: 10px 0;
	padding: 3px 6px;
	border: #666 1px solid;
	border-top: #ccc 1px solid;
	border-right: #888 1px solid;
	border-left: #ccc 1px solid;
	
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	
	background: #eeeeee; /* old browsers */
	background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #eeeeee 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed), color-stop(100%,#eeeeee)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#eeeeee',GradientType=0 ); /* ie */
}
input[type="submit"]:hover { border: #ccc 1px solid; }
input[type="submit"]:active { border: #666 1px solid; }
.note {
	font-size: 10px;
}


.admin {
	border: #ddd 1px dashed;
	width: 16px;
	height: 16px;
	float: left;
}
.admin a {
	color: #333;
}






.needed-label, LABEL.needed-label {
	color: #F60;
}
.needed-label:before {
    content: "* ";
	color: #F60;
}
.needed {
	background-color: #F7F4EB;
	border: #F60 1px solid;
}
SELECT, .needed-ok, TEXTAREA.text {
	background-color: #FEFDF9;
	border-color: #aaa;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-width: 1px;
	border-style: solid;

	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}

.needed-error {
	background-color:#C7E4B4;
	border-color: #CC0011;
	border-right-color: #F33;
	border-bottom-color: #F33;
	border-width: 1px;
	border-style: solid;
}
.needed-blank {
	background-color: #FFCC99;
	border-color: #CC0011;
	border-right-color: #F33;
	border-bottom-color: #F33;
	border-width: 1px;
	border-style: solid;
}
.error {
	padding: 10px;
	font-weight: bold;
	color: #000;
	background-color: #FFCC99;
	border: #CC0011 2px solid;
}
.uzenet {
	display: block;
	padding: 10px;
	font-weight: bold;
	color: #000;
/*	background-color: #F5F1D8;*/
/*	border: 2px solid #fa9245;*/
	border: #816f48 1px solid;
	background:#9FC;
}
.uzenet-small {
	padding: 3px 5px;
	font-weight: bold;
	color: #000;
/*	background-color: #F5F1D8;*/
/*	border: 2px solid #fa9245;*/
	background:#f8f8f8;
}
.login-div {
	margin: 0 auto;
	padding: 0;
	color: #000;
}
.login-div input {
	float: left;
	border: #000 1px solid;
	background: #fff;
	font-size: 12px;
	margin: 0;
}

.logged-in {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	display: block;
	width: 100%;
	max-height: 40px;
	padding: 4px;
	margin: 0;
	text-align: left;
	border-bottom: #000 3px solid;
	background: #fff url(/images/stripe30.png) repeat left top;
}
.logged-in a {
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #376FA9;
}
.logged-in a:hover {
	color: #0C172D;
}

.navig {
	clear: both;
	padding: 5px 3px 32px 3px;
	margin: 0;
	font-size: 13px;
	background: url(/images/sep_dot.png) repeat-x bottom left;
}
.navig-pages {
	float: left;
	width: 100%;
}
.navig-item-cnt {
	float: left;
	width: auto;
}
.navig-item-per-page {
	float: left;
	width: 230px;
}
.navig-order {
	float: right;
	text-align: right;
	width: 200px;
	padding: 0;
	margin: 3px 0;
}
.navig-order SELECT {
	border: none;
}
.list-navig {
	border: none;
	height: 20px;
	padding: 0 3px 8px 3px;
	margin: 0;
	text-align: center;
	width: 100%;
}
.list-navig-links {
	float: left;
	width: 120px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.list-navig-links a, .list-navig-links b, .list-navig-links strong {
	width: 20px;
	margin: 0 1px;
	padding: 2px 6px;
	border: #ccc 1px solid;
}
.list-navig-links b, .list-navig-links strong {
	padding: 2px 6px 3px 6px;
	background: #8FC117;
	color: #000;
	border: #CC0011 1px solid;
}
.list-navig-links, .list-navig-links a {
	font-size: 8pt;
    color: #000;
	text-decoration: none;
}
.list-navig-links a:hover {
	color: #CC0011;
	background-color: #f5f5f5;
	border: #ccc 1px solid;
}

.list-navig-left {
	float: left;
	width: 150px;
	text-align: left;
}
.list-navig-left, .list-navig-left a {
	font-size: 9pt;
    color: #999;
	text-decoration: none;
}
.list-navig-left a {
    color: #000;
}
.list-navig-left a:hover {
    color: #CC0011;
}
.list-navig-right {
	float: right;
	width: 150px;
	text-align: right;
}
.list-navig-right, .list-navig-right a {
	font-size: 9pt;
    color: #999;
	text-decoration: none;
}
.list-navig-right a {
    color: #000;
}
.list-navig-right a:hover {
    color: #CC0011;
}



/* JQUERY AJAX UPLOADIFY */
#uploadifyContainer {
	display: none;
}
#uploadifyWait {
	border: 2px solid #FBCBBC !important;
	background: #fff url(/images/admin/ajax_loader.gif) no-repeat right center;
	vertical-align: middle;
	padding: 10px 135px 10px 10px;
	margin: 5px 0;
	width: auto;
	display: none;
}
#fileQueue {
	width: 400px;
	height: 60px;
	overflow: auto;
	border: 1px solid #000;
	margin-bottom: 10px;
}

.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}
/* JQUERY AJAX UPLOADIFY */

div.grippie {
	margin: 0;
	padding: 0;
	background:#EEEEEE url(/images/admin/grippie.png) no-repeat scroll center 2px;
	border-color:#ccc;
	border-style:solid;
	border-width:0pt 1px 1px;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
}
.resizable-textarea textarea {
	display:block;
	margin-bottom:0;
	width:98%;
	height: 100px;
}


#goog-wm DIV {
	position: relative;
	top: 0px;
	left: 0px;
	float: none;
	background: none;
	margin: 0;
	width: 500px;
	padding: 20px;
	color: #000;
}
#goog-wm UL, #goog-wm LI {
	background: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.xdebug-var-dump {
	text-align: left;
	background: #fff;
	color: #000;
}