﻿body
{
    font-family:Georgia, Arial, Verdana, Tahoma;
    font-size:16px;
    margin: 0px;
    background-color:#4d4d4d;
    background: url(images/graystripe.jpg);
}

a
{
 color:#FFFFCC;   
}

a:visited
{
    color: #ffffff;
}

a:hover
{
     color:#FFFFCC;   
}

a:active
{
    text-decoration: none;
    color: #ffffff;
}

a.b{
   color:Blue;
}


b
{
    color:#FFFFCC;
    font-size:medium;
    font-weight:bold;
}

strong
{
    color:#FFFFCC;
    font-size:medium;
} 

i
{
    color:#FFFFFF;  
} 


i.b{
   color:#000000; 
}

p
{
  color: #ffffff;
  text-align: justify;
}

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
{
   font-size: 28px;
   font-weight: bold;
   margin: 5px 0 5px 0;
}

h2
{
   font-size:22px;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #ffffcc;
}

.IE8Fix
 {
   z-index: 100;
   text-align:center;
   color:White;
 }
 
 .typeface-js
{
    font-family:baroquescript;
    font-size: 20px;
    margin-top:5px;
    padding-top:5px;
    color: White;
}
 

#navtop
{
    font-size: 18px;  
    font-family:Georgia;
    margin-right: auto;
    margin-left: auto;
    width:980;
    height: 64px;
    vertical-align:top;
}

#loginbanner 
{
    font-size: 1em;
    font-weight: normal;
    margin-top: 8px;
}


/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/

/* Picture at the top of the site */
#poster
{
    background: url(images/MainHeader.jpg) no-repeat;
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 139px;
    margin-top: 17px;
    position:relative;
}
#poster2
{
    background: url(images/poster2.jpg) no-repeat;
    background-position:left;
    margin-left:auto;
    margin-right: auto;
    width: 726px;
    height: 139px;
    margin-top: 17px;
    position:relative;
    margin-bottom:0px;
}



#footer
{
    width: 726px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size:28px;
    margin-top: 10px;
    padding-bottom: 22px;
    color: #ffffff;
}




/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */


#body2
{
    width: 726px;
    margin-top: 7px;  
    position: relative;
    background-color:#4b4b4b;
    border:solid 4 black;
}



/* 2 column layout */
.columnleft
{
    float:left;
    margin-left:15px;
    width: 285px;
    /*position: relative; */
}

.columnright
{
     margin-left:320px;
     width: 400px;
     vertical-align: top;
  /*position:relative;*/ 
}

.leftblock
{
    border:  1px solid #000000;
    padding:15px;
    margin-bottom: 10px;
    background: #ffffff;
    vertical-align: top;
   
    /*position: relative; */
}

 .rightblock
{
    border:  1px solid #000000;
    padding: 15px;
    margin-bottom: 10px;
    background: #ffffff;
    position:relative;
    width:360px;
    top: 0px;
    left: 268px;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}
   

/* A full width block on the page */

.container
{
  width: 760px;
  background-color: #000000;
  margin-right: auto;
  margin-left: auto;
}

* .container
{
  height: 1%;
}

.fullwidth, #loginbanner
{
    width: 730px;
    margin-right: auto;
    margin-left: auto;
    background: #000000;
    padding-bottom: 30px;
    text-align:center;
}

.fullwidth2 
{
    
    margin-right: auto;
    margin-left: auto;
    background: #4B4B4B;
    margin-bottom: 10px;
    padding-left:15px;
    padding-right: 15px;
    padding-bottom: 20px;
    text-align:center;
}

.fullwidth3
{
  width: 740px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  text-align: center;
}

/* 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 #000000;
    padding: 3px;
    margin: 2px 0 5px 0;
    vertical-align: top;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #ffffff;
    padding-top: 5px;
    margin-bottom: 5px;
    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: #000000;
    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;
}


/************************************************************************
* 
* Image functionality
*
************************************************************************/

.photo
{
    background: #000000 ;
    border-style:groove;
    border-width:4px;
    border-color:Black;  
}

.picture
{
    background: #000000;
}


/************************************************************************
* 
* List type pages
*
************************************************************************/

/* represents each item in a vertical list */

.listitem
{
    margin:0px 0px 0px 0px;
    width:444px;
}


/* floats the thumbnail off to the right */
.thumbnail
{
    float: right;
    margin: 0 0 0 5px;
}

/* Used by the page number control */

.PageNumbers
{
    display:inline;
}

.PageNumbers span
{
    padding-left: 3px;
}

.newscrumbs a
{
    font-weight: bold;
    padding-right: 2px;
}

.membercard
{
    background-color: #ffffff;
    border-style:groove;
    border-color:Black;
    padding: 1px;
    margin-bottom: 1px;
    width: 198px;
}

.clearcard
{
    clear:left;
    height:0;
    margin:0;
    padding:0;
}


.membercard p
{
    margin: 5px;
}


/************************************************************************
* 
* 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;
}


/************************************************************************
* 
* Photo selection controls
*
************************************************************************/

.selected, .unselected
{
    width: 80px;
    height: 100px;
    text-align: center;
    padding: 2px 2px 2px 2px;
}

.unselected
{
    background-color: transparent;
    border: solid 1px #FEFFAB;
}

.selected
{
     background: #FED36B;
     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;
}

.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;
}

.bigannounce {
	width: 734px;
	color: Black;
	background-color: #f4f4f4;
	border-top: 3px solid #d8d8d8;
	border-right: 3px solid #d8d8d8;
	border-bottom: 3px solid #d8d8d8;
	border-left: 3px solid #ccc;
	font-family:Georgia;
  font-size:small;
}




