H1,H2,H3,H4 { font-family: Arial, Helvetica, sans-serif }
DIV.small   { font-size: 70%; }
H1.pagename { margin-top: 0; }
IMG.inline  {}

A.footnoteref { vertical-align: super;
                font-size: 70%; }
A.footnote    { color: #0044AA; }
P.versionnote { color: red;
                font-size: 130%;
                text-align: center;
                background: #EAEAEA;
                padding: 12px 12px 12px 12px;
                }

/* Added in v1.5.1 */

H3.leftmenuheading { margin-top: 0; }
BODY.edit   { background-color: #D9E8FF; } /* Edit.jsp BODY element */
TD.leftmenu { }                            /* Left menu */
TD.page     { }                            /* Page data area */
A.wikipage  { }                            /* Normal, internal wiki reference */
A.external  { }                            /* External reference */
A.interwiki { }                            /* Interwiki reference */

/* Added in 1.6.3 */
TD.diffadd  { background: #99FF99;
              font-family: monospace; }
TD.diffrem  { background: #FF9933;
              font-family: monospace; }
TD.diff     { background: #FFFFFF;
              font-family: monospace; }

/* Added in 1.6.9 */

TABLE.wikitable { }
TABLE.wikitable * TD { text-align: left; }
TABLE.wikitable * TH { }

/* Added in 1.6.13 */

/* This is the Edit.jsp editor style */
TEXTAREA.editor {}

/* Added in 1.9.20 */

/* The text how the "This is a preview" comment should be shown. */
.previewnote { text-align: center;
                font-size: 150%;
                    color: red; }

/* How the preview content should be shown */
.previewcontent { background: #E0E0E0; }

/* How the system messages should be shown (DisplayMessage.jsp) */
.messagecontent { background: #E0E0E0; }

/* How the "This page has been modified..." -comment should be shown. */

.conflictnote { }

/* For the weblog plugin */

.weblog { margin-left: 20px; }

.weblogheading { background: #E0E0E0;
                 font-size: 120%;
                 font-family: sans-serif;
                 margin-top: 2ex; }

.weblogentry { font-family: sans-serif;
               font-size: 85%;
               margin-left: 10px; }

.weblogpermalink { font-size: 8px;
                   margin-left: 10px; }

P.locknote { color: red;
             font-size: 130%;
             text-align: center;
             background: #EAEAEA;
             padding: 12px 12px 12px 12px;
             }

/* For the CalendarTag */
TABLE.calendar  { font-size: 80%; }
TABLE.calendar TD { text-align: center; }

TABLE.calendar TD.othermonth { color: #707070; }

TABLE.calendar TD.link { background: #E0E0E0; }

TABLE.calendar TR.month { font-size: 120%;
                          font-family: sans-serif; }
TABLE.calendar TR.weekdays { font-color: #FF0000; }

/* For the BreadcrumbsTag */
.breadcrumbs { font-size: 60%; }


/* iternum default stylesheet */
BODY, P, TD, TH, UL, OL  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

BODY {
	background-color: white;
}

H1, H2, H3, H4  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

H1  {
	font-size : 125%;
}

H2  {
	font-size : 115%;
}

H3, H4  {
	font-size : 110%;
}

A:LINK  {
	text-decoration : none;
	color : Navy;
}

A:VISITED  {
	text-decoration : none;
	color : Purple;
}

A:HOVER  {
	text-decoration : underline;
	color : Navy;
}

p {
  font-family: sans-serif, Verdana, Helvetica, Arial;
  font-size: 12pt;
}

address {
    margin-left: 10px;
    text-align: left;
    font-style: italic;
    font : italic smaller/normal sans-serif;
}

pre, code { font-family: monospace } /* navigator 4 requires this */

/* header styles */
.hd_top_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
}

/* for internet explorer we need to redefine everything */
A:LINK.hd_top_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
}

A:VISITED.hd_top_nav {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color:white;
	text-decoration: none;
}

A:HOVER.hd_top_nav{
	color: white;
        text-decoration: underline;	
}

/* we should redefine text-decoration underline for navigator, since "hover" is not supported */

TD.hd_main_nav {
	white-space:nowrap;
}

.hd_main_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: bolder;
    color:navy;
}

/* body styles */
.bd_main {
	margin-left : 20px;
}

.bd_breadcrump_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

/* left navigation */
P.bd_left_nav {
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bolder;
	margin-left : 4px;
}

/* head of news: grey-bar with black font */
.bd_news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color: black;
}

.bd_teaser {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
}

/* data tables */
.data_tab {
	background-color: #CCCCCC;
	padding: 3px;
	border-width: 0px;
	border-style: none;
	border-spacing: 1px;
}

.data_hrow {
	background-color: #DDDDDD
}

.data_row {
	background-color: #EEEEEE
}

/* footer styles */
.ft_sitewide_nav {
	
}

.ft_copyright {
     margin: 0 0 0 15pt;
     text-align: left;
     font-size: small;
     font : 8px/-1px sans-serif;
}

