﻿body
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px ;
    background: #FED36B url(images/background_main.jpg) repeat-y center top;
    font-size: 0.7em;
}
a:link
{
    text-decoration: none;
    color: White;
}
a:visited
{
    text-decoration: none;
    color: White;
}
a:hover
{
    text-decoration: underline;
    color: White;
}
a:active
{
    text-decoration: none;
    color: White;
}

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: 28px;
    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;
}

.leftblock h2, .rightblock h2, .fullwidth h2
{
    font-size: 1.6em;
}

.rightblock h3
{
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}



/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/

/* Picture at the top of the site */
#poster
{
    background: url(images/poster.jpg) no-repeat;
    margin-right: auto;
    margin-left: auto;
       height: 139px;
}
.nonet 
{
  border:none
}

/* Navigation strips */
#navtop, #navbottom
{
    background: url(images/background_nav_main.gif) repeat-x;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
      height: 30px;
     text-align:center;
   
}

#footer
{
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 22px;
    color: #C89F3D;
}

/* Make main navigation bars from a unordered list for easy update and better accessibility */

#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: 22px;
    margin-left:22px;
}
#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
#navtop a:hover, #navbottom a:hover
{
    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: 840px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

/* 2 column layout */
#columnleft
{
    float: left;
    width: 346px;   
    margin-right: 10px;
    /*position: relative; */
}

#columnright
{
    float:right;
    
    
  /*  position:relative; */
}
#columnright2
{
   float:right;   
}
.leftblock
{
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    background: #FEFAAB url(images/background_columnleft.gif) repeat-y;
    vertical-align: top;
    text-align:left;
    
}
 #columnleft a:link, #columnleft a:visited
{
    color: #990000;
}
 .rightblock
{
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    background: url(images/background_columnright.gif) #feffab repeat-y right 0%;
    position: relative;
    width: 452px;
    text-align:left
}
.rightblock3
{
   border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    background: url(images/background_columnright.gif) #feffab repeat-y right 0%;
    position: relative;
    width:490px;  
}
#columnleft2
{
    float: left;
    width: 245px;   
    margin-right: 10px;
    /*position: relative; */
}
#columnleft3
{
 float: left;
 width:250px;
    margin-right: 10px;
}
  .rightblock2
{
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    background: url(images/background_columnright.gif) #feffab repeat-y right 0%;
    position: relative;
    width: 553px;   
}
/* A full width block on the page */

.fullwidth
{ 
    border: 1px solid #DBDB79;
    width: 810px;
    margin-right: auto;
    margin-left: auto;
    background: #FEFFAB url(images/background_fullwidth.jpg);
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
text-align:left;
vertical-align:middle;
 }


/* for the login block
    picks up most of its properties from .fullwidth */



/* 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 #DBCE6A;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

/* Command buttons on pages */
.actionbuttons
{
  text-align:right;
  position: relative; 
  padding: 1px 1px 1px 1px;
}
/************************************************************************
* 
* 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
{
}

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;
}
/************************************************************************
* 
* Image functionality
*
************************************************************************/

.photo
{
    background: #FEFFC8 url(images/background_thumbnail.jpg) repeat-x center;
    border: solid 1px #E8DCA3;
    padding: 5px;    
}

.picture
{
    background: #FEFFC8 url(images/background_thumbnail.jpg) repeat-x center;
    border: solid 1px #E8DCA3;
    padding: 5px;
    margin: 5px;  
}

/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall, .buttonsmall-ovr
{
    background: url(images/background_button_small.gif) repeat-x;
    border: none;
    color: #FFFFFF;
    height: 18px;
    font-weight: normal;
    font-size: 9px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align:center;
    vertical-align:middle;
}
.buttonsmall-ovr
{
    text-decoration: underline;
    background: url(images/background_button_small-ovr.gif) repeat-x;
}

.button
{
    background-image: url(images/background_button_small.gif);
    width: 70px;
    color: white;
    font-family: Arial;
    background-color: transparent;
    border-width:1px;
    vertical-align:middle;
}
.image
{
    margin-right: 10px;
       border-right: white 2px solid;
    border-top: white 2px solid;
    border-left: white 2px solid;
    border-bottom: white 2px solid;
}
.butper a:link, .butper a:visited
{
    color: #990000;
    text-decoration: none;
    vertical-align: middle;
}
.butper1
{
    color: #990000;
    font-weight:bold;
    vertical-align: middle;
}
.butper a:hover
{
    color: #990000;
    text-decoration: underline;
}   
.new
{
    position:  static;
    left: 3px;
    top: 1px;
}

.imag
{
    
    z-index: 90;
    left: 0px;
    width: 100%;
    position: fixed;
    top: 0px;
    height: 100%;
    margin:auto;
    
}
#tbi
{
    vertical-align: middle;
    width: 100%;
    height: 100% ;
    text-align: center;
    z-index:91;
    
}

.pff
{
    z-index: 89;
    background-color: White;
    filter: alpha(style=0, opacity=50);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
   
}

#Up
{
    height:100%;
    width:100px;
}

html {
scrollbar-base-color: #FED36B;
scrollbar-arrow-color: white;
scrollbar-track-color: #FED36B;

scrollbar-shadow-color: gray;
scrollbar-lightshadow-color: gray; 
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: gray;
}

.fullwidthlist
{
    text-align: left;
    border-width: 0px;
    margin-top: 0px;
    margin-left: 0px;
    list-style-position: inside;
    list-style-type: disc;
}

.fullwidthlist a:link
{ 
    line-height: 15px;
    color: #804000;
    margin-left: 3px;
 }

.fullwidthlist a:visited
{
    line-height: 15px;
    color: #804000;
    list-style-image: url(images/nn.gif);
  margin-left: 3px; 
}
 .fullwidthlist a:active
{
    color:  #804000;
    line-height: 15px;
    font-weight:bold;
 margin-left: 3px;
  
   
}
    #loginbanner
{ 
    border: 1px solid #DBDB79;
    margin-right: auto;
    margin-left: auto;
    background: #FEFFAB url(images/background_fullwidth.jpg);
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
text-align: center;
vertical-align:middle;
 }    


