﻿body.AlertPage
{
	background-color:#E8FFFF;
}
td.PageTitle
{
	font-family:Times New Roman;
	font-size: 22px;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	height: 60px;
	width: 100%;
	vertical-align:middle;
}

.SubTitle
{
	font-family:Times New Roman;
	font-size: 18px;
	font-style:italic;
	font-weight:bold;
}

td.Content
{
	font-family:Times New Roman;
	font-size: 12px;
}

td.Notes
{
	font-family:Times New Roman;
	font-size: 14px;
	font-weight:bold;
	text-align:left;
}

table.GridViewFolder
{
	font-family:Tahoma;
	font-size: 18px;
	font-style:normal;
	font-weight:normal;
}

.TableNoRepeatBg {
background-repeat:no-repeat;
background-position:left;
width:20px;
}
.TableNoRepeatRightBg {
background-repeat:no-repeat;
background-position:right;
width:20px;
}

.Button
{
	width:80px;
	text-align:center;
}
