.pnlMenu {
	background-image: url("systoolbar_bg.png");
	background-repeat: repeat-x;
	height: 47px;
	padding: 5px 6px 15px;
	margin-top: 10px;
	width: 95%;
}

.idv_menu_btn {
	background-image: url("systoolbar_btn_bg.png");
	background-position: center top;
	display: block;
	width: 78px;
	height: 25px;
	color: rgb(255, 255, 255);
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
	border: 0pt none;
	float: left;
}

.idv_menu_btn_right {
	float: right;
}

input.idv_menu_btn {
	padding-bottom: 5px;
	font-size: 11px;
}

a.idv_menu_btn {
	padding-top: 5px;
	height: 20px;
}

.idv_menu_btn:hover {
	background-position: center bottom;
	text-decoration: none;
}

.pager {
	text-align: center;
}

.validation_box {
	display: block;
	background-color: rgb(255, 234, 234);
	border: 1px solid rgb(255, 137, 137);
	color: rgb(255, 0, 0);
	padding: 10px;
	margin-bottom: 10px;
}

.validation_box ul {
	margin-left: 20px;
	list-style-type: disc;
}

.validation_failed {
	background-color: rgb(255, 234, 234);
	border: 1px solid rgb(255, 137, 137);
}

.cnt_table {
	width: 100%;
	line-height: 15px;
}

.cnt_table .tbl_hdr {
	background-color: rgb(190, 220, 108);
	font-weight: bold;
	color: rgb(255, 255, 255);
}

.cnt_table .row_even {
	background-color: rgb(239, 249, 213);
}

.cnt_table .row_odd {
	 }

.cnt_frame {
	list-style-type: none;
	width: 100%;
	margin-bottom: 15px;
	padding: 0pt ! important;
}

.cnt_frame > li {
	line-height: 30px;
	min-height: 30px;
	clear: both;
	width: 100%;
	display: block;
	background-image: url("cnt_dot_spacer.png");
	background-position: center bottom;
	background-repeat: repeat-x;
}

.cnt_frame .header {
	display: block;
	clear: both;
	width: 100%;
	background-color: rgb(249, 252, 241);
	font-weight: bold;
	text-indent: 7px;
	border: 1px solid rgb(231, 242, 201);
	background-image: none;
	line-height: 25px;
	margin-bottom: 2px;
	min-height: 25px;
}

.cnt_frame li .label {
	display: block;
	float: left;
	font-weight: bold;
	text-indent: 15px;
	padding-right: 10px;
	width: 120px;
}

.cnt_frame li > input, .cnt_frame li > textarea, .cnt_frame li > select {
	margin-top: 4px;
	margin-bottom: 4px;
	orphans: inherit;
	width: 340px;
}

.cnt_frame li input.numeric {
	width: 100px;
	text-align: right;
}

.cnt_frame li input.date {
	width: 150px;
}

.cnt_frame li > select {
	width: 200px;
	orphans: inherit;
}

.cnt_frame li input[type="checkbox"] {
	width: 10px;
}

.cnt_frame li input[type="radio"] {
	width: 20px;
}

.cnt_frame .frm_content {
	width: 100%;
	border: 1px solid rgb(242, 241, 241);
	margin-bottom: 15px;
}

.cnt_frame .frm_content p {
	margin: 10px;
}

.login_box {
	background-image: url("cnt_login_bg.png");
	width: 284px;
	height: 97px;
	padding: 0px 5px;
}

.login_box h4 {
	line-height: 16px;
	font-weight: bold;
	font-size: 11px;
	color: rgb(255, 255, 255);
	text-indent: 30px;
	margin-bottom: 10px;
	margin-left: -5px;
}

.login_input {
	background-image: url("cnt_login_input.png");
	border: 0px none;
	width: 177px;
	height: 17px;
	font-size: 11px;
	font-family: Tahoma;
	line-height: 21px;
	text-indent: 4px;
	padding-top: 4px;
}

.login_button {
	margin-top: 15px;
	background-image: url("cnt_login_button.png");
	border: 0px none;
	width: 56px;
	height: 21px;
	color: rgb(255, 255, 255);
	cursor: pointer;
}

.login_box a {
	color: rgb(167, 207, 56);
	line-height: 20px;
	margin-left: 10px;
	font-size: 10px;
}

.login_box a:hover {
	text-decoration: underline;
}

.settings input{
  width: 395px !important;
  margin-bottom:2px;
}

.settings select{
  width: 400px;
  margin-bottom:2px;
}

.settings li {
  margin-bottom: 10px;
}

.settings li .label{
  width: 50px;
}

.archive {
  background-image: url("archiwum.png");
}

.related_articles h4 {
  font-size: 14px;
  margin-bottom: 0px;
  border-top: 1px dotted #B2D4F0;
  padding-top: 5px;
}

.related_articles .common_list {
  border-bottom: 0 none;
}

.related_articles .common_list_item {
  padding-left: 10px;
}

