/**********************************
 * TITLE: Gila Screen Stylesheet  * 
 * URI  : gila/gila-screen.css    *
 * MODIF: 2003-Apr-30 19:09 +0800 *
 **********************************/


/* ##### Common Styles ##### */

body {
  color: black;
  background-color: #F1ECF2;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

a img {border: none; } 


html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}


/* ##### Header ##### */

#header {
	color: inherit;
	background-color: #613067;
	background-image: url(images/the-shopping-list-logo.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.headerTitle {
	margin: 0;
	padding-top: 17px;
	padding-right: 4px;
	padding-bottom: 17px;
	padding-left: 172px;
}

.headerTitle a {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	font-size: 24px; 
	font-weight: normal;
	font-style: italic;
	
}

.headerTitle > a {
  font-size: 24px;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
  color: #999999;
  background-color: #613067;
  font-size: 10px;
  text-align: center;
  margin: 0;
  padding: 0.5ex 0;
}

.subHeader a {
  color: white;
  background-color: black;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  color: black;
  background-color: white;
}


/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 12.5em;
  float: left;
  clear: left;
}

.leftSideBar .sideBarTitle {
	color: #000000;
	background-color: #C997CE;
	font-weight: bold;
	margin: 0;
	padding: 0.8ex 1ex;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.leftSideBar .sideBarTitleRed {
	color: #990000;
	background-color: #C997CE;
	font-weight: bold;
	margin: 0;
	padding: 0.8ex 1ex;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.leftSideBar ul {
	list-style-type: none;
	list-style-position: outside;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.leftSideBar li {
	margin: 0ex;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0ex;
	padding-left: 1ex;
	line-height: 15px;
}

.leftSideBar a {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar a:hover {
  color: #990099;
  background-color: transparent;
  text-decoration: underline;
}

.leftSideBar a.redlk {
	color: #990000;
	text-decoration: none;
} 

.leftSideBar a.redlk:Hover {
	color: #FF0000;
	text-decoration: underline;
}


.leftSideBar .sideBarText {
  color: rgb(166,140,83);
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}


/* ##### Right Side Bar ##### */

.rightSideBar {
	width: 13em;
	padding: 0;
	float: right;
	clear: right;
	border: 1px solid rgb(216,210,195);
	margin-top: 2ex;
	margin-right: 0.75ex;
	margin-bottom: 0;
	margin-left: 0;
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
	color: #666666;
	background-color: #F1ECF2;
	font-weight: bold;
	margin: 1.25ex 1ex;
	padding: 0.9ex 1ex;
	text-align: center;
}

.rightSideBar a {
  color: rgb(166,140,83);
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

.rightSideBar a:hover {
  text-decoration: none;
}

.rightSideBar .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}

.rightTitle {
	width: 13em;
	padding: 0;
	float: right;
	clear: right;
	margin-top: 2ex;
	margin-right: 0.75ex;
	margin-bottom: 0;
	margin-left: 0;
	color: #999999;
	text-align: center;
}


/* ##### Main Copy ##### */

#main-copy {
	color: black;
	background-color: white;
	text-align: left;
	line-height: 1.5em;
	border-left: 1px solid rgb(216,210,195);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12.5em;
	padding-top: 0.5ex;
	padding-right: 15em;
	padding-bottom: 1em;
	padding-left: 2em;
}

#main-copy h1 {
  color: rgb(166,140,83);
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}

#main-copy a {
	color: #613067;
	text-decoration: underline;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
}

#main-copy a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}

#main-copy a.redlink:link {
	COLOR: #990000;
	TEXT-DECORATION: none;
	font-size: 11px;
	font-weight: normal;
	} 
	
#main-copy a.redlink:hover {
COLOR: #990000; 
TEXT-DECORATION: underline; 
font-size: 11px; 
font-weight: normal; 
} 

#main-copy a.bodylink:link {
	COLOR: #666666;
	TEXT-DECORATION: underline;
	font-size: 11px;
	font-weight: normal;
	} 

#main-copy a.bodylink:visited {
	COLOR: #666666;
	TEXT-DECORATION: underline;
	font-size: 11px;
	font-weight: normal;
	} 



p {
	line-height: 16px;
	font-size: 12px;
	font-weight: normal;
	color: #494949;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #F7EFF8;
	border-right-color: #F7EFF8;
	border-bottom-color: #F7EFF8;
	border-left-color: #F7EFF8;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

.text2 {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.text3 {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}


/* ##### Footer ##### */

#footer {
  color: black;
  background-color: #967599;
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}
#footer info {
	margin: 0;
	padding: 0 0 1ex 0;
	background-color: #FFFFFF;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	padding-top: 0px;
	border-top-width: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #613067;
	margin-top: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h4 {
	font-size: 10px;
	font-weight: bold;
	color: #CC3366;
	padding-top: 0px;
	border-top-width: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.textmid {
	text-align: center;
	vertical-align: middle;
	line-height: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

.red {
	color: #990000;
}
.greysm {
	font-size: 8px;
	color: #CCCCCC;
}

.smbk {
	font-size: 10px;
	color: #000000;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFD7;
	width: 104px;
	height: 24px;
	margin-top: 8px;
}
.category {
	font-weight: bold;
	color: #999999;
	font-size: 10px;
}
.smgy {
	font-size: 10px;
	color: #666666;
}

.box
{
	border:1px solid #FFCBE3;
	width:95%;
	background-color: #FEF9FF;
	padding: 5px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.boxhead  {background-color:#FFCBE3;}

a.boxlink:visited { font-size: 12px; color: #EE0E6E; text-decoration: none}
a.boxlink:hover { font-size: 12px; color: #FFffff; text-decoration: none; BACKGROUND-COLOR:#EE0E6E; }

