/*---------------------------------------------------------------------

Template Name: 	Administry
Version:	 	1.1
Release Date: 	July 24, 2010

File:       	red.css
Updated:    	2010-07-24

Copyright (c) 2010 Zoran Juric - http://themeforest.net/user/zoranjuric

-----------------------------------------------------------------------

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in
this file. Instead use the custom.css file to add your styles. You can
copy a style from this file and paste it in custom.css and it will
override the style in this file.

---------------------------------------------------------------------*/

/* *** */
 
table.stylized th {
	background:#D22A2A !important;
}
table.stylized tbody tr:nth-child(odd) th,table.stylized tbody tr:nth-child(odd) td {
	background: #FEFBFB;
}

/* *** */

#topnav a,header#top aside a {
	color:#D22A2A;
}
.sf-menu li.current {
	background:#BB2626;
}
#pagetitle {
	background-color:#DF5E5E;
	border-top:4px solid #BB2626;
	border-bottom:1px solid #D22A2A;
	background:-webkit-gradient( linear,left bottom,left top,color-stop(0.2,rgb(220,80,80)),color-stop(0.8,rgb(226,107,107)) );
	background:-moz-linear-gradient( center bottom,rgb(220,80,80) 20%,rgb(226,107,107) 80% );
}
#pagetitle h1 {
	text-shadow:0 -1px 1px #D22A2A;
}
#pagetitle h1 span {
	color:#F8DEDC;
}
#pagetitle input {
	border:2px solid #DF5E5E;
}
#pagetitle input:focus {
	border: 2px solid #D22A2A;
}

/* *** */

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-hover a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a {
	background:#D22A2A !important;
}
.ui-tabs .ui-tabs-panel {
	border-top: 2px solid #D22A2A;
}

/* *** */

.datepick-cmd:hover {
	background-color: #BB2626;
	color: #fff;
}
.datepick-ctrl .datepick-cmd:hover {
	background-color: #BB2626;
}