﻿body
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    font-size: 0.7em;
    color:#636563;
}
a
{
    color: #3041a9;
    text-decoration: none;
}
a:visited
{
    color: #3c56f5;
}
a:hover
{
    color: #6f83ff;
    text-decoration:underline;
}
a:active
{
    color: #122491;
}

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
{
   color: #3041a9;
   margin: 2px 0 2px 0;
}
h4, h5, h6
{
   color: #636563;
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 1.6em;
    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;
}


.rightblock h3
{
    font-size: 1.1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}


/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/

/* Picture at the top of the site */
#header
{
	width:800px;
	height:180px; /* changed from 164px by BEcky 15/7/09 */
	background-image:url(images/AECCheaderbg.gif);
	background-repeat: no-repeat;
	margin: 5px 0 6px 0;
	padding:0;
	font-weight:bold;
}

#header img {
	float:right;
	margin:0px;
	border:0px;
}
#header h1 
{
    color:#ccd2f7;
    padding:2px 0 7px 13px;
    font-weight:normal;
    font-size:2.5em;
}
#header h1 a
{
    color:#a2afff;
    text-decoration:none;
}
/* Navigation strips */

#topnav {
	width: 800px; /* changed from 780px by Becky */
	height:40px; /* changed from 35px by Becky */
	float:right;
	text-align:right;
	padding: 8px 0px 0px 0px;
	color:#3041A9; 
}
html>body #topnav { /*firefox but not IE*/
	padding: 6px 0px 0px 0px;
}
#topnav img {
	float:none;
	vertical-align:middle;
	margin-right: 5px;
	margin-left: 1px;
}
html>body #topnav img { /*firefox but not IE*/
	margin-right: 4px;
}

#mainnav
{
    float:left;
	width: 700px;
    padding-top:23px; /*Changed from 25px by becky 06/08/09*/
}

/* Make main navigation bars from a unordered list for easy update and better accessibility */

#mainnav ul, #topnav ul, #bottomnav ul
{
    margin: 0;
    padding-left:9px; /*Changed from 0px by becky 06/08/09*/
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: left;
}
#bottomnav ul
{
    text-align:center;
}
#mainnav li, #topnav li, #bottomnav li
{
    display: inline;
    color: #3041A9;
    margin-left: 6px; /*Changed from 0px by becky 06/08/09*/
}
/*CHANGED BELOW*/
#topnav a:visited, #topnav a:link
{
    color: #3041A9;
    text-decoration: none;
}
#mainnav a :link, #mainnav a:visited, #bottomnav a:link, #bottomnav a:visited, 
{
    color: #ffffff;
    text-decoration: none;
}
/*CHANGED ABOVE*/
#mainnav a:hover, #topnav a:hover, #bottomnav a:hover
{
    text-decoration: underline;
}
#mainnav a,  #bottomnav a /* Declan 10/06/09 */
{
    text-decoration: none;
color:#eeeeee; 
}
#mainnav a:hover,  #bottomnav a:hover /* Declan 10/06/09 */
{
    text-decoration: underline;
color:#ffffff; 
}
#navtop a:active, #navbottom a:active, #bottomnav a:active
{
    color: #FEFFBD;
    text-decoration: none;
}
#footer
{
    text-align:center;
}
#bottomnav
{
    padding-top:3px;
    height:35px;
    width:780px; /*  changed from 900px 24/7/09 by Becky */
	background-color: #3041a9; 
	font-weight:bold;
	background-image: url(images/AECCbottomnavbg.gif);
	text-align: left;
}
/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
#container
{
	position: relative;
	width: 800px;
	margin: 0 auto;	
}

#columnwide
{
    padding:15px 3px;
}
/* 2 column layout */
#columnleft
{
    float: right;
    width: 120px;
    /*position: relative; */
}

#columnright
{
    margin-right: 135px;
  /*  position:relative; */
}

.leftblock
{
    padding: 15px;
    margin-bottom: 10px;
    vertical-align: top;
    width:150px;
}

 .rightblock
{
    padding: 15px 5px;
    margin-bottom: 10px;
    position: relative;
    width:632px;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}
    

/* A full width block on the page */

.fullwidth
{
    width: 900px; /*  Changed from 780px 15/7/09 by Becky */
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}


/* Goes around controls that need to be presented as a block of functionality  */
.controlblock
{
    border: 1px solid #cccccc;
    padding: 3px;
    margin: 2px 0 5px 0;
    vertical-align: top;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px solid #cccccc;
    padding-top: 10px;
    margin-bottom: 10px;
}

