/* @override 
	http://localhost/picsengine3/dev/admin/public/css/global.css?v=3.0.4
	http://localhost/dp/picsengine3/dev/admin/public/css/global.css
*/

/* @group global */

html, body {
	height: 100%;
}
body {
	background: #000 url('../src/back.gif') repeat-x;
	font: 14px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
body, h1, h2, h3, h4, h5, p, ul, li, img, form, dl, dd, dt {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

a, a:hover, a:active, a:visited, a:link {
	text-decoration: none;
	color: #fff;
	outline: none;
	cursor: pointer;
}

p {
	font: 12px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #5e5e5e;
}

ul, li {
	font-size: 12px;
	color: #FFF;
}

.center {
	text-align: center;
}

.nodisplay {
	display: none;
}

.placel {
	float: left;
	clear: left;
}

.placer {
	float: right;
	clear: right;
}

.clear {
	clear: both;
}

h2 {
	font-size: 18px;
}

textarea:focus, input:focus {
	outline: none;
}

/* @end */



/* @group buttons */

a.button, a.button span, a.button:hover {
	display: block;
	height: 27px;
	margin-bottom: 9px;
	text-decoration: none;
	background-image: url('../src/button.png');
}
a.button:hover { color: #FFF; }
a.button {
	float: left;
	font-size: 12px;
	color: #FFF;
	background-repeat: no-repeat;
}
a.button span {
	float: left;
	margin: 0;
	background-repeat: no-repeat;
	background-position: right -54px;
}
a.button span span {
	margin: 0 7px 0 7px;
	padding: 5px 6px 0 6px;
	height: 22px;
	background-repeat: repeat-x;
	background-position: left -27px;
}
a.button:hover { background-position: left -81px; }
a.button:hover span { background-position: right -135px; }
a.button:hover span span { background-position: left -108px; }

a.button:active, .button.active { background-position: left -162px; }
a.button:active span, .button.active span { background-position: right -216px; }
a.button:active span span, .button.active span span { background-position: left -189px; }

a.button.disabled { cursor: default; color: #808080; }

.button_next_previous {
	display: block;
	height: 36px;
	overflow: auto;
}
.button_next_previous a.previous, .button_next_previous a.next {
	display: block;
	float: left;
	width: 41px;
	height: 36px;
	background: url('../src/button_previous.png') no-repeat;
}
.button_next_previous a.next { background: url('../src/button_next.png') no-repeat; }
.button_next_previous a:active.previous { background: url('../src/button_active_previous.png') no-repeat; }
.button_next_previous a:active.next { background: url('../src/button_active_next.png') no-repeat; }

/* @end */

/* @group button c2 */
a.button.c2, a.button.c2 span {
	background-image: url('../src/button2.png');	
}
/* @end */



/* @group inputs */

.input {
	background: url('../src/input_left.png') no-repeat;
	height: 24px;
	float: left;
}
.input div {
	background: url('../src/input_right.png') no-repeat top right;
	height: 24px;
	float: left
}
.input div div {
	float: left;
	display: inline;
	margin: 0 10px 0 10px;
	padding-right: 1px;
	background: url('../src/input_center.png') repeat-x;
}
.input div div input {
	background: transparent;
	border: 0;
	margin: 0 -10px 0 -10px;
	padding: 4px;
	color: #777;
	font-size: 12px;
}

.input div div div {
	margin: 0;
}
.input.search div div div {
	background: url('../src/search_input.png') no-repeat 0 1px;
	margin: 0 -10px 0 -10px;
}
.input.search div div div input {
	margin: 0;
	padding-left: 26px;
}

.input input.empty {
	font-style: italic;
}

.input.focus { background-image: url('../src/input_focus_left.png'); }
.input.focus div { background-image: url('../src/input_focus_right.png'); }
.input.focus div div { background-image: url('../src/input_focus_center.png'); }
.input.focus div div input, .input div div input:focus { color: #fff; }

/* @end */

/* @group textareas */

.textarea {
	background-image: url('../src/textarea.gif');
	background-repeat: repeat-x;
	background-color: #171717;
	border: 1px solid #2c2c2c;
}
.textarea div {
}
.textarea div div {
	padding: 2px 2px 0px 2px;
}
.textarea div div textarea {
	background: transparent;
	border: 0;
	margin: 0;
	color: #777;
	font-size: 12px;
}
.textarea.focus {
	border-color: #fff;
}
.textarea div div textarea:focus {
	color: #fff;
}

/* @end */