/**************************************************************************
 1. SPECIFIC TO HTML TAGS
 */
body {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 770px;
	padding:0; /* needed for opera */
	margin: 5px auto 0 auto;
	text-align:center;
	font-size:80%;
}

/* Tables */
table {}
tbody {}
td{  
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
tfoot {}
th {}
thead {}
tr {}

/* standard tables that are used to display data are styled with the class 'data' */
table.data {
	border-collapse:collapse;
	width:600px;
	padding:0 10px 0 0;
	border:1px;
	font-size: 130%;
	margin:0;
	
}
table.data th, table.data .footer{
	padding:2px 5px 3px;
  	border-top:1px solid #000000;
	background-color:#c2de67; /*#eaeaea*/
	font-size: 90%;
}

table.data .footer{
	font-size: 120%;
}

table.data .alt th, table.data .alt td {
  background-color:#e8f0cc;
  border-color:#000000;
}

table.data tr{
	margin:2px 2px 0 0;
	border-bottom:1px solid #000000;
	background-color:#f2f5e5;
	border-spacing:1px;
}
table.data tr td{
	border-top:1px dotted #000000;
	margin-bottom:2px;
	padding:2px 6px 2px 6px;
	font-size: 95%;
}

table.data tr td a, table.data tr td a:visited{
	color:#000000;
}

table.data tr.cancelled td{
	text-decoration:line-through;
	color:#000000;
}
table.data tr.cancelled td a{
	text-decoration:line-through;
	color:#000000;
}


/* Headings */
h1{
	color: #88a725;
	font-size: 120%;
	line-height: 150%;
	font-weight: bold;
	margin-top:0;
	margin-bottom:0.1em;
}
h2{
	color: #686868;
	font-size: 110%;
	line-height: 140%;
	font-weight:bold;
	margin:0;
}
h3 {
	display:inline;
	color: #686868;
	font-size: 100%;
	line-height: 130%;
	font-weight:bold;
}
h4 {}
h5 {}
h6 {}

/* Paragraphs */
p{ 
	margin:0.4em 0.2em 1em; 
	line-height: 1.2em; 
}

/* Lists */
dd {}
dl {}
dt {}
li {}
ol {}
ul {}

/* Links */
a:link, a:visited, a:active {text-decoration: none; color: #87a81a; }
a:hover {text-decoration: underline; color: #87a81a; }
a.link-external {
	background: url(/images/icons/link_external.png) center right no-repeat;
	padding-right: 13px;
}
a.tab, a.tab:visited{
	color:#FFFFFF;
	background-color: #9fa58c; /* #9fa58c; */
	border: 1px solid #000000;
	padding: 2px;
	cursor:pointer;
	margin: 0 0.1em;
}
a.tabselect, a.tabselect:visited{
	color:#000000;
	padding: 2px;
	background-color: #c8ceb5;
	border: 1px solid #000000;
}

a.block, a.block:visited{ /* displays a link as a block - currently only used on the order_admin page  */
	float:left;
	color:#000000;
	border:1px solid #000;
	background-color: #c2de67;
	padding: 5px;
	margin: 10px;
	display:block;
}

/* images */
img { border:0; }
map {}
area {}

acronym{ cursor:help; border-bottom:1px dashed #0099FF; }
address{ font-size: 0.85em; }
em{ color:#FF0000; font-style:normal; }

/* forms */
form { /* best not to style the form tag as it will affect the cart order page */
	margin:0.1em;
	padding:0;	
}

form.standard input, form.standard select, form.standard textarea{
	padding:1px;
	margin:0.15em;
	font-size:90%;
}

fieldset{ border:0; padding:5px; }
fieldset.visible{ border:1px dotted #000000; padding:5px; margin:2px; }
fieldset.visible legend{
	border:1px solid #000000;
	padding:0.2em;
	margin-bottom:0.4em;
	background-color: #9fa58c;
}
input.textbox, input.errorField, textarea {
	color : #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	background-image: url(/images/template_images/form-shadow.gif);
	padding:1px;
}
input.errorField {
	border: 1px solid #FF0000;
}

.formBlock {
	width:350px;
	margin:0 auto 0 auto;
	text-align:right;
}

input.button{
	color : #494949;
	background-color: #c2de67;
	border: 1px solid #494949;
	cursor : pointer;
}

input.button:hover, input.button:focus{
	cursor : pointer;
	border: 1px solid #000000;
	background-color: #96b826;
}

option.strong{
	background:#E5E5E5;
}

legend{color:#FFFFFF;}

/* (XHTML-1.0-Transitional ONLY) - avoid using where possible */
iframe {}
noframes {}
center {}
basefont {}
font {}	
s {}
strike {}
applet {}


/**************************************************************************
 * Above the header
 */
#aboveHeader{
	color:#494949;
	font-size:80%;
	padding:2px;
	font-weight:bold;
}

#aboveHeader em{ color:#96b826; }
 /* names of logged in users */
#aboveHeader a{color:#000000; } /* logout button */

#currency{
	float:right;
	color:#494949;
	font-weight:bold;
}
#currency a{ color:#000000; } /* none selected currency */
#currency em{}; /*selected currency */

/**************************************************************************
 * MAIN CONTAINER
 */

#globalContainer {
	text-align:left;	
}

#globalContainer td{
	font-size:75%;
}


/* *************************************************************************
* HEADER
*/
#header {
	/* position: relative; */
	background-color: #FFFFFF;
	Xborder-bottom: 1px solid #000000;
}

#headerBanner {
	border-top:3px solid #000000;
	border-bottom:1px solid #000000;
	clear:both;
	height:80px;
	width: auto;
	vertical-align:bottom;
	background-image:url(/images/template_images/main_banner.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#headerOptions { /* contains horizontalNav below the banner */
	height: 18px;
	width: auto;
	background-color:#ecf2d9;
}

/* *************************************************************************
* main area
*/
#maintable {
	clear:both;
	border-collapse:collapse;
	width:100%;
	border:0;
	padding: 0;
	margin: 0;
	font-size:120%; /* hmmm not sure why but I had to increase the size of font inside table to make it match outside size */
	background-color:#FFFFFF;
}

#maintable{
	height: 280px;
}

html>body #maintable{ /* method explained at http://www.webcredible.co.uk/user-friendly-resources/css/more-css-tricks.shtml */
	height: auto;
	min-height: 280px;
} 

#col-1 {
	width: 160px;
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

#col-2 {
	Xborder-left: 1px solid #000000;
	width: 607px;
	text-align:left;
	padding: 0;
	margin: 0;
	vertical-align: top;
	background:#FFFFFF no-repeat bottom right url(/images/template_images/bg-fade.jpg);
}

/* inside col-2 */

#bodyContainerBG{
	vertical-align:top;
	margin: 0 4px 0 0;
}

#bodyContainer{
	color:#494949;
	text-align:left;
	margin:5px 5px 5px 5px;
	font-size:95%;
	line-height: 130%;
}

#bodyContainer p{
	line-height: 130%;
}

/**************************************************************************
* Footer
*/

#footer {
	clear: both;
	border-bottom: 1px solid #000000;
	font-size:7px;
	line-height:7px;
	height:7px;
	background-image:url(../images/template_images/footer.gif);
	background-repeat:repeat-x;
	background-position:right;	
}

/**************************************************************************
* Under footer - copyright and other options
*/

#underFooter {
	padding:0;
	margin:0;
	color:#494949;
	font-family: Verdana, Arial;
	font-size: 70%;
}

#underFooter div{
	margin: 0;
	padding: 0;
	width:auto;
}

#underFooter ul{
	margin: 0;
	padding: 0;
	display:inline;
}

#underFooter ul li {
	margin: 0;
	padding: 0 2px 0 2px;
	list-style: none;
	display:inline;	
}
#underFooter ul li {
	float:right;
}
#underFooter a {
	vertical-align:top;
	color:#494949;
}


#onlinesoft{
	clear:both;
	float:right;
	width:auto;
	text-align:right;
	font-size:80%;
}
/**************************************************************************
* Horizontal Navigation
*/

/* this is for the css top navigation */
.horizontalNav{
	white-space:nowrap;
	color:#000000;
	padding: 0;
	margin: 0;
}

.horizontalNav ul {
	float:right;
	margin: 0;
	padding: 0;
	white-space:nowrap;
}

.horizontalNav li {
	display:inline;
	float:right; /*  had to float right to get it to work in opera (float left did not work) */
	width:auto;
	border-left:1px solid #000000;
	padding:0;
	margin: 0;
	list-style: none;
}

.horizontalNav ul li a, .horizontalNav h1{
	text-decoration:none;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height:1.7em;
	float:left;
	font-weight:100;
	background-color:#d0d8c2;
	display: block;
	margin:0;
	padding:0 0.4em 0 0.4em;
}

.horizontalNav li a:hover, .horizontalNav li a:focus{
	color:#000000;
	background:#9fa58c;
	text-decoration:none;
}

.horizontalNav .selected{
	background-color:#FFFFFF;
}

.horizontalNav li a:visited{
	color:#000000;
	text-decoration:none;
}

/* order icon -  this is for the 'your order' button */
.horizontalNav .orderIcon {
	background: url("../images/template_images/order.gif") center left no-repeat;
	padding-left: 16px;
	background-color:#FFFFFF;
}

.horizontalNav ul li a.orderIcon {
	background: url("../images/template_images/order.gif") center left no-repeat;
	padding-left: 16px;
	background-color:#d0d8c2;;
}

.horizontalNav .orderIcon:hover {
	background: url("../images/template_images/order.gif") center left no-repeat;
	background-color:#9fa58c;
}


/* *************************************************************************
* Vertical Navigation
*/

.verticalNav, .subNav{
	color:#000000;
	margin: 0;
	padding: 0;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}

.verticalNav .selected{
	background-image:url(/images/template_images/fade_bottom_bg_sml_green_d.gif);
	Xbackground:#ffffff;
}

ul.verticalNav, ul.subNav{
	margin:0;
	padding:0;
}

ul.verticalNav li, ul.subNav li{
	width:100%;
	float:left;
	padding:0;
	margin:0;
	list-style: none;
}

.verticalNav li a, .verticalNav h1, .subNav li a, .subNav h1{
	Xborder-bottom:1px solid #000000;
	text-decoration:none;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(/images/template_images/fade_bottom_bg_sml.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	display: block;
	font-size: 1em;
	line-height: 1.5em;
	height:1.5em;
	padding: 2px 0 2px 10px;
	margin:0;
	
}

ul.subNav li a, ul.subNav h1{
	background-color:#ffffff;
	background-image:url(/images/template_images/fade_bottom_bg_sml_green_l.gif);
	margin-left:6px;
}

.verticalNav li a:visited, .verticalNav li a:active{
	color:#000000;
	text-decoration:none;
}

.subNav li a:visited, .subNav li a:active{
	color:#000000;
	text-decoration:none;
}

.verticalNav li a:hover{
	color:#000000; /* colour must be explicitly defined for IE5 */
	background-image:url(/images/template_images/fade_bottom_bg_sml_green.gif);
	background-color:#FFFFFF;
	text-decoration:none;
}

.subNav li a:hover{
	color:#000000;
	background-color:#ffffff;
	background-image:url(/images/template_images/fade_bottom_bg_sml_green_l.gif);
	text-decoration:none;
}

ul.subNav a.selected, ul.subNav a.selected:visited{
	background-image:url(/images/template_images/fade_bottom_bg_sml_green_l.gif);
	text-decoration:underline;
}

/* ********************************************************************************
* COMPONENTS (see documentation for more information)
*********************************************************************************** */
/* COMPONENT cart preview - this is the quick preview that shows what is ordered */
#cartPreview{ clear:both; }
#cartPreviewText{ }

#cartPreview a{
	background-color:#FFFFFF;
	background-image:url(/images/template_images/fade_bottom_bg.gif);
	background-position:bottom right;
	text-decoration:none;
	color:#494949;
	display: block;
	font-size:90%;
	padding:3px;
	margin: 0px;
}

#cartPreview a.orderIcon{
	background: url(/images/template_images/order.gif) center left no-repeat;
	padding-left: 16px;
	background-color:#e5edcc;
	Xborder-bottom:1px solid #000000;
	display:block;
}

/* COMPONENT login - login form */
#loginBlock{
	padding:2px;
	text-align:right;
	width:200px;
	font-size:90%;
}
#loginBlock h2{
	padding-right:3px;
}

#loginBlock input{
	font-size:90%;
}



/* button styles - edit/print/delete images */

.fileOptionImg{ /* used for image buttons on the site  */
	border: outset 1px #FFFFFF;
	width: 15px;
	height: 14px;
	background-color:#FFFFFF; /*D0D0D0; */
}
.fileOptionImg:hover{
	border: outset 1px #000000; 
}

/* ****************************************************************
* other global block-level elements
*/

/* to fix a bug with safari on macs I had to position the iframe off screen instead of hiding it */
#hiddenfr {
	position:absolute;
	left:-9999px;
	/*display: none;*/
}

#changeContainer{ /* this is used by the dynamically generated input field used to edit values  */
	position:absolute;
}

#changeContainerPrice{
	position:absolute;
}

#cms_displaylayer { /*used for floating layer */
	background-color:#FFFFFF;
	border:1px solid #000000;
	position:absolute;
	display:none; /*initially hidden*/
	z-index:1;
}


/**************************************************************************
* Client details form included in multiple places
*/
#clientDetails{
	width:590px;
}

#clientDetails fieldset{
	float:left;
	width:280px;
	text-align:right;
}

/* GENERIC CLASSES  - used throughout the site *****************************8*/
.error{ float:none; }
.left{ float:left; }
.right{ float:left; }
.clear {clear:both; }


/* *************************************************************************
* Accessibility tweeks
*/

.hideme { display: none; } /* Items will be displayed when CSS is not supported and in high Visisbility mode */
	
}

