/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:80%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
h2 .subheading { font-size: 70%; }
p, .p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:none;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#eee;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
h1 label, h2 label, h3 label, h4 label, h5 label, h6 label { font-weight: inherit; }
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
input[disabled], textarea[disabled], select[disabled], input[readonly], textarea[readonly], select[disabled] {color:#999999;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .warning, .notice, .success { padding: 0.5em 1em; margin-bottom:1em; font-size: 120%; }
.error { background-color: #990000; color: white; }
.warning { background-color: #cc6600; color: white; padding: 1em 2em; }
.notice { background-color: #ffda80; color: black; }
.success { background-color: #009900; color: white; }
.error a {color:#8a1f11;}
.notice a {color:#514721; text-decoration: underline; }
.success a {color:#264409;}
.notice p, .notice ul { margin: 0.5em 0; }

.errnous input, .errnous textarea { border-color: #990000; background-color: #ffcccc; }
.field-errors { margin-top: -1em; color: #990000; }

/* grid.css */
.container {width:940px;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12 {float:left;margin-right:20px;}
.last, div.last {margin-right:0;}
.span-1 {width:60px;}
.span-2 {width:140px;}
.span-3 {width:220px;}
.span-4 {width:300px;}
.span-5 {width:380px;}
.span-6 {width:460px;}
.span-7 {width:540px;}
.span-8 {width:620px;}
.span-9 {width:700px;}
.span-10 {width:780px;}
.span-11 {width:860px;}
.span-12, div.span-12 {width:940px;margin-right:0;}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12 {border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important;}
input.span-1, textarea.span-1 {width:48px!important;}
input.span-2, textarea.span-2 {width:128px!important;}
input.span-3, textarea.span-3 {width:208px!important;}
input.span-4, textarea.span-4 {width:288px!important;}
input.span-5, textarea.span-5 {width:368px!important;}
input.span-6, textarea.span-6 {width:448px!important;}
input.span-7, textarea.span-7 {width:528px!important;}
input.span-8, textarea.span-8 {width:608px!important;}
input.span-9, textarea.span-9 {width:688px!important;}
input.span-10, textarea.span-10 {width:768px!important;}
input.span-11, textarea.span-11 {width:848px!important;}
input.span-12, textarea.span-12 {width:928px!important;}
.append-1 {padding-right:80px;}
.append-2 {padding-right:160px;}
.append-3 {padding-right:240px;}
.append-4 {padding-right:320px;}
.append-5 {padding-right:400px;}
.append-6 {padding-right:480px;}
.append-7 {padding-right:560px;}
.append-8 {padding-right:640px;}
.append-9 {padding-right:720px;}
.append-10 {padding-right:800px;}
.append-11 {padding-right:880px;}
.prepend-1 {padding-left:80px;}
.prepend-2 {padding-left:160px;}
.prepend-3 {padding-left:240px;}
.prepend-4 {padding-left:320px;}
.prepend-5 {padding-left:400px;}
.prepend-6 {padding-left:480px;}
.prepend-7 {padding-left:560px;}
.prepend-8 {padding-left:640px;}
.prepend-9 {padding-left:720px;}
.prepend-10 {padding-left:800px;}
.prepend-11 {padding-left:880px;}
div.border {padding-right:9px;margin-right:10px;border-right:1px solid #eee;}
div.colborder {padding-right:49px;margin-right:50px;border-right:1px solid #eee;}
.pull-1 {margin-left:-80px;}
.pull-2 {margin-left:-160px;}
.pull-3 {margin-left:-240px;}
.pull-4 {margin-left:-320px;}
.pull-5 {margin-left:-400px;}
.pull-6 {margin-left:-480px;}
.pull-7 {margin-left:-560px;}
.pull-8 {margin-left:-640px;}
.pull-9 {margin-left:-720px;}
.pull-10 {margin-left:-800px;}
.pull-11 {margin-left:-880px;}
.pull-12 {margin-left:-960px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12 {float:left;position:relative;}
.push-1 {margin:0 -80px 1.5em 80px;}
.push-2 {margin:0 -160px 1.5em 160px;}
.push-3 {margin:0 -240px 1.5em 240px;}
.push-4 {margin:0 -320px 1.5em 320px;}
.push-5 {margin:0 -400px 1.5em 400px;}
.push-6 {margin:0 -480px 1.5em 480px;}
.push-7 {margin:0 -560px 1.5em 560px;}
.push-8 {margin:0 -640px 1.5em 640px;}
.push-9 {margin:0 -720px 1.5em 720px;}
.push-10 {margin:0 -800px 1.5em 800px;}
.push-11 {margin:0 -880px 1.5em 880px;}
.push-12 {margin:0 -960px 1.5em 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12 {float:right;position:relative;}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#ffda80;}
.info-box, .warning-box, .error-box {min-height:48px;padding:8px 8px 8px 64px;margin-bottom:1.5em;background-color:#ffda80;background-position:8px 8px;background-repeat:no-repeat}
.info-box h4, .warning-box h4, .error-box h4 { text-align:left;font-size:120%;font-weight:bold;margin:0;padding:0 0 0.5em 0; }
.info-box p, .warning-box p, .error-box p { text-align:left;margin:0;padding:0;line-height:120%; }
.info-box {background-image:url(../icons/buuf/48x48/bulb.png);}
.warning-box {background-image:url(../icons/buuf/48x48/warning.png);}
.error-box {background-image:url(../icons/buuf/48x48/error.png);}
hr {background:#ccc;color:#ccc;clear:both;float:none;width:100%;height:1px;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* pyrox.css */
body {
	background-color: white;
	color: black;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}
h1 {
	font-size:2em;
	margin-bottom:0.75em;
}
h2 {
	font-size:1.5em;
	margin-bottom:1em;
}
h3 {
	font-size:1.2em;
	margin-bottom:1.25em;
}
button.link { all: unset }
a, button.link {
	color: #004bff;
	text-decoration: none;
	cursor: pointer;
}
a:focus, a:hover, button.link:focus, button.link:hover {
	text-decoration: underline;
	color: #004bff;
}
a.icon:focus, a.icon:hover {
	text-decoration: none;
}
a.icon img {
	vertical-align: middle;
	width: 16px;
	height: 16px;
}
a.icon span {
	margin-left: 4px;
}
a.icon:focus span, a.icon:hover span {
	text-decoration: underline;
}
span.no-icon {
	padding-left: 20px;
}
#menubar {
	background-color: #cdcdcd;
	background-image: url(../img/menubar.png);
	background-position: top left;
	background-repeat: repeat-x;
	line-height: 3;
	border-bottom: 2px solid #eeeeee;
	color: black;
}
#menubar img {
	vertical-align: middle;
}
#menubar .last {
	text-align: right;
}
#header {
	background-color: black;
	color: white;
}
#header .container {
	background-image: url(../img/header-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
}
#header a {
	color: #ffb400;
}
#header a:focus, #header a:hover {
	color: #ffb400;
}
#pyrox-logo {
	padding: 20px 0 0 0;
}
#site-id {
	font-size: 120%;
	position: absolute;
	left: 90px;
	top: 48px;
}
#site-id a {
	display: block;
	color: #ffb400;
	font-weight: bold;
}
#tagline {
	margin-left: 50px;
}
#language-chooser label {
	margin: 0 0 0 5px;
	padding: 3px 8px;
	display: inline-block;
	cursor: pointer;
	color: black;
	font-weight: normal;
        -moz-border-radius: 0.2em;
        border-radius: 0.2em;
}
#language-chooser label:focus, #language-chooser label:hover {
	background-color: #cccccc;
}
#language-chooser span {
	line-height: 1.5;
}
#language-chooser .selected label {
	background-color: #999999;
	color: white;
}
#language-chooser input {
	margin-right: 5px;
	background-color: transparent;
	border: none;
	overflow: hidden;
	width: 16px;
	height: 11px;
	background-repeat: no-repeat;
	vertical-align: middle;
	color: transparent;
	padding-top: 11px;
}
#language-de {
	background-image: url(../flags/de.png);
}
#language-en {
	background-image: url(../flags/us.png);
}
#navigation .span-2 {
	padding: 2em 0 1em 0;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation li {
	color: #666666;
	list-style-type: none;
	list-style-image: none;
}
#navigation a {
	color: white;
	display: block;
	padding: 0 5px;
        -moz-border-radius: 0.2em;
        border-radius: 0.2em;
}
#navigation li.selected a {
	background-image: url(../img/orange-bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #ffb400;
	color: black;
}
#navigation a:focus, #navigation a:hover {
	background-color: #444444;
	color: white;
	text-decoration: none;
}
#messages {
	margin: 0.5em 0 1.5em 0;
	padding: 0;
}
#messages li {
	margin: 0.5em 0;
	border-style: none;
	background-position: 0.5em 0.7em;
	background-repeat: no-repeat;
	padding: 0.5em 1em 0.5em 2em;
	list-style-type: none;
	color: black;
}
#messages li.debug {
	background-color: #eeeeee;
	background-image: url(../icons/famfamfam/bug.png);
}
#messages li.info {
	background-color: #cceeff;
	background-image: url(../icons/famfamfam/information.png);
}
#messages li.success {
	background-color: #ccff99;
	background-image: url(../icons/famfamfam/accept.png);
}
#messages li.warning {
	background-color: #ffff99;
	background-image: url(../icons/famfamfam/error.png);
}
#messages li.error {
	background-color: #ffcccc;
	background-image: url(../icons/famfamfam/exclamation.png);
}
#content {
	background-image: url(../img/content-bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 1em;
}
#user-info {
	margin: 1.5em 0 1em 0;
	background-image: url(../img/user_male.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 70px;
	min-height: 68px;
}
#user-name {
	font-size: 150%;
	font-weight: bold;
}
#customer-switch-username {
	width: 120px;
	background-color: black;
	color: white;
	font-size: 150%;
	font-weight: bold;
}
input#customer-switch-username {
	border: 1px dashed #666666;
}
select#customer-switch-username {
	border: 1px solid #333333;
}
#customer-switch .submit {
	background-color: #cccccc;
	border-style: none;
	color: #333333;
	margin-left: 4px;
	border: 1px solid #666666;
	padding: 0;
}
#customer-switch img {
	margin-left: 5px;
	vertical-align: middle;
}
#customer-actions {
	margin: 0;
	padding: 0;
}
#customer-actions li {
	line-height: 130%;
	margin: 0;
	padding: 0;
	list-style-type: none;
        list-style-image: none;
}
#breadcrumbs {
	background-color: #ffb400;
	background-image: url(../img/orange-bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	color: black;
}
#breadcrumbs ul {
	margin: 0;
	padding: 0;
}
#breadcrumbs li {
	display: inline;
	list-style-type: square;
	margin: 0 4px 0 0;
	background-image: url(../img/breadcrumb-bullet.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	line-height: 2.5;
}
#breadcrumbs a {
	color: black;
}
table {
	border-collapse: collapse;
}
table.visible {
	margin-bottom:1.4em;
	width:100%;
}
table.visible th, table.visible td, table.visible caption {
	padding:4px 10px 4px 5px;
}
table.visible tr.even td {
	background:#e5ecf9;
}
table.visible tfoot {
	font-style:italic;
}
th {
	font-weight:bold;
}
th.r, td.r {
	text-align: right;
}
th.c, td.c {
	text-align: center;
}
tr.total th, tr.total td {
	font-weight: bold;
}
table.two-columns {
}
table.two-columns th {
	padding: 0.2em 0;
	width: 40%;
}
table.two-columns td {
	padding: 0.2em 0 0.2em 1em;
}

table.visible {
	border: 1px solid #bebebe;
}
table.visible th, table.visible td {
	border-width: 1px;
	border-color: #bebebe;
	border-style: solid none;
	padding: 4px 7px;
	background-repeat: repeat-x;
}
table.visible thead th {
	background-image: url(../img/table-head.png);
	background-position: top;
	background-color: #bebebe;
}
table.visible tbody td, table.visible tbody th {
	background-image: url(../img/table-row.png);
	background-position: bottom;
	background-color: white;
}
table.visible tbody tr.dev td {
	background-image: url(../img/table-dev.png);
	background-repeat: repeat;
	background-color: #eeeeee;
}
table.visible.hover tbody tr:hover td {
	background-image: url(../img/table-row-hover.png);
	background-color: #ffefb3;
}
table.visible.hover tbody tr.dev:hover td {
	background-image: url(../img/table-dev-hover.png);
	background-color: #ffefb3;
}
table.visible td.line {
	border-left: 1px solid #dddddd;
}
td.icons img {
	margin-right: 4px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
}
td.icons img.last {
	margin-right: 0;
}
form tbody th, form tbody td {
	line-height: 2.5;
}
.buttons {
	clear: both;
	border-top: 1px solid #cccccc;
	text-align: right;
	padding: 1em 0;
}
.buttons-no-line {
	clear: both;
	text-align: right;
}

#status {
}

#status fieldset {
	padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#status table {
}
#status table tr {
	min-height: 100px;
	margin-top: 20px;
	padding-bottom: 5px;
}
#status table th {
	padding-right: 10px;
	width: 160px;
	text-align: right;
}
#status table td {
	padding: 0.2em 0 0.2em 1em;
	border: 0px;
}

#status ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 405px;
	background-color: #FFFFFF;
	padding-right: 10px;
}

#status li {
	font-size: 11px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 2px solid #D86600;
	background-color: #FFFFFF;
}

#status li span {
	max-width: 400px;
	background-color: #DDDDDD;
	display: block;
	color: #000000;
	padding: 0 0 0 5px;
	white-space: nowrap;
}

#general table {
	margin-bottom:1.5em;
	width:100%;
}
#general th, #general td, #general caption {
	padding:4px 4px 4px 4px;
}

body#login {
	background-color: black;
	color: white;
	height: 100%;
}

#login-wrapper #language-chooser {
	margin-top: 40px;
	text-align: right;
}

#login-wrapper {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 20em;
	margin-top: -10em;
	background-color: #222222;
	text-align: left;
}

#login-header {
	position: absolute;
	width: 620px;
	left: 50%;
	margin-left: -310px;
	top: -74px;
}

#login-content {
	width: 620px;
	position: absolute;
	left: 50%;
	top: 1em;
	margin-left: -310px;
}

#login-wrapper h1 {
	color: white;
	line-height: 5em;
	margin: 0;
	padding: 0;
	text-align: center;
}

#login-form {
	margin: 0;
	padding: 0;
}

#login-form label {
	color: #999999;
	font-weight: normal;
	font-size: 1.2em;
}

#login-form input {
	display: block;
	width: 218px;
	margin: 5px 0 0 0;
	padding: 5px 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #111 #333 #333 #111;
	background-color: black;
	color: white;
	font-size: 1.2em;
}

#login-form input.error {
	border-color: #400 #b00 #b00 #400;
}

#login-username {
	position: absolute;
	left: 0;
	width: 220px;
}

#login-password {
	position: absolute;
	left: 240px;
	width: 220px;
}

#login-button {
	position: absolute;
	left: 480px;
}

#login-button input {
	border-color: #444 #111 #111 #444;
	background-color: #333333;
	width: 138px;
}

#login-button input:active {
	border-color: #111 #444 #444 #111;
}

#login-form .error {
	background-color: transparent;
	border-style: none;
	margin: 0;
	padding: 0;
	color: #ff3333;
	margin-top: 5px;
	font-size: 90%;
	font-weight: normal;
}



/* PASSWORD STRENGTH INDICATOR */

.pstrength {
	font-weight: bold;
	font-size:12px;
	font-family: arial,helvetica,san-serif;
	color:#666;
	margin-left:10px;
	display: inline-block;
	vertical-align: bottom;
	padding-bottom: 2px;
}
.pstrength span {
	padding-left: 22px;
	display:block;
	float:right;
	white-space: nowrap;
}
.pstrength-short {}
.pstrength-short span {
	background:url(../icons/famfamfam/cross.png) no-repeat center left;
}
.pstrength-bad {}
.pstrength-bad span {
	background:url(../icons/famfamfam/exclamation.png) no-repeat center left;
}
.pstrength-good {}
.pstrength-good span {
	background:url(../icons/famfamfam/tick.png) no-repeat center left;
}
.pstrength-strong {}
.pstrength-strong span {
	background:url(../icons/famfamfam/star.png) no-repeat center left;
}
.pstrength-same {}
.pstrength-same span {
	background:url(../icons/famfamfam/exclamation.png) no-repeat center left;
}

.quota {
	margin: 1em 0;
}

.quota h3 {
	margin-top: 0;
	margin-bottom: 0.2em;
}

.quotabar {
	width: 300px;
	height: 25px;
	background-image: url(../img/quotabar.png);
	background-repeat: no-repeat;
	position: relative;
}
.quotabar div {
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 25px;
	font-size: 12px;
}
.quotabar-normal {
	background-image: url(../img/quotabar.png);
	background-repeat: no-repeat;
	background-position: 0 -25px;
}
.quotabar-warning {
	background-image: url(../img/quotabar.png);
	background-repeat: no-repeat;
	background-position: 0 -50px;
}
.quotabar-error {
	background-image: url(../img/quotabar.png);
	background-repeat: no-repeat;
	background-position: 0 -75px;
}
.quotabar .quotabar-label {
	left: 10px;
}
.field.error {
	margin: 0;
	padding: 0;
	border-style: none;
}
.field-errors {
}
.non-field-errors {
	padding: 0.5em 1em;
	margin-bottom:1em;
	font-size: 120%;
	border: 1px solid #990000;
	background-color: #ffcccc;
}
.non-field-errors ul {
	margin: 0;
	padding: 0;
}
.non-field-errors li {
	list-style-type: none;
}
td.fill * {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
td.expand {
	width: 100%;
}
th.shrink, td.shrink {
	width: 0;
}
.nowrap {
	white-space: nowrap;
}

/* Button Style */
button:not(.link), input.button, a.button, span.button, label.button {
	margin: 0;
	padding: 0;
	display: inline-block;
	height: 37px;
	line-height: 37px;
	background-image: url(../img/button-left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: white;
	border: 0 none transparent;
	font-family: sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	vertical-align: bottom;
	text-decoration: none;
}
label.button {
	overflow: hidden;
}
label.button input {
	/* display:none breaks label buttons for IE */
	position: absolute;
	left: -10000px;
	top: -10000px;
}
input.button {
	padding: 0 25px;
}
a.button, span.button, label.button {
	display: inline-block;
}
span.button {
	background-position: 0 -111px;
	color: #cccccc;
}
button span, a.button span, span.button span, label.button span {
	display: inline-block;
	height: 37px;
	line-height: 37px;
	background-image: url(../img/button-right.png);
	background-position: right 0;
	background-repeat: no-repeat;
	padding: 0 25px;
	min-width: 50px;
	text-align: center;
	cursor: pointer;
}
span.button span {
	cursor: default;
}
button span {
	height: 37px;
	line-height: 37px;
	display: block;
}
span.button span {
	background-position: right -111px;
}
button:hover, input.button:hover, a.button:hover, label.button:hover,
button:focus, input.button:focus, a.button:focus, label.button:focus {
	color: white;
	text-decoration: none;
	background-position: 0 -37px;
}
button:hover span, input.button:hover span, a.button:hover span, label.button:hover span,
button:focus span, input.button:focus span, a.button:focus span, label.button:focus span {
	background-position: right -37px;
}
button:active, input.button:active, a.button:active, label.button:active {
	background-position: 0 -74px;
	text-decoration: none;
}
button:active span, input.button:active span, a.button:active span, label.button:active span {
	background-position: right -74px;
}
a.button img, span.button img, label.button img {
	float: left;
	margin: 10px 0 0 -5px;
	padding: 0 5px 0 0;
}
.sortable input {
	padding: 1px 3px;
}
.sortable .order input {
	width: 2em;
	text-align: right;
}
table.expand {
	width: 100%;
}
img.icon16 {
	height: 16px;
	width: 16px;
	vertical-align: middle;
	margin-right: 4px;
}
pre {
	margin: 0;
	padding: 0;
}

.news-entry {
	padding-bottom: 20px;
}
.news-title {
}
.news-title .date {
	float: right;
	font-size: 75%;
}


ul.tabs {
	display: block;
	padding: 0;
	width: 100%;
	overflow: hidden;
	background-color: #f7f7f7;
	background-image: url(../img/tabs-bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-top: 0.5em;
        -moz-border-radius: 0.5em 0.5em 0.1em 0.1em;
        border-radius: 0.5em 0.5em 0.1em 0.1em;
}
ul.tabs li {
	display: block;
	float: left;
	margin-left: -1px;
}
ul.tabs a {
	display: block;
	padding: 0.5em 1em;
	color: black;
	font-weight: bold;
	border-width: 1px;
	border-style: solid solid none solid;
	border-color: transparent #cccccc transparent transparent;
}
ul.tabs li.tab-error a {
	color: #990000;
}
ul.tabs a:focus {
	text-decoration: none;
}
ul.tabs a:hover {
	text-decoration: underline;
}
ul.tabs li.first a {
	margin-left: 0.5em;
}
ul.tabs li.selected a {
	background-color: white;
	border-width: 1px;
	border-style: solid solid none solid;
	border-color: #999999;
        -moz-border-radius: 0.3em 0.3em 0 0;
        border-radius: 0.3em 0.3em 0 0;
}

#log-lines {
	width: 100%;
	min-height: 200px;
	font-family: monospace;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
	padding-right: 2px;
}
#log-menu {
	width: 100%;
	background-color: #eeeeee;
	height: 25px;
	vertical-align: middle;
	position: relative;
}
#log-menu ul {
	margin: 0;
	padding: 0;
}
#log-menu ul li {
	margin: 0;
	padding: 0;
	margin-right: 20px;
	display: inline;
}
#log-menu p.link-fullscreen {
	position: absolute;
	top: 5px;
	right: 5px;
	float: right;
}

#log-lines-fullscreen {
	width: 100%;
	font-family: monospace;
	margin-top: 30px;
	margin-bottom: 5px;
	z-index: -1;
}
#log-menu-fullscreen {
	position: fixed;
	top: 0px;
	width: 100%;
	background-color: #eeeeee;
	height: 25px;
	vertical-align: middle;
}
#log-menu-fullscreen ul {
	margin: 0;
	padding: 0;
}
#log-menu-fullscreen ul li {
	margin: 0;
	padding: 0;
	margin-right: 20px;
	display: inline;
}
#log-menu-fullscreen p.link-window {
	position: absolute;
	top: 5px;
	right: 5px;
	float: right;
}

.autoscroll {
	margin: 1em 0;
}

.state-active {
	color: #009900;
}
.state-pending {
	color: #ff6600;
}
.state-disabled {
	color: #999999;
}

.apache-status th, .apache-status td {
	padding: 0.2em 0.5em;
	border: 1px solid #999999;
	white-space: nowrap;
}

.feedback {
	border-top: 1px solid #cccccc;
	padding-top: 1em;
	margin: 1em 0;
}
.feedback p {
	margin: 0 0 0.5em 0;
}
.feedback .reply {
	color: #663300;
}
.feedback .reply h5 {
	margin: 1.5em 0 0.5em 0;
}

.search-form {
	margin: 1em 0;
}

.float-right {
	float: right;
}
.expander {
	cursor: pointer;
	border: 1px solid transparent;
	padding: 1px 3px;
	color: blue;
}
.expander:hover {
	background-color: white;
	border-color: #999 #333 #333 #999;
	color: black;
}
.expander:active {
	background-color: #666;
	border-color: #333 #999 #999 #333;
	color: white;
}

ul.compact {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.compact li {
	font-size: 80%;
}

.settings table {
	margin-bottom: 20px;
}
.settings td.pad {
	padding-bottom: 10px;
}
.settings td {
	line-height: 1.5;
}
.settings select {
	margin-left: 5px;
	margin-right: 5px;
}
.settings select.boolean {
	min-width: 130px;
}
.settings select option.default {
	/* not supported by all browsers */
	/* font-weight: bold; */
}

.online-help td.key {
	font-weight: bold;
	text-align: right;
}

.online-help td {
	line-height: 150%;
}
.customer-contact a { color: black; text-decoration: none; }

.customer-email-list {
	list-style-type: none;
	padding-left: 0px;
}

tr.overlimit td {
	background-image: none !important;
	background-color: #ffcccc !important;
}
tr.overlimit td.overlimit {
	color: red;
	font-weight: bold;
}
