/**************************************************************************
 1. SPECIFIC TO HTML TAGS
 */
body {
	background:url(../images/template_images/bg.jpg) repeat-x #b9c6f2 ;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 770px;
	padding:0; /* needed for opera */
	margin: 0 auto;
	text-align:center;
	font-size:90%;
}

/* Tables */
table {}
tbody {}
td{  
	font-family: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:#7389d4;
	font-size: 90%;
}

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

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

table.data tr{
	margin:2px 2px 0 0;
	border-bottom:1px solid #000000;
	background-color:#dfe5fa;
	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.cancelled td{
	text-decoration:line-through;
	color:#000000;
}
table.data tr.cancelled td a{
	text-decoration:line-through;
	color:#000000;
}

#col-2 table.data tr td a:link, #col-2 table.data tr td a:visited {
	color:#3f518d;
}


/* Headings 5064a5 */
h1{
	color: #000000;
	font-size: 120%;
	line-height: 150%;
	font-weight: bold;
	margin-bottom:0.1em;
}
h2{
	color: #586ebb;
	font-size: 110%;
	line-height: 140%;
	font-weight:bold;
	margin:0;
}
h3 {
	display:inline;
	color: #ffffff;
	font-size: 100%;
	line-height: 130%;
	font-weight:bold;
}
h4 {}
h5 {}
h6 {}

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

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

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

#col-2 a.block, #col-2 a.block:visited{ /* displays a link as a block - currently only used on the order_admin page  */
	float:left;
	border:1px solid #000;
	background-color:#FFFFFF;
	color:#000000;
	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: #223261;
}
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 : #ffffff;
	background-color: #0099ff;
	border: 1px solid #ff0000;
	cursor : pointer;
}

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

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:#ffffff;
	font-size:70%;
	margin-top:10px;
	padding:2px;
	font-weight:600;
}

#aboveHeader em{ color:#FFFFFF } /* names of logged in users */
#aboveHeader a{ color:#d7dff9 } /* logout button */

#currency{
	float:right;
	color:#FFFFFF;
}
#currency a{} /* none selected currency */
#currency em{}; /*selected currency */

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

#globalContainer {
	text-align:left;	
	background-color: #223261;
}

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


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

#headerTop { height:3px; background-color:#000000; line-height:3px; } /* inside #header */

h1.headingText { /* this is used to display an image in replace of text */
  	width: 218px;
	line-height:18px;
	text-indent: -9999px;
	Xbackground: url(/images/template_images/hcw_text.gif) no-repeat transparent;
	float:left;
	margin:0;
} 

h2.headingText { /* this is used to display an image in replace of text */
	line-height:18px;
	text-indent: -9999px;
	float:left;
	margin:0;
} 

#headingBadge{
	width: 254px;
	line-height:18px;
	text-indent: -99999px;
	background: url(/images/template_images/web_address.gif) no-repeat transparent;
	float:right;
	margin:0;
	
}

#headerBanner {
	clear:both;
	height:79px;
	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 */
	border-top: 1px solid #223261;
	height: 18px;
	width: auto;
}

/* *************************************************************************
* 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 */
}

#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;
	background-color:#8095d8;
}

#col-2 {
	border-left: 1px solid #000000;
	width: 607px;
	text-align:left;
	padding: 0;
	margin: 0;
	vertical-align: top;
	background-color:#d5ddf8;
	background-image:url(../images/template_images/bg-right-col.jpg);
	background-repeat:repeat-y;
}

#col-2 a{
	color:#6c7fc0;
}

/* inside col-2 */

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

#bodyContainer{
	color:#000000;
	text-align:left;
	margin:5px 5px 5px 5px;
	
}

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

#footer {
	clear: both;
	height:3px; 
	background-color:#000000; 
	line-height:3px;
	font-size:3px;
	margin:0;
	padding:0;
	border-top:1px solid #FFFFFF;
}

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

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

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

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

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

/**************************************************************************
* 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.75em;
	line-height:1.7em;
	float:left;
	font-weight:100;
	background-color:#86a2dc;
	display: block;
	margin:0;
	padding:0 0.55em 0 0.55em;
}

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

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

.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:#B5CCF1;
}

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

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


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

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

.verticalNav .selected{
	background-color : #B5CCF1;
}

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{
	border-bottom:1px solid #7b91db;
	text-decoration:none;
	color:#000000;
	background:#8095d8;
	display: block;
	font-size: 0.95em;
	line-height: 1.5em;
	height:1.5em;
	padding: 1px 0 1px 10px;
	margin:0;
	
}

ul.subNav li a, ul.subNav h1{
	background-color:#ffffff;
}

.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:#ffffff;
	text-decoration:none;
}

.subNav li a:hover{
	color:#000000;
	background:#99ccff;
	text-decoration:none;
}

ul.subNav li a.selected, ul.subNav li a:visited.selected{
	text-decoration:underline;
	background:#ffffff;
	color:#666666;
}

/* ********************************************************************************
* 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;
	text-decoration:none;
	color:#000000;
	display: block;
	padding:3px;
	margin: 0px;
}

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

/* COMPONENT login - login form */
#loginBlock{
	padding:2px;
	text-align:right;
	width:170px;
	border:1px solid #000000;
}
#loginBlock h2{
	background-color:#000099;
	padding-right:3px;
}

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



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

.fileOptionImg{ /* used for image buttons on the site  */
	border: outset 1px #FFFFFF;
	width: 15px;
	height: 14px;
	background-color:#D0D0D0; /*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 */
	
}

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