﻿/* This is the Blue/Green stylesheet */

BODY
{
	font-weight: normal;
	font-size: 0.8em;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

.PopUpDefaultHeaderStyle
{
	border: 1px solid #A5CFE9;
	background-position: #D5EBF9;
	font-weight: bold;
	width: 250;
	font-family: arial;
	padding: '3';
	font-size: 12;
	color: #4B7A98;
	background: #D5EBF9;
	filter: alpha(opacity=1000); /* IE */
}

.PopUpDefaultBodyStyle
{
	background-position: #FFFFFF;
	width: 250;
	font-family: arial;
	font-size: 11;
	padding: 3;
	color: #1B4966;
	background: #FFFFFF;
	filter: alpha(opacity=1000);
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #A5CFE9;
}