body {
  font-family: verdana,helvetica,arial,arial ce,sans-serif;
  font-size: 12px;
  background-image: url(../pic/fn_graylogo.gif);
  text-align: center;
}
  
table {
  text-align: left;
}

a.menu {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: white;
  /*top: 100px;*/
}  

a.menu2 {
  font-size: 14px;
  text-align: left;
  color: white
  /*top: 100px;*/
}  

h2.news {
  color: #006600;
}

input.group {
  width: 13px;
  height: 13px;
}

input.hidemsg,input.replyto {
  height: 18px;
  font-size: 10px;
  text-align: center;
/*  align-vertical: middle; */
  margin-top: 0px;
  padding-top: 0px;
}

input.replyto {
  background-color: #AFAFFF;
}

input.idfield {
  background-color: #EEEEFF;
}

a:link { 
  color: #006600; 
}

a:visited { 
  color: #000066; 
}

body {
/*  scrollbar-face-color: #006600; 
  scrollbar-highlight-color: #009900; 
  scrollbar-shadow-color: #004400; 
  scrollbar-3dlight-color: #009900; 
  scrollbar-arrow-color: white; 
  scrollbar-track-color: CCCCCC; 
  scrollbar-darkshadow-color: #004400 */ 
}


/***************** grid *******************/
table.grid {
/*  border: solid black 1px; */ 
  background-color: gray;
}  

table.grid_embeded { /* redefine only few attributes */
/*  border: solid black 1px; */ 
  background-color: none;
}  

th {
  background-color: #BBBBFF;
  color: white;
  text-align: center;
}

table.grid:th {
  font-weight: none; 
  align: left;
  font-color: black;
}

a.ordered,a.notordered {
  color: black;
  font-weight: normal; 
}

a.ordered {
  font-weight: bold; 
}  

tr.even {
  background-color: white;
}

tr.odd {
  background-color: #EEEEFF;
}

tr.sum {
  background-color: #BBBBFF;
}

div.canceled {
  color: #AAAAAA;
}

div.deleter {
  color: red;
  font-style: bold; 
}

/****************** editor ******************/
table.editor {
  background-color: gray;
}

table.editor:th { /*hlavicky skupin */
  background-color: #bfbffe;
  text-align: center;
  heigth: 48px;
}

td.fieldname {
  background-color: #EEEEFF;
  text-align: left;
  font-style: italic; 
  width: 160px;
}

td.fieldvalue {
  background-color: white;
  text-align: center;
}

th.gridgroup {
  background-color: #f5cd8d;
  text-align: left;
}