﻿/* Layout Table */

.layouttable
{
	border: 1px solid #000;
	/*margin: 0 auto;
	background-color: #fff;*/
}

.layouttable td.navigation
{
	/*font-size: 10.5pt;
	background-color: #B8AC84;
	font-family: "Book Antiqua" , Georgia, "Times New Roman";
	padding-left: 6px;*/
	padding-top: 2px;
	border-right: 1px solid black;
}


/* Text Styles */

h1
{
	font-family: "Book Antiqua" , Georgia, "Times New Roman";
	font-size: 13.5pt;
	font-style: italic;
	padding: 0;
	margin: 0;
}

h2
{
	font-family: "Book Antiqua" , Georgia, "Times New Roman";
	font-size: 11.5pt;
	font-style: italic;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.layouttable td.sidebar h2.border
{
	margin-top: 10px;
}


/* MasterPage UpdateProgress */

#progressBackgroundFilter
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000000;
    filter: alpha(opacity=25);
    opacity: 0.25;
    z-index: 1000;
}

#processMessage
{
    position: fixed;
    top: 35%;
    left: 35%;
    padding: 20px;
    width: 30%;
    z-index: 1001;
    background-color: #fff;
    border: solid 1px #000000;
    text-align: center;
    font-size: 14px;
    font-family: Verdana;
}
