﻿html, body {
	margin: 0 /* get rid of default spacing on the edges */;
	padding: 0;
	border: 0 /* get rid of that 2px window border in Internet Explorer 6 */;
	height: 100% /* fill the height of the browser */;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #a8c3d8;
}
#PageBack {
	position: relative /* needed for footer positioning*/;
	margin: 0 auto /* center, not in IE5 */;
	min-width: 750px;
	width: 90%;
	height: auto !important /* non-ie browsers */;
	height: 100% /* IE6: treaded as min-height*/;
	min-height: 100% /* non-ie browsers */;
}
#PageHeader {
	width: 100%;
	height: 70px;
	margin-top: 0px;
	margin-bottom: 5px;
	background-image: url(../images/mc_internal_header_mid.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#PageHeader_Right {
	width: 100%;
	height: 100%;
	background-image: url(../images/mc_internal_header_right.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#PageHeader_Left {
	width: 30px;
	height: 100%;
	background-image: url(../images/mc_internal_header_left.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#PageBody {
	width: 100%;
}
#ContentBody {
	border: solid 2px white;
	border-top: 0px;
	background-color: #549DD5;
}
#TermsLabel {
	position: absolute;
	top: 2px;
	right: 80px;
}
#TermsLabel a {
	color: black;
	text-decoration: none;
}
#TermsLabel a:hover {
	color: blue;
}
a {
	color: white;
}
a:hover {
	color: yellow;
}
.tabstrip li a.selected .innerWrap {
	cursor: hand !important;
}
.tabcont {
	color: white;
	background-image: url(../images/TabGradientSlice.png);
	background-repeat: repeat-x;
	background-position: bottom;
	min-height: 400px;
}
.tabpage {
	padding: 10px 25px;
	color: White;
    /*margin-left: 40px;*/
}
.style1 {
	font-size: xx-large;
}
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalPopup {
	color: white;
	padding: 5px 10px 5px 10px;
	background-color: #549DD5;
	background-image: url(../images/TabGradientSlice.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border: solid 1px White;
}
.DialogHeader {
	color: White;
	font-size: larger;
	font-weight: bold;
}
.PasswordBlock {
	background-image: url(../images/Notiva_Landing_NewsBG.png);
	color: White;
	border: solid .5px gray;
}
#progressBackgroundFilter {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 1000;
}
#processMessage {
	position: absolute;
	top: 30%;
	left: 43%;
	padding: 10px;
	width: 14%;
	z-index: 1001;
	background-color: #fff;
}
.AudioPanel a {
	color: Black;
}
.TemplateProperties_Background {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 1000;
}
.TemplateProperties_Internal {
	position: absolute;
	top: 30%;
	left: 43%;
	color: white;
	padding: 5px 10px 5px 10px;
	background-color: #549DD5;
	background-image: url(../images/TabGradientSlice.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border: solid 1px White;
	z-index: 1001;
}
.TemplateProperties_Internal a {
	color: Yellow;
}
#LoginMenu {
	position: absolute;
	right: 0px;
	top: 30px;
	width: 300px;
	z-index: 100;
	font-size: 11px;
	color: Black;
	text-align: right;
	padding-right: 5px;
}
#LoginMenu a {
	color: Black;
}
#LowMenu {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100px;
	z-index: 100;
}
div#TopMenu {
	display: none;
}
div#TopMenuText {
}
#FooterBlock {
	font-size: 12px;
	color: Gray;
	padding-top: 5px;
}
#FooterText {
}
.AppLogo {
	display: block;
	position: absolute;
	width: 294px;
	height: 50px;
	left: 25px;
	top: 5px;
	background-image: url(../images/mc_internal_header_logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.AppLogoLowRes {
	display: block;
	position: absolute;
	width: 294px;
	height: 50px;
	left: 25px;
	top: 5px;
	background-image: url(../images/mc_internal_header_logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.FormMessage {
	font-weight: bold;
	color: Yellow;
	font-size: 150%;
}
.MainMenu {
	display: none;
}
.notification_property {
	padding: 5px;
	font-size: 14px;
}
.master_properties {
	padding-top: 5px;
	padding-bottom: 5px;
}
