/* BigS */

body 
{ 
  position: relative;
  margin: 0 auto;
  padding: 0px;
  padding-left: 30px;
  padding-bottom: 40px;
  background-color: #FDC0C0;
  color:#000000; 
  width: 785px;
  font-size: 10pt;
  border: 0;
}

#header
{ 
  position: absolute;
  top: 0;
  display: block;
  margin: 0 auto;
  background: url(/stylesheets/flower/full-header.png) no-repeat;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/stylesheets/flower/full-header.png', sizingMethod='image'");
  background: expression('transparent');

  height: 310px;           
  width: 801px;
  z-index: 2;
}

.page, #sidebar {
  background-image: url(/white-transparent.png);
  background: expression("rgb(255, 220, 220)");
}

.page {
        position: relative;
        margin: 0px;
        top: 150px;
        padding: 20px; 
        width: 480px;
        z-index: 3;
        }

.sidebartop { display: none; }

#sidebar 
{
  position: absolute;
  right: 0px;
  top: 240px;
  padding: 20px;
  margin: 0;
  width: 170px;
  z-index: 3;
}

/* Sidebar */

.sidemenuitem 
{ 
  display: block;
  position: relative;
  padding: 5px 0;
  }

.sidemenuitemtext
{
  display: block;
  margin-left: 20px; 
  padding-top: 4px; 
  color: #500000;  
  font-weight: bold;
  font-size: larger;
}

.sidemenuitemtext:hover
{ 
  color: #FFFFFF;
}

.sidemenuitemimage, .sidemenuitemnoimage 
{
  display: block;
  position: absolute;
  height: 16px; 
  width: 16px;
  margin-top: 6px;
  margin-left: 0px;
  }

.sidemenuitemnoimage 
{ 
  background: url(/stylesheets/flower/heart-small.png) no-repeat;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/stylesheets/flower/heart-small.png')");
  background: expression('transparent');
}
			
#colophon { 
                text-align: center; 
                font-size: small; 
                margin-top: 40px; 
                }

/* Page */

.pagetitle { 
	position: relative;
             font-size: xx-large; 
             font-weight: bold; 
             font-family: Verdana;
             color: #660000;
			 margin-left: 37px;
             }

.pagetitle img, .pagetitle .noimage
{ 
  display: block;
  position: absolute;
  top: 5px;
  left: -37px;
}

.pagetitle .noimage 
{ 
	display: block;
	width: 32px;
	height: 32px;
	background: url(/stylesheets/flower/heart-middle.png) no-repeat;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/stylesheets/flower/heart-middle.png')");
  background: expression('transparent');
}

#page_footer 
{ 
  position: absolute;
  display: block; 
  background: url(/stylesheets/flower/butterfly.png) top no-repeat; 
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/stylesheets/flower/butterfly.png')");
  background: expression('transparent');  
  width: 170px;
  height: 171px; 
  left: -120px;
  bottom: -106px;
  padding-bottom: 20px;
}


/* General */

.downloads { 
             font-size: x-large
             }
.download { 
            height: 32px;
            margin: 2px;
            font-size: large;
            }
.download img { 
                float: left;
                position: relative;
                height: 32px;
                width: 32px;
                border: 0px;
                }


.newsdate { font-size: x-small; color: #888888 }
.newsname { font-size: large }
.newsitemtitle { margin: 0px }
.newsitem { }


.pagetext, .description { width: auto; 
                          padding: 0 0.5em; 

            }
.description { 
               font-weight: bold;
             }

a {color: #FF0000; text-decoration: none}
a:visited {color: #900000 }
a:active {color: #FF0000 }
a:hover 
{ 
  background-color: #FF6666;
  color: #FFFFFF; 
}

img { border: 0 }

/* special styles */

.code { 
        white-space: pre;
}

/* style element for on the index page */

.overviewItem { 
                margin-bottom: 10px;
                }

.overviewItemTitle { 
	position: relative;	
	display: block;
	margin-left: 24px;
	margin-top: 20px;
}

.overviewItemTitle .noimage, .overviewItemTitle img
{  
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  padding: 0; margin: 0;
  top: 0px;
  left: -24px;
}

.overviewItemTitle .noimage 
{
  background: url(/stylesheets/flower/heart-small.png) no-repeat;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/stylesheets/flower/heart-small.png', sizingMethod='image'");
  background: expression('transparent');
}

*>.overviewItemTitle { height: auto; }

.overviewItemTitle a { 
                     font-size: large; font-weight: bold;
                     }

.overviewItemTitle a { 
                     font-size: large; font-weight: bold;
                     }

.modified { font-size: small;
            color: #777777;
            }

.continue { 
            padding-left: 1em;
            }
.continue a {
            font-size: small;
            color: #500000;  
            }
