/* @author		JOOFORGE.com
 * @copyright	Copyright(C) 2010 Jooforge
 * @licence		GNU/GPL http://www.gnu.org/copyleft/gpl.html */

/* BUTTONS
-----------------------------------------*/
.icon-32-update {
	background: url(images/update.png);
}

.icon-32-report {
	background: url(images/report.png);
}

.icon-32-configuration {
	background: url(images/config.png);
}

/********** Update **********/
#update {
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
	height: 0;
}

div.updated,
div.outdated,
div.error,
div.checking {
	padding-left: 30px;
	height: 24px;
	line-height: 24px;
	font-size: 13px;
}

div.updated {
	background: url(images/updated.png) no-repeat 0 50%;
}

div.outdated {
	background: url(images/outdated.png) no-repeat 0 50%;
}

div.error {
	background: url(images/error.png) no-repeat 0 50%;
}

div.checking {
	font-weight: bold;
	background: url(images/checking.gif) no-repeat 0 50%;
}

/********** Text Field **********/
input.cube_textfield,
textarea.cube_textfield {
	background: #fff url(images/textfield.png) repeat-x 0 0;
	border: 1px solid #bcbdbe;
	border-radius: 3px;
	-moz-border-radius: 3px;
	color: #555;
}

input.cube_textfield {
	padding: 2px 3px 1px;
	height: 15px;
}

textarea.cube_textfield {
	padding: 3px;
}

input.cube_textfield:focus,
textarea.cube_textfield:focus {
	border-color: #4B90CF;
	background-color: #fff;
	color: #222;
}