﻿@import url(Base.css);

body {
	color: #000;
	background: #999 url(bg_body.png) repeat;
}

#page {
	background: #fff;
	box-shadow: 0 0 32px #000;
}

#head {
	background: #f3f3f3;
}

h1 {
	color: #000;
	background: url(af_name.png) no-repeat center top;
	left: 132px;
	top: 62px;
	width: 224px;
	height: 20px;
}
#logo {
	width: 96px;
	height: 112px;
	left: 20px;
	top: 16px;
}
#watermark {
	display: none;
}
body.ordering #head h1,
body.invoicing #head h1 {
	top: 48px;
}
#head h1+h2 {
	display: block;
	margin: 0;
	padding: 0;
	color: #ac0700;
	width: 224px;
	height: 24px;
	top: 72px;
	left: 132px;
	font: bold 24px/18px "Arial";
	font-style: italic;
	text-align: right;
	vertical-align: top;
	border-top: 2px solid #ac0700;
}

#menu_user a {
	color: #404040;
}
#menu_user a:hover {
	color: #c33;
}
#menu_user li.active a {
	color: #fff;
	background: #f05606;
	background: linear-gradient(to bottom, #f05606, #f65308);
	box-shadow: inset 0 -12px 12px -12px black, 0 6px 12px -3px black;
}
#menu_user li.active a:hover {
	color: #ede211;
}

#menu_main a {
	color: #404040;
}
#menu_main a:hover {
	color: #c33;
}
#menu_main li.active a {
	background: #f05606;
	background: linear-gradient(to bottom, #f05606, #f65308);
	box-shadow: inset 0 -12px 12px -12px black, 0 6px 12px -3px black;
	color: #fff;
}
#menu_main li.active a:hover {
	color: #ede211;
}

#menu_help {
	position: fixed;
	top: 0;
	right: 24px;
	z-index: 9;
}
#menu_help a, #menu_help #help a {
	color: #fff;
	background: #f05606;
	background: linear-gradient(to bottom, #f05606, #f65308);
	box-shadow: 0 3px 12px -3px black;
}
#menu_help a:hover, #menu_help a:active {
	color: #ede211;
}
#menu_help #help a:hover, #menu_help #help a:active {
	color: #ede211;
}
#menu_help #help a {
	background: url(bg_help.png) no-repeat center, #f05606;
	background: url(bg_help.png) no-repeat center, linear-gradient(to bottom, #f05606, #f65308);
	text-indent: -9999px;
}

#guide {
	background: #ffc;
	box-shadow: 0 3px 12px -3px black;
}
#guide>h2:first-child {
	color: #fff;
	background: #f05606;
	background: linear-gradient(to bottom, #f05606, #f65308);
}
#guide a.close {
	background: url(bg_help.png) no-repeat center, #f05606;
	background: url(bg_help.png) no-repeat center, linear-gradient(to bottom, #f05606, #f65308);
}

#sidebar ul {
	background: #d13600;
	background: linear-gradient(to bottom, #d13600, #da3200);
}
#sidebar ul+ul {
	background: #a50b00;
	background: linear-gradient(to bottom, #a50b00, #ae0700);
	box-shadow: inset 0 12px 12px -12px black;
}
#sidebar li a {
	color: #fff;
}
#sidebar li a:hover {
	color: #ede211;
}
#sidebar li.active a,
#sidebar li a:hover {
	background: #7c0000;
	background: linear-gradient(to bottom, #7c0000, #850000);
}
#sidebar ul+ul li.active a,
#sidebar ul+ul li a:hover {
	box-shadow: inset 0 12px 12px -12px black;
}
#sidebar li.heading {
	color: #ede211;
}

#content {
	box-shadow: inset 0 12px 12px -12px black;
}

#heading h2 {
	background: #f3f3f3;
}

