﻿body
{
}

.maintoolbar
{
	height: 32px;
    margin: auto;
    width: 300px;
}
.homecell
{
	vertical-align: middle;
	width: 300px;
}
.toolbarcell
{
	text-align: center;
	vertical-align: middle;
	width: 100px;
}
.lastcell
{
	vertical-align: middle;
	width: 124px;
}
.mainlink
{
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color:#5CB3FF;
	margin-left: 10px;
}
.mainlabel
{
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color:White;
	margin-left: 10px;
}
.normaltext
{
	font-family: Verdana;
	font-size: medium;
	font-weight: normal;
	color:White;
	text-align: center;
}
.titletext
{
	font-family: Verdana;
	font-size: large;
	font-weight: normal;
	color:#F88017;
	height: 60px;
	text-align: center;
	vertical-align:text-top;
}
.celltext
{
	font-family: Verdana;
	font-size: medium;
	font-weight: normal;
	color:White;
	text-align: left;
}
.demobutton_active
{
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color:White;
	background:#F88017;
	height:40px;
	width: 265px;
	border-style:outset;
	border-width:thick;
	margin-top: 25px;
}
.demobutton_inactive
{
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color:White;
	background:#F88017;
	height:40px;
	width: 265px;
	border-style:inset;
	border-width:thick;
	margin-top: 25px;
}