/*   
Description: Stylesheet for cms
Author: Vladimir Golušin
*/
* {
  margin: 0;
  padding: 0;
}

html, body {}

img, div, li { behavior: url("/css/dashboard/iepngfix.htc") }

body {
	font: 11px Tahoma, Arial, Verdana, sans-serif;
	color: #333;
	text-align: center;
	background: #ddd url("/img/dashboard/bg.png") repeat-x 0 0;
}

#wrap {
	width: 400px;
	height: 450px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-left: -200px;
	margin-top: -225px;
	text-align: left;
}


/* @group header */
/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#header {
	background: url("/img/dashboard/bg-login-top.png") no-repeat 0 top;
	margin: 0;
	padding: 40px 0 0;
}

#logo {
	padding: 10px 20px 0;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	border-width: 0 1px 0 1px;
	text-align: center;
}
/* @end */


/* @group title */
/* TITLE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#title {
	height: 40px;
	padding: 0;
}

#title h1 {
	padding: 5px 0 0;
	margin: 10px 0 0;
}
/* @end */


/* @group mid */
/* MID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#mid {
	background-color: #fff;
	padding: 15px 25px;
	border: 1px solid #d5d5d5;
	border-width: 0 1px 0 1px;
}
/* @end */


/* @group elements */
/* ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	color: #111;
}

h1 {
	font-weight: bold;
	font-size: 2.1em;
	letter-spacing: -0.03em;
}

h2 {
	font-size: 1.9em;
	letter-spacing: -0.03em;
}

h3 {
	font-size: 1.7em;
	letter-spacing: -0.01em;
}

p {
	margin: 10px 0;
	line-height: 130%;
}

form {
	margin: 0;
	padding: 0;
}

input[type=text], input[type=password], textarea {
	background: #fff url("/img/dashboard/bg-field.png") repeat-x 0 0;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333;
	line-height: 13px;
	padding: 8px;
}

input.xl {
	width: 330px;
}

input[type=submit] {
	padding: 3px 7px;
	margin-right: 7px;
}
/* @end */


/* @group content */
/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#content {
	float: left;
	display: inline;
	width: 590px;
}

div.item span {
	display: block;
	padding: 2px 5px 15px;
	color: #999;
}

#message {
	padding: 10px;
	margin-bottom: 15px;
}

#message p {
	text-align: center;
}

#message img {
	margin: 0 5px;
}

.confirm {
	background-color: #fffedf;
	border: 1px solid #e6db55;
}

.error {
	background-color: #fffedf;
	border: 1px solid #e6db55;
}

#mid a {
	color: #0b72b5;
}

#mid a:hover {
	color: #444;
}
/* @end */


/* @group footer */
/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#footer {
	background: url("/img/dashboard/bg-login-bottom.png") no-repeat 0 top;
	padding: 15px 10px 0;
	color: #999;
	text-align: right;
}

#footer a {
	color: #444;
}

#footer a:hover {
	color: #0b72b5;
}

/* @end */


/* @group misc */
/* MISC
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.clearer {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
	display: block;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

img a:hover {
	margin-bottom: -5px;
}
/* @end */