﻿body
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background-color : #FFFFFF;
    font-size: 0.80em;
}

.background
{
   background: #FFFFFF url(../images/background.jpg) repeat-y center top;
}

table, tr, th, td
{
    vertical-align:top;
}

img 
{
    border-color:#000000;
}

li 
{    
    list-style-image:url("../images/asterisk.gif");
}

#login
{
    background: #FFFFFF url("../images/loginbox.gif") no-repeat center;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width:100%;
    height:200px;
}

#login table
{
    text-align: center;
}

#login th
{
    text-align:right;
    vertical-align:middle;
    padding:0 0 0 0;
    width:40%;
}

#login td
{
    text-align:left;
    padding:0 0 0 0;
}

a:link
{
    color: #8A3700;
}
a:visited
{
    color: #542100;
}
a:hover
{
    text-decoration: none;
    color: #A45521;
}
a:active
{
    text-decoration: none;
    color: #000000;
}

input, select, textarea
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;   
}

h1
{
    font-size: 12pt;
    font-weight: bold;
    margin: 5px 0 5px 0;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}

#loginbanner h2
{
    font-size: 1em;
    font-weight: normal;
    margin-top: 8px;
}

#poster h1
{
    font-size: 48px;
    font-weight:normal;
    font-family:Arial;
    color: #000000;
    margin-bottom:-5px;
}

#poster h2
{
    font-size: 13px;
    font-weight: bold;
    color: #50700E;
}
.leftblock h2, .rightblock h2, .fullwidth h2
{
    font-size: 1.6em;
}

.rightblock h3
{
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}

.image_header 
{
    margin-left:5px; float:right;
}

.image_sub
{
    margin-right:10px; float:left;
}

.readmore 
{
    padding-top:5px;
    font-size:x-small; font-weight:bold; font-style:italic;
}

.red
{
    font-size:xx-small; font-weight:bold; color:Red;
}

.yellow
{
    font-size:xx-small; font-weight:bold; color:Yellow;
}
/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/

/* Picture at the top of the site */
.poster
{
   /* background: url(../images/header.jpg) no-repeat;*/
    margin-right: auto;
    margin-left: auto;
    width: 820px;
    height: 122px;    
    margin-top: -5px;
}

/* Navigation strips */
#navtop, #navbottom
{
    background: url(../images/background_nav_main.gif) repeat-x;
    font-size: 9pt;
    font-weight: bold;
    font-family: Arial;
    margin-right: auto;
    margin-left: auto;
    width: 787px;
    height: 28px;
}
#navbottom
{
    margin-top: 15px;
}

#footer
{
    background: url(../images/footer.jpg) no-repeat center bottom;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-bottom: 0px;
    height:98px;
    color: #FFFFFF;
    width:100%;
}

#footer table
{
    text-align: center;
}

/* Make main navigation bars from a unordered list for easy update and better accessibility */
.maintable {margin-top:0px; vertical-align:top;}
#navtop ul, #navbottom ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: center;
}

#navtop ul li, #navbottom ul li
{
    display: inline;
    color: #FFFFFF;
    margin-right: 25px;
}

#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
#navtop a:hover, #navbottom a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}
#navtop a:active, #navbottom a:active
{
    color: #FEFFBD;
    text-decoration: none;
}

/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
#body
{    
    width: 788px;
    padding-left:1px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    position: relative;
    min-height: 600px;
    background: #FFFFFF url(../images/background_2columns.jpg) repeat-y center top;
}

#fullbody
{    
    width: 788px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    min-height: 600px;
    background: #FFFFFF url(../images/background.jpg) repeat-y center top;
    vertical-align:top;
}

/* 2 column layout */
#columnleft
{
    float: left;
    width: 235px;    
    min-height: 600px;
    /*position: relative; */
}

#columnright
{
    margin-left: 237px;
    min-height: 600px;
  /*  position:relative; */
}

.leftblock
{
    padding: 15px;
    /*margin-bottom: 10px;
    background: #EEEEEE url(../images/background_columnleft.gif) repeat-y;*/
    vertical-align: top;
    text-align:center;
}

.rightblock
{
    padding: 15px;
    /*margin-bottom: 10px;
    background: #FEFFAB url(../images/background_columnright.gif) repeat-y;*/
    vertical-align:top;
    width:520px;
}

.brown_panel
{
    width:250px;
    background-color: #DCDCC0;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}
    

/* A full width block on the page */

.fullwidth, #loginbanner
{
    width: 745px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

/* for the login block
    picks up most of its properties from .fullwidth */

#loginbanner
{
  padding-bottom: 0px;
}

/* Goes around controls that need to be presented as a block of functionality  */
.controlblock
{
    border: 1px solid #DBDB79;
    padding: 3px;
    margin: 2px 0 5px 0;
    vertical-align: top;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #BACE99;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

/* Command buttons on pages */
.actionbuttons
{
  text-align:right;
  position: relative; 
  padding: 1px 1px 1px 1px;
}

/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
    position:absolute;
    right:0;
    padding-right:15px;    
}



/************************************************************************
* 
* Global formatting
*
************************************************************************/

/* all the legend tags use this same style */

legend
{
    font-weight: bold;
    color: #666666;
    font-size: 1em;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 7px;
}

/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */

form
{
    margin: 0px;
}

fieldset
{
    margin: 0px;
    padding: 0px;
    border: none;
}

/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility) */

.hidden
{
    visibility: hidden;
}
.none
{
    display: none;
}


/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall, .buttonsmall-ovr
{
    background: url(../images/background_button_small.gif) repeat-x;
    border: none;
    color: #FFFFFF;
    height: 22px;
    font-weight: normal;
    font-size: 9px;
    padding-bottom: 9px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.buttonsmall-ovr
{
    text-decoration: underline;
    background: url(../images/background_button_small-ovr.gif) repeat-x;
}

/************************************************************************
* 
* Page specific 
*
************************************************************************/

/* even dowload button */
.downloadevent img
{
    margin-right: 5px;
    vertical-align: middle;
    border: none;
}

/* Header on view details type pages */
.itemdetails
{
    font-size: 1.3em;
}



/************************************************************************
* 
* Photo selection controls
*
************************************************************************/

#popupbody
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #FFFFFF;
    font-size: 0.7em;
}

#popupinner
{
    border: 1px solid #DBDB79;
    margin: 5px;
    background: #FEFFAB;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#popupbody h2
{
    font-weight: bold;
    margin: 0px;
    padding: 1px 0px 5px 5px;
    display: block;
}

.selected, .unselected
{
    width: 80px;
    height: 100px;
    text-align: center;
    padding: 2px 2px 2px 2px;
}

.unselected
{
    background-color: transparent;
    border: solid 1px #FEFFAB;
}

.selected
{
     background: #FFFFFF;
     border: solid 1px #DBDB79;
}

.scrollablelist
{
    overflow: auto;
    height: 230px;
    width: 460px;
    border: solid 1px #DBDB79;
}

.scrollablelist2
{
    overflow: auto;
    height: 230px;
    width: 210px;
    border: solid 1px #DBDB79;
}


.scrolledtable
{
}

 .selectablephoto
{
    background: #FEFFC8 url(../images/background_thumbnail.jpg) repeat-x center;
    border: 1px solid #E8DCA3;
    padding: 2px;
}

.contextbuttons
{
  margin: 5px 3px 5px 3px; 

}

/************************************************************************
* 
* Forms
*
************************************************************************/

/* label column */
.formlabel
{
    width:120px; 
    vertical-align: top;
}

/* value column */
.formvalue
{
    vertical-align: top;
}

.txtfield
{
    width:300px;
}

.txtblock
{
    width:300px;
}

#regactable tr
{
    vertical-align:top;
    font-size:7pt;
    padding: 1 1 1 1 1;
    text-align:left;
}

/************************************************************************
* 
* AJAX Control
*
************************************************************************/
.modalFilter {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.menu {font-size:small;}

.staticmenu {border-right:solid 1px graytext;}

.dynamicmenustyle 
{
    border:solid 1px graytext;
    width:160px;
    font-size:9pt;
}

.dynamicmenu {
    border-bottom:solid 1px graytext;
    width:160px;
    padding:5px 0px 5px 5px;
}

.navmenu 
{
    background: url(../images/background_nav_main.gif) repeat-x;
    font-size: 9pt;
    font-weight: bold;
    font-family: Arial;
    margin-right: auto;
    margin-left: auto;
    width: 787px;
    height: 28px;

}

.navmenu a:link, .navmenu a:visited, .dynamicmenustyle a:link, .dynamicmenustyle  a:visited
{
    color: #FFFFFF;
    text-decoration:none;
}

.navmenu a:hover, .dynamicmenustyle a:hover
{
    color: #EEE956;
    text-decoration: underline;
}

.dynamichover { background-color:#363636; }

.validatorCalloutHighlight {
    background-color: lemonchiffon;
    z-index:100;
}

/* AJAX Toolkit */

/* default layout */
.ajax .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(../images/tab-line.gif) repeat-x bottom;}
.ajax .ajax__tab_outer {padding-right:0px;background:url(../images/tab-right.gif) no-repeat right;height:21px;}
.ajax .ajax__tab_inner {padding-left:3px;background:url(../images/tab-left.gif) no-repeat;}
.ajax .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/tab.gif) repeat-x;}
.ajax .ajax__tab_hover .ajax__tab_outer {background:url(../images/tab-hover-right.gif) no-repeat right;}
.ajax .ajax__tab_hover .ajax__tab_inner {background:url(../images/tab-hover-left.gif) no-repeat;}
.ajax .ajax__tab_hover .ajax__tab_tab {background:url(../images/tab-hover.gif) repeat-x;}
.ajax .ajax__tab_active .ajax__tab_outer {background:url(../images/tab-active-right.gif) no-repeat right;}
.ajax .ajax__tab_active .ajax__tab_inner {background:url(../images/tab-active-left.gif) no-repeat;}
.ajax .ajax__tab_active .ajax__tab_tab {background:url(../images/tab-active.gif) repeat-x;}
.ajax .ajax__tab_body 
{
    font-family:Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    font-size:8pt;
    border:1px solid #DBDB79;
    border-top:0;
    padding:8px;
    
}

.nav .nav__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(../images/tab-line.gif) repeat-x bottom;}
.nav .nav__tab_outer {padding-right:0px;background:url(../images/tab-right.gif) no-repeat right;height:21px;}
.nav .nav__tab_inner {padding-left:3px;background:url(../images/tab-left.gif) no-repeat;}
.nav .nav__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/tab.gif) repeat-x;}
.nav .nav__tab_hover .nav__tab_outer {background:url(../images/tab-hover-right.gif) no-repeat right;}
.nav .nav__tab_hover .nav__tab_inner {background:url(../images/tab-hover-left.gif) no-repeat;}
.nav .nav__tab_hover .nav__tab_tab {background:url(../images/tab-hover.gif) repeat-x;}
.nav .nav__tab_active .nav__tab_outer {background:url(../images/tab-active-right.gif) no-repeat right;}
.nav .nav__tab_active .nav__tab_inner {background:url(../images/tab-active-left.gif) no-repeat;}
.nav .nav__tab_active .nav__tab_tab {background:url(../images/tab-active.gif) repeat-x;}
.nav .nav__tab_body 
{
    font-family:Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    font-size:10pt;
    border:1px solid #DBDB79;
    border-top:0;
    padding:8px;
    
}

#accordion_header
{
    background: #bace99 url(../images/background_accordion.gif) repeat-y;
    padding: 5px;
    border: solid 1px #000000;
    font-weight:bold;
}
#accordion_content
{
    background-color: #FFFFFF;
    padding: 15px;
    border: solid 1px #000000;
    min-height:100px;    
}

#accordion_content h1
{
    font-size: 18px;
    font-weight:normal;
    font-family:Arial;
    color: #000000;
    margin-bottom:-5px;
}

#accordion_content h2
{
    font-size: 14px;
    font-weight: bold;

}
.xsmall
{
    font-size:x-small;
}

