
h1.pn-pagetitle {
	color: #555;
}

div.content {
	padding-left: 20px;
	padding-right: 20px;
}

legend {
	color: white;
	background: #016;
	width: 100%;
	padding: 0px;
	border: 2px solid black;
	padding-left: 10px; 
	padding-right: 10px;
}

fieldset {
	border: 2px solid black;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 0px;
}


div.classicBlockTitle {
	background: #016;
	color: white;
	font-weight: bold;
	padding: 3px;
	padding-left: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid black;
}

div.classicBlockContents {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

li
{
	list-style-image: url(../../../images/lightbulb-icon.gif);	
	/*margin-left: 10px;*/
}

h2.members
{
        text-align: center;
        background: #016;
	color: white;
        padding: 5px;
	margin-top: 20px;
        margin-bottom: 30px;
	margin-left: 50px;
	margin-right: 50px;
	border: solid 2px black;
}

.eventBody
{
    font-size: 14pt;
    margin-bottom: 30px;
    margin-top: 20px;
}

h2.event
{
        margin: 2px;
        margin-left: 0px;
        background-color: #aac;
        margin-right: 0px;
        padding: 10px;
}

h4.event
{
        background-color: #ccc;
        padding: 4px;
        margin: 5px;
        margin-left: 0px;
        margin-right: 0px;
}

a:hover
{
        color: red;
}

.calCelHead
{
        background: #eee;
}

.calCelHeadToday
{
}

.calCelToday
{
        background-color: #eea;
        width: 90px;
        height: 80px;
        align: left;
        vertical-align: top;
        font-size: 75%;
        border-width: 1px;
        border-color: #036;
        border-style: solid;
}

.calCel
{
        width: 90px;
        height: 80px;
        align: left;
        vertical-align: top;
        font-size: 75%;
        border-width: 1px;
        border-color: #036;
        border-style: solid;        
}

.calHead
{
        width: 90px;
        height: 10px;
        align: center;
        vertical-align: center;
}

.calTitle
{
        height: 15px;
        font-size: 12pt;
        color: #036;
        padding: 1px;
        spacing: 0px;
}

.calTitleRow
{
}

.calMonthCel
{
        height: 15px;
        font-size: 20pt;
        color: #036;
        padding: 5px;
}

.anncDiv
{
        width: 500px;
        text-align: left;
        border-style: solid;
        margin-bottom: 20px;
}

div.anncDiv p.small {
	padding: 2px;
	margin: 0px;
	border-bottom: solid 1px gray;
}

div.anncDiv h2
{
	background-color: #016;
	color: white;
	padding: 3px;
}

.anncTitle
{

	color: black;
        background-color: #eef;
        padding: 5px;
        font-size: 14pt;
        margin-bottom: 10px;
}

.titleImage
{
        border: 0;
}

.h3 {
     text-align: center;
}

.userTable
{
        width: 400px;
        color: black;
        padding: 0px;
}

.userTableHeader
{
        font-weight: bold;
}

.userRow1
{
        background-color: #ddd;
}
    
.userRow2
{
        background-color: white;
}

.screenshotTitle
{
        padding-bottom: 30px;
        font-size: 14pt;
}

.screenshotDiv
{
        font-size: 12pt;
        font-family: arial, helvetica, sans serif;
        width: 440px;
        text-align: left;
        font-weight: normal;
        border-style: dashed;
        border-width: 2px;
        border-color: #06c;
        padding: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
        background-color: #eef;
        color: black;
}

.pn-title
{
    text-align: center;
    color: #016;
    background-color: white; 
}

.loginForm
{
/*	background-color: #d0d0d0;*/
/*        font-size: 8pt; */
}

.eventsSummary
{
        font-size: 10pt;
}

.copyright
{
        font-size: 8pt;
        padding-top: 15px;
        margin-top: 10px;
}

.suggestionIcon
{
        font-size: 10pt;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
}

.menuItem
{
    width: 190px;
    color: #016;    
    /* background-color: white; */
    /* list-style-image: url(../../../images/lightbulb-icon.gif); */
}

.menuHeader
{
/*        padding: 5px; */
/*        background-color: #eef; */
        color: black;
/*        font-weight: bold; */
/*        font-size: 14pt; */
        text-align: center;
/*        margin-top: 10px; */
/*        margin-bottom: 10px; */
}

body
{
        font-family: arial, helvetica, sans serif;
        color: black;
}


input.small, select.small
{
        font-size: 8pt;
}

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}	
