/* -------------------------------------------------------------------------- */
/*              (c) Copyright 2007 by Susie Collins             */
/* -------------------------------------------------------------------------- */
/* Filename       : Global.css                                                */
/* Directory      : www.walkmove.com.au                          */
/* Description    : Default Style Sheet for Microsoft Browsers                */
/* Version        : 1.00                                                      */
/* Change History : none                                                      */
/* Created at     : 22.09.07 by : Susie Collins                               */
/* Changed at     :                                                           */
/* -------------------------------------------------------------------------- */

/* ---- Links and Anchors---------------------------------------------------- */
a:link  {
	color: #009999;
	text-decoration:underline;
}

a:visited {
    color:#009999;
	text-decoration:underline;
}

a:active  {
	color: #006666;
	text-decoration:underline;
}

a:hover {
	color: #006666;
	text-decoration:underline;
}

a:link.bottomnavs  {
	color: #ffffff;
	text-decoration:none;
}

a:visited.bottomnavs {
    color:#ffffff;
	text-decoration:none;
}

a:active.bottomnavs  {
	color: #ffffff;
	text-decoration:none;
}

a:hover.bottomnavs {
	color: #ffffff;
	text-decoration:none;
}

/* ---- This is used ---- */
#StdBodytext {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666666;
	text-align:left;
	line-height: 15px;
}

#StdBodytextSmall {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666666;
	text-align:left;
	line-height: 13px;
}

#StdBodytextLight {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#999999;
	text-align:left;
	line-height: 15px;
}

#StdQuote {
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
	text-align:left;
	line-height: 15px;
}

#StdBodytextBold {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	color:#666666;
	text-align:left;
	line-height: 14px;
}

#StdBodytextBoldSpaced {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	color:#666666;
	text-align:left;
	line-height: 20px;
}

#StdBottomNavs {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#7bc0b0;
	text-align:center;
	line-height: 18px;
}

#StdCopyright {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#999999;
	text-align:center;
	line-height: 20px;
}

#StdHeader {
	font-size:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	color:#006666;
	text-align:left;
	line-height: 22px;
}

#StdHeaderXLarge {
	font-size:22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	color:#006666;
	text-align:left;
	line-height: 22px;
}

#StdSubHeader {
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	color:#333333;
	text-align:left;
	line-height: 18px;
}

.TableOrderCartons{
	font-size:11px;
	font-family:Verdana,Arial,Helvetica;
	font-weight: normal;
	color: #999999;
	text-align: left;
	background-color: #ffffff;
	height: 20px;	
}