﻿.page
{
	background-color: White;
	background-image: none;
	margin: auto;
	width: 1000px;
}

.versionpanel
{
	height: 30px;
	text-align: right;
	width: 950px;
}

.headerpanel
{
	width: 950px;
}

.toppanel
{
	height: 20px;
	text-align: left;
	width: 950px;
}

.leftpanel
{
	float: left;
	text-align: left;
	width: 250px;
}

.rightpanel
{
	border-left: 1px dotted silver;
	border-right: 1px dotted silver;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	width: 680px;
}

.group1
{
	background-image: url(images/group.jpg);
	color: white;
	font-weight: bold;
	height: 35px;
	padding-top: 10px;
	text-align: center;
	vertical-align: top;
}

.group1panel
{
	background-color: #F5F5F5;
	color: #F75500;
	font-size: 11px;	
}

.group2
{
	background-image: url(images/group2.jpg);
	color: white;
	font-weight: bold;
	height: 35px;
	padding-top: 10px;
	text-align: center;
	vertical-align: top;
 }
 
.group2panel
{
	background-color: #F8F4E8;
	color: #F75500;
	font-size: 11px;		
}

.button2
{
	background-color: Silver;
	border: 1px solid black;
	color: White;	
	padding: 2px;
	margin-bottom: 2px;
}

.fcd_version_link
{
	font-weight: bold;
	padding-left: 15px;
}


