#set( $bgcolor0 = "white" )
#set( $fgcolor0 = "black" )
#set( $linkcolor0 = "blue" )
#set( $visitedcolor0 = "purple" )
#set( $boxcolor0 = "#909090" )
#set( $bordercolor0 = "#b0b0b0" )
#set( $background0 = #showThemeImagePath("rolling","greybg.jpg") )

#set( $bgcolor1 = "white" )
#set( $fgcolor1 = "black" )
#set( $linkcolor1 = "blue" )
#set( $visitedcolor1 = "purple" )
#set( $boxcolor1 = "#8facc5" )
#set( $bordercolor1 = "gray" )
#set( $background1 = #showThemeImagePath("rolling","space-spacer.jpg") )

#set( $bgcolor = "white" )
#set( $fgcolor = "black" )
#set( $linkcolor = "blue" )
#set( $visitedcolor = "purple" )
#set( $boxcolor = "#9191cd" )
#set( $bordercolor = "gray" )
#set( $background = #showThemeImagePath("rolling","newbluebg.jpg") )

p {
  font-family: verdana, sans-serif;
  font-size: small;
  color: "white"; /*$fgcolor;*/
  color : #000000;
}
body {
  font-family: verdana, sans-serif;
  font-size: small;
  color: "black"; /*$fgcolor;*/
  background-color: "white"; /*$bgcolor;*/
  #background-image: url(images/newbluebg.jpg);
}
a {
  text-decoration: none;
}
a:link { 
  color: blue;
  font-weight: medium;
}
a:visited {
  color: purple;
  font-weight: medium;
}

a:hover {
  text-decoration: underline overline;
}
img {
  border: 0px;
  margin: 0px; 
}
img.photo {
   padding: 12px;
}

.banner {
  background-image: url($banner);
  background-repeat: no-repeat;
}
#MainColumn {
  margin-top:      5px;
  margin-left:    60px;
  margin-bottom:   5px;
  margin-right:  240px;
}
#SideBar {
  position: absolute;
  top:     0px;
  right:  10px;
  width: 220px;
}
#ArchivesColumn {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 93px;
        width: 80%
}
#LinksColumn {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 93px;
        width: 80%
}

.dateStamp {
  color : gray;
  font-size: small;
}
.daypermalink {
  border-style : none;
}

.rFolder {
  font-size: medium;
  font-weight: bolder;
}
.rBookmarkTd {
  font-size: small;
  vertical-align: top;
  font-weight: normal;
}
.rBookmark {
  margin-left: 10px;
  font-size: small
  font-weight: normal;
}
.rBookmark0 {
  margin-left: 10px;
  font-size: small
  font-weight: normal;
}
.rBookmark1 {
  margin-left: 10px;
  font-size: small;
  font-weight: bold;
}
.rBookmark2 {
  margin-left: 10px;
  font-weight: bold;
  font-size: large
}
.rBookmark3 {
  margin-left: 10px;
  font-size: x-large
}

.hCalendarTable {
  text-align : center;
}
.hCalendarTitle {
  text-align : center;
  font-weight : bolder;
  font-size: large;
}
.hCalendarDayNameRow {
  text-align : center;
  font-weight : bolder;
  font-size : x-small;
}
.hCalendarDay {
  text-align : center;
  font-size : x-small;
}
.hCalendarDayCurrent {
  text-align : center;
  font-size : x-small;
  font-weight : bolder ;
}
.hCalendarDayLinked {
  font-size : x-small;
  font-weight : bolder ;
  text-align : center;
}
.hCalendarDayNotInMonth {
  font-size : x-small;
  background-color: white;
  color: gray;
}
.hCalendarNextPrev {
  font-size : x-small;
  text-align : center;
  font-style : italic;
}

div.box {
  margin: 5px 5px 5px 5px;
  border: dashed 1px grey; /*$bordercolor;*/
  padding: 2px;
}
h2.box {
  font-size: medium;
  font-weight : bolder;
  text-transform : uppercase;
  letter-spacing : 0.3em;
  border-style : none;
  background-color : #9191cd; /*$boxcolor;*/
  color : white;
}
h2.daybox {
  text-align : left;
  font-size: medium;
  font-weight : bolder;
  text-transform : uppercase;
  letter-spacing : 0.3em;
  border-style : none;
  background-color : #9191cd; /*$boxcolor;*/
  color : white;
}
h2 {
  border-left-width: 15px;
  border-right-width: 15px;
  border-top-width: 15px;
  margin: 2px;
  padding: 4px;
}


.rChosenCategory {
    font-weight: bolder;
}
.rUnchosenCategory {
    font-size: medium;
}

ul.rReferersList {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  font-size : x-small;
}
li.rReferersListItem {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  font-size : x-small;
}

