body {
     background: white;
     font-family: Bitstream Vera Sans, Helvetica, Arial;
     padding: 0px;
     margin: 0px;
     background-position: top right;
     background-repeat: no-repeat;
}

.textbox {
     background-position: top right;
     background-repeat: no-repeat;
}


code {
     border-bottom: dotted 1px black;
}

body .gallery {
     background: #f0f0f0;
     display: block;
     margin-left: 9em;
     border: 1px #c2c2c2 solid;
     min-height: 590px; 
     width: 800px; 
     padding-left: 3px;
     padding-right: 3px;
     padding-top: 3px;
     padding-bottom: 3px;
}

body .content {
     background: #f0f0f0;
     display: block;
     border: 1px #c2c2c2 solid;
     padding-left: 6px;
//     padding-right: 6px;
     margin-top: 16px;
     margin-left: 30px;
     margin-right: 30px;
     margin-bottom: 30px;
     //font-size:12pt;
}
.bodybox .content {
	background-color: #f0f0f0;
	display: block;
	border: 1px #c2c2c2 solid;
	margin-left: 10em;
	margin-right: 10px;

     //font-size:12pt;
	font-family: "Bitstream Vera Sans", Helvetica, Arial;
}

.content a:link {
     text-decoration: none;
     border-bottom: dotted blue 1px;
}

.content a:hover {
     text-decoration: underline;
     border-bottom: none;
     color: #8800ff;
}

h2, .header {
     display: block;
     background: #7ec0ee;
     width: 100%;
     border-top:1px;
     border-bottom:1px;
     border: solid #36648b 2px;
     margin-left: -22px;
     margin-top:5px;
     margin-bottom:5px;
     padding:2px;
     padding-right:36px;
     font-size: 18pt;
     font-weight: normal;
}

.topbar {
     background-color: #dddde0; 
     background-image: url('images/topspacer.png');
     background-repeat:y;
     height:75px;
     margin: 0px 15px 0px 15px;
     padding: 0px 0px 0px 0px;
}

.bodybox { 
     margin: 25px;
}

.textbox { 
     padding: 10px;
}

.title {
     font-size: 25pt;
     color: yellow;
}

.sidebar {
     background-color: #ffffff;
     float: left;
     display: float;
     border: dotted black;
     border-width: 0px 0px 0px 0px;
     width: 10em;
     padding: 3px;
     padding-top: 6px;
     padding-left: 3px;
     font-size:12px;
}

.sidebar a {
     text-decoration: none;
}

.sidebar a.boxed {
     text-decoration: none;
     font-weight: none;
     /* border: solid white 1px; */
     color: #36648b;
}

.sidebar-header { 
     font-weight: none;
     background: #f0f0f0;
     border: 1px #c2c2c2 solid;
     border-width: 0px 2px 2px 0px;
     padding: 1px 0px 1px 1em;
}


.sidebar a:hover {
     color: #8800ff;
     border-bottom: none;
     text-decoration: underline;
}

.sidebar a.boxed:hover {
     color: black;
     width: 108px;
     background: #7ec0ee;
     /* border: solid #36648b 1px; */
     text-decoration: none;
}

.done { color: green; }
.todo { color: black; }

.instructions td {
	vertical-align: top;
	text-align: left;
	padding: 8px;
}

.macros td {
	font-family: monospace;
}

.comment {
	color: purple;
	font-style: italic;
}

.highlight {
	color: brown;
}


/* * * * * * * * * */
/* Custom classes  */
/* * * * * * * * * */

/* wraps the drop-shadow table to allow IE to center it */
div.sgShadow {
  text-align: center;
  padding: 1em;
}

/* the main content table that does the drop-shadow effect */
table.sgShadow {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

/* the tab with previous, up, next */
table.sgShadowTab td {
  font-size: 13px;
}

table.sgShadow, table.sgShadowTab {
  background-color: #f0f0f0;
  padding: 0;
  text-align: left;
}

table.sgShadow td {
  padding: 0;
  margin: 0;
}

table.sgShadow td.tabm, table.sgShadow td.tabr {
  background-color: #fff;
}

/* appropriate background images for drop-shadow effect */
table.sgShadow td.tl {  background-image: url('themes/default/shadow-tl.gif');}
table.sgShadow td.tm {  background-image: url('themes/default/shadow-tm.gif');}
table.sgShadow td.tr {  background-image: url('themes/default/shadow-tr.gif');}
table.sgShadow td.ml {  background-image: url('themes/default/shadow-ml.gif');}
table.sgShadow td.mm {  padding: 10px;} /* cell containing image */
table.sgShadow td.mr {  background-image: url('themes/default/shadow-mr.gif');}
table.sgShadow td.bl {  background-image: url('themes/default/shadow-bl.gif');}
table.sgShadow td.bm {  background-image: url('themes/default/shadow-bm.gif');}
table.sgShadow td.br {  background-image: url('themes/default/shadow-br.gif');}

/* div containing each gallery sub-gallery on a gallery page */
div.sgGallery {
  margin: 5px;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* the table cell containing the gallery thumbnail */
td.sgGalleryThumb {
  width: 100px;
  text-align: left;
}

/* the gallery thumbnail itself */
img.sgGalleryThumb {
  border: 1px solid #000;
}

/* the descriptive text (title, summary, contents) */
div.sgGallery p {
  margin-top: 0;
  margin-bottom: 2px;
}


/* full size image on an image page*/
img.sgImage {
  border: none;
}

/* the preview thumbnails and previous, thumbnails, next links */
p.sgTopNavBar, p.sgBottomNavBar {
  text-align: center;
  float: right;
}

/* wraps the thumbnail and rounded-corner code on an album page */
div.sgThumbnail {
  width:  120px;
  height: 120px;
  margin: 5px 5px 5px 5px;
  float: left;
  padding: 0px;
  text-align: left;
}

div.sgThumbnail table {
  width:  111px;
  height: 116px;
  margin: 0px;
  text-align: center;
  vertical-align: middle;
}

.sgThumbnailContent {
  background: #fff;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ccc;
}


/* the following code does the rounded corners of the 35mm slide effect on 
   the album pages. Taken from http://www.albin.net/CSS/roundedCorners/ */
.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 5px; height: 5px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -5px 0px 0px 0px; }
.borderBR { margin: -5px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
} 

#flashcontent {
 height: 100%;
 }
.bodybox .content table tbody tr td table tbody tr td {
	font-family: Verdana, Geneva, sans-serif;
}
.bodybox .content table tbody tr td table tbody tr td {
	font-family: Courier New, Courier, monospace;
}
.bodybox .content table tbody tr td table tbody tr td {
	font-family: Arial, Helvetica, sans-serif;
}
