/**********************************************************************/
/* hlug.css - style sheet for Hartford LUG Web Programs
/*
/* RM - 05/23/2025 - creation
/* RM - 06/01/2025 - Updates
/* RM - 06/22/2025 - Resurrection 
/**********************************************************************/
a:link {
    color: #003366;
}

a:visited {
    color: #000033;
}

a:hover {
    color: #003399;
}

div.content {
    border: #444466 solid 3px;
    clear: left;
    padding: 1em;
}

div.content.inactive {
	display: none;
}

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc a {
    background: #bdf url(blue-tabs.gif);
    color: #008;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
}

ol#toc a:hover {
/*    background-color: #3fa; */
    background-position: 0 -120px;
    color: #fff;
}

ol#toc a:hover span {
    background-color: #01a;
    background-position: 100% -120px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc li.current a {
    background-color: #01a;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(blue-tabs.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

.left					{
	text-align:			left;
}

.center					{
	text-align:			center;
}

.right					{
	text-align:			right;
}

.bold					{
	font-weight:		bold;
}

.prompt20				{
	text-align: 		left;
	width:				20em;
	margin-left:		auto;
	margin-right:		auto;
}

.prompt50				{
	text-align: 		left;
	width:				40em;
	margin-left:		auto;
	margin-right:		auto;
}

.promptEvents			{
	text-align: 		left;
	width:				80em;
	margin-left:		auto;
	margin-right:		auto;
}
/**********************************************************************/
