/* $Id: style.css,v 1.10 2004/06/11 04:19:59 danielc Exp $ */

body {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    color: black;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 90%;
}

table.head,
table.foot {
	font-size: small;  /* make IE look normal */
	width: 100%;
	border: 0px;
}

table.middle {
	font-size: small;  /* make IE look normal */
	width: 100%;
	border: 0px;
	margin: 0px;
}

td.content {
	vertical-align: top;
	padding: 1em 0.5em 0.3em 0.5em;
	background-color: #FFFFFF;
}

/* === Header === */

td.head-logo {
	background-color: #339900;
	text-align: left;
	margin-left: 20px;
}

td.head-logo-right {
    background-color: #339900;
    text-align: right;
}

td.head-menu {
    background-color: #339900;
    height: 1px;
    padding-right: 0.5em;
    padding-bottom: 0.1em;
    text-align: right;
    vertical-align: bottom;
}

td.head-search {
	color: #003300;
	background-color: #FFCC00;
	border-top: 1px solid #003300;
	border-bottom: 1px solid #003300;
	padding-right: 0.5em;
	text-align: right;
	font-size: 85%;
	font-weight: bold;
}

p.head-search {
    font-size: 80%;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

p.head-search input,
p.head-search select {
    font-size: 100%;
}

td.head-menu {
	color: #000000;
	font-weight: bold;
	font-size: 75%;
}

.menuWhite {
    color: #FFFFFF;
    font-weight: normal;
}

a:link.menuWhite,
a:hover.menuWhite,
a:visited.menuWhite {
    text-decoration: none;
    color: #FFFFFF;
}

a:link.menuBlack,
a:hover.menuBlack,
a:visited.menuBlack {
    text-decoration: none;
    color: #000000;
}


/* === Sidebars === */

td.sidebar_left {
	width: 160px;
	background-color: #EDF2EB;
	vertical-align: top;
	font-size: x-small;
	padding: 0.5em;
}

td.sidebar_right {
	width: 160px;
	background-color: #EDF2EB;
	vertical-align: top;
	font-size: small;
	padding: 0.5em;
}

table.sidebar-releases {
    font-size: 100%;  /* make IE look normal */
}

ul.side_pages {
    margin-top: 0.1em;
    margin-bottom: 1.5em;
    margin-left: 1em;
    padding-left: 1em;
    list-style: square;
}

li.side_page {
    text-indent: -0.4em;
    white-space: nowrap;
}


/* === Footer === */

td.foot-bar {
    color: #000000;
    background-color: #339900;
    border-top: 1px solid #003300;
    border-bottom: 1px solid #003300;
    text-align: right;
    vertical-align: bottom;
    padding-right: 0.3em;
    font-weight: bold;
    font-size: 75%;
}

td.foot-copy {
    background-color: #FFFFFF;
    vertical-align: top;
    padding: 0.3em;
}

td.foot-source {
    background-color: #FFFFFF;
    vertical-align: top;
    text-align: right;
    padding: 0.3em;
}


/* === Other === */

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
    color: #6600CC;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

th.headrow {
    text-align: left;
    border-bottom: 1px solid #000;
    white-space: nowrap;
}

th.others {
    color: #006600;
    text-align: left;
}

em {
    font-weight: bold;
    font-style: italic;
}

hr {
    border: 0px;
    height: 1px;
    background-color: #ccc;
}

submit {
    border: 0px;
}

.newsDate {
    font-size: 85%;
    font-style: italic;
    color: #66cc66;
}

.compact {
}

code, pre, tt {
    font-family: "andale mono", "monotype.com", "courier new", courier, monospace;
    font-size: small;
}

pre.php {
    border-color:       black;
    border-style:       dashed;
    border-width:       1px;
    background-color:   #eeeeee;
    padding:            5px;
}

/*
h1 {
    font-size: 140%;
    font-weight: bold;
    color: #006600;
    margin-top: 0em;
}

h2 {
    font-size: 125%;
    font-weight: bold;
    color: #006600;
}

h3 {
    font-size: 110%;
    font-weight: bold;
    color: #006600;
}
*/

/* h1 is text near logo */
h1 {
	color: #CCCCCC;
	font-size: x-small;
	font-weight: normal;
	font-variant: normal;
	top: 5px;
	left: 170px;
	position: absolute;
}

h2, h3 {
/*	font-weight: normal;*/
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

small {
    font-size: x-small;
}

xsmall {
    font-size: xx-small;
}

a.small {
    font-size: x-small;
    text-decoration: none;
}

.tableTitle {
    font-weight: bold;
}

.tableExtras {
    font-size: x-small;
    color: #FFFFFF;
}

input {
    font-family: verdana,arial,helvetica,sans-serif;
}

textarea {
    font-family: "andale mono", "monotype.com", "courier new", monospace;
}

input.small, select.small {
    font-size: x-small;
}

textarea.small {
    font-size: x-small;
}

form {
    margin-bottom: 0;
}

.error {
    font-weight: bold;
    color: #900;
}

.tip {
    border: 1px solid #00c;
    color: #006;
    background: #eef;
    padding: 8px;
}

.listing li {
    line-height: 200%;
}

.indent {
    margin-left: 20px;
}

.underline {
    text-decoration: underline;
}

.norepeat {
	background-repeat:no-repeat;
}

/* === Navigation Sidebar === */

ul.menu {
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	list-style-type: none;
}

ul.menu2 {
	margin-bottom: 0.5em;
	margin-left: 2em;
	font-size: x-small;
	list-style-type: none;
	text-indent: -0.5em;
}

li.menu_pointer {
	list-style-type: disc;
}


/* === Examples === */

code, pre, tt {
    font-family: "andale mono", "monotype.com", "courier new", courier, monospace;
    margin: 0px;
}

table.EXAMPLE {
    margin-top: 1em;
}

table.EXAMPLE p {
    margin-top: 0em;
    margin-bottom: 0em;
}

.man-head {
	margin-top: 10em;
}

.code {
	font-family: Georgia;
	font-size: small;
}

.melody {
	font-size: small;
	color: #999999;
}

.headtext {
	color: #CCCCCC;
	font-size: 10px;
}

.servicenumber {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 10px;
}

.price {
	font-size: xx-small;
	color: #A0A0A4;
}

.model {
	font-size: 10px;
	font-weight: bold;
}

.sizekb {
	font-size: 10px;
}

.model_head {
	font-size: 10px;
}
.elem_melody {
	font-size: small;
}

.class1 {
	font-weight: bold;
}

.head_group {
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.font_minimum {
	font-size: 10px;
}

div.stats{
	display:inline;
	height:0px;
	left:-1000px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:-1000px;
	visibility:hidden;
	width:0px
}

#nologotable {
	background-color:#FFFFCC;
	width: 97%;
	padding: 10px;
	border: 1px black dotted;
}
hr {
	border-top: 1px dotted #cccccc;
	background: #cccccc;
	color: #cccccc;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 0px;
}
#counter {
	visibility: hidden;
	position: absolute;
	left: -100px;
	top: -100px;
}

