﻿#iris .topnav
{
    border-bottom: none; /* suppress border on topnav */
}

#iris .menu_heading
{
    border-top: 1px solid #767676; /* rule at top of menu (normally at bottom of topnav) still needed */
}

#iris .heading
{
    background: url(../i/iris/headerbg.jpg) repeat-x;
    border-bottom: none; /* suppress bottom border */
}

#iris .contentsheader
{
    color: #4a7e00;
}

.irislatest
{
    border: none;
}

.irislatestintro
{
    text-align: center;
    border-top: #aaa 1px solid;
    border-bottom: #aaa 1px solid;
    background-color: #eee;
    padding: 3px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.irislatestheader /* used in webzine/procs.asp */
{
    background: transparent url(../i/iris/latestheaderbg.gif) repeat-x;
    height: 17px;
    text-align: center;
    line-height: 17px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    font-weight: bold;
}

.irissearch
{
    margin-top: 10px;
}

.first
{
    margin-left: 0px;
}

#irishome table.thumbnails
{
    width: 100%;
    border-spacing: 0px; /* ignored by IE - not critical, just doesn't look as nice */
}

#irishome td.thumbnail
{
    margin: 0px;
}

#irishome .formtable
{
    background-color: #eee;
    width: 100%;
    border-top: #aaa 1px solid;
    border-bottom: #aaa 1px solid;
    background-color: #eee;
    padding: 3px;
}

#iris td.heading
{
    vertical-align: middle; 
    padding: 0px;   
}

#iris .content
{
    padding: 0px;   
}

#iris .subheading
{
    color: #b8b8b8; /* grey */
    background: #000 url(../i/iris/albumsubheading.gif) no-repeat;
    font-size: 18pt;
    padding: 6px 0px 6px 10px; /* centre vertically and indent */
    min-height: 32px; /* 44px (see below) minus 6 + 6px vertical padding above */
    margin-bottom: 10px; /* normally on heading */
}

.irisrightnav
{
    background: #000;
    color: #b8b8b8; /* grey */
    position: relative; left:-5px; top:-5px; /* counteract default padding on rightnav */
    padding-left: 10px;
    margin-right: -5px; /* counteract default padding and resulting position shift on rightnav */
    min-height: 44px;
}

.iris_logo
{
    float: left;
}

.iris_header
{
    display: block;
    height: 39px;
    float: right;
    padding-right: 10px;
    color: #fff;
}

.irispro_header
{
    display: block;
    height: 39px;
    float: right;
    padding-right: 30px;
    color: #fff;
    background: url(../i/iris/irisproflash.jpg) top right no-repeat;
}

.iris_options
{
    vertical-align: middle; 
    margin-top: 12px;
}

.iris_header a, .irispro_header a, .irislatestheader a
{
    color: #fff;
}

.iris_header a:hover, .irispro_header a:hover, .irislatestheader a:hover
{
    color: #000;
}

.irisintro
{
    color: #6fb600; 
    font-size: 12pt;
}

.basemap
{
    width: 350px;
    height: 650px;
    background: transparent url(../i/bne/ukmap.jpg) no-repeat;
}

.base
{
    z-index: 1;
}

.superimposed
{
    position:relative;
    width: 0px;
    height: 0px;
    vertical-align: top;
}

.albumbox
{
    display: inline-block;
    background: url(../i/iris/album_b.gif) repeat-x bottom left; /* triple grey line along bottom */
    border-left: 1px solid #929292; /* grey line */
    border-top: 1px solid #929292; /* grey line */
    padding-left: 4px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.albumbox2
{
    display: inline-block;
    background: url(../i/iris/album_r.gif) repeat-y right;
    padding-right: 8px;
}

.albumbox:before 
{
    background: transparent url(../i/iris/album_tr.gif) no-repeat top right;
    content: url(../i/iris/album_tl.gif);
    display: block;
    text-align: left;
    margin-left: -5px;
    margin-top: -1px;
}

.albumbox:after
{
    background: transparent url(../i/iris/album_br.gif) no-repeat bottom right;
    content: url(../i/iris/album_bl.gif);
    text-align: left;
    margin-left: -5px;
    margin-bottom: -5px;
    display: block;
}

.albumflag
{    
    position: relative;
    height: 0;
    text-align: right;
    vertical-align: top;
    top: -4px;
    right: 4px;
    z-index: 1;
}

.albumthumb
{
    vertical-align: top;
    text-align: center; 
    padding-bottom: 10px;
    padding-right: 10px;
}

.dropdownmenu {
  display: inline-block;
}

.dropdownmenu ul {
  display: none;
  list-style: none;
  position: absolute; 
  top: 0px;
  margin-left: 24px; /* slightly more than half the width of the flag graphic */
  white-space: nowrap;
  text-align: left;
  background: #fff;
  padding: 0px 5px;
  border: 1px solid #929292;
  z-index: 2;
  }
  
.dropdownmenu ul.smartmenu
{
  background: #00cc00;
}

.dropdownmenu ul.defaultmenu
{
  background: #ff6699;
}

.dropdownmenu ul .standardmenu 
{
  background: #63729d;
}

.dropdownmenu:hover ul 
{
     display: block; 
}

.altdropdownmenu
{
    padding-left: 25px;
    text-align: left;
}


.quizresults
{
    padding: 10px;
    border: 1px solid #929292;
    margin: 10px 0px;
    font-size: 14pt;
}

.quizstats
{
    background: #f2f2f2;
    padding: 5px;
    margin-top: 5px;
    font-size: 8pt;
}

.albumquizheader
{
    background: #f2f2f2;
    border: 1px solid #929292;
    padding: 5px;
}

.formrow
{
    padding: 5px;
    background: #f2f2f2;
}

.label
{
    width:150px;
    float: left;
}

.album .albumcomment
{
    background-color: #c6e798; 
    padding: 5px;
    margin-top: 5px;
}

