body {
    background-color:white;
    text-align:center;
}
html { min-height: 100%; margin-bottom: 1px; }
.pictureTd {
    text-align:center;
}
.imageCaption {
    font-family:Geneva, Arial, Helvetica, sans-serif;
    color:#999999;
    font-size:0.7em;
}
#textDiv {
    font-family:Geneva, Arial, Helvetica, sans-serif;
    text-align:center;
    color:#999999;
    font-size:0.7em;
}
#textDiv a:link, #textDiv a:visited {
    color:#555555;
}
#comments {
    font-family:Geneva, Arial, Helvetica, sans-serif;
    text-align:left;
    color:#999999;
    font-size:0.8em;
	margin-bottom: 30px;
}
#comments span.commentsCaption {
    font-size:1.5em;
	color:#555555;
}
#comments span.commentText {
    font-size:1.1em;
	font-style:italic;
	color:#555555;
}
#comments span.fromWhom {
    font-size:.9em;
    color:#999999;
}
#comments span.fromWhom a:link, #comments span.fromWhom a:visited {
    color:#999999;
}
.calendarDiv {
    font-size:.5em;
}
.calendarDiv a:link, .calendarDiv a:visited {
    text-decoration:none;
}
.yearTable{
    margin-left:auto;
    margin-right:auto;
    margin-bottom:5px;
}
.weekLabelTd {
    color:#666666;
    text-align:left;
    font-size:1.2em;
	width:11px;
	height:11px;
}
.weekTd {
    border: solid 1px #e3e3e3;
    text-align:center;
    font-size:.9em;
	width:11px;
	height:11px;
}
.weekThisTd {
    border: solid 1px #666666;
    color:white;
    background-color:#efefef;
	width:11px;
	height:11px;
}
.weekFilledTd {
    border: solid 1px #999999;
    text-align:center;
    font-size:1em;
    background-color:white;
	width:11px;
	height:11px;
}
.weekCurrentTd {
    border: solid 1px #999999;
    text-align:center;
    font-size:1em;
    background-color:white;
	width:11px;
	height:11px;
}
.weekCurrentFilledTd {
    border: solid 1px #999999;
    text-align:center;
    font-size:1em;
    background-color:white;
	width:11px;
	height:11px;
}
.noborder{border: 0px;}
.def_text{
    font-family:Geneva, Arial, Helvetica, sans-serif;
    text-align:center;
    font-size:1em;
}
.small_text_center{
    font-family:Geneva, Arial, Helvetica, sans-serif;
    text-align:center;
    color:#555555;
    font-size:0.8em;
}
.small_text_left{
    font-family:Geneva, Arial, Helvetica, sans-serif;
    text-align:left;
    color:#555555;
    font-size:0.8em;
}
.leftDiv{
    font-family:Geneva, Arial, Helvetica, sans-serif;
    text-align:left;
    color:#999999;
    font-size:0.75em;
}

#toolbar{
    font-family:Geneva, Arial, Helvetica, sans-serif;
    text-align:center;
    color:#999999;
    font-size:0.8em;
}

#toolbar a:link, #toolbar a:visited{
    color:#999999;
}

.aboutDiv{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
    font-size:1em; 
	position:absolute;
	left: 50%;
	top: 109px;
	margin-left:-329px;
	z-index:10;
	width:612px;
	height:436px;
	padding: 20px 20px 20px 20px; 
	border-width:3px;
	border-color:#555555;
	border-style:solid;
	background-color:white;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80
}

.descrl{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	width:350px;
	padding-left:25px;
	padding-right:25px;
	text-align: left;
	color:#999999;
}

.descrr{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	width:350px;
	padding-left:25px;
	padding-right:25px;
	text-align: right;
	color:#999999;
}

.descrl a:link, a:visited{
    color:#555555;
}

.descrr a:link, a:visited{
    color:#555555;
}
	

a.aboutLink:link { color: #555555; text-decoration: underline; font-weight: normal; }
a.aboutLink:visited { color: #555555; text-decoration: underline;  font-weight: normal; }
a.aboutLink:active { color: #555555; text-decoration: underline;  font-weight: normal; }
a.aboutLink:hover { color: #555555; text-decoration: underline; font-weight: normal; }

a.aboutLinkBl:link { color: #000000; text-decoration: underline; font-weight: normal; }
a.aboutLinkBl:visited { color: #000000; text-decoration: underline;  font-weight: normal; }
a.aboutLinkBl:active { color: #000000; text-decoration: underline;  font-weight: normal; }
a.aboutLinkBl:hover { color: #000000; text-decoration: underline; font-weight: normal; }

a.regLink:link { color: #333333; text-decoration: underline; font-weight: normal; }
a.regLink:visited { color: #333333; text-decoration: underline;  font-weight: normal; }
a.regLink:active { color: #333333; text-decoration: underline;  font-weight: normal; }
a.regLink:hover { color: #333333; text-decoration: underline; font-weight: normal; }

form {
	background-color:#efefef;
	padding:5px;
	display:table-cell;
}

.formTable {
}
.formTable td {
	font-size:.9em;
	color: gray;
}
.formTable td.label {
	text-align:right;
	font-style:italic;
}
.formTable span.label {
	font-style:italic;
}
.formTable input {
	font-size:.9em;
	color: #0066CC;
	border:1px solid gray;
}
.formTable textarea {
	color: #0066CC;
	border:1px solid gray;
}
.formTable input.formButton {
	color: gray;
	border:default;
}

