/* 
	Style sites in change form when displayed with checkboxes instead of default select list
*/
 
fieldset.module div.sites p.help {
	display: none;
}
fieldset.module div.sites ul {
	margin-bottom: 0;
}
fieldset.module div.sites ul li {
	list-style: none;
}

/*
	Style index links
*/

.dashboard .module table td {
	text-align: right;
}
.dashboard .module table td a {
	display: inline;
}
.dashboard .module table td a.tool {
	padding-left: 12px;
    margin-left: 0;
	background: url('../img/icons/icon-yes.gif') no-repeat 0 0.2em;
}

/*
	Style header
*/

#branding h1 {
	background: url('../img/reitangruppen.png') no-repeat 12px 1px;
	padding: 2px 10px 2px 45px;
}

h1#content-title span {
	display: block;
	font-size: 13px;
	line-height: 13px;
	color: #999;
	font-style: italic;
    font-weight: normal;
}


/*
	Style pack station bar in global header
*/

#packstation {
	background: url('../img/icons/emac-icon-48.png') no-repeat 7px 5px #369;
	padding: 7px 7px 10px 64px;
	border-top: 1px solid #258;
	font-size: 10px;
	overflow: hidden;
	color: #def;
}

#packstation h2 {
	/*
	background: url('../img/icons/emac-icon-16.png') no-repeat;
	padding-left: 20px;
	*/
	margin: 0 0 5px;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}

#packstation h2 span {
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 2px;
	color: #bcd;
}

#packstation ul {
	margin: 0;
	padding: 0;
}

#packstation ul li {
	float: left;
	list-style: none;
	margin-right: 5px;
}

#packstation a.simple-button {
	background-color: #47a;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 7px;	
	color: #fff;
	font-size: 8px;
	text-transform: uppercase;
	outline: 0;
}
#packstation a.simple-button:hover {
	background-color: #58b;
	text-decoration: none;
}

/*
	Style user messages
*/

ul.messagelist li {
	background: no-repeat scroll 8px 7px;
    padding: 8px 0 8px 29px;
}
ul.messagelist li.info {
	color: #766;
	background-color: #ffc;
   	background-image: url("../img/icons/accept.png");
}
ul.messagelist li.error {
	color: #774444;
	background-color: #fcc;
	background-image: url('../img/icons/exclamation.png'); 
}
ul.messagelist li.notify {
	color: #556688;
	background-color: #def;
	background-image: url("../img/icons/information.png");
}
ul.messagelist li.success {
    color: #557744;
	background-color: #CCFFAA;
}
ul.messagelist li.warning {
    color: #766;
	background-color: #feb;
	background-image: url("../img/icons/error.png");
}

/*
	Global classes
*/
.money {
	text-align: right;
}

tfoot tr.sum td {
	border-left: none !important;
}

.barcode {
	/*
	text-align: center;
	*/
}

a.button {
    color: #000;
    font-size: 11px;
}

.dashboard #content {
    width: 726px;
}
