/*--------------------------------------------------------------------------

Basic Style Sheet

version:	1.0
author:		Mike Gregson
email:		mike.g@idaho.uk.net
website: 	http://nwco.dev

--------------------------------------------------------------------------*/

/* Structure 

	=Global
	=Typography
	=Headings
	=Links
	=LayoutStructure
	=pNav
    =sponsors
	=pContent
	=sContent
    =rightCol	
	=footer
    =Admin Site Styles

--------------------------------------------------------------------------*/

/* =Global 
--------------------------------------------------------------------------*/

/* =Links
--------------------------------------------------------------------------*/

a:hover {text-decoration: none; color: #912173;}

a img { border: 0; }

input#confirm
{
	margin-right: 10px;
}

/* =Typography
--------------------------------------------------------------------------*/

/* =Headings
--------------------------------------------------------------------------*/


#pContent h2, #sContent h2
{
	color: #912173;
	border-bottom: 1px solid #e7d5e6;
}

#pContent h3, #sContent h3
{
	color: #912173;
}

#pNav h3.colour
{
    color: #912173;
}

/* =LayoutStructure
--------------------------------------------------------------------------*/

/* =pNav
--------------------------------------------------------------------------*/

#login label.uname
{
    margin-left: 12px;
    background: url(/img/banners/utextboxBG3.gif) 100% 0 no-repeat;
    height: 19px;
    float: left;
    padding-top: 2px;
    margin-top: -1px;
}

#login label.pwd
{
    margin-left: 12px;
    background: url(/img/banners/pwtextboxBG3.gif) 100% 0 no-repeat;
    height: 19px;
    float: left;
    padding-top: 2px;
    margin-top: -1px;
}


/* =pContent
--------------------------------------------------------------------------*/

#pContent em, #pContent i, #pContent bold, #pContent strong
{
	color: #525252
}

/* =sContent
--------------------------------------------------------------------------*/

/* -sContent paging
--------------------------------------------------------------------------*/

#sContent .page_select .objectsPageOn
{
    color: #912173;
}

#sContent #pageSizeSubmit
{
    background: transparent url(/img/buttons/go3.gif) no-repeat 0 0;
}

/* =contentContainer
--------------------------------------------------------------------------*/

/* =Footer
--------------------------------------------------------------------------*/

#footer #links a:hover {text-decoration: underline; color: #912173;}


#page_navigation .prev {
   background: url(/img/buttons/prev3.gif) left center no-repeat;
}

#page_navigation .next {
   background: url(/img/buttons/go3.gif) right center no-repeat;
}
