/** vim: ts=4:sw=4:nu:fdc=4:nospell
 *
 * style.css
 *
 * @author    Oleg V. Severinenko
 * @copyright (c) 2009-2011, Gelos Design Studio, Oleg V. Severinenko
 * @date      03. August 2009
 * @version   2.0
 *
 * @license style.css is licensed under the terms of the Commersial license. 
 * 
 */

/*#content
{
	background-image: url(images/monitor.gif) !important;
	background-repeat: repeat !important;
	background-color: yellow !important;
}*/

/* Зелёный акцент вместо синего */
.appname { color: #2b542c; }
.appname div {
	padding: 0px 24px 0px 4px;
	font-weight: bold;
	font-size: 1.1em;
	border-left: 5px solid #2b542c;
}

.appname SMALL {
	padding: 0px 30px 0px 15px;
	text-transform: uppercase;
	font-size: 70%;
	color: #3c763d;
}

.username { color: #2b542c; }
.username div {
	padding: 0px 4px 0px 4px;
	font-weight: bold;
	font-size: 1em;
}

/* Иконки */
.requests     { background-image: url(../images/requests.gif) !important; }
.users        { background-image: url(../images/user.png) !important; }
.companies    { background-image: url(../images/companies.gif) !important; }
.contractors  { background-image: url(../images/contractors.gif) !important; }
.categories   { background-image: url(../images/categories.gif) !important; }
.nets         { background-image: url(../images/nets.gif) !important; }
.budgets      { background-image: url(../images/budgets.gif) !important; }
.docs         { background-image: url(../images/docs.gif) !important; }
.logout       { background-image: url(../images/logout.gif) !important; }
.add          { background-image: url(../images/add.png) !important; }
.delete       { background-image: url(../images/delete.gif) !important; }
.refresh      { background-image: url(../images/refresh.gif) !important; }
.accept       { background-image: url(../images/accept.png) !important; }
.decline      { background-image: url(../images/decline.png) !important; }
.save         { background-image: url(../images/save.gif) !important; }
.export       { background-image: url(../images/export.gif) !important; }
.projects     { background-image: url(../images/projects.gif) !important; }
.settings     { background-image: url(../images/settings.gif) !important; }
.rule         { background-image: url(../images/rule.png) !important; }
.rule-condition { background-image: url(../images/rule-condition.png) !important; }
.rule-action    { background-image: url(../images/rule-action.png) !important; }
.asterisk     { background-image: url(../images/asterisk.png) !important; }

/* Общие визуальные элементы */
.total {
	font-weight: bold !important;
	margin-left: 4px;
}

/* Светло-зелёный фон + отключен фон-градиент */
html, body {
	background: #f0faf0 !important;
}

/* Красные ошибки */
.red       { color: red !important; }
.strongred { color: red !important; font-weight: bold !important; }

/* Суммарные строки в таблицах */
.x-grid-row-summary .x-grid-cell-inner {
	font-weight: bold !important;
}

/* Неактивные пользователи — серые и зачёркнутые */
.user-inactive-row .x-grid-cell {
	color: #999 !important;
	text-decoration: line-through;
}

/* eof */






/*.x-grid-row .x-grid-cell-inner {*/
	/*white-space: normal;*/
/*}*/
/*.x-grid-row-over .x-grid-cell-inner {*/
	/*white-space: normal;*/
/*}*/

/* eof */
