﻿
/* SubmitMessage styles */
.SubmitMsgError
{
	color: Red;
}
.SubmitMsgNormal
{
	color:InfoText;
}
/* SubmitMessage styles end */

/* Modal Popup styles */
.ModalBackground
{
	background-color: #ece9da;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.Popup-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:50px;
	min-height:50px;
	max-width:500px;
}
/* begin BlockHeader */
.Popup-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 7px;
}

.Popup-BlockHeader .t
{
	height: 30px;
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	white-space : nowrap;
	padding: 0 1px;
	line-height: 30px;	
}

.Popup-BlockHeader .l, .Popup-BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('images/BlockHeader.png');
}

.Popup-BlockHeader .l
{
	left:0;
	right:6px;
}

.Popup-BlockHeader .r
{ 
	width:888px;
	right:0;
	clip: rect(auto, auto, auto, 882px);
}

/* end BlockHeader */
/* Modal Popup styles end */

/* Pictures styles */
.Pics-Med
{
	border-style:none;
	text-align:center;
	margin:3px 5px 3px 5px;
	width:250px;
}

/* Geo map styles */
.geo-MapPanel
{
	border-width: 1px;
	border-color: Maroon;
}
.geo-MapPanel div
{
	border-width: 1px;
	border-color: Maroon;
}
.geo-NavPanel
{
	vertical-align: middle;
	/*margin: 3px 5px 3px 5px;*/
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-width: 1px;
	border-color: Navy;
}
.geo-NavPanel img
{
	vertical-align: middle;
}
.geo-NavIcon
{
	margin-left: 5px;
	margin-right: 5px;
}

/* Promo styles */
.promo-midcol
{
	margin: 0 33% 0 33%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	border-left-width: 4px;
	border-left-style: outset;
	border-left-color: #FBFBFB;
	border-right-width: 4px;
	border-right-style: inset;
	border-right-color: #FBFBFB;
	top: 0;
	margin-top: 0;
	padding-top: 0;
	padding-left: 1%;
	padding-right: 1%;
}

.promo-midcol ul li 
{
	margin-top: 0;
	padding-top: 0;
}

.promo-leftcol {
	float: left;
	width: 32%; /*Width of left column in pixel*/
	/*margin-left: -888px; Set margin to that of -(MainContainerWidth)*/
	top: 0;
	margin-top: 0;
	padding-top: 0;
}

.promo-leftcol ul li 
{
	margin-top: 0;
	padding-top: 0;
}
.promo-rightcol {
	float: right;
	width: 32%; /*Width of right column*/
	/*margin-left: -33%; Set left margin to -(RightColumnWidth)*/
	right: 0;
	top: 9px;
	position: absolute;
	border-left: 1px Navy;
	margin-top: 0;
	padding-top: 0;
}
.promo-rightcol ul li 
{
	margin-top: 0;
	padding-top: 0;
}

