﻿body
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:#ebf7f8;
	color:#666666;
	font-family:Arial;
	font-size:12px;
}
div
{
    padding:0px;
    margin:0px;
}
a img
{
    border-style:none;   
}
input
{
    font-family:Arial;
}
textarea
{
    font-family:Arial;
}
select
{
    font-family:Arial;
}

.contentStyle a,
.blankMaster a
{
    color:#0DA0B0;
    text-decoration:none;
}
.contentStyle a:visited,
.blankMaster a:visited
{
    color:#0DA0B0;
    text-decoration:none;
}
.contentStyle a:hover,
.blankMaster a:hover
{
    color:#0DA0B0;
    text-decoration:underline;
}
.blankMaster
{
    padding:15px 0 0 15px;
}
h1,h2,h3,h4,h5,h6
{
    color:#003f5f;
    font-weight:normal;
}
h1
{
    font-size:2.2em;
    margin:0.6em 0 0.6em 0;
    text-transform:uppercase;
}
h2
{
    font-size:1.9em;
    margin:0.5em 0 0.5em 0;
}
h3
{
    font-size:15pt;
    margin:0.4em 0 0.4em 0;
}
h4
{
    font-size:13pt;
    margin:0.3em 0 0.3em 0;
}
h5
{
    font-size:11pt;
    margin:0.2em 0 0.2em 0;
}
h6
{
    font-size:9pt;
    margin:0.1em 0 0.1em 0;
}

body.blankMaster
{
    color:#313131;
    background:#fff;
    margin:15px 0 0 15px;
}

/* bizforms */
.ErrorLabel
{
    color:Red;
    font-size:14px;
    font-weight:bold;
    display:block;
    padding-bottom:10px;
}
.EditingFormErrorLabel
{
    display:block;
    background:#fff url('/App_Themes/CMSModules/Global/Images/attention.gif') no-repeat left;
    padding:0 0 0 15px;
    color:Red;
}

.PageManagerPreviewInfo,
.PageManagerWorkflowInfo
{
    position:absolute;
    z-index:999999;
}

.checkedOutOverlay
{
	-khtml-opacity:.50;  				/* safari */
	-moz-opacity:.50; 					/* firefox */
	-ms-filter:”alpha(opacity=50)”;		/* IE8 */
	filter:alpha(opacity=50); 			/* IE7 */
	opacity:.50;
	background:#fff;
	position:fixed;
	width:100%;
	height:100%;
	z-index:999998;
	top:0;				
}
