﻿/* Holds styles relating to fonts colours, in other words, general settings for this website */

body
{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 0.8em;
    color:Black;
    margin:10px 15px 10px 15px;
}

p
{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	padding-left:6px;
	margin:10px 15px 10px 15px;
}

.PaddedContainer
{
	padding-left:20px;
	padding-right:20px;
}


/************ HEADINGS ************/

h1
{
	font-size: 1.8em;
	font-weight:bold;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	padding-left:20px;
	padding-top:10px;
    color:#06197E;
}

h2
{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size:1.3em;
    padding: 0px 0px 0px 20px;
    margin-top:0px;
	margin-bottom: 10px;  
    color:#06197E;
}

h3 
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 1.1em;
    text-decoration:underline;
	padding-left:20px;
    color:#06197E;
}

h4
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	padding-left:20px;
	font-size:1em;
	text-decoration: none;
	font-weight:bold;
	color:#06197E;
}

a:link
{
    color: Navy;
}
a:visited
{
    color: Navy;
}
a:hover
{
    text-decoration: none;
    color: blue;
}
a:active
{
    text-decoration: none;
    color: #000000;
}

.welcome
{
	display:block;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 1em;
}

input, select, textarea
{
    font-size:1em; 
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}



/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}

.leftblock h2, .rightblock h2, .fullwidth h2
{
    font-size: 1.8em;
    text-align:center;
    vertical-align:top;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #E8F3F9;
    clear:right;
    margin:10px 15px 10px 15px;
}

#centercontent
{
	text-align:center;
	vertical-align:middle;
}


/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
    position:absolute;
    right:0;
    padding-right:15px;    
}



/************************************************************************
* 
* Global formatting
*
************************************************************************/

.hidden
{
    visibility: hidden;
}
.norender
{
    display: none;
}

.render
{
	display:block
}

table
{
	margin-left:auto;
	margin-right:auto;
}

tr
{
	vertical-align:top;
	text-align:left;
}

/************************************************************************
* 
* 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;  
}

.UnderContruction
{

}

/* add hover border to href thumbnail images */
/*todo: rectify whether these should be .photo instead 

.thumbnail a:link img, #thumbnail a:visited img
{
    border: 2px solid #883D08;
}
.thumbnail a:hover img
{
    border: 2px solid #FFFFFF;
}
.thumbnail a:active img
{
    border: 2px solid #000000;
}
*/

/************************************************************************
* 
* 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;
    margin:10px 15px 10px 15px;
}

/* 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;
}


/************************************************************************
* 
* 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: #FED36B;
    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: #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;
}




.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;
}
.smallprint
{
	font-size:0.8em;
}

.BuyNowTable th
{
	font-size:1.2em;
	text-decoration: underline;
	text-align:center;
}

.BuyNowTable td
{
	padding-right:20px;
	vertical-align:middle;
	text-align:center;
}

.BuyNowTable table
{
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}

.BuyNowTable
{
	text-align: center;
	background-image: url(images/centretablebg.jpg);
	background-repeat:no-repeat;
	width:850px;
	height:300px;
	margin-left:auto;
	margin-right:auto;
}

