/* page-wide defaults */
A { text-decoration: none }

BODY { background: #FFFFFF ; color : #333333 ; font-family: sans-serif ;  font-size: 9pt }

A:link { color: #CC0000 }
A:visited { color: #AA0000 }
A:active { color: #FF0000}
A:hover { color: #FF0000 }

B { color: #000000 }
CODE { color: #004400 ; font-size: 9pt }



/*special cases*/

.warning { color: #EE0000 ; }

TD.content { background: #FFFFFF ; font-size: 9pt}

TD.header, TD.tools, TD.menu2, TD.footer { background: #DEDEDE }
TD.title { background: #EEEEEE }

TD.title { border-width: 1px ; border-bottom-style: solid ; border-color: #888888 ; color: #000000 ; font-size: 14pt }

TD.menu B, TD.menu2 B { font-weight: bold }
TD.menu, TD.menu2  { font-size: 10pt }
TD.menu A, TD.menu2 A { font-size: 10pt }

TD.menu A:link { color:#777777 }
TD.menu A:visited { color: #777777 }
TD.menu A:active { color: #000000 }
TD.menu A:hover { color: #000000 }

TABLE.alt { background: #F4F4F4 }

TD.menu2 A:link { color: #000000 }
TD.menu2 A:visited { color: #000000 }
TD.menu2 A:active { color: #660000 }
TD.menu2 A:hover { color: #660000 }

TD.smiley { color : #000000 ; font-size: 8pt}

TD.headline { color: #000000 ; font-size: 10pt ; font-weight: normal }
TD.article { color: #000000 ; font-size: 9pt ; font-weight: normal }

TD.messages { background: #BBEEBB  ; border-width: 1px ; border-bottom-style: solid ; border-left-style: solid ; border-right-style: solid ; border-color: #888888 ; }

TD.subfooter, TD.subfooter A { color: #999999 ; font-size: 9pt ; }

TH.form { background: #CCCCCC ; border-bottom-width: 1px ; border-bottom-style: solid ; border-bottom-color: #888888 }
TABLE.form, TD.article { background: #EFEFEF ; border-width: 1px ; border-style: solid ; border-top-color: #888888 ; border-bottom-color: #888888 ; border-left-color: #666666 ; border-right-color: #888888 }

INPUT, SELECT, TEXTAREA, OPTION { background: #DDDDDD ; color : #000000 ; font-family: sans-serif ;  font-size: 9pt }
INPUT.danger, SELECT.danger, TEXTAREA.danger, OPTION.danger { background: #990000 ; color : #FFFFFF ; font-family: sans-serif ;  font-size: 9pt ; border-color: #990000 }
SELECT { background: #DDDDDD ; color : #000000 ; font-family: sans-serif ;  font-size: 9pt }

DIV.headline { color: #000000 ; font-weight: bold}

DIV.info, DIV.error, DIV.ok, DIV.debug { font-size: 8pt }

DIV.info { color: #223322 }
DIV.info A { color: #112211 ; text-decoration: underline }
DIV.debug { color: #000000 }
DIV.debug A { color: #660000 ; text-decoration: underline }
DIV.error { color: #BB0000 }
DIV.error A { color: #CC0000 ; text-decoration: underline }
DIV.ok { color: #008800 }
DIV.ok A { color: #006600 ; text-decoration: underline }
