BODY { BACKGROUND-COLOR: #FFFFFF }

.background1 { background-image: url(eet.jpg); }

.background2 { background-image: url(et.jpg); }



/*------------------------Start Body Style-------------------------*/
/*                                                                 */
/* Please keep in Body Style box                                   */
/* Daniel mackinnon Bsc 2007                        */
/*                                                                 */
/* the following is from the default (purple tiles) theme and is   */
/* used only on the default site.                                  */

.yourco 
		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #1B0344;
		font-weight: bold;
	        }

.topheading 
		{
		font-family: Times New Roman, Times, serif; 
		font-size: 24pt; 
		color: #666666; 
		letter-spacing: 0; 
 		font-weight: bold; 
		font-style: italic;    
		vertical-align: top; 
		word-spacing: 0;
 		font-weight: bold;  
		line-height:70%;  
		text-indent: 0; 
		padding: 0; 
		font-weight: bold; 
		}

/* The following are available but not used and commented out      */
BODY {background-color: #FFFFFF; background-image: url('ggGgetimage.aspx.ID-10462.gif'); }

		/*
body
		{ 
		SCROLLBAR-FACE-COLOR: #D4D4D4; 
		SCROLLBAR-HIGHLIGHT-COLOR: #002f46; 
		SCROLLBAR-SHADOW-COLOR: #002f46; 
		SCROLLBAR-3DLIGHT-COLOR: #002f46; 
		SCROLLBAR-ARROW-COLOR:  #002f46; 
		SCROLLBAR-TRACK-COLOR: #5a6286; 
		SCROLLBAR-DARKSHADOW-COLOR: 002f46; 
                background-color: #000000; 
		background-image: url(getimage.aspx?id=123);
		}

		*/



		/*
select, 
input, 
textarea, 
option,
	{
	color: #666666; 
	background-color: #CCCCCC; 
	border: 1px #666666 solid; 
	font-size: 9px
	background-image: url(getimage.aspx?id=123);
	}
		*/


/*                                                                 */
/*--------------------------End Body Style-------------------------*/
/*-------------------------Start Top Style-------------------------*/
/*                                                                 */
/* Please keep in Top Style box                                    */
/* Daniel mackinnon Bsc 2007                        */
.top   
		{ 
		font-family: arial; 
		font-size: 10pt;  
		color: #EEEEEE;  
		background-color: #000000; 
		}
/*                                                                 */
/*-------------------------End Top Style---------------------------*/
/*------------------------Start Nav Style--------------------------*/
/* Start Navigation                                                */
/*                                                                 */
/* Please keep in Nav Style box                                    */
/* note: on several occassions, td.nav is not available, so        */
/* applying the font-face to .nav would mean that the font-face    */
/* may chnage when on different levels. We therefore apply the     */
/* font-face to '.navlink' since navlink is always available for   */
/* peers, children, grandchildren and parents.                     */
/* The next problem is that .navlink is never applied to the       */
/* current page (except when in horiz-mode).                       */
/* we can therefore apply the font-face to .nav in order to get it */
/* right for tree mode and also apply it to .nav3 in order to catch*/
/*  button-mode and pop-out mode.                                  */
/* for consistency, and to avoid repetition of something which may */
/* change, we can put .nav2 in here also.                          */
/* Daniel mackinnon Bsc 2007                          */
.navlink, 
.nav3, 
.nav, 
.nav2
		{ 
		font-family: arial; 
		font-size: 10pt; 
		color: #FFFFFF;
		}
/*                                                                 */
/*                                                                 */
td.nav
		{
		background-color:#FF6600;
		text-align:<COMMENT>ALIGN</COMMENT>;
		padding-top: 1px; 
		padding-right: 1px; 
		padding-bottom: 1px; 
		padding-left: 1px;  
		vertical-align: top; 
		}
/*                                                                 */
/*  Start Extras                                                   */
/*                                                                 */
/* The following classes are available, these can be defined to    */
/* control the appearance of navigation text at various levels     */
/* This is useful to show hierarchy, for example you may want text */
/* at lower levels to get progressively smaller. Since this class  */
/* is applied to a SPAN which is within an A and which is in a TD, */
/* there is no control over state when this is defined.            */
/* For example if you set navlevel2 to be blue, then the hover     */
/* state colour (defined in a:hover would be lost) andf the text   */
/* would stay blue when hovered over.                              */
.navlevel1 {}
.navsellevel1 {}
.navlevel2 {}
.navsellevel2 {}
.navlevel3 {}
.navsellevel3 {}
.navlevel4 {}
.navsellevel4 {}
/*                                                                 */
/*  End Extras                                                     */
/*                                                                 */
/*------------------------End Nav Style----------------------------*/
/*-----------------Start ButtonNav Style --------------------------*/
/* Start ButtonNav Style                                           */
/* Please keep in ButtonNav Style                                  */
/* Daniel mackinnon Bsc 2007                       */
/*                                                                 */
td.nav2
		{
		background-color:#FF6600;
		text-align: Left;
		padding-top: 5px; 
		padding-right: 5px; 
		padding-bottom: 5px; 
		padding-left: 5px;  
		vertical-align: top; 
		}
/*                                                                 */
/*                                                                 */
/*---------------------End ButtonNav Style ------------------------*/
/*-----------------Start SelButtonNav Style -----------------------*/
/* Start SelButtonNav Style                                        */
/* Please keep in SelButtonNav Style                               */
/* Daniel mackinnon Bsc 2007                         */
/*                                                                 */
td.nav3
		{
		background-color:#FF6600;
		text-align: Left;
		padding-top: 5px; 
		padding-right: 5px; 
		padding-bottom: 5px; 
		padding-left: 5px;  
		vertical-align: top; 
		}
/*                                                                 */
/*                                                                 */
/*---------------------End SelButtonNav Style ---------------------*/
/*------------------------Start Head Style-------------------------*/
/*                                                                 */
/* Please keep in Head Style box                                   */
/* Daniel mackinnon Bsc 2007                         */
/* Note: this style covers common spelling mistakes                */
.head,  
.header   
		{ 
		font-family: arial; 
		font-size: 10pt;  
		color: #FFFFFF;  
		background-color: #000000; 
		}
/*                                                                 */
/*--------------------------End Head Style-------------------------*/
/*----------------------Start Content Style------------------------*/
/* Start Normal                                                    */
/*                                                                 */
/* Please keep in Content Style box                                */
/* This style controls all the normal paragraph pieces of text     */
/* Comma seperated classes may be removed and classed individually */
/* In most cases the outer tag of a classed element will be P      */
/* so inheritance will cause the text to be classed according to   */
/*  the P tag,   ul li etc are included for consistency            */
/* this is the default style so settings are taken from the panel  */
/* settings                                                        */
/* Daniel mackinnon Bsc 2007                          */
P, 
ul, 
ol, 
li, 
dl, 
di, 
dd, 
.whatsnewlinkweek,  
.whatsnewtitleweek,  
.whatsnewdateweek, 
.whatsnewlinkmonth, 
.whatsnewtitlemonth,  
.whatsnewdatemonth,  
.whatsnewlinkyear, 
.whatsnewtitleyear, 
.whatsnewdateyear, 
.whatsnewlinkovermonth, 
.whatsnewtitleovermonth, 
.whatsnewdateovermonth, 
.newsarticlesummary, 
.sitemapsummary, 
.newsarticledate,  
.newsarticlesummary,  
.newsarticlebody, 
.eventdate, 
.eventwhere, 
.EventDetail, 
.extranettext, 
.sitemapsummary, 
.searchtitle, 
.seartext,  
.searchfor,  
.searchresults, 
.searcherrortext, 
.searchheading, 
.searchtype, 
.searchresultlink, 
.searchlastupdated, 
.searchsummary, 
.searchresultcount, 
.searchnextlast, 
.guestbooktext, 
.guestbookmessagetext, 
.guestbookmessageinfo,
.ASPForums, 
.ASPForumsMsgPostedByLabel, 
.ASPForumsMsgPostedBy, 
.ASPForumsMsgPostedOnLabel, 
.ASPForumsMsgPostedOn, 
.ASPForumsMsgBodyLabel, 
.ASPForumsMsgBody, 
.ASPForumsViewSubject, 
.ASPForumsViewAuthor, 
.ASPForumsViewDate, 
.ASPForumsViewOneChild, 
.ASPForumsViewNoChildren, 
.ASPForumsMsgBody, 
.ASPForumsFormSearch, 
.ASPForumsViewManyChildren, 
.linkpagelink, 
.postcards, 
.EQFormTitle, 
.formLabel, 
.formTextbox, 
.formAddress, 
.formOption, 
.formDropdown, 
.formTextarea, 
.formChannels,  
.formChannels, 
.navfooter,
.downloadhead,
.downloadfoot,
.referencehead,
.referencefoot
	{
	font-family: arial; 
	color: #FFFFFF; 
	font-size: 10pt; 
	}
/*  note these styles are duplicated in td.content incase any tags */
/*  are missing. Therefore if the font size is changed in this     */
/*  class, please change it also in td.content below               */
/*                                                                 */
/* End Normal Paragraph                                            */
/*                                                                 */
/*                                                                 */
/*                                                                 */
/* Start Small Text                                                */
/*  (for example in guestbook Address1, Address 2 , 18-35)         */
.navhelp, 
.guestbooktextsmall
	{
	font-family: arial; 
	color: #FFFFFF; 
	font-size: 8pt; 
	}
/* End Small Text                                                  */
/*                                                                 */
/*                                                                 */
/*                                                                 */
/*                                                                 */
/* Start Main Heading (h1)                                         */
/*                                                                 */
/* Please keep in Content Style box                                */
/* This style controls all the primary heading pieces of text      */
/* Comma seperated classes may be removed and classed individually */
/* currently there is no inheritance in most cases, so classes must*/
/* be defined                                                      */
/* this is the default style so settings are taken from the panel  */
/* settings                                                        */
/*Daniel mackinnon Bsc 2007                         */
h1, 
.Sound Advice,
.sitemap,  
.newstitle, 
.eventstitle, 
.extranettitle,  
.forumtitle, 
.guestbooktitle,  
.sitemap, 
.searchtitle, 
.forumtitle
	{
	font-family: arial; 
	color: #5F69A2;
	font-size: 14pt; 
	}
/* End Main Heading (h1)                                           */
/*                                                                 */
/*                                                                 */
/*                                                                 */
/* Start Secondary Heading (h2)                                    */
/*                                                                 */
/* Please keep in Content Style box                                */
/* This style controls all the secondary heading pieces of text    */
/* Comma seperated classes may be removed and classed individually */
/* currently there is no inheritance in most cases, so classes must*/
/* be defined                                                      */
/* this is the default style so settings are taken from the panel  */
/* settings                                                        */
h2
{
	font-family: arial; 
	color: #5F69A2;
	font-size: 12pt; 
	}




/*.newsarticletitle, */
/*.eventname, */
/*.EventDetailHeading, */
.header
	{
	font-family: arial; 
	color: #FFFFFF; 
	font-size: 20pt; 
	}
/* End Secondary Heading (h2)                                      */
/*                                                                 */
/*                                                                 */
/*                                                                 */
/* Other Headings (h3, h4, h5, h6)                                 */ 
/*                                                                 */
/* Please keep in Content Style box                                */
/* this is the default style so settings are taken from the panel  */
/* settings                                                        */
h3 
	{
	font-family: arial; 
	color: #FFFFFF; 
	font-size: 18pt; 
	}
h4 
	{
	font-family: arial; 
	color: #FFFFFF; 
	font-size: 16pt; 
	}
h5 
	{
	font-family: arial; 
	color: #FFFFFF; 
	font-size: 14pt; 
	}
h6 
	{
	font-family: arial; 
	color: #FFFFFF; 
	font-size: 12pt; 
	}
/* End Other Headings  (h3, h4, h5, h6)                            */
/*                                                                 */
/*                                                                 */
/* Start Content Table style                                       */
/*                                                                 */
td.content
	{
	font-family: arial; 
	font-size: 10pt; 
	color: #FFFFFF; 
	background-color: #000000;
	vertical-align: top;
	}
/* Note for inheritance, font elements are copied in here from     */
/* the P style.   This means if no tag is defined within a content */
/* block then the style will be the default here (same).  if for   */
/* example the font size is changed here, please change the P class*/
/* above                                                           */
/*                                                                 */
/* End Content Table style                                         */
/*                                                                 */
/*                                                                 */
/*------------------------End Content Style------------------------*/

/*------------------------Start Footer Style-----------------------*/
/*                                                                 */
/* Daniel mackinnon Bsc 2007                          */
/* Please keep in Footer Style                                     */
/* Note: this style covers common spelling mistakes                */
.foot,  
.footer   
		{ 
		font-family: arial; 
		font-size: 10pt;  
		color: #FFFFFF;  
		background-color: #000000; 
		}
/*                                                                 */
/*-------------------------End Footer Style------------------------*/

/*--------------------Start Reference Style------------------------*/
/*                                                                 */
/* Please keep in Reference Style box                              */
/* Daniel mackinnon Bsc 2007                        */
/* Note: this style covers common spelling mistakes                */
.reference, 
.refference, 
.referance, 
.refferance, 
.references, 
.refferences, 
.referances, 
.refferances, 
.referencehead, 
.referencefoot

		{ 
		font-family: arial; 
		font-size: 10pt;  
		color: #FFFFFF;  
		background-color: #000000; 
		vertical-align: top; 
		padding-top: 5px; 
		padding-right: 5px; 
		padding-bottom: 5px; 
		padding-left: 5px;  
		}
/*                                                                 */
/*---------------------End Reference Style-------------------------*/
/*---------------------Start Download Style------------------------*/
/*                                                                 */
/* Please keep in Download Style box                               */
/* Daniel mackinnon Bsc 2007                        */
/* Note: this style covers common spelling mistakes                */
.download, 
.downloadfoot, 
.downloadhead,
.downloads 
		{ 
		font-family: arial; 
		font-size: 10pt;  
		color: #FFFFFF;  
		background-color: #000000; 
		vertical-align: top; 
		padding-top: 5px; 
		padding-right: 5px; 
		padding-bottom: 5px; 
		padding-left: 5px;  
		}
/*                                                                 */
/*-----------------End Download Style------------------------------*/
A { text-decoration: none;  } 
A:hover {color: #00FFFF; text-decoration: none;}
A {color: #FF6600;}


.SubmitButtonelement
    {background-color: #FF6600; 
    font-family:  arial; 
    font-size: 10pt;
    color: #FFFFFF; 
    border: 2 outset #FF6600; 
    padding: 0}
.navlink {color: #FFFFFF; text-decoration: none;}
.navlink:hover {color: #000000; text-decoration: none;}
.navlink:visited {color: #FFFFFF; text-decoration: none;}


/*------------New Forum Styles------------*/
td.f_messageTableHeader     {color:#ffffff;font-size: 10pt;font-family: arial,Arial, Helvetica, Geneva, Swiss, SunSans-Regular;font-weight: bold;vertical-align: middle; text-align: center;height:25px; }     /*title header for forum table */
td.f_cell_messagesubject     {font-family: arial,Arial, Helvetica, Geneva, Swiss, SunSans-Regular;vertical-align: top; }     /* cell style for subject in sub messages in the thread */  
td.f_cell_messageNum     {color:#FFFFFF;font-size: 8pt;font-family: arial,Arial, Helvetica, Geneva, Swiss, SunSans-Regular;vertical-align: top; text-align: center;}     /* cell style for nyumber in sub messages in the thread */  
 table.f_threadblocktableHL     {border: 1px #013DA4 solid; }     /* message table definition for the selected message*/  
td.f_cell_THmessagesubject     {font-size: 10pt;font-family: arial,Arial, Helvetica, Geneva, Swiss, SunSans-Regular;vertical-align: top; }     /* cell style for  subject in the thread */  
.f_div_subject     {color:#000000;font-size: 10pt;font-family: arial,Arial, Helvetica, Geneva, Swiss, SunSans-Regular;font-weight: bold;}     /* span style for  subject in thread view */  
f_div_date     {font-size: 10pt;font-family: arial,Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}      /* span style for  date in thread view */ 
f_div_shortbody     {font-size: small;font-family: arial,Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}      /* span style for  date in thread view */ 
.f_div_auth     {font-size: 10pt;font-family: arial,Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}      /* span style for  author in thread view */  
td.f_cell_messageBody     {font-size: 10pt;font-family: arial,Arial, Helvetica, Geneva, Swiss, SunSans-Regular;vertical-align: top; }     /* cell style for  body in the thread */
/*  posting form  */
td.f_cell_formtitle  {font-size: 10pt;font-family: arial,Arial, Helvetica, Geneva, Swiss, SunSans-Regular;vertical-align: top; font-weight: bold;}                        /* cell style for form titles  */ 
td.f_cell_formelement  {font-size: 10pt;font-family: arial,Arial, Helvetica, Geneva, Swiss, SunSans-Regular;vertical-align: top; }    /* cell style for form inputs  */    
.f_divFailpost      {font-size: 10pt;font-family: arial,Arial, Helvetica, Geneva, Swiss, SunSans-Regular;font-weight: bold;}      /* post validation failure */  


/*SK1803 The following are for body, downloads, internal, external links and sitemap and were appended via batch process on 6/1/2007 16:43:20*/

img.downloadIcon{
float: left;
vertical-align: middle;
}

#childlinks a:link,
#childlinks a:visited,
#childlinks a:hover,
#internalLinks a:link, 
#internalLinks a:visited,
#internalLinks a:hover,
#externalLinks a:link, 
#externalLinks a:visited,
#externalLinks a:hover{
text-indent: 30px;
display: list-item !important;
padding-left: 20px;
font-family: sans-serif;
 font-size: 10pt;
font-weight: bold;
text-decoration: none;
padding-top: 20px;
}

.downloadlink
{
font-family: sans-serif;
font-size: 10pt;
}

.childSummary,
.internalSummary{
display: block;
padding-left:50px;
font-family: sans-serif;
font-size: 10pt;
}

.downloadSize{ 
font-size: 80%;
font-family: sans-serif;
font-style: italic;
text-indent: 5px ;
text-decoration: none !important;
color: #000000 !important;
}

.downloadTime28{ 
 font-size: 75%;
font-family: sans-serif;
 font-style: normal;
text-indent: 5px ;
text-decoration: none !important;
color: #000000 !important;
}


.downloadTime56,
.downloadTime512,
.downloadTime128{
display: none;
}

.downloadfoot, 
.downloadhead,
.referencehead,
.referencefoot{font-size:12pt;
 font-family: sans-serif;
font-weight: bold;
line-height: 120%
}

.sitemapTitle,
.sitemapSummary,
.sitemaplink {font-size:10pt;
 font-family: sans-serif;
}

body {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px
}

/*end of batch update*/

a.abcde       { color: #00FFFF }
a:visited.abcde       { color: #00FFFF }
a:hover.abcde     { color: #CCCCFF }