#foot {
	color: #ccc;
	background-color: #6c6c6c;
	background-image: url(bg_line.png), url(bg_foot.png);
	background-repeat: repeat-x, no-repeat;
	background-position: 0 48px, -120px -210px;
}
#foot a {
	color: #fff;
	text-decoration: none;
}
#foot a:hover {
	color: #ede211;
}
#foot+h2 {
	display: none;
}
#foot .spacer {
	padding: 0 15px;
}

#content .data .head {
	background: #f7f7f7;
}
#content .data .odd,
#content .data .even {
	background: #fff;
}
#content .data th,
#content .data td {
	border-color: #cfcfcf;
}
#content .data .grand * {
	background: #f7f7f7;
}
#content .data .grand .hilite {
	background: #ccc;
}

#content .form {
	background: none;
	border: none;
	padding-top: 0;
	padding-bottom: 18px;
}

.buttons input,
.buttons a {
	color: #000;
	background: #a3a3a3;
	background: linear-gradient(to bottom, #a3a3a3, #b9b9b9);
	box-shadow: 0 3px 3px #999;
}
.buttons .primary {
	background: #88c647;
	background: linear-gradient(to bottom, #88c647, #bdc436);
}
.buttons .attention {
	background: #f05606;
	background: linear-gradient(to bottom, #f05606, #f65308);
}

#alerts {
	background: #fff;
	box-shadow: 0 0 12px -3px black;
}
#alerts h2 {
	color: #fff;
	background: #bf2200;
}
.alert {
	color: #000;
	font: bold 13px/24px "Arial";
	background: none;
}
.alert a {
	color: #31a7fc;
	font-style: italic;
}

.welcome {
	background: #f3f3f3;
	width: 800px;
	margin: 30px auto;
	padding-bottom: 30px;
}
.welcome h2 {
	color: #404040;
	background: #f3f3f3 url(bg_welcome.png) repeat-x center top;
	height: 72px;
	line-height: 56px;
	font-size: 24px;
	text-align: center;
	margin-bottom: 0;
}
.welcome h2+* {
	padding-top: 30px;
}
.welcome>p,
.welcome>ul {
	padding-left: 60px;
	padding-right: 60px;
}

body.login #main {
	height: 540px;
	background: #6c6c6c url(/Splash/images/shutterstock_581193163.jpg) no-repeat center center;
	background-size: cover;
	border-top: 4px solid #f65308;
}
body.login #content {
	box-shadow: none;
}
body.login #sidebar {
	position: relative;
	top: 384px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
body.login #sidebar ul {
	background: #88c647;
	background: linear-gradient(to top, #88c647, #bdc436);
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
body.login #sidebar ul {
	height: 68px;
}
body.login #sidebar li {
	padding: 12px 32px;
	height: 44px;
}
body.login #sidebar a {
	width: 236px;
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	text-transform: uppercase;
	border: 2px solid #fff;
	background: #454895;
	box-shadow: 0 0 12px black;
}
body.login #sidebar .active a {
	color: #ede211;
}
body.login #roadmap,
body.login #menu_user {
	display: none;
}
body.login #content h3 {
	position: absolute;
	top: -12px;
	left: 15%;
	width: 70%;
	padding: 0;
	text-indent: 16px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	line-height: 48px;
	color: #fff;
	background: #666;
	background: rgba(102, 102, 102, 0.8);
	border-radius: 4px 4px 0 0;
	z-index: 999;
}
body.login #content div.form {
	position: absolute;
	top: -6px;
	height: 240px;
	left: 15%;
	width: 70%;
	padding-top: 48px;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: inset 0 -12px 12px -12px black;
	border-radius: 4px 4px 0 0;
}
body.login #content div.form>p {
	margin-left: 16px;
}
body.login #content .validation-summary {
	position: absolute;
	top: 72px;
	right: 15%;
	width: 20%;
	margin-right: 16px;
	z-index: 999;
}
body.login #content .buttons *,
body.login #content .form p {
	font-size: 13px;
}