.menu{
	margin:0px;
	padding:0px;
	list-style:none;
}


.menu li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: #f2f2f2 url(../graphics/site/minus.gif) no-repeat 10px center;
	list-style-type: none;
	display:block;
	width:100%;
	color:#555;
	margin-bottom:1px; 
}
.menu li a{
	display:block;
	width:100%;
	color:#555;
}
.menu li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: #f2f2f2 url(../graphics/site/plus.gif) no-repeat 10px 8px;
/*lks	cursor: hand !important; */
	cursor: pointer !important;
	display:block;
	width:100%;
	color:#555;
}
.menu li a span{
	display:block;
	padding:3px 20px;
	color:#555;
}

.menu li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.menu .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}

ul li ul{
	padding:0;
	margin:0;
}
#modalContainer {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
 /* required by MSIE to prevent actions on lower z-index elements */
}
#alertBox {
background-color:#FFFFFF;
border:1px solid #CBCBCB;
margin-left:0;
margin-top:193px;
min-height:150px;
width:350px;
padding: 25px;
}
#modalContainer > #alertBox {
	position:fixed;
}
#alertBox h1 {
	border-bottom:1px dotted #333;
	padding:7px 0 7px 5px;
	border-bottom:1px solid #CBCBCB;
	font-size:16px;
	padding-bottom:12px;
	text-align: center;
}
#alertBox p {
color:#2B2B2B;
font-size:16px;
text-align:center;
}
#alertBox #cancelBtn {
-moz-border-radius:2px 2px 2px 2px;
background:none repeat scroll 0 0 #EEEEEE;
border:1px solid #CCCCCC;
color:#2B2B2B;
display:block;
font-family:georgia,serif;
font-size:12px;
height:22px;
line-height:22px;
margin:25px auto 0 135px;
position:absolute;
text-align:center;
text-decoration:none;
text-transform:uppercase;
width:66px;
}

#alertBox #closeBtn {
-moz-border-radius:2px 2px 2px 2px;
background:none repeat scroll 0 0 #EEEEEE;
border:1px solid #CCCCCC;
color:#2B2B2B;
display:block;
font-family:georgia,serif;
font-size:12px;
height:22px;
line-height:22px;
margin:25px auto 0 135px;
position:absolute;
text-align:center;
text-decoration:none;
text-transform:uppercase;
width:66px;
}

#alertBox #closeBtn:hover {
  background: #ddd;
  background: -moz-linear-gradient(top, #eee 0%, #ddd 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#bbb));
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
}

#alertBox #closeBtn:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -moz-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  -webkit-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
}

#alertBox #cancelBtn:hover {
  background: #ddd;
  background: -moz-linear-gradient(top, #eee 0%, #ddd 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#bbb));
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
}

#alertBox #cancelBtn:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -moz-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  -webkit-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
}
/* unrelated styles */
#mContainer {
	position:relative;
	width:600px;
	margin:auto;
	padding:5px;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	font:0.7em verdana,arial;
}

code {
	font-size:1.2em;
	color:#069;
}
#credits {
	position:relative;
	margin:25px auto 0px auto;
	width:350px; 
	font:0.7em verdana;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	height:90px;
	padding-top:4px;
}
#credits img {
	float:left;
	margin:5px 10px 5px 0px;
	border:1px solid #000000;
	width:80px;
	height:79px;
}
.important {
	background-color:#F5FCC8;
	padding:2px; 
}
code span {
	color:green;
}
.soldtxt {
	padding:0 2px;
	background-attachment: scroll;
	background-color: #fff09f;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}

.holdtxt {
	padding:0 2px;
	background-attachment: scroll;
	background-color: #b7fff4;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
