/*
	SACCC Style sheet
	Copyright (c) 2004, Bryan Ray (bryanray.org.uk) Agreeable Motion Ltd.
	All rights reserved.
*/

/* General Page Formatting */
body,html 								{margin:0px;padding:0px;font-family:arial,serif}
h1 										{color:#1DB261;border-style:none none solid none;border-color:#1DB261;border-width:1px;font-style:italic;text-transform:capitalize}
h1 										{margin-top:10px}
h2,h3,h4 								{color:#1DB261;border-style:none none solid none;border-color:#1DB261;border-width:1px;font-style:italic;text-transform:capitalize}
p, li									{text-align:justify}
li										{padding-left:5px;margin-left:10px}

/* CMS Issues */
.CMSImage 								{ float:left; margin:0px 30px 10px 0px;border:1px solid #1DB261}

/* Style of the header table */
.layoutTable 							{width:100%;border-style:none;height:88px}
.SACCCSlogan 							{height:15px;background-image:none;background-repeat:no-repeat;background-position:0% 50%;background-color:#1DB261}
.SACCCShadow 							{height:17px;background-image:url("../images/SACCCShadow.jpg");background-repeat:repeat-x}
.SACCCLogo 								{height:73px;width:287px;background-image:url("../images/SACCCLogo2.jpg");background-repeat:no-repeat}
.staggeredMenuItem 						{font-size:12px;line-height:20px;background-image:url("../images/ButtonNoSelect.jpg");background-repeat:no-repeat;background-position:100% 100%;padding:7px 20px;color:#1DB261;text-align:center}
.staggeredMenuItem:hover 				{background-image:url("../images/ButtonSelect.jpg")}
.SACCCMenu a 							{color:#1DB261;text-decoration:none;font-weight:bold;font-style:italic }
.SACCCMenu table 						{width:100%}
.SACCCContent 							{padding:0px 30px 0px 30px}
.SACCCFooter 							{text-align:center;margin:10px 30px 15px 30px;padding:5px;color:#1DB261;border-style:solid none solid none;border-color:#1DB261;border-width:1px }

/* General button */
.GeneralButton button					{font-family: Verdana, sans-serif;font-size: 10px;color: #000000;display: inline; text-align: center}		
.GeneralButton button 					{width:115px;height:22px; background-image: url(../images/btn_bg.png); background-repeat: no-repeat; background-position: left}
.GeneralButton button					{display: block; vertical-align: middle; border: solid 0 white; padding: 0; white-space: nowrap}
.GeneralButton button					{float: left; margin:10px}

legend 									{font-family: Arial, sans-serif; font-size: 12px; color:#18558A; font-weight:bold; border:solid 1px black; padding:1px 6px 2px 6px; }
fieldset								{margin-top:20px; padding-bottom:20px}
.ToolsButton							{display:block;width:105px;height:12px;float:left;margin:10px;padding:5px}
.ToolsButton							{font-family: Verdana, sans-serif; font-size:10px; color:#000000; display:inline; text-align:center; font-weight:normal;}
.ToolsButton							{background-image:url(../images/btn_bg.png); background-repeat:no-repeat; background-color:white; text-decoration:none}
.ToolsButton							{margin:10px 0px 5px 10px}/*BUG TEST - IE 6*/

/* Table */
.scTable tr#rowTop 						{ font-weight:bold; color:black; }
.scTable tr#rowGrey						{ background-color: #E6E6E6 }
