@CHARSET "UTF-8";

/**********************  CONTENT  ******************/
.title {
    margin: 15px 0px;
	
	font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #86213B;
}

#content p {
	margin-bottom: 10px;
	font-size: 12px; 
	font-weight: normal;
	line-height: 2.5em;
}

#content .post_date {
	font-size: 9px;
	color: black;
}

#content li {
	line-height: 2.2em;
}
#content ol li {
	margin-left: 22px;
}
#content ul li {
	margin-left: 18px;
	list-style: square;
}

#content table.border1 td, #content table.border1 th {
	border: solid 1px black;
}

#content td {
	padding: 2px 10px 2px 5px;
	vertical-align: middle;
}
#content th {
	padding: 4px 10px 4px 5px;
	text-align: left;
}

/**********************  MAINMENU  ******************/
#fomenu {
	height: 22px;
	
	font-size: 12px;
	font-weight: bold;
	color: white;
	list-style: none;
}
#fomenu ul {
	float: left;
	margin-right: 4px;
	list-style: none;
}
#fomenu li {
	float: left;
	margin-left: 4px;
}
#fomenu a {
	color: white;
	text-decoration: none;
}
#fomenu a:hover {
	color: #DECEA3;
}
#fomenu a.selected {
	color: #DECEA3;
}

/**********************  SIDEMENU  ******************/
#oldalmenu {
	font-size: 10px;
	font-weight: bold;
	list-style: none;
}
#oldalmenu li {
	margin-bottom: 10px;
}
#oldalmenu a {
	color: #6C6C6C;
	text-decoration: none;
}
#oldalmenu a:hover {
	color: #86213B;
}
#oldalmenu a.selected {
	color: #86213B;
}

/**********************  BANNERS  ******************/
div#banners img {
	margin: 7px;
}

/**********************  PATH  ******************/
#path {
	position: absolute;
	top: 290px;
	left: 0px;
	width: 100%;
	margin-left: 43px;
	
	font-size: 11px;
    font-weight: bold;
    color: #86213B;
	padding-top: 2px;
}
#path a {
	text-decoration: none;
}



/*********************  WP  ****************/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*********************  MASTERDATA  ****************/
table.masterdata_list th {
    height : 25px;
    background-color : #eaeaea;
    color : #444444;
    border-width : 1px 1px 0;
    border-color : #303030;
    border-style : solid;
    font-size : 10px;
    white-space : nowrap;
}
table.masterdata_list th a {
    color : #444444;
}
table.masterdata_list th.order_by {
    background-color: #cacaca;
}
table.masterdata_list th.asc:AFTER {
	content: " v";
}
table.masterdata_list th.desc:AFTER {
	content: " ^";
}

table.masterdata_list tr:hover {
	background-color: lightgrey;
	//color: white;
}
table.masterdata_list td {
	padding: 0px 5px;
    font-size: 11px;
}	
table.masterdata_list td.icon {
	padding: 0px 1px;
}	
table.masterdata_list td.numeric {
	text-align: right;
	white-space: nowrap;
}
table.masterdata_list td.name {
	white-space: nowrap;
}

table.masterdata_details td {
    padding-right: 10px;
    font-size: 11px;
}

table.masterdata_list img {
    border: 1px solid grey;
}
table.masterdata_list td.icon img {
    border-width: 0px;
}	
hr.masterdata {
	margin: 10px 0px;
}


/*********************  TOOLTIP  ****************/
.tooltip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E4E4E4;
    color: #3F190C;
	font-size: 10px;

	margin-left: 10px;
	padding: 1px 3px;
	border: 1px solid #494C51;

/*	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;*/
}



/*********************  AUTOCOMPLETE  ****************/
div.autocomplete {
  width: 250px;
  background-color: white;
  color: black;
  border: 1px solid #888;
  margin: 0px;
  padding: 0px;
}
div.autocomplete ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 2px;
  cursor: pointer;
}




.info   {
    color: black; 
    background-color: transparent; 
	font-size: 11px;
    font-weight: normal;
    border-width: 0;
    border-style: none;
}
.warn   {
    color: rgb(120,0,0); 
    background-color: transparent; 
	font-size: 11px;
    font-weight: normal;
    border-width: 0;
    border-style: none;
}
.error  {
    background-color: red; 
	font-size: 11px;
}

.confirm {
    background-color: yellow;
    color: black;
	font-size: 11px;
}

.inactive {
    text-decoration: line-through;
}

div.spacer {
	font-size: 1px;
	height: 10px;
	/* ie6 hack for correct div heights */
	overflow: hidden;
}

div.hr {
	font-size: 1px;
	height: 1px;
	/* ie6 hack for correct div heights */
	overflow: hidden;
	background-color: black;
}
		

