﻿body
{
	font-family: Calibri, Verdana;
	font-size: 100%;
	padding: 0px;
	margin: 0px;
}

.c_smartview
{
	font-size: 78% !important;
}

input, select
{
	font-family: Calibri, Verdana;
	font-size: 90%; 
}
textarea
{
	font-family: Consolas, Lucida Console, Courier New;
	font-size: 90%;
}
.error
{
	color:Red;
}

.wizard
{
	border: 1px solid #858585;
}
.wizard-sidebar
{
	width: 180px;
	background-color: #CDCEA2;
	padding: 0px 2px 0px 2px;
}
.wizard-sidebar a
{
	text-decoration: none;
	color: #282915;
}
.wizard-step
{
	padding: 5px;
}
.wizard-step label
{
	width: 150px;
	text-align: right;
	display: inline-block;
}

div.header
{
	height: 100px;
	width: 800px;
	background-color: #DFDFC4;	
	color: #282915;
	border-right: 1px solid #858585;
	border-bottom: 1px solid #858585;
}
div.header span.header-text
{
	font-size: 250%;
	font-style: italic;
	font-weight: bold;
	font-family: Cambria, Georgia;
	position: absolute;
	top: 20px;
	left: 20px;
}

div.header a.header-button
{
	background-color: #CDCEA2;
	border: 1px solid #858585;
	position: relative;
	top: 73px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	margin-right: 3px;
	float: right;
	color: Black;
	text-decoration: none;
}

div.header a.header-button-selected
{
	border-bottom: 1px solid #F1F1E5;
	background-color: #F1F1E5;
}

div.content
{
	background-color: #F1F1E5;
	width: 792px;
	border-right: 1px solid #858585;
	border-bottom: 1px solid #858585;
	padding: 3px 3px 3px 5px;
}