﻿@import url("common.css");
/* reset size */
#sidebar td
{
  text-align : center;
  padding : 1px;
  cursor : pointer;
  font-size : small;
}

#warn
{
  font-size : 150%;
  font-weight : bold;
}

#content
{
  padding : 10px;
  text-align : justify;
  border-style : solid;
  border-bottom-color : #333333;
  border-right-color : #555555;
  border-left-color : #BBBBBB;
  border-top-color : #DDDDDD;
  background-color : #FAFAFF;
}

#content h1,
h2,
h3,
h4,
h5,
h6
{
  color : #cc9966;
  text-align : center;
}

#content h3.centext
{
  color : #000000;
  text-align : center;
}

#content h6
{
  margin : 8px 0;
}

#content p
{
  text-indent : 2em;
  margin-bottom : 1em;
  text-align : justify;
  border : none;
  background : transparent;
  font-weight : normal;
}

#content span
{
  font-weight : bold;
}

#content ul
{
  margin : 0 25px 25px 200px;
  list-style-type : upper-roman;
  font-weight : bold;
}

#content ol
{
  margin : 0 25px 25px 200px;
  list-style-type : lower-roman;
}

#content ul.library
{
  margin : 0 25px;
  list-style-type : none;
  font-weight : bold;
}
#content ul.album 
{
   margin : 0 25px;
  list-style-type : none;
  font-weight : bold;
 /*text-indent: 350px;*/
 text-align:center;
}
#content a
{
  text-decoration : none;
  font-weight : bold;
  color : blue;
}

#content span.sup
{
  vertical-align : super;
  font-weight : normal;
}

#content table.website
{
  margin : auto;
}

#content p.des
{
  font-size : small;
}

#search table
{
  width : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 5px;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 7.5pt;
}

#search a
{
  text-decoration : none;
  color : black;
}

#search a:hover
{
  text-decoration : none;
  color : white;
}
