﻿/*<meta />*/

/* CSS Document */

/* 
@charset "utf-8";


/* Omit the h1 in the menu proxy*
See: https://forums.madcapsoftware.com/viewtopic.php?t=33807 */

/* Watermark for drafts */

#watermark
{
	position: absolute;
	left: 30%;
	top: 200px;
	z-index: 0;
	/* set this behind other elements */
	background: white;
	display: block;
	min-height: 50%;
	min-width: 50%;
}

#watermark-text
{
	color: red;
	opacity: 0.15;
	font-size: 150px;
	transform: rotate(15deg);
	/*-webkit-transform:rotate(400deg);*/
}

p.SubHead
{
	color: #2F6DB5;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 21px;
	margin-top: 18px;
	margin-bottom: 8px;
	mc-auto-number-format: '{ =0}';
}

/* Override user agent stylesheet since this was too large */

/*
tt
{
	font-family: monospace;
	font-size: 14px;
}
*/

h4
{
	margin: 30px 0px 5px 0px;
	font-size: 16px;
}

/*
h5
{
	color: #666666;
	font-family: 'Calibri', sans-serif;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.6em;
	padding-top: .25em;
	margin: 0;
}

h6
{
	color: #666666;
	font-family: 'Calibri', sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-style: italic;
	margin: 10px 0px 5px 20px;
	text-align: left;
}
*/

p.review_notice
{
	font-size: 1.2em;
	font-weight: 700;
	line-height: 21px;
	margin-top: 18px;
	margin-bottom: 8px;
	mc-auto-number-format: '{ =0}';
	color: #ff0000;
}

p.red
{
	color: #ff0000;
}

p.menu_proxy_small
{
	font-size: 10pt;
	margin-left: 30px;
}