/* 
    Document   : site
    Created on : 02.05.2013, 13:59:49
    Author     : cneuss
    Description:
        Purpose of the stylesheet follows.
*/

html, body {
	/*background-image: url('../images/BG.jpg');*/
	font-size: 12px;
	height: 100%;
	min-height: 100%;
	overflow: auto;
	border-top: 0px;
	-ms-overflow-style: scrollbar;
	background-color: white;
}



.panel-head {
	background-color: grey;
}


.btn-dark {
  color: #ffffff;
  background-color: #474949;
  border-color: #474949;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active {
	color: #ffffff; background-color: #777; border-color: #555;
	
}

.btn-dark.disabled, 
.btn-dark[disabled], fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover, fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus, fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active, fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active, fieldset[disabled] .btn-dark.active {
	color: #ffffff; background-color: #888; border-color: #444;	
}
p.attrMsg {
	word-wrap: break-word;
}