/* Copyright (C) 2002-2003 Daniele Orlandi */

body 
{
 background-color: white;
 color: black;
/* padding-top: 90px; */
 font-size: 4mm;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 margin: 0;
 padding: 0;
}

table
{
 margin: 0;
 padding: 0;
 border: none;
 border-collapse: collapse;
}

tbody,thead,tfoot,th,tr,td
{
 margin: 0;
 padding: 0;
 border: none;
}

form
{
 padding: 0;
 margin: 0;
}

a:link
{
 color: #003FFF;
 text-decoration: none;
}

a:visited
{
 text-decoration: none;
 color: #003F9F;
}

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

b, strong
{
 font-style: normal;
 font-weight: bold;
}

p
{
 padding-left: 10px;
}

h1
{
 padding: 0.1em;
 padding-left: 1em;
 margin: 0;
 border: none;
 color: #FF9900;
 font-size: 140%;
 font-weight: bold;
 background-color: #333;
 text-decoration: none;
 text-align: left;
 font-variant: small-caps;
}

h2
{
 padding: 4px;
 margin: 0;
 border: none;
 color: #830;
 font-size: 120%;
 text-decoration: none;
 text-align: left;
 font-weight: bold;
}

h3
{
 padding: 4px;
 margin: 0;
 border: none;
 color: black;
 font-size: 110%;
 font-weight: bold;
 text-decoration: none;
}

img
{
 border: none;
 margin: 0px;
 padding: 0px;
 vertical-align: bottom;
}

input,select
{
 margin: 0;
 padding: 0;
 font-size: 12px;
 vertical-align: middle;
}

font.engcol_default_kilo { }
font.engcol_default_mega { color: #FF7000; }
font.engcol_default_giga { color: #FF9000; }
font.engcol_default_tera { color: #FFB000; }

div.header
{
 height: 60px;
 background-color: #D0D0D0;
}

span.header_title
{
 font-size: 50px;
 margin-left: 10%;
 font-weight: bold;
}

span.linux_logo
{
 background-image: url('/template_share/tux_transparent_bg.png');
 background-repeat: no-repeat;
 background-position: -50px -20px;
 position: absolute;
 top: 0px;
 right: 0px;
 width: 60px;
 height: 60px;
}

span.linux_logo:hover
{
 background-image: url('/template_share/tux_transparent_bg.png');
 background-repeat: no-repeat;
 background-position: 0px 0px;
 position: absolute;
 top: 0px;
 right: 0px;
 width: 175px;
 height: 207px;
}

div.left_bar
{
 background-color: #DDD;
 position: absolute;
 left: 0;
 width: 12em;
 text-align: center;
}

div.left_bar > div.logos
{
 margin-top: 3em;
 margin-bottom: 3em;
}

div.left_bar > div.copyright
{
 margin-top: 1em;
 margin-bottom: 1em;
 font-size: 70%;
}

div.body
{
 position: absolute;
 left: 12em;
 padding: 1em;
}

ul.menu
{
 text-align: center;
 margin: 0px;
 padding: 0px;
}

ul.menu > li
{
 background-color: #AAA;
 margin: 0px;
 padding: 0px;
 padding-left: 1em;
 text-decoration: none;
 font-weight: normal;
 list-style-type: none;
 text-align: left;
 line-height: 200%;
}

ul.menu > li.current
{
 background-color: #666;
}

ul.menu > li > a
{
 width: 100%;
 display: block;
 margin: 0;
 color: #FFEE00;
 font-weight: bold;
}

ul.menu > li > a:hover
{
 background-color: #C00000;
}

ul.menu > li > ul
{
 margin: 0;
 padding: 0;
 text-indent: 0;
 font-size: 90%;
}

ul.menu > li > ul > li
{
 background-color: #666;
 margin: 0px;
 padding: 0px;
 padding-left: 2em;
 text-decoration: none;
 font-weight: normal;
 list-style-type: none;
 text-align: left;
 line-height: 200%;
}

ul.menu > li > ul > li.current
{
 background-color: #333;
}

ul.menu > li > ul > li > a
{
 width: 100%;
 display: block;
 margin: 0;
 color: #00EE00;
 font-weight: bold;
}

ul.menu > li > ul > li > a:hover
{
 background-color: #C00000;
}

div.more_spam_calculator
{
 background-color: #FFC;
 border: dashed 1px green;
}

table.thumbnails_list { }
table.thumbnails_list > tbody > tr { }
table.thumbnails_list > tbody > tr > td { padding: 5px; }
table.thumbnails_list > tbody > tr > td.data { font-size: 70%; }

table.generic
{
 margin: 1em;
 background-color: #EEE;
 border: solid 1px #666;
}

table.generic > tbody > tr.header
{
 background-color: #DDD;
 border-bottom: dashed 1px #666;
}

table.generic > tbody > tr.header > th { }
table.generic > tbody > tr.even { }
table.generic > tbody > tr.odd { background-color: #E7E7E7; }
table.generic > tbody > tr > th { text-align: left; padding: 0.25em; }
table.generic > tbody > tr > td { padding: 0.25em; }

table.project_status { font-size: 90%; }

pre.screen
{
 font-size: 70%;
 background-color: black;
 color: #CCC;
}
