/* CSS Document */
/*
 * Style sheet for the Geekz web site
 * 2-column layout (LHS menu bar + content area)
 *
 * Assumes shell.css has already been included!
 */


/* in the LHS menus, link is black */
.divLHS a {
	font-weight: normal;
}
.divLHS a:link {
	text-decoration: none;
	color: #000000;
}
.divLHS a:visited {
	text-decoration: none;
	color: #000000;
	/* color: #7C6448; */
}
.divLHS a:active, .divLHS a:focus, .divLHS a:hover {
	text-decoration: underline;
	color: #004080; /*C00000; */
}

#cellLHSbar {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
	background-color:#FFFFFF;
	/* width:170px; */
	width: 150px;
}

.divLHS {
	margin-top: 7px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	background-repeat: repeat-y;
	background-position: right; /* so we can shrink w/o losing fade */
	/* width:170px; */
	font-size: 8pt; /* x-small; */
}

#divLHSmenu {
	background-image: url(/images/templates/bluefaderhs.jpg); 
	background-color: #9DB3CA;
	font-size: 8pt; /* x-small; */
}

.divLHS h1 {
	text-decoration: underline;
	font-weight: bold;
	color: #000000; /* #C00000; */
	margin: 10px 0px 2px 0px; 
	padding: 0px 0px 0px 0px;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.LHSmenu { /* this is now a DIV not UL */
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

.LHSmenu>p {
	margin: 0px 0px 0px 20px; 
	padding: 0px 0px 0px 0px;
	text-indent: -20px;
}

.LHSmenu .submenu { /* div within div */
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 10px;
	text-indent: 0px;
}

.LHSmenu .submenu>p {
	margin: 0px 0px 0px 20px; 
	padding: 0px 0px 0px 0px;
	text-indent: -20px;
}

#divLHSquick {
	background-image: url(/images/templates/tanfaderhs.jpg);
	font-size: 8pt; /* x-small; */
	background-color: #DFDAC6; 
}

#divLHSRef {
	background-image: url(/images/templates/bluefaderhs.jpg);
	font-size: 8pt; /* x-small; */
	background-color: #9DB3CA;
}

@media print {
#cellLHSbar {
	display: none;
}
}
