/* MAIN */

html
{
  margin: 0;
  border: 0;
  padding: 0;
  overflow: hidden;  
}

body
{
  margin: 0;
  border: 0;
  padding: 0;
  background-color: #f9f9f9;
  color: black;
  text-align: left;
  font-family: Verdana, Geneva, sans-serif;
/*  font-size: 76%;*/
  font-size: 11px;
}

input, select, textarea
{
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
}

h1, h2, h3, h4, h5, h6
{	
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
  clear: both;
}

h1
{
  font-weight: normal;
}

h2
{
  margin-top: 1.5em;
}

p
{
  margin-top: 0;
  margin-bottom: 1em;
}

a img
{
  border: 0;
}

img
{
  border: 0;
}



table
{
  background-color: white;
  border-collapse: collapse;
  font-size: 11px;
}

td
{
  /*   border: 1px solid white; */
  padding: 2px;
  margin: 0;
  background-color: #ddd;  
}


td.odd
{
  background-color: #ddd;
}

td.even
{
  background-color: #eee;
}

td.line_a
{
  background-color: #ddd;
}

td.line_b
{
  background-color: #eee;
}


td.item-name
{
  width: 300px;
}

td.item-value
{
  width: 100px;
}

td.item-set
{
  width: 30px;
  text-align: center;
}


table.blank_table
{
  background-color: transparent;
}

table.blank_table td
{
  background-color: transparent; padding: 0;
}


/* LOGIN */

body.account
{
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
}

div#login_form
{
  clear: both;
  /* 	margin: 0 auto; */
  margin-top: 100px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 15px;
  border: 2px solid #62778F;
  background-color: #B5C2CF;
  font-weight: bold;
  color: #62778F;
  /*color: white;*/

}

div#login_form form
{
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
}

div#login_form input
{
    width: 100%;
}


div.application_logo
{
  /* 	margin-top: 100px; */
  margin-left: auto;
  margin-right: auto;	
  /* 	width: 400px; */
}

h1.application_title
{
  margin-top: 100px;
  margin-left: 100px;
  color: #555;
  font-weight: bold;
  font-size: 24px;
}

*.flash
{
  color: red;
}

div.label
{
  position: absolute;
  color: #62778F;
  font-weight: bold;
}



/* HEADER */

div#header
{
  overflow: visible;
}

#titlerow
{
  background-color: #444;
  color: #eee;
  padding: 5px;
  height: 15px;
}

#application_title
{
  float: left;
  font-weight: bold;
}

#current_user_and_time, #current_user, #current_time
{
  float: right;
}

#statusrow
{
  background-color: #62778F;
  color: white;
  padding: 5px;
  height: 16px;
  clear: both;
  font-weight:bold;
}

div.blue_gradient
{
  background: -webkit-gradient(linear, left top, left bottom, from(#7892AF), to(#3F5E7F));
  background: -moz-linear-gradient(top, #7892AF, #3F5E7F);
}

div.light_blue_gradient
{
  background: -webkit-gradient(linear, left top, left bottom, from(#d1e0ef), to(#bfc2cf));
  background: -moz-linear-gradient(top, #d1e0ef, #bfc2cf);
}


div.black_gradient
{
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
  /*background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#888), color-stop(0.9, #ccc));*/
  background: -moz-linear-gradient(top, #555, #333);
  /*background: -moz-linear-gradient(top, #666, #000);*/
}

div.gray_gradient
{
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#c0c0c0));
  /*background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#bbb), color-stop(0.9, #ccc));*/
  background: -moz-linear-gradient(top, #eee, #c0c0c0);
}

div.light_gray_gradient
{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  /*background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#bbb), color-stop(0.9, #ccc));*/
  background: -moz-linear-gradient(top, #fff, #ddd);
}


/* TOOLBAR */

div#toolbar
{
  height: 36px;
  background-color: #d0dde0;
}

#toolbar ul
{
  list-style: none;
  padding: 2px;
  margin: 0;
  float: left;
}

li.toolbar_button
{
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  margin-left: 2px;
  margin-right: 2px;
  cursor: pointer;
}

#toolbar li:hover, #toolbar li.over
{
  background-color: #bbb;
}

div.toolbar_logo
{
  float: right;
  margin-top: 1px;
  margin-left: 10px;
  margin-right: 2px;
}


/* TREE MENU */

div#tree_menu
{
  position: absolute;
  top: 0;  
  bottom: 0;
  width: 230px;
  overflow: auto;	
  margin: 0;
  border: 2px solid #aaa;	
  background-color: #eaeaea;
}

div#tree_menu_splitter
{
  position:	absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  overflow: hidden;	
  margin: 0;
  background-color: #f99;
  opacity: 0.001;
/*  cursor: col-resize;*/
  cursor: w-resize;
  z-index: 10;
}

/*div.tree_menu_splitter_without_tree_menu
{
left: 0;
}

div.tree_menu_splitter_with_tree_menu
{
left: 200px;
}*/


div#eventlist_splitter
{
  position:	absolute;
  bottom: 250px;
  left:	0;
  right: 0;
  height: 4px;
  overflow: hidden;	
  margin: 0;
  background-color:	#f99;
  opacity: 0.001;
  /*cursor: row-resize;*/
  cursor: n-resize;
  z-index: 10;
}




/* EVENTS */

div#eventlist_container
{
  position: absolute;
  overflow: auto;
  bottom: 0;
  left:	0;
  right: 0;
  height: 250px;
  margin: 0;
  border: 2px solid #aaa;
  background-color: #62778F;
  z-index:  9;
}

div#eventlist_header
{
/*  background-color: #cdf;*/
  background-color: #444;
  color: white;
  padding-left: 3px;
  padding-bottom: 6px;  
}


/*div#eventlist_header input,*/
div#eventlist_header input[type="text"],
div#eventlist_header select
{
  background-color: #eee;
  border: 1px solid #888;
}

div#eventlist_header input[type="checkbox"]
{
  margin: 2px 2px 0 0;
/*  margin: 1px 1px 0px 0px;*/
  width: 13px;
  height: 13px;
}

div#prio_event_filter input
{
  margin: 0;
  padding: 0;
/*  border: 0;*/
}

input.event_quit_button
{
    width: 100px;
}

div#eventlist_content
{
  clear: both;
  padding: 3px;
  /*        padding-left: 3px;*/
}

div#event_filter_current
{
  float: left;	
}

label.filter_label
{
/*  color: #444;*/
}

div.event_filter_input
{
  float: left;
  width: 160px;
  height: 32px;
  bottom: 0px;
}

input.event_filter_input
{
  width: 150px;
}

input.event_report_input
{
  /* 	width: 170px; */
}


img.event_type_button
{
  border: 1px solid #888;
  background-color: #aaa;
  cursor: pointer;
}

/* SCREEN */

div#screen-wrap
{
  position: absolute;
  top: 106px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  z-index: 1;
}

/*div.screen-wrap-without-events
{
bottom: 0;
}

div.screen-wrap-with-events
{
bottom: 255px;
}*/

div#screen
{
  position: absolute;
  overflow: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #aaa;
  z-index: 1;	
}

/*div.screen-without-tree-menu
{
left: 0;
}

div.screen-with-tree-menu
{
left: 205px;
}*/

/* MISC */

.hidden-modern
{
  position: absolute;
  left: -20000px;
  top: -20000px;
}

.hidden
{
  display: none;
}

.clear
{
  clear: both;
}

.center
{
  text-align: center;
}

div.child_div_left div
{
  float: left;
}

div.left
{
  float: left;
}

div.right
{
  float: right;
}

/* Pagination */

.pagination {
  padding: 3px;
  padding-left: 0px;
  margin: 3px;
  margin-left: 0px;
  font-size: 10px;
}
.pagination a {
  padding: 0px 4px 0px 4px;
  margin: 2px;
  border: 1px solid #369;
  text-decoration: none;
  color: #369;
  background-color: #ddd;
}
.pagination a:hover, .pagination a:active {
  border: 1px solid #47a;
  /*  color: #000;*/
  background-color: #eee;
}
.pagination span.current {
  padding: 0px 4px 0px 4px;
  margin: 2px;
  border: 1px solid #ddd;
  font-weight: bold;
  background-color: #369;
  color: #FFF;
}
.pagination span.disabled {
  padding: 0px 4px 0px 4px;
  margin: 2px;
  border: 1px solid #369;
  color: #aaa;  
  background-color: #ddd;
}