#content {
	border: 1px black solid;
	max-width: 950px;
	margin: 0.4rem auto;
	box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.8);
}

div.chapter { width: 100% }

.s_edit_frm { margin: 0; }
.s_edit_frm  ul { list-style-type: none; margin-left: 0;}
.s_edit_frm  li { margin: 1em; font-weight: bold;  }
.s_edit_frm  li a { font-weight: normal;  }
.s_edit_frm  input { width: 300px }

.s_edit_frm td { font-weight: bold; }

.s_edit_frm a { font-weight: normal; }

input { border: 1px silver solid; }
table.login_table  td { border-collapse: collapse; padding: 10px 30px; }
table > tbody > tr > td.h2 { border: 1px silver solid; }
h1.info_ { color: #17375d; font-size: 1.2em; font-weight: bold; margin: 0; }
h1.info_:after {border: none !important;}
.s_title { font-size: 1.2em; font-weight: bold; background-color: #e1e1e1; text-align: center; }
.s_title:after {border: none !important; padding: 0 !important;}

/*
.sys-info {  color: #039; width: 100%; background: url('../images/dco-banner.png') no-repeat right top #fff; height: 50px; }
*/
.sys-info {  color: #039; width: 100%; background: url('../images/dcopih-logo-1.png') no-repeat right top #fff; height: 50px; }




.navbar-inner {
	
}

.dialog_class input[type=text] {
	border: none;
}

.dialog_class > tbody > tr > td, table > tbody > tr > td {
	border: 1px silver solid;
}

.filter_class > tbody > tr > td, .login_table > tbody > tr > td {
	border: none;
}

.td_border > tbody > tr > td > input { border: none } /* input jak tekst */

.button_big, .tabs_header > ul  > li  > a{
	height: 24px;
	background-color: #17375d;
	background-image: none;
    border: 1px black solid;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin: 0px;
	font-weight: normal;
	outline: none;
	text-align: center;
}

.button_big:hover {
	background-color:orange;
	border:1px solid #30318D;
	color:black;
}
.button_big, .tabs_header > ul  > li  > a {
	box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.6);
}

#tabs > ul > li {
	border: none;
}

.tabs_header > ul {
	list-style-type: none;
}

.tabs_header > ul  > li {
	float: left;
	margin: 0 .3rem;
	padding: 0;
}

.module { clear: both }


#tabs > ul  > li > a {
	display: block;
	color: white !important;
	text-decoration: none !important; /* podkresla !!!!! */
	margin: 0;
	padding: .3rem .9rem;
	border: none;
}

#tabs > ul  > li > a:hover {
	
}

#tabs > ul  > li > a.selected, #tabs > ul  > li > a:hover   {
	background-color: orange;
	color:black !important;	
}

/* 
  #intro .blurb, #layout-content {
    float:left;
    width:75%;
  }
  */