/* login */
#login {
	width: 400px;
	margin: 50px auto 0;
	border: 1px solid #ddd;
	background: #fafafa;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#login h2 {
	height: 39px;
	margin: 0;
	padding-top: 7px;
	border-bottom: 1px solid #d9d9d9;
	background: #fff url('../img/bg.login_head.png') repeat-x bottom;
	font-size: 16px;
	color: #999;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
	text-align: center;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

#login-inner {
	padding: 27px 30px;
}

#login .submit {
	margin: 0;
}

#login .btn-red-big span,
#login .btn-grey-big {
	text-align: center;
	width: 100px;
	padding: 9px 30px 0;
}

#login .input-username {
	margin-bottom: 10px;
}

/* content */
h2 {
	margin-bottom: 1.2em;
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
}

.hr,hr {
	clear: both;
	height: 0;
	margin: 0 0 20px;
	padding: 0;
	border: 0;
	border-top: 1px solid #ddd;
}

#steps-wrapper {
	margin: 0 0 2em;
}

#steps {
	display: inline-block;
	float: left;
	width: 789px;
	margin: 0 0 0 30px;
}

#steps a,
#steps span {
	display: inline-block;
	width: 260px;
	height: 25px;
	padding-top: 7px;
	margin-left: -15px;
	padding-right: 15px;
	text-decoration: none;
	text-align: center;
	background: url('../img/sprite.steps.png') no-repeat 0 0;
}

#steps :first-child {
	background-position: 0 -64px;
	border-left: 1px solid #d3d3d3;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
}

#steps :last-child {
	border-right: 1px solid #d3d3d3;
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
}

#steps .active {
	background-position: 0 -32px;
	font-weight: bold;
}

#steps .active:first-child {
	background-position: 0 -96px;
}

.title-counter {
	font-size: 12px;
	font-weight: normal;
	color: #808080;
}

.results-actions {
	padding-left: 2px;
	padding-right: 2px;
}

.results-actions a {
	margin-left: 3px;
}

.results-actions a:first-child {
	margin-left: 0;
}

/* choose results */
.choose-results {
	float: left;
	position: relative;
	z-index: 5;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 6px;
}

.choose-trigger {
	position: relative;
	display: inline-block;
	height: 20px;
	padding: 3px 12px 0;
	border: 1px solid #1e1e1e;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: none;
	background: #353535 url('../img/btn.dark.png') repeat-x left top;
	color: #fff;
	text-shadow: none;
	z-index: 4;
	cursor: default;
}

.choose-trigger span {
	display: inline-block;
	padding-right: 15px;
	background: url('../img/bg.navigation_expand.png') no-repeat right center;
}

.choose-results:hover .choose-trigger {
	padding: 3px 12px 0;
	background: #fafafa;
	border-color: #ccc;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	color: #1a1a1a;
	text-shadow: none;
	margin-bottom: 1px;
}

.choose-results:hover .choose-trigger span {
	background-image: url('../img/ico.arrow-down-grey.png');
}

.choose-target-holder {
	display: none;
	position: absolute;
	top: 23px;
	left: 0;
	cursor: default;
	z-index: 3;
}

.choose-results:hover .choose-target-holder {
	display: block;
}

.choose-target {
	float: left;
	width: 200px;
	position: relative;
	padding: 14px 0 10px;
	border: 1px solid #ccc;
	border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
	background: #fafafa;
	box-shadow: 0 1px 5px 0 #d1d1d1;
	-moz-box-shadow: 0 1px 5px 0 #d1d1d1;
	-webkit-box-shadow: 0 1px 5px 0 #d1d1d1;
	font-size: 12px;
}

.choose-target .column {
	float: left;
	width: 180px;
	padding: 0 12px;
}

.choose-target .input {
	margin-bottom: 10px;
}

.subcheckbox .span-3 {
	width: 430px;
}

.subcheckbox .select {
	width: 455px;
	padding-left: 0px;
}

.subcheckbox-select {
	margin-left: 0 !important;
}

.subcheckbox .select label {
	font-size: 11px !important;
	line-height: 15px;
}

.subcheckbox-role  {
	font-size: 11px !important;
	line-height: 15px !important;
}

#login-outer {
    padding: 15px 30px;
    border-top: 1px solid #ddd;
    text-align: center;
    color: #999;
}

#login-outer a {
    color: #999;
    margin: 0 10px;
}

#login .btn-red-big.wide span {
    width: 278px;
}

.maintenance {
	font-size: 24px;
	color: #e60000;
	text-align: center;
	margin-top: 60px;
	height: 120px;
}


