﻿body
{
	color:				Black;
	font-family:		Geneva, Arial, Helvetica, sans-serif;
	font-size:			12px;
}



/* Frame elements START */
.MainFrame
{
	border:				solid 1px #e1e1e1;
	padding:			auto;
}



/* Control zones START */
.ControlZone
{
	border:				solid 1px #e1e1e1;
	padding:			0px;
	background:			#f0f0f1;
}



.ControlTopZone
{
	border-bottom:		solid 1px #e1e1e1;
	padding:			0px;
	background:			#f0f0f1;
}
/* Control zones END */



/* Content zones START */
.ContentZone
{
	border:				solid 1px #e1e1e1;
	padding:			0px;
	background:			white;
}



.ContentTopZone
{
	border-bottom:		solid 1px #e1e1e1;
	padding:			4px 4px 4px 4px;
	background:			#f0f0f1;
}



.ContentBottomZone
{
	border-top:			solid 1px #e1e1e1;
	padding:			4px 4px 4px 4px;
	background:			#f0f0f1;
}



.SubContentZone
{
	border:				solid 1px #e1e1e1;
	padding:			4px 4px 4px 4px;
	background:			white;
}
/* Content zones END */
/* Frame elements END */



.InnerContent
{
	padding:			4px 4px 4px 4px;
}



.Title
{
	color:				#373737;
	font-size:			24px;
	letter-spacing:		2;
}



.SubTitle
{
	color:				#373737;
	font-size:			16px;
	letter-spacing:		1.5;
}



.Content
{
}



.Text
{
}



.SubText
{
	color:				#666666;
	font-size:			11px;
}



.Bottom
{
	width:				100%;
	text-align:			center;
}



.TextBox
{
	border:				solid 1px #e1e1e1;
	background-color:	White;
	font-family:		Geneva, Arial, Helvetica, sans-serif;
}



.Button
{	
	border:				solid 1px #e1e1e1;
	background-color:	White;
	color:				#5ca02e;
	font-family:		Geneva, Arial, Helvetica, sans-serif;
	font-size:			12px;
}



.Header
{
	color:				#787878;
	font-size:			11px;
	font-weight:		bold;	
	vertical-align:		middle;
}



.HeaderBorder
{
	border:				none 0px;
	border-top:			solid 1px #e1e1e1;
	border-bottom:		solid 1px #e1e1e1;
}



.SeparatorLine
{
	height:				1px; 
	border:				dotted 1px #e1e1e1;
}



.HorizontalLine
{
	width:				100%;
	height:				1px; 
	border:				solid 1px #e1e1e1;
}



.VerticalLine
{
	border-right:		solid 1px #e1e1e1;
}



.Grid
{
	border:				solid 1px #e1e1e1;
}



.GridRow
{
	background-color:	#d0d0d1;
	border:				solid 1px #e1e1e1;
}



.GraphColumn
{
	border:				solid 1px #5ca02e;
	padding:			0px;
}



table
{
	color:				#373737;
	font-size:			12px;
}



a:link, a:visited, a:active
{
	color:				#5ca02e;
	text-decoration:	none;
	line-height:		1;
}



a:hover
{
	color:				#5ca02e;
	text-decoration:	none;
	line-height:		1;
}



a.SubText:link, a.SubText:visited, a.SubText:active
{
	color:				#5ca02e;
	font-size:			11px;
	text-decoration:	none;
	line-height:		1;
}



a.SubText:hover
{
	color:				#5ca02e;
	font-size:			11px;
	text-decoration:	none;
	line-height:		1;
}