body
{
  color:                          #333333;
}


/**
 * Form elements
 */
input,
select,
optgroup,
option,
textarea
{
  color:                          #333333;
}

/**
 * Headings
 */
h1,
h2,
h3,
h4
{
  color:                          #003398;
}

h2.index
{
  color:                          #003398;
}


/**
 * Inline elements
 */
a
{
  color:                          #003398;
}

a[name],
a[name]:hover
{
  color:                          #003398;
}

a[href]
{
  color:                          #003398;
}

strong
{
  color:                          #CC6733;
}

abbr:hover
{
  color:                          #336699;
}


/**
 * Custom inline elements
 */
input.text-button,
a.text-button
{
  color:                          #CC6733;
}

.separator
{
  color:                          #003366;
}



/**
 * Header
 */
#header
{
  background-color:               #91B2E8;
}

#site-menu,
#site-menu a,
#site-menu .separator
{
  color:                          #333333;
}

p.intro
{
  color:                          #CC6731;
}


/**
 * Mainmenu
 */

#mainmenu a,
#mainmenu a.selected
{
  border-bottom-style:            solid;
  border-bottom-width:            4px;
  display:                        block;
  float:                          left;
  margin:                         0px 40px 0px 0px;
  padding:                        2px 0px 4px 0px;
  text-decoration:                none;
}

#mainmenu
{
  background-color:               #003399;
  color:                          white;
}

#mainmenu a
{
  border-bottom-color:            transparent;
  color:                          white;
}

#mainmenu a.selected,
#mainmenu a:hover
{
  border-bottom-color:            #ED6533;
}

/**
 * Submenu
 */

#left-column
{
  background-color:               #CDDDF7;
}

#left-column li a,
#left-column li a:hover
{
  color:                          #003366;
}


/**
 * JS menu
 */
div.fmMenu
{
  background:                     #003399;
  border-top-color:               #ED6533;
}

div.fmMenu a:link,
div.fmMenu a:active,
div.fmMenu a:visited
{
  color:                          white;
}

div.fmMenu a:hover
{
  color:                          #6699CC;
}


/**
 * Footer
 */
#footer,
#footer strong,
#footer a,
#footer a:hover
{
  color:                          #333333;
}


table.address-list caption,
table.address-list h2,
table.data-sheet caption,
strong
{
  color:                          #336699;
}


/**
 * ZOW specific styles
 */
table.list tr.top-ten
{
  background-color:               #E4E3E3;
}

table.list tr.top-ten a
{
  font-weight:                    bold;
  color:                          #336699;
}

.contact-form th
{
  color:                          #003366;
}

.inline
{
  display:                        inline;
  list-style-type:                none;
  margin:                         0px 0px 1em 0px;
  padding:                        0px;
}

ul.inline li
{
  display:                        inline;
}

