.note {
  color: #CCC;
}

DIV.zertblock {
  border-bottom: 1px solid #EEE;
}

DIV.zertblock DIV.img  {
  float: left;
  width: 240px;
  text-align: right;
}

DIV.zertblock IMG, DIV.zertblock IMG A {
  border: 0;
}

DIV.zertblock P,DIV.zertblock H3 {
  margin-left: 250px;
}

DIV.clear {
  display: block;
  clear: both;
}


TABLE.cert TR.line TD {
  border: 1px solid #FFF;
  text-align: center;
}

TABLE.cert TR.header TD {
  border: 1px solid #DDD;
  font-weight: bold;
  text-align: center;
  background-color: #FFF;
  width: 120px;
}



TABLE.cert TR.line TD:first-child {
  text-align: right; 
  font-weight: bold;
  padding-right: 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
}

TABLE.cert A {
  display: block;
  border: 0px solid white;
}

TABLE.cert TD {
  padding: 1px;
  background-color: #DDD;
}

TABLE.cert A:hover {
  background-color: #EEE;
  border: 0px dotted #AAA;
}

TABLE.cert {
  border-collapse: collapse;
  border: 0px solid #AAA;
}



TABLE.testlist {
   border-collapse: collapse;
   width: 430px;
   margin-top: 15px;
   margin-bottom: 15px;
   border: 1px solid #CCC;
}

TABLE.testlist TR.header TD {
   border-bottom: 1px solid #CCC;
   font-size: 9px;
   color: #555;
}


/*** General definitions *******************************************/

HTML,BODY,TD,INPUT,TEXTAREA,P { 
  font-weight: normal; 
  font-size: 11px; 
  font-family: verdana,sans; 
}


BODY {
  background-color: #FFF;
}

A {
   text-decoration: none;
   color: #333333;
}

FORM {
  padding: 0; margin: 0;
}

H2 {
  border-bottom: 1px solid #CCCCCC;
  font-size: 17px;
}


H4 {
  font-size: 12px;
}
/*** Calendar definitions **********************************************/

TABLE.calendar {
  border: 1px solid #AAAAAA;
  border-collapse: collapse;
  margin: 8px ;
}

TABLE.calendar TR {
  height: 18px;
}

TABLE.calendar TR TD {
  padding: 0; margin: 0;
}

TABLE.calendar TR.title {
  background-color: #CCCCCC;
  color: black;
}

TABLE.calendar TR.title TD {
  font-weight: bold;
  border-bottom: 1px solid #AAAAAA;
  text-align: center;
  vertical-align: middle;
}

TABLE.calendar TR.title TD A:hover {
  background-color: #AAAAAA;
}

TABLE.calendar TR.title TD A {
  display: block;
  width: 100%; height: 100%;
  background-color: #CCCCCC;
}


TABLE.calendar TR.odd {
  background-color: #eeeeee; 
  text-align: right;
}

TABLE.calendar TR.even {
  background-color: #e6e6e6; 
  text-align: right;
}

TABLE.calendar A {
  display: block;
}

TABLE.calendar A:hover {
  background-color: #CCCCCC;
}

TABLE.calendar TR.weekdays TD {
  text-align: center;
  width: 15px;
}

TABLE.calendar DIV {
  width: 13px; height: 17px;
  padding: 0px 3px;
  vertical-align: middle;
  color: #AAAAAA;
}

TABLE.calendar A DIV {
  color: #333333;
}

/*** List definitions **********************************************/

TABLE.listbox {
  border: 1px solid #AAAAAA;
  border-collapse: collapse;
  width: 100%;
}

TABLE.listbox TR {
  height: 20px;
}

TABLE.listbox TD {
  padding: 0px 3px;
}

TABLE.listbox TR.header {
  background-color: #CCCCCC;
  color: black;
}

TABLE.listbox TR.header TD {
  font-weight: bold;
  border-bottom: 1px solid #AAAAAA;
}

TABLE.listbox TR.header TD A {
  font-weight: bold;
  color: black;
}

TABLE.listbox TR.header TD.active A {
  text-decoration: underline;
 }

TABLE.listbox TR.header TD.active DIV {
  width: 10px; height: 10px;
  background-color: red;
}


TABLE.listbox TR.header TD.close A IMG {
  display: none;
}

TABLE.listbox TR.header TD.close A {
  display: block;
  width: 12px; height: 12px;
  background-image: url(/forge/picts/close_i.gif);
  float: right;
  margin-right: 3px;
}

TABLE.listbox TR.header TD.close A:hover {
  background-image: url(/forge/picts/close_a.gif);
}


TABLE.listbox TR.footer {
  background-color: #CCCCCC;
}

TABLE.listbox TR.footer TD {
  padding: 0px;
  height: 25px;
  padding-left: 3px;
  text-align: left;
}

TABLE.listbox TR.footer TD A {
  border: 1px outset #AAAAAA;
  color: black;
  background-color: #EEEEEE;
  padding: 0px 6px;
}


TABLE.listbox TR.footer A:hover {
  background-color: #ddd;
}

TABLE.listbox TR.odd {
  background-color: #eeeeee; 
}

TABLE.listbox TR.even {
  background-color: #e6e6e6; 
}

TABLE.listbox TR.odd TD.field {
  border-bottom: 1px solid #CCCCCC; 
}

TABLE.listbox TR.even TD.field {
  border-bottom: 1px solid #CCCCCC; 
}



TABLE.listbox TR.odd:hover {
  background-color: #DDDDDD;
}

TABLE.listbox TR.even:hover {
  background-color: #DDDDDD;
}

TABLE.listbox TD.trash {
  text-align: right;
  border-bottom: 1px solid #CCCCCC; 
}

TABLE.listbox TD.trash A IMG{
  display: none;
  width: 16px;
}

TABLE.listbox TD.trash A {
  background: url(/forge/picts/trash.gif);
  display: block;
  width: 16px;
  height: 16px;
  float: right;
}

TABLE.listbox TD.trash A:hover {
  background: url(/forge/picts/trash_a.gif) no-repeat bottom right;
}



/*** Form definitions **********************************************/


TABLE.formbox {
  border-collapse: collapse;
  width: 100%;  height: 400px;
  background-color: #EEEEEE;
  border: 1px solid #AAAAAA;
  margin-top: 0px;
  position: relative;
  top: -1px;
}

#loginbox {
  width: 200px;
  height: 100px;
}


TABLE.formbox TR {
  height: 20px;
} 

TABLE.formbox TR.footer {
  background-color: #CCCCCC;
  color: white;
  font-weight: bold;
  text-align: center;
}

TABLE.formbox TR.header {
  background-color: #CCCCCC;
  color: black;
  font-weight: bold;
  text-align: center;
}

TABLE.formbox TR.body {
  height: 100%;
  vertical-align: top;
}

TABLE.formbox TR.header TD {
  font-weight: bold;
  padding: 0px 5px;
}

TABLE.formbox TR.header TD.tabs{
  text-align: right;
  padding: 0;
}

TABLE.formbox TD {
  padding: 2px;
}

TABLE.formholder {
  border-collapse: collapse;
  width: 100%;

}

TABLE.formholder TR.odd {
  background-color: #EEEEEE;
  vertical-align: top;
}

TABLE.formholder TR.even {
  background-color: #EEEEEE;
  vertical-align: top;
}

TABLE.formholder TD.label {
  text-align: right;
  color: #AAAAAA;
  width: 100px;
  padding: 2px 5px;
  white-space: nowrap;
  border: 0px solid black;

}

TABLE.formholder TD.value {
}

.formholder INPUT {
  width: 100%;
}

.formholder INPUT.timeholder {
  width: 40px;
}

.formholder TEXTAREA {
  width: 100%;
  height: 150px;
  font-size: 11px;
}


.formholder INPUT.checkbox {
  width: 1em;
}

/*TABLE.formbox TD.label:after {
  content: ": ";
}
*/



/*** Tab definitions **********************************************/


.tab {
  display: none;
}


.tabheader {
  position: relative;
  z-index: 100;
}

.tabheader A {
  margin: 0 4px 0px 0px;
  display: block;
  float: left;
  padding:  0px 6px;

}

.tabheader-none {
  background-color: #EEEEEE;
  border: 1px solid #AAAAAA;
  color: #AAAAAA;
  position: relative;
}

.tabheader-block {
  background-color: #CCCCCC;
  border: 1px solid #AAAAAA;
  border-bottom: 1px dotted #BBB;
  position: relative;
  color: black;
}


/*** Pager definitions **********************************************/

DIV.pager {
  border: 0 0 0 0;
  text-align: right;
  vertical-align: middle;
  padding-right: 5px;
}

DIV.pager INPUT {
  text-align: center;
  background-color: #DDDDDD;
  width: 22px;
}

DIV.pager TABLE {
  float: right;
  border-collapse: collapse;
}

