﻿body
{
    margin: 0px;
    padding: 0px;
    font-size: .80em;
    font: arial,verdana;
    color: #696969;
    background: #FFFFFF repeat-x;
}

.noPrint
{
	display: none !important;
}

/*Div id in Site.master
----------------------------------------------------------*/
.page
{
	border: none 0px;
	text-align: left;
}

.header   
{
	display: none !important;
}
.nav_top
{
    display: none !important;
}
.footer
{
	display: none !important;
}
#hiddenSection
{
	display: none !important;
}
#Quest
{
	display: none !important;
}

/*Div id in Statistic.master
----------------------------------------------------------*/
.content_right
{
	display: none !important;
}

.content_left
{
	width: 85%;
	float: left;
}

/*Div id in ucStatTool.ascx
----------------------------------------------------------*/
#statToolButton 
{
	display: none !important;
}
#SendEmailDialog
{
	display: none !important;
}

/*Div id in ucStatDate.ascx
----------------------------------------------------------*/
#statDate
{
	display: none !important;
}