a:link              { font: 10px Helvetica; color: #999999; text-decoration: none }
a:active            { font: 10px Helvetica; color: #999999; text-decoration: none }
a:visited           { font: 10px Helvetica; color: #999999; text-decoration: none }
a:hover             { font: 10px Helvetica; color: #DDE7EC; text-decoration: underline; }

.menu				{ font: 16px/24px Helvetica; color: #999999; text-decoration: none; font-weight : bold }
a.menu:link         { font: 16px/24px Helvetica; color: #999999; text-decoration: none; font-weight : bold }
a.menu:active       { font: 16px/24px Helvetica; color: #999999; text-decoration: none; font-weight : bold }
a.menu:visited      { font: 16px/24px Helvetica; color: #999999; text-decoration: none; font-weight : bold }
a.menu:hover        { font: 16px/24px Helvetica; color: #DDE7EC; text-decoration: none; font-weight : bold }

a.category:link     { font: 10px Helvetica; color: #0066CC; text-decoration: none; font-weight : bold }
a.category:active   { font: 10px Helvetica; color: #0066CC; text-decoration: none; font-weight : bold }
a.category:visited  { font: 10px Helvetica; color: #0066CC; text-decoration: none; font-weight : bold }
a.category:hover    { font: 10px Helvetica; color: #114477; text-decoration: underline; font-weight : bold }

a.copyright:link    { font: 10px Helvetica; color: #0066CC; text-decoration: none; }
a.copyright:active  { font: 10px Helvetica; color: #0066CC; text-decoration: none; }
a.copyright:visited { font: 10px Helvetica; color: #0066CC; text-decoration: none; }
a.copyright:hover   { font: 10px Helvetica; color: #114477; text-decoration: underline; }

img { border: 0; }

body
{
  margin-top:    5;
  margin-bottom: 5;
  margin-left:   0;
  margin-right:  0;

  background-color: #fdfdfd;
}

select, option, textarea, input
{

  color:       #999999;
  font-size:   10px;
  font-family: Helvetica;
}

input.checkbox
{
  background-color: #FFFFFF;
}

td, font
{
  color:       #999999;
  font-size:   10px;
  font-family: Helvetica;
}

hr
{
  height: 1px;
  border: 0px;

  color: #DDE7EC;
  background-color: #DDE7EC;
}

.bold
{
  font-weight : bold
}

.pluginname1
{
	font: normal 10pt/12pt Helvetica;
	letter-spacing: 1px;
	color: #DD6900;
	font-weight : bold;
}

.pluginname2
{
	font: normal 10pt/12pt Helvetica;
	letter-spacing: 1px;
	color: #DD6900;
	font-weight : bold;
}

.kubrickwhitelogo
{
  color: #ffffff;
  font-size: 36px;
  font-family: arial,helvetica,sans-serif;
}

.welcometext
{
	color: #333333;
	font-size: 14px;
	font-family: Georgia;
	font-style : italic;
}

/* Navigation tabs */

#navigation a
{
color: #000;
background: #DDE7EC url("images/nav/left-tab.gif") left top no-repeat;
text-decoration: none;
padding-left: 10px
}

#navigation a span
{
background: url("images/nav/right-tab.gif") right top no-repeat;
padding-right: 10px
}

#navigation a, #navigation a span
{
display: block;
float: left;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End IE5-Mac hack */

#navigation a:hover
{
color: #fff;
background: #26a url("images/nav/left-tab-hover.gif") left top no-repeat;
text-decoration: none;
padding-left: 10px
}

#navigation a:hover span
{
background: url("images/nav/right-tab-hover.gif") right top no-repeat;
padding-right: 10px
}

#navigation
{
list-style: none;
padding: 0;
margin: 0
}

#navigation li
{
float: left;
display: block;
margin: 0;
padding: 0
}

#border {
	border-top : 1px solid #DDE7EC;
}