/*
 *
 * Shine
 * Theme by Zarel
 *
 */

html,body,div,form,p,h1,h2,h3,h4,h5,h6
{ margin: 0; padding: 0; }
.skip
{ display: none; }

/*************************
 * Layout
 *************************/

body
{
  background: #0F1546 url(shinebg.gif) repeat-y scroll top left;
  color: #FFFFFF;
  font: 11pt Verdana, Arial, sans-serif;
  padding: 100px 5px 5px 210px;
}

h1
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent url(shinehbg.gif) repeat-x scroll top left;
}
h1 a
{
  display: block;
  background: transparent url(shinehbgr.gif) no-repeat scroll top right;
  height: 100px;
}
h1 a span
{
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url(shineh.gif) no-repeat scroll top left;
  width: 320px;
  height: 100px;
}
h1 img
{
  display: block;
  border: none;
}

#sidebar
{
  position: absolute;
  top: 100px;
  left: 0;
  width: 200px;
}
#sidebar ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar h2
{ display: none; }
#sidebar li
{
  background: transparent url(shinesbbbot.gif) no-repeat scroll bottom left;
  padding-bottom: 16px;
  margin-bottom: 8px;
}
#sidebar .sbb
{
  background: transparent url(shinesbbbg.gif) repeat-y scroll top left;
  color: #AAAAAA;
}
#sidebar .sbb ul,
#sidebar ul.sbb
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sidebar .sbb li
{
  background: transparent none;
  margin: 0;
  padding: 0;
}
#sidebar .sbb p,
#sidebar p.sbb
{
  padding: 0 15px 0 16px;
  margin: 0;
}
#sidebar .sbb a
{
  display: block;
  border-bottom: none;
  padding: 2px 15px 2px 16px;
  color: #AAAAAA;
  text-decoration: none;
}
#sidebar .sbb a.cur,
#sidebar .sbb a.shine
{
  font-weight: bold;
}
#sidebar .sbb a:hover
{
  background: transparent url(shinesblh.gif) no-repeat scroll center left;
  padding-left: 17px;
  border-bottom: none;
}
#sidebar h3
{
  font-size: 11pt;
  font-style: italic;
  color: #AAAAAA;
  padding: 10px 15px 25px 16px;
  background: transparent url(shinesbbtop.gif) no-repeat scroll bottom left;
}
#sidebar .sbbb
{
  background: transparent url(shinesbbbot.gif) no-repeat scroll bottom left;
  height: 26px;
}

p
{
  padding-top: 1em;
}
#footer
{
  font-size: 8pt;
  margin-top: 2em;
  border-top: 1px solid #888888;
}
a
{
  color: #AAAAFF;
  text-decoration: none;
  border-bottom: 1px dotted #AAAAFF;
}
h1 a, h2 a, h3 a
{
  border-bottom: none;
}
h2 a
{
  color: #FFFFFF;
}
