body {
  font-family: Lucida Grande, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
  background : white;
  color : black;
  text-align: left;
  margin: 16px;
}
h2 {
font-family: georgia, serif;
font-size:				1.4em;
    font-weight: 			normal;
    font-style:				normal;
    color:					#01194B;
    text-transform:			none;
    line-height:			1.8em;
    padding:10px 0 0 0px;
    margin:0;
}
th, td {
font-size: 13px;
}
img { border: none; }
blockquote {
  border-left: solid silver 4px;
  padding-left: 8px;
  font-size: 12px;
}
.small {
  font-size: 11px;
}
#header {
  background : white;
  color: black;
  font-weight: bold;
  padding: 8px;
  border-top: dotted gray 1px;
}
.commentssection {
  font-size: 13px;
  font-weight: bold;
margin-left:0;
padding-left:0;
    background: #e2ffea;
    border-top: solid 1px grey;
    padding:2px;
    color: #4031a8;
}

.header a:link, .header a:visited, .header a:active {
  color : white;
}
li {
padding:0;
margin-left:25px;
cursor: default;
}
ul.compact
 {
/*Remove all spacings from the list items*/
	margin-left:0px;
	padding: 0;
	cursor: default;
	display: inline;
}
div.list {
	margin-left:50px; 
	padding:4px;
	width:480px; 
	border: 1px solid #333333; 
	background-color: #EEEEEE; 
	color: #333333;
	font-size: 10px;
	text-align: left;
	margin-bottom:15px;
}
.search {
  float: right;
  padding-top: 55px;
  position: relative;
  width: 50%;
  text-align: right;
  font-size: 11px;
}
.headerLinks, .footerLinks {
  float: right;
  position: relative;
  width: 33%;
  font-size: 11px;
  text-align: right;
}
.headerLinks a:link, .headerLinks a:visited, .headerLinks a:active,
.footerLinks a:link, .footerLinks a:visited, .footerLinks a:active {
  color : white;
}
#pages {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 11px;
  color : white;
  font-weight: bold;
  background-image: url(/images/footer.gif);
  background-position: top;
  background-repeat: repeat-x;

}
.page a:link, .page a:visited, .page a:active {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
  color : white;
}
.page{
}
.page a:hover, .selectedPage {
  color: black;
  background: white;
  text-decoration: none;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
.photo {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top: solid black 1px;
  border-right: solid black 1px;
  border-bottom: solid black 1px;
  border-left: solid black 1px;
  text-align: center;
}
.codeSample {
  font-family: Courier, sans-serif;
  border-top: solid gray 1px;
  border-right: solid gray 1px;
  border-bottom: solid gray 1px;
  border-left: solid gray 1px;
  text-align: left;
  background: silver;
  margin-left: 32px;
  margin-right: 32px;
  padding: 16px;
  overflow: auto;
}
a:link, a:visited, a:active {
  color: #4169AA;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
.content {
  background : white;
  padding-top: 16px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  margin-left: 200px;
}
.bodyContent {
  background : white;
}
.bodyContentEven {
  background: #e2ffea;
}
.bodyContentOdd {
  background: white;
}
.sidebar {
  text-align: left;
  float: left;
  position: relative;
  width: 200px;
  padding-left: 8px;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px;
}
.footer {
clear: both;
	position: relative;
	width: 100%;
	color: #999;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 2em;
	padding-top: 1em;
	border-top: 1px dotted gray;
 /* clear: both;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 25px;
  padding-bottom: 4px;
  font-size: 11px;
  font-weight: bold;
   border-top: solid 1px gray;
*/

}
.footer a:link, .footer a:visited, .footer a:active {
  color : gray;
}
.blogName, .blogName a:link, .blogName a:visited, .blogName a:active {
  font-size: 24px;
  font-weight: bold;
}
.blogDescription {
  font-weight: none;
  padding-bottom: 32px;
}
.linearNavigationLinks {
  text-align: center;
  font-size: 11px;
  padding-bottom: 8px;
}
.calendar {
  font-size: 11px;
  text-align: center;
}
.calendarDayHeader {
  font-weight: bold;
}
.calendarDay {
  text-align: left;
}
.calendarDayWithEntries, .calendarDayWithEntries a:link, .calendarDayWithEntries a:visited, .calendarDayWithEntries a:active {
  font-weight: bold;
  text-align: right;
}
.calendarToday, .calendarToday a:link, .calendarToday a:visited, .calendarToday a:active {
  background : #4169AA;
  color: white;
  font-weight: bold;
  text-align: right;
}
.help, .help a:link, .help a:visited, .help a:active {
  color: gray;
  font-weight: bold;
  font-size: 11px;
  text-align: right;
}
.validationError {
  color: white;
  background-color: #B20D1C;
}

.blogEntry, .item {
  text-align: left;
  border-top: dotted silver 1px;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.comment, .trackback {
  padding: 8px;
}
.addacomment {
  background: #e2ffea;
  border-top: solid 1px grey;
  padding:2px;
  color: #4031a8;
}

.blogEntryHeader, .blogEntryHeader a:link, .blogEntryHeader a:visited, .blogEntryHeader a:active,
.itemHeader, .itemHeader a:link, .itemHeader a:visited, .itemHeader a:active {
  font-size: 16px;
  font-weight: bold;
margin-left:0;
padding-left:0;
    background: #e2ffea;
    /*border-top: solid 1px grey;*/
    padding:2px;
    color: #4031a8;
}
.commentHeader, .commentHeader a:link, .commentHeader a:visited, .commentHeader a:active, .trackbackHeader,
.trackbackHeader a:link, .trackbackHeader a:visited, .trackbackHeader a:active {
  font-weight: bold;
}

.blogEntryBody, .itemBody {
  padding-top: 16px;
  padding-bottom: 16px;
}
.itemBodyEven {
  background: lightgrey;
}
.itemBodyOdd {
  background: white;
}
.commentBody, .trackbackBody {
 padding-top: 8px;
 padding-bottom: 8px;
}

.blogEntryLinks, .itemLinks, .commentLinks, .trackbackLinks {
  float: right;
  position: relative;
  color: gray;
  font-weight: bold;
  font-size: 11px;
  text-align: right;
}

.blogEntryLinks a:link, .blogEntryLinks a:visited, .blogEntryLinks a:active,
.itemLinks a:link, .itemLinks a:visited, .itemLinks a:active,
.commentLinks a:link, .commentLinks a:visited, .commentLinks a:active,
.trackbackLinks a:link, .trackbackLinks a:visited, .trackbackLinks a:active {
  color: gray;
  font-weight: bold;
  font-size: 11px;
}

.blogEntryMetadata, .blogEntryMetadata a:link, .blogEntryMetadata a:visited, .blogEntryMetadata a:active,
.itemMetadata, .itemMetadata a:link, .itemMetadata a:visited, .itemMetadata a:active,
.commentMetadata, .commentMetadata a:link, .commentMetadata a:visited, .commentMetadata a:active,
.trackbackMetadata, .trackbackMetadata a:link, .trackbackMetadata a:visited, .trackbackMetadata a:active {
  color: gray;
  font-size: 11px;
  font-weight: bold;
}

.approved {
}
.pending {
  border-left: solid #FF9900 4px;
}
.rejected {
  border-left: solid red 4px;
}
