div.poll {
	background: white;
	padding: 5px;
	font-size: 75%;
	width: 150px;
	border: 1px solid #016;
}

table.sqlResult td {
	padding: 4px;
	margin: 0px;
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
}

table.sqlResult tr.row1 {
	background: #bbb;
}

table.sqlResult tr.row0 {
	background: #ddd;
}

div.suggestionView
{
	border: 0px;
	border-bottom: 1px gray dashed;
	margin-top: 10px;
	padding-bottom: 10px;
}

.myProfile td
{
	padding: 15px;
	vertical-align: top;
	font-size: 80%;
	width: 25%;
}

.myProfile td a
{
	font-size: 170%;
	text-align: center;
}

.adminMenu td
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	/*border: 1px solid #e88;*/
	/*background: #cce;*/
	vertical-align: top;
	font-size: 80%;
	width: 50%;
}

.adminMenu td a
{
	font-size: 170%;
	text-align: center;
}

div.articleCommentHead 
{
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	background: #ccc;
	padding: 5px;
	margin-top: 25px;
	margin-bottom: 25px;
}

div.articleComment
{
	margin-top: 10px;
}

div.articleCommentTitle
{
	padding: 5px;
	font-size: 105%;
	font-weight: bold;
	background: #aaa;
}

div.articleCommentAuthor
{
	background: #ccc;
	padding: 5px;
}

div.articleCommentBody
{
	padding: 5px;
	border: 2px #ccc solid;
}

.articleCommentForm
{
	background: #ccc;
	padding: 10px;
}

.articleCommentFormTitle
{
	font-size: 120%;
}

.pendingDescription
{
	background: #777;
	color: white;
	font-size: 125%;
}

.pendingCheck
{
	background: #aaa;
	vertical-align: top;
	width: 30px;
	text-align: center;
}

.pendingColumn
{
	background: #ccc;
	vertical-align: top;
	font-weight: bold;
	font-size: 80%;
}

.pendingValue
{
	background: #ddd;
}

.pendingHeader
{
	background: #444;
	color: white;
	font-size: 125%;
}

a.articleListTitle
{
	font-size: 125%;
}

.articleListAuthor
{
}

.articleListDate
{
	font-size: 75%;
}

.articleListSummary
{
	color: gray;
}

.articleListItem
{
	margin: 20px;
}

.articleAuthor
{
	text-align: center;
}

.articleDate
{
	text-align: center;
}

.articleSummary
{
	font-size: 75%;
	margin-left: 90px;
	margin-right: 90px;
}

.articleBody
{
}

legend
{
	font-size: 150%;
	font-weight: bold;
}

fieldset
{
	margin-top: 10px;
	padding: 5px;
}

.small
{
	font-size: 77%;
}

.calCelHead
{
    background: #eee;
}

.calCelHeadToday
{
}

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

.calCel {
        width: 90px;
        height: 80px;
        align: left;
        vertical-align: top;
        font-size: 8pt;
        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;
        padding: 1px;
        spacing: 0px;
	width: 100px;
    }

.calTitleRow
{
}

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

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


.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;
}

.pageTitle
{
    text-align: center;
    color: #016;
}

.eventsSummary
{
        font-size: 10pt;
}

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

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

.loginForm {

	text-align: center;
	/*font-size: 75%;*/

}

.content {
        width:auto;
	margin: 5px 5px 5px 5px;        
	border: 0px solid black;
        /* color: black; */
	padding:10px;
	}

.sectionHeader 
{
	font-size: 18pt;
}
/* 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;}	