TABLE.listbox TR.footer TD DIV.pager A {
  border: 0;
  background-color: #CCCCCC;
  color: black;
  vertical-align: middle;
  padding: 0;
}

DIV.pager IMG.next {
  margin-left: 4px;
}

DIV.pager IMG.prev {
  margin-right: 4px;
}

TABLE.listbox TR.footer TD DIV.pager A IMG {
  display: none;
}

TABLE.listbox TR.footer TD DIV.pager A.next {
  display: block;
  background-image: url(/forge/picts/next_i.gif);
  width: 8px; height: 13px;
  float: right;
  margin-left: 3px;
}

TABLE.listbox TR.footer TD DIV.pager A.prev {
  display: block;
  background-image: url(/forge/picts/prev_i.gif);
  width: 8px; height: 13px;
  float: left;
  margin-right: 2px;
}

TABLE.listbox TR.footer TD DIV.pager A.next:hover {
  background-image: url(/forge/picts/next_a.gif);
}

TABLE.listbox TR.footer TD DIV.pager A.prev:hover {
  background-image: url(/forge/picts/prev_a.gif);
}


/*** Admin block definitions **********************************************/


TABLE.adminblock { 
  background-color: #EEEEEE; 
  border: 1px solid #AAAAAA;
  width: 210px;
  padding: 0px; margin: 0px;
  border-collapse: collapse;
} 

TABLE.adminblock TR.header {
  background-color: #CCCCCC;
  color: black;
  font-weight: bold;
  text-align: center;
}

TABLE.adminblock TR.header TD {
  border-bottom: 1px solid #AAAAAA;
}
                          
TABLE.adminblock TR.command TD { 
  border-bottom: 1px solid #CCCCCC; 
  padding: 3px;
}                         
           
TABLE.adminblock TR.description TD { 
  padding: 5px;
}                    

TABLE.adminblock TR.command:hover {
  background-color: #DDD;
}
                          






/*** Menu definitions **********************************************/



#menu {
  background-color: #FFF;
  vertical-align: top;
  margin: 0; padding: 0;
}
  
#menuholder {
  margin: 0; padding: 0;
  padding-top: 20px;
  height: 100%;
}


#menuholder UL {
  margin: 0; padding: 0;
  list-style: none;
}

#menuholder UL LI {
  display: inline;
  margin: 0; padding: 0;
  font-family: Verdana,sans;
}

#menuholder UL LI A {
  display: block;
  padding-bottom: 4px;
 }

#menuholder UL LI A:hover {
  text-decoration: underline;
}


UL.menu_1 LI A {
  color: #333;
  padding: 2px 0px;
  padding-top: 6px;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
}

UL.menu_2 LI A {
  color: #333;
  padding: 2px 0px;
  margin: 0;
  font-size: 10px;
  border: 0;
  font-weight: normal;
}


UL LI.active A {
  color: #666;
  text-decoration: underline;
}
  

UL LI.inactive A {
  color: #333;
  text-decoration: none;
}




/*** News definitions **********************************************/

TABLE.newsitem {
  border: 1px solid #AAAAAA;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}

TABLE.newsitem TD {
  padding: 4px;
}

TABLE.newsitem TR.header {
  background-color: #EEEEEE;
  color: black;
}

TABLE.newsitem TR.body TD {
  background-color: #FEFEFE;
  text-align: left;
}

.newsitem .block {
  color: #AAAAAA;
  display: block;
}


.newsitem .title {
  color: #333333;
  display: block;
}

.newsitem .date {
  display: block;
  font-style: italic;
}

.newsitem .intro {
  display: block;
}

.newsitem .more {
  float: right;
}

.newsitem .text {
  display: block;
}


.titleholder {
  border-top: 1px  solid #CCCCCC;
  border-bottom: 1px  solid #CCCCCC;
  padding: 4px 0;
  margin: 4px 0 4px 10px;
  float: right;
  display: block;
}

.titleholder IMG {
  display: block;
}


UL {
  text-indent: 0px; 
}

P {
  text-align: left;
}

#usermenu {
  float: right;
  display: inline;
  color: #333;
}

#languagemenu {
  display: inline;
  color: #333;
}
  

#languagemenu A {
  color: #333;
}





/*** Field definitions **********************************************/

#field_code {
  height: 400px;
}


.right {
  float: right;
}





.header_admin {
  display: inline;
  position: relative;
  top: -20px;
  font-size: 11px;
  font-weight: normal;
  float: right;
}



