@charset "utf-8";
/* CORE - START */
body,div,h1,h2,h3,h4,h5,h6,p,span,a
,form,input,select,optgroup,option,textarea,fieldset,label,button
,dd,dl,dt
,table,thead,tbody,tfoot,tr,th,td
,ul,ol,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body,div,span,a
,form,input,select,optgroup,option,textarea,fieldset,label,button
,dd,dl,dt
,table,thead,tbody,tfoot,tr,th,td {
	font-weight: normal;
	font-size: small;
	padding: 0px;
	margin: 0px;
}
input[type=checkbox] {
	margin-right: 3px;
}
select {
	padding: 1px;
}
thead, th, th label {
	font-weight: bold;
}
/* CORE - END */
/* TOOLTIP - START */
.tip-top {
	background: url(/images/tooltip-top-bottom.png) top left;
	height: 4px;
	width: 200px;
}
.tip {
	background: url(/images/tooltip-middle.png);
	width: 200px;
	font-size: 11px;
}
.tip-title {
	font-weight: bold;
	margin: 0;
	color: #9FD4FF;
	padding: 0px 4px 4px 4px;
	text-align: left;
}
.tip-text {
	padding: 0px 4px 0px 4px;
	color: #fff;
	text-align: left;
}
.tip-bottom {
	background: url(/images/tooltip-top-bottom.png) bottom left;
	height: 4px;
	width: 200px;
}
/* TOOLTIP - END */
/* JSCALENDER - START */
img.imgCalender {
	cursor:pointer;
	margin:0 3px;
	position:relative;
	top:6px;
}
img.imgCalenderDelete {
	cursor:pointer;
	position:relative;
	top:3px;
}
input.date {
	width: 81px;
}
input.datetime {
	width: 124px;
}
/* JSCALENDER - END */

/* PAGER - START */
.pager a {
	font-weight: bold;
}
.pager {
	text-align: center;
}
.pager span {
	vertical-align: top;
	font-weight: bold;
}
.pager span a.current_page {
	text-decoration: none;
	color: #000000;
}
/* PAGER - END */

/* MENU - START */
.level_1 {
	margin: 0px;
	padding: 0px;
}
.level_1 li , .level_2 li {
	list-style: none;
	margin-left: 0px;
}
.level_1 li {
	float: left;
	background-image: url(/images/nav_08.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 4px 0px 4px 25px;
}
/*.level_2 li {*/
/*	padding-top: 3px;*/
/*	padding-left: 5px;*/
/*}*/
.level_1 li.first , .level_2 li.first {
	padding-left: 0px;
	background: none;
}
/*.level_2 {*/
/*	padding: 3px;*/
/*	border: 1px solid;*/
/*}*/
#headmenu {
	/*padding-top: 3px;*/
}
#felsomenu ul ul {
	display: none;
}
#headmenu a,
#subMenusContainer a {
	background: none;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
}
#subMenusContainer {
	
}
#subMenusContainer ul {
	width: 100%;
}
#subMenusContainer li {
	padding: 5px;
	border: 1px solid #4544E7;
}
#subMenusContainer a {
	color: #EB7126;
}
#nav ol,
#nav ul,
#subMenusContainer ul,
#subMenusContainer ol {
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#subMenusContainer a:hover,
#subMenusContainer a:focus,
#nav a.mainMenuParentBtnFocused,
#subMenusContainer a.subMenuParentBtnFocused,
#nav li a:hover,
#nav li a:focus {
	color: #000000;
	background: none;
}
#felsomenu li.selectedParent a, #felsomenu li.selectedMenu a{
	color: #ffffff;
}
/* MENU - END */

/* CONTENT - START */
/* help */
#help {
	float: right;
	margin-right: -10px;
}
#help a {
	cursor: help;
}
/* error */
#error_message {
	padding-left: 20px;
	font-weight: bold;
	color: #ff0000;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 695px;
}
.error_message {
	background-image: url(/images/core_icon_error.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#contentCenterContainer a img {
	border: none;
}
.page_print {
	cursor: pointer;
	background-image: url(/images/core_icon_print.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 18px;
}
@media print {
	.page_print {
		display: none;
	}
}
/* filterbox - START */
div.filterbox {
	margin: 5px 0px 15px 0px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
div.filterbox label {
	display: block;
}
div.filterbox div.button {
	margin: 5px 0px;
}
div.filterbox div.button input {
	margin-top: 3px;
}
/* filterbox - END */
/* tablelist - START */
.core_tablelist {
	border-collapse: collapse;
	width: 100%;
}
.core_tablelist thead {
	background-color: #cccccc;
}
.core_tablelist thead th {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.core_tablelist thead th.action {
	border-right: 1px solid #CCCCCC;
}
.core_tablelist th, .core_tablelist td {
	border: 1px solid #CCCCCC;
	padding: 1px;
}
.core_tablelist .id {
	width: 80px;
}
.core_tablelist td.id {
	text-align: right;
}
.core_tablelist .action {
	width: 40px;
	text-align: center;
}
.core_tablelist th.action {
}
.core_tablelist td.ajaxcheck {
	text-align: center;
}
/*.core_tablelist .action a.edit{*/
/*	float: left;*/
/*}*/
/*.core_tablelist .action a.delete {*/
/*	float: right;*/
/*}*/
/* tablelist - END */
/* tableform - START */
.core_tableform {
	border-collapse: collapse;
	width: 100%;
}
.core_tableform th {
	width: 150px;
}
.core_tableform th, .core_tableform td {
	border-bottom: 1px solid #cccccc;
	padding: 5px 2px;
	text-align: left;
	vertical-align: top;
}
.core_tableform tr.need th {
	color: #ff0000;
}
.core_tableform td img.checkbox {
	margin-right: 3px;
}
/* tableform - END */
/* auth / view */
#auth_view .inputField {
	width: 200px;
}

#core_empty_tpl #help_view {
	background-color: #fff;
}
/* CONTENT - END */
