﻿@font-face {
    font-family: 'webfontregular';
    src: url('passportblue-webfont.woff2') format('woff2'),
         url('passportblue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body 
{
	padding-top:30px;
	font-family:'webfontregular';
	font-size:15px;
	height: 100%;	
	overflow:visible;
	
}

.PanelHeader
{
	background-color:#003366;
	background-repeat:repeat-y;
	background-position:right;
	color:White;
	cursor:pointer;
	padding:7px;
	width: 200px;
	text-align:center;
	font:'webfontregular';
	border-radius:10px;

	
}

.BrokerPanelHeader
{
	background-color:#003366;
	background-repeat:repeat-y;
	background-position:right;
	color:White;
	padding:7px;
	width: 200px;
	text-align:center;
	font:'webfontregular';
	border-radius:10px;
	
	
}
.PanelContent
{
	width: 110%;
	background-color:white;	
    font:'webfontregular';
	/*padding:3px;*/
}

.ImageRepeat
{
	background-repeat:repeat-x;
}

.MaskedEditFocus
{

    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{

    color: #000000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}
.FooterInfo
{
	background-color:#660000;
	background-repeat:repeat-y;
	background-position:right;
	color:White;
	cursor:pointer;
	text-align:center;	
}
.modalBackground {
	background-color:Gray;
	

}
.modalPopup 
{
    background-color:#E3EAF2;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:550px;
}
.StandardLink 
{
	color:#2D3E8A;
	text-decoration:none;
	padding: 5px 8px;
	font-weight:bold;
	font-family: 'webfontregular';
	
}

.Content , .Menu
{
	   /* width: 770px;*/
    margin: 0 7%;
}

 .MainPages
{
	/*width: 770px;*/
    margin: 0 12%;
   /* width: 770px;
    margin: 0 auto;*/
    padding-bottom:20px;
}


