/* Cascading Style Sheet for basesite */

body
{
  margin-top: 0px;
  padding: 0px;
  background-color: #8A0000;
  background-image: url("gfx/background.jpg");
  background-repeat: repeat-x;
  color: #E1B343;
}

/* Main frame of contents */
table.main
{
  font-family: Times;
  width: 600px;
}
td.footer
{
  font-size: 12px;
  padding: 10px; 
  text-align: center;
}

/* Base template of content cells */
table.basetemplate
{
  margin-bottom: 10px;
  background-color: #650606;
  font-size: 14px;
  border: 1px solid #9F0707;
  width: 600px;
}
td.subjectline
{
  height: 20px;
  background-image: url(gfx/base_top.gif);
  background-repeat: no-repeat;
  padding-left: 15px;
}
td.content
{
  padding: 20px;
  border: solid 1px #8A0000;
}
td.footerline
{
  height: 20px;
  background-image: url(gfx/base_bottom.gif);
  background-repeat: no-repeat;
  padding-left: 15px;
  font-size: 80%;
}


/* Category-table */
table.categoryboxsub   
{ 
  background-color: #650606;
  font-family: tahoma;
  font-size: 11px;
}
td.description         {  padding: 10px; }
table.categorylists    { font-size: 11px }
td.select_inv          
{ 
  background-color: #B70E0E;
  border-bottom: 1px solid #B70E0E;
  border-top: 1px solid #B70E0E;
}


table.imgtable
{
  font-family: Tahoma;
  font-size: 11px;
  margin: 5px;
  padding: 5px;
  text-align: center;
  width: 100px;
  border: 1px solid #B70E0E;
}
img.framed
{
  border: 1px solid #B70E0E;
}

h1
{
  font-size: 20px;

  font-weight: normal;
  margin: 10px;
  letter-spacing: 2px;
  display:inline;
}
h2
{
  font-size: 15px;
  font-weight: bold;
  margin: 5px;
}
h3
{
  font-size: 13px;
  font-weight: bold;
  display:inline;
}


p.message { }
p.answer
{
  margin-left: 55px;
  color: #FF0000;
  margin-top: -17px;
}
p.footertag
{
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
}

span.pageflips { font-size: 80% }

span.submenu
{
  position: relative;
  top: 5px;
  background-color: #F8F8F8;
  border-bottom: 1px solid #888888;
  border-top: 1px solid #888888;
}

a:visited, span.menuselected              { color: #DD8855; }
a:link,    a.menulink:visited, a.menulink { color: #DD5500; }
a:hover,   a.menulink:hover               { color: #FF0000; }

a.menulink, span.errormessage, span.menuselected
{ text-decoration: none;
  font-weight: bold; }

.esittely
{
  font-weight: normal;
  font-size: 11px; 
}

.textboxstyle
{
  width: 560px;
  height: 400px;
}

.messagebox
{
  width: 560px;
  height: 100px;
}

.buttonstyle
{
  font-size: 10px;
  font-family: verdana;
  width: 70px;
}

*
{
	scrollbar-highlight-color: #E19D31;
	scrollbar-shadow-color: #000000; 
	scrollbar-arrow-color: #996616;
	scrollbar-track-color: #650606;
	scrollbar-face-color: #E19D31;
	scrollbar-3dlight-color: #996616; 
	scrollbar-darkshadow-color: #000000; } 
