body
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:14px;
	margin: 0px;
	background-color: #ecf4f5;
}

a
{
	text-decoration: none; 
	color: inherit;
}
a:hover
{
	text-decoration: underline;
}
/*top menu*/
.topbar
{
	background: url('../images/topbar.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 113px;
	color: #black;
	font-size: 36px;
	padding-left: 10px;
	padding-top: 10px;
	position: relative;
}
.topbar img
{
	float: left;
	margin-right: 10px;
}
.topbar span
{
	font-size: 12px; 
	margin-left: 20px;
}
.topmenu
{
	position: absolute;
	height: 20px;
	bottom: 8px;
	font-size: 16px;
	right: 5px;
	color: #beece6;
}
.topmenu a
{
	margin-right: 10px;
}

/*left menu*/
.sidebar
{
	width: 185px;
	float: left;
}
.LeftMenuItem
{
	font-family: Courier New, Courier New, Courier, monospace;
	font-size: 20px;
	color: #002f31;
	display: block;
	padding-top: 20px;
	margin-left: 8px;
}

/*content*/
.content
{
	border-left: 1px dotted #b70014;
	margin-left: 185px;
	padding: 10px 0 0 10px;
	width: 700px;
	background-repeat: no-repeat;
}


/*resepti*/
table {
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #002f31;
	border-collapse: collapse;
}
th {
	font-weight: normal;
	width: 350px;
	font-size: 14px;
	padding: 4px;
	text-align: left;
	-moz-border-radius: ;
}
.subtitle
{
	font-weight: bold;
	font-size: 15px;
	border-width: 2px 1px 2px 2px;
	border-color: #002f31;
}
.tdsubtitle
{
	font-weight: bold;
	border-width: 2px 1px 2px 1px;
	border-color: #002f31;
	font-family: Courier New, Courier New, Courier, monospace;
}
td {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	width: 30px;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #002f31;
	-moz-border-radius: ;
}
.chkboxdiv
{
	max-width: 50%;
}
#helpDiv
{
	width: 50%;
	background-color: #94bdb7;
	border: 1px solid; 
}
/*results*/
.chkboxresults
{
	line-height: 25px;
	width: 40%;
	float: left;
}
.chkboxresulttext
{
	margin-left: 20px;
}

.chkboxresults img
{
	margin-right: 5px;
	vertical-align:text-bottom;
}
h4
{
	font-family: Courier New, Courier New, Courier, monospace;
	margin-bottom: 10px;
}
#resultHelps
{
	width: 45%;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #94bdb7;
	border: 1px solid; 
	float: left;
}
/*results check*/
.checkColspan
{
	text-align: left;
}
.checkColspan img
{
	vertical-align:text-bottom;
}
.chkAverage
{
	font-weight: normal; 
}
/*list*/
.listTd
{
	font-weight: normal;
	text-align: left;
}
#listDate
{
	font-size: 10px;
}
/*footer*/
.footer
{
	margin-top: 10px; 
	float: right; 
	color: #999999; 
}

