﻿body
{
    font-family: "Trebuchet MS", Trebuchet MS, Arial, Helvetica, sans-serif;
    margin:0 0 0 0;
    font-size: 0.7em;
}

p
{
	margin-top:5px;
	margin-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	/*width:100%;*/
}

ul 
{
	color:#000000;

}


 a:link
{
    color:#5689AE;/* #8A3700;*/
    text-decoration:none;
    font-weight:bold;
}
 a:visited
{
    color:#5689AE;/* #8A3700;*/
    font-weight:bold;
    text-decoration:none;
}

 a:hover
{
   text-decoration: underline;
   color: #255175; /*#A45521;*/
   font-weight:bold;
}

a:active
{
    color: #5689AE;
}

a:inactive
{
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
input, select, textarea
{
    font-size:1em; 
    font-family: "Trebuchet MS", Trebuchet MS, Arial, Helvetica, 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;
   font-weight:normal; color:#006699
}

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;
}
.membercard h3
{
    font-size: 1em;
}


/********** TO ENSURE CORRECT DISPLAY ********************/

/*** IE FIX */
* html .mainnav a, * html .mainnav a:link, * html .mainnav a:hover , * html .mainnav a:visited, * html .mainnav a:active 
{
	color:black;
	background:transparent;
	background-image:none; 
	font-weight:bold;
}


* html .mainsubnav a:link, * html .mainsubnav a:hover , * html .mainsubnav a:visited, * html .mainsubnav a:active 
{
	color:black;
	background:transparent;
	background-image:none; 
	font-weight:bold;	
}




/* 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:groove 1px #5289AE;/*#04C0FF;*//*#DBCE6A;*/
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

.dashedline2_v1
{
    border-bottom:groove 1px #006699;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

.dashedline2
{
    border-bottom:groove 1px #00A4DD;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

.menuDivider
{
    margin:5px 15px 5px 5px;
    border-bottom:solid 1px #f1f1f1;
}

* html .menuDivider
{
    margin:5px 0px 5px 5px;
    border-bottom:solid 1px #f1f1f1;
    width:230px;
}

* + html .menuDivider
{
    margin:5px 0px 5px 5px;
    border-bottom:solid 1px #f1f1f1;
    width:230px;
}
.silverline
{
    border-bottom:solid thin silver;/*#04C0FF;*//*#DBCE6A;*/
    padding-top:5px;
    margin-bottom: 5px;
    clear:right;
}

.dashedlinesmallWhite
{
    border-bottom:dotted thin white;/*#04C0FF;*//*#DBCE6A;*/
    margin-bottom: 10px;
    width:115px;
   

}
HR.blueline
{
    color: #5289AE;/*#DBCE6A;*/
    height: 1px
}

/* Command buttons on pages */
.actionbuttons
{
  text-align:right;
  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;
}

/************************************************************************
* 
* List type pages
*
************************************************************************/

/* represents each item in a vertical list */
.listitem
{
    margin:0px 0px 0px 0px;
    width:444px;
}

/* surrounds the buttons for list items */
.editbuttons
{
    padding-top: 6px;
}

/* floats the thumbnail off to the right */
.thumbnail
{
    float: right;
    margin: 0 0 0 5px;
}

/*used to clear the float for the thumbnail */
.clearlist
{
    clear:right;
    margin:0;
    padding:0;
    height: 0px;
    font-size:0px;
    line-height:0px;
}

/* Used by the page number control */
.PageNumbers
{
    display:inline;
}

.PageNumbers span
{
    padding-left: 3px;
}

.newscrumbs a
{
    font-weight: bold;
    padding-right: 2px;
}

/* Used in the two column lists */

.membercard
{
    background-color: #FEFEB1;
    border: 1px solid #E8DCA3;
    padding: 10px;
    margin-bottom: 10px;
    width: 198px;
}

.clearcard
{
    clear:left;
    height:0;
    margin:0;
    padding:0;
}

#membercardcolumnleft
{
    float: left;
    position: relative;
}
#membercardcolumnright
{
    margin-left: 226px;
}
.membercard p
{
    margin: 5px;
}



/*
.eventlist, .eventlist td, .eventlist tr
{
    border-style:none;
}
*/


/************************************************************************
* 
* 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;
}

.black-border
{
    border: solid 1px #000;
}