/* 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;
}


/************************************************************************
* 
* Image functionality
*
************************************************************************/

.photo
{
    border: solid 1px #cccccc;
    padding: 5px;    
}

.picture
{
    border: solid 1px #cccccc;
    padding: 5px;
    margin: 5px;  
}

/* 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;
    padding-right:5px;
    height:90px;
    overflow:visible;
}
/* 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
{
    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
{
    border: 1px solid #ffffff;
    padding: 10px;
    margin-bottom: 10px;
    width: 290px;
}

.clearcard
{
    clear:left;
    height:0;
    margin:0;
    padding:0;
}

#membercardcolumnleft
{
    float: left;
    position: relative;
}
#membercardcolumnright
{
    margin-left: 226px;
}
.membercard p
{
    margin: 5px;
}

/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall, .buttonsmall-ovr
{
    background: url(images/AECCbackground_button_small.gif) repeat-x;
    border: none;
    color: #FFFFFF;
    height: 16px;
    font-weight: normal;
    font-size: 9px;
    padding-bottom: 9px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top:3px;
}
.buttonsmall-ovr
{
    text-decoration: underline;
    background: url(images/AECCbackground_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: #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
{
     border: solid 1px #ffffff;
}

.selected
{
     border: solid 1px #cccccc;
}

.scrollablelist
{
    overflow: auto;
    height: 230px;
    width: 460px;
    border: solid 1px #cccccc;
}

.scrollablelist2
{
    overflow: auto;
    height: 230px;
    width: 210px;
    border: solid 1px #cccccc;
}


.scrolledtable
{
}

 .selectablephoto
{
    background: #FEFFC8 url(images/background_thumbnail.jpg) repeat-x center;
    border: 1px solid #cccccc;
    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;
}
/*
    Declan
*/

.formLabel
{
    width:9em;
    float:left;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0!important;
	margin-top : -2px!important;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 130px;
    text-align : left; 
    list-style-type : none;
	background-color: window;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #dddddd;
	color: black;
	padding: 1px;
/*	margin-left:-40px;*/
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
/*	margin-left:-40px;*/
}
#ChequeForm
{
    border: 1px solid #cccccc;
    padding:45px;
    margin:3px;
}
.paypalDiv
{
    background:White;
    color:Black;
    border-color:#83a8cc;
}
.paypalDiv h1, .paypalDiv h2, .paypalDiv h3, .paypalDiv strong
{
    color:#326698;
}
.err
{
    color:#8A3700;
    font-style:italic;
}
.AreaLinks p
{
    margin-top:1px;
    margin-bottom:0px;
}
.AreaLinks h3
{
    margin-top:12px;
    margin-bottom:0px;
}
#AreaLinkEdit li
{
    list-style:none;
}
.ReorderList li
{
    list-style:none;
    margin-left:-40px;
}
.imagelist 
{
    padding-top:5px;
    padding-bottom:5px;
    text-align:center;
}
.imagelist img
{
    margin:10px auto;
}
.watermarked {
	color:gray;
}	
.MaskedEditFocus
{
}
.MaskedEditMessage
{
	color: red;
}
.MaskedEditError
{
	color: red;
}
#PhotoPage #columnleft
{
    float: right;
    width: 196px;
    padding:3px;
}

#PhotoPage #columnright
{
    margin-right: 135px;
}

#PhotoPage .leftblock
{
    width: 180px;
    padding: 15px;
    margin-bottom: 10px;
    vertical-align: top;
}

#PhotoPage .rightblock
{
    padding: 15px 3px;
    margin-bottom: 10px;
    position: relative;
    width:555px;
}
.table 
{
    border-color:#cccccc;
}
.emailtxtfield
{
    width:450px;
}

.emailtxtblock
{
    width:450px;
}
.frontpage
{
    padding-left: 13px;
    width:767px; 
    height:440px;
    background-color:Black; 
    background-image:url(images/dashbackLowRes.jpg); 
    background-repeat:no-repeat; 
    color:White;
    margin-bottom:6px;
}
.frontpage h2
{
    color:White;
    font-size:2em;
    margin:0;
    padding:0;
    font-weight:normal;
}
.frontpage h3, .frontpage p
{    
    color:White;
    font-size:1.7em;
    margin:0;
    padding:0;
}
.frontpage h3 a, .frontpage p a, .frontpage h2 a
{    
    color:White;
}