<?php
header("Content-type: text/css");
require("../../inc/.settings.php");
?>
/* global
------------------------------------------------------------------*/
html, body, form, img, table, tr, th, td, tbody, thead, tfoot, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	text-align: center;
	color: #000;
}

body, td, th, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 130%;
}

img {
	border: 0;
}

h1 {
	color: #CF006A;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding-bottom: 7px;
	border-bottom: 1px #ccc solid;
}

h1 a {
	color: #CF006A !important;
}

h1 a:hover {
	color: #999 !important;
	text-decoration: none;
}

h2 {
	color: #83AA49;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 6px;
}

h2 a {
	color: #83AA49 !important;
}

h3 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin: 0px 0px 10px;
}

h4 {
	color: #000;
	font-size: 10px;
	margin: 0px 0px 10px;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px #ccc solid;
}

ol {
	margin-top: 0;
	margin-bottom: 0;
}

ul#bmiList, ul#bmiList li {
	margin: 0;
	padding: 0;
	list-style-type: none; 
}

div#top {
	display: none;
}

/* wrap
------------------------------------------------------------------*/

div#wrap {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

/* header
------------------------------------------------------------------*/

div#header {
	display: none;
}

/* content
------------------------------------------------------------------*/

div#container {
	background: #fff;
	margin-top: 20px;
}

div#left-sidebar {
	display: none;
}

div#content {
}

div#content a {
	color: #999;
	text-decoration: underline;
}

div#content a:hover {
	color: #CF006A;
	text-decoration: none;
}

div#content .inner {
	line-height: 140%;
	vertical-align: top;
}

/* bottom containers
------------------------------------------------------------------*/

td.submenu {
	display: none;
}

/* navigation
------------------------------------------------------------------*/

div#menu {
	display: none;
}

/* footer
------------------------------------------------------------------*/

div#footer {
	display: none;
}

/* the rest
------------------------------------------------------------------*/

/*form td {
	height: 30px;
}*/

tr.odd {
	background: #f5ffeb;
}

tr.even {
}

tr.odd td, tr.even td {
	/*height: 35px !important;*/
	padding: 5px 0;
	line-height: 150%;
}

.negative {
	color: #ff0000;
}

.positive {
	color: #00ff00;
}

td.alignRight, th.alignright {
	text-align: right;
	padding-right: 20px;
}

span.button {
	display: none;
}

a[name] {
	text-decoration: none !important;
}

.incorrent {
	background: #ffdddd;
}

.boxedImage {
	margin: 0 10px 10px 0;
	float: left;
	display: block;
	border: 5px #eee solid;
}

.print {
	display: none;
}