
/* Global styles
-------------------------------------------------------------------- */

@import url('global.css');

/* Forms and tables
-------------------------------------------------------------------- */

@import url('forms.css');
@import url('tables.css');

/* Consized pages
-------------------------------------------------------------------- */

#default-container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 450px;
	height: 300px;
	margin: -150px 0 0 -225px;
}

#default-container img {
	width: 200px;
	margin: 20px 0 10px 100px;
	border: none;
}

/* Default pages
-------------------------------------------------------------------- */

#page,
#page-print {
	position: absolute;
	top: 25px;
	left: 50%;
	width: 960px;
	margin-left: -480px;
}

#page-print {
	left: 0;
	width: 750px;
	margin: 0 10px;
	padding-bottom: 30px;
	border-bottom: 2px solid #eb1921;
}

#header {
	height: 55px;
	background: url('../images/layout/header.png') no-repeat top right;
}

#header-print {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#logotype {
	float: left;
	height: 55px;
}

#headline,
#primary-navigation {
	float: right;
	width: 650px;
}

#headline {
	height: 22px;
	margin: 0;
	font: italic 18px Georgia, Serif;
	letter-spacing: -0.5px;
	color: #777777;
	border: none;
}

#primary-navigation {
	margin-top: 22px;
	height: 30px;
}

#primary-navigation li {
	display: inline;
	padding-right: 15px;
	line-height: 35px;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

#primary-navigation li a {
	color: #b5b5b5;
}

#primary-navigation li.active a {
	color: white;
}

#primary-navigation li.logout a {
	color: #eb1921;
}

#primary-navigation li a:hover {
	color: white;
	text-decoration: none;
}

#secondary-navigation {
	margin-bottom: 15px;
}

#secondary-navigation li {
	padding: 10px;
	font-size: 11px;
	color: #111111;
	background-color: #ececec;
	border: 1px solid #c8c8c8;
	border-top: none;
}

#secondary-navigation li.active {
	background-color: #d1d1d1;
}

#secondary-navigation li a {
	font-weight: bold;
}

#content {
	margin-top: 10px;
}

#intro,
#intro-on-homepage {
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
}

#intro img {
	display: none;
	width: 750px;
	height: 200px;
}

#intro-on-homepage img {
	display: none;
	width: 960px;
	height: 200px;
}

#sidebar,
#sidebar-on-homepage {
	float: left;
	margin-right: 10px;
}

#sidebar {
	width: 200px;
}

#sidebar-on-homepage {
	width: 360px;
}

.panel-title {
	cursor: pointer;
	border-bottom: 3px solid #ebebeb;
}

#main-content,
#main-content-on-homepage {
	float: left;
}

#main-content {
	width: 750px;
/* 	min-height: 500px; */
}

#main-content-on-homepage {
	width: 590px;
}

#sidebar h2,
#sidebar .box {
	width: 180px;
}

#sidebar-on-homepage h2,
#sidebar-on-homepage .box {
	width: 340px;
}

#main-content-on-homepage h2,
#main-content-on-homepage .box {
	width: 570px;
}

.wrapped-content,
.wrapped-text {
	width: 550px;
}

.wrapped-content {
	float: left;
}

.wrapped-content table {
	margin-bottom: 15px;
}

.wrapped-content p {
	font-size: 12px;
	padding-bottom: 5px;
}

.wrapped-text {
	margin-left: 200px;
}

.wrapped-text p {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
}

.wrapped-text ul {
	list-style-type: circle;
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
	margin: 0 0 10px 30px;
}

.in-brief {
	float: left;
	width: 190px;
	margin-left: 10px;
	background-color: #ebebeb;
}

.action {
	float: left;
	width: 190px;
	margin: 15px 0 0 10px;
}

img.brand-logo {
	width: 100px;
	margin: 10px;
	padding: 10px 34px;
	border: 1px solid #d1d1d1;
	background-color: white;
}

img.chart {
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}

img.first {
	margin-right: 20px;
}

img.map {
	width: 550px;
	height: 350px;
}

.in-brief ul {
	margin-bottom: 15px;
}

.in-brief ul li {
	margin: 0 10px;
	padding: 5px 0;
	font-size: 11px;
	line-height: 15px;
	color: #111111;
	border-top: 1px solid #d1d1d1;
}

.in-brief ul li.first {
	border: none;
}

.on-gray {
	background-color: #777777;
}

.on-red {
	background-color: #eb1921;
}

.on-the-right {
	position: absolute;
	right: 10px;
}

.on-gradient {
	background: url('../images/layout/heading.png') no-repeat;
}

.box,
.list-container {
	padding: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 19px;
	background-color: #ebebeb;
}

.list-container {
	float: left;
	width: 730px;
}

.fixed {
	height: 80px;
}

.triple-list,
.quadruple-list,
.quintuple-list {
	float: left;
	margin-left: 10px;
	font-size: 10px;
}

.triple-list {
	width: 236px;
}

.quadruple-list {
	width: 172px;
}

.quintuple-list {
	width: 138px;
}

.first {
	margin-left: 0;
}

.more {
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}


#footer {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 15px;
	font-size: 11px;
	line-height: 13px;
	border-top: 5px solid #c8c8c8;
}

#copyright {
	float: left;
	color: #777777;
}

#copyright {
	width: 165px;
}

#credits {
	float: right;
	width: 128px;
	height: 32px;
	text-indent: -9999px;
	background: url('../images/layout/usermedia-credits.png') no-repeat 0 0;
}

#credits:hover {
	background-position: 0 -32px;
}

.clearfix {
	clear: both;
}

#main-content .flash-message,
#default-container .flash-message {
	clear: both;
	margin: 5px 0 15px 100px;
	width: 230px;
	padding: 10px;
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
}

#main-content .flash-message {
	margin: 0 0 10px 0;
	width: 728px;
}

#main-content .flash-message p,
#default-container .flash-message p {
	margin: 0;
	padding: 0 0 5px 0;
	font-style: italic;
}

/* Other styles
-------------------------------------------------------------------- */

td.engine a {
	color: #eb1921;
}

.inactive-row td,
.inactive-row td a,
.inactive,
.inactive a,
.inactive td.engine a,
.inactive td {
	color: #b5b5b5;
}

.inactive-row td,
a.inactive,
span.inactive {
	text-decoration: line-through;
}

a.inactive:hover {
	text-decoration: none;
}

a.edit {
	color: #777777;
}

a.edit:hover {
	color: #111111;
	text-decoration: none;
}

.error {
	background-color: #ffcce0;
	border-color: #ff99c2;
}

.warning {
	background-color: #ffffaa;
	border-color: #ffff55;
}

.notice {
	background-color: #daffcc;
	border-color: #adff8f;
}

.promo-notice {
	float: left;
	color: #eb1921;
	font-size: 11px;
	font-weight: normal;
}

.special-price {
	font-weight: normal;
	font-size: 11px;
}
