    html {height: 100%;}

    BODY {background-color: #95A5BE;
          font-family: Verdana, Arial, Helvetica, sans-serif;
	  	  color: #000033;
          font-size: 10px;
          font-style: normal;
		  height: 100%;}

    * { padding: 0; margin:0; cellspacing:0}

    H1 {font-size: 150%; font-weight: bold; color: #000033}
    H2 {font-size: 125%; font-weight: bold; color: #000033}
    H3 {font-size: 11px; font-weight: bold; color: #000033}
    H4 {font-size: 11px; font-style: italic; color: #000033}
    H5 {font-size: 10px; color: #000033}
    A:link {color: #4E617E; text-decoration: none; }
    A:visited {color: #4E617E; text-decoration: none; }
    A:active {color: #4E617E; text-decoration: underline }
    A:hover {color: #4E617E; text-decoration: underline; }
    
    .normal {font-size: 11px}
    .nav {font-size: 11px}
    .credit {font-size: 9px}
    .title {font-weight: bold}
    .small { font-size:9px}
    .commentform {font-size: 11px}
    .label {font-size: 11px}
    
    .th: {font-size: 10px; font-weight: bold}
    .td: {font-size: 10px; font-style: normal}

.block {
	margin:6px 6px 12px 6px;
	padding: 4px;
}

.block H3 {
        color: #663333;
	margin: -4px -4px 4px -4px;
	padding: 4px;
	font-size: 11px;
}

.block P {
	margin: 0px;
        color: #000033;
}

.content {
	margin-left: 120px;
	padding: 4px;
    font-size: 11px;
    color: #000033;
	width: 600px;
}

.entrycontent {
	padding: 12px;
	background: #FFFFFF;
	font-size: 11px;
        color: #000033;
	margin: 4px 2px 4px 2px;
	top: 60px;
	width: 600px;
}


.content p {
	font-size: 11px;
	margin-bottom: 11px;
}

.date {
	color: #95A5BE;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	float: right;

}

.date_linkdump {
	color: #95A5BE;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.entry {
    width: 600px;
}

.entryfooter {
	color: #95A5BE;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	clear: both;
}

.entryfooter_linkdump {
	color: #95A5BE;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	border-bottom: 1px dashed #666;
}

.entryfooter A, .date A, .entryfooter_linkdump A, .date_linkdump A {
	text-decoration: none;
	color: #95A5BE;
}


.entryfooter a:hover, .date a:hover {
	text-decoration: underline;
	color: #95A5BE;
}

.menu {
	margin:6px 6px 12px 6px;
	padding: 4px;
}

.prevnext_links {
	float: right;
	color: #000033;
}

H1 A, .prevnext_links A {
	text-decoration: none;
}

H1 A:hover, .prevnext_links A:hover {
	text-decoration: underline;
        color: #95A5BE;
}

H2 A {
	font-weight: bold;
}

.menu A, .menu A:visited {
	font-size: 10px;
	color: #95A5BE;
}

.menu A:hover, .menu A:active {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}





/* these styles are for the search boxes */
.searchbox { 
	width: 10em; 
	font-size: 10px;
	border: 0;
}

.searchbutton {
	border: 1px solid #000;
	font-size: 10px;
}

/**
 * Search forms
 */
.searchbox, .result-searchbox, .commentinput, .piv_notify, .piv_discreet {
	border: 1px solid #B5B5B5;
	padding: 3px;
	background: #EBEBEB;
	font-size: 10px;
}

.searchbutton, .result-searchbutton, .commentbutton {
	border: 1px solid #B5B5B5;
	background: #E2E8E5;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	height: 21px;
	margin-top: 5px;
}


.result-searchbox, .result-searchbutton {
	margin-bottom: 10px;
}

fieldset > .result-searchbox {
	margin-bottom: 11px;
}

.pivot-search fieldset, .pivot-search-result fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.pivot-search label, .pivot-search legend, .pivot-search-result label, .pivot-search-result legend {
	display: none;
	visibility: hidden;
}



/* these styles are for the calendar widget */
.calendar { 
	padding: 1px 5px;
	margin: 0px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 11px;
}


.calendarHeader { 
	font-weight: bold; 
	color: #000;                   
	background: #DDD;
	margin:0px;
	padding: 2px 5px;
	font-size: 11px;
}

.calendartoday { 
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

	
table.calendar {
/* only the calendar has a line, not the individual cells */
	border: 1px solid #000;
	padding:0px;
	width: 175px;
}

.calendarHeader A, .calendar A {
	font-weight: bold; 
	color: #253A69;
	text-decoration: none;
}
/* end of the calendar styles */


