﻿body {
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	position:absolute; 
	left: 129px; 
	top: 92px;
}

.modalPopup2 {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

.dragModalPopup 
{
	margin-left:5px;
	margin-top:5px;
	cursor: move;
	background-color:#DDDDDD;
	border:solid 1px Gray;
	color:Black;
	padding:3px;
	cursor:move;
	text-align:center;
}

.modalItems {
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.RadButPanel {
	padding:3px;
	height:300px;
	width:200px;
	overflow:auto;
}

.modalOKButton {
	background-color:transparent;
	background-image:url(../Images/OKBut.png);
	/*border:solid 0px #2d73b2;*/
	width:52px;
	height:52px;
	margin-left:60px;
}

.modalCancelButton {
	background-color:transparent;
	background-image:url(../Images/CancelBut.png);
	/*border:solid 0px Gray;*/
	width:52px;
	height:52px;
	margin-left:25px;
}

.searchButton{
	background-color:transparent;
	background-image:url(../Images/search.png);
	/*border:solid 0px #2d73b2;*/
	width:52px;
	height:52px;
}

.XCloseButton{
	background-color: #666666; 
	color: #FFFFFF; 
	text-align: center; 
	font-weight: bold; 
	font-size:large;
	text-decoration: none; 
	border: outset thin #FFFFFF; 
	/*padding: 5px;*/
}

.XCloseButton:hover{
	text-decoration: underline; 
}

/*Text Box*/
.TextBox {
	width:270px;
	height:16px;
	font-size:12px;
	color:#000000;
	border:solid 1px #FF8B00;
	background-color:#ffffff;
	margin-left:5px;
	margin-bottom:5px;
}

/*List Box*/
.ListBox {
	width:140px;
	height:20px;
	font-size:12px;
	color:#000000;
	border:solid 1px #2d73b2;
	background-color:#ffffff;
	margin-left:5px;
}

/*Label Text Box*/
.LabelTextBox {
	font-size:12px;
	font-weight: bold;
	color:#2d73b2;
	margin-left:5px;
}

/*Label Text Box*/
.LabelAdressTitle {
	font-size:15px;
	font-weight: bold;
	color:#636363;
	margin-left:5px;
	
}

.LabelPlace 
{
	display: block;
	width:140px;
	height:60px;
	font-size:12px;
	color:#000000;
	background-color:#ffffff;
	padding-left:5px;
	background-image: url(../Images/BackgroundMobile.jpg);
}

.OKButton {
	background-color:transparent;
	background-image:url(../Images/OK.png);
	border:solid 0px #2d73b2;
	float:right;
	margin-top:-40px;
	width:48px;
	height:48px;
}

.PrintButton {
	background-color:transparent;
	background-image:url(Images/Print.png);
	border:solid 0px #2d73b2;
	margin-left:20px;
	width:28px;
	height:28px;
}

.SaveButton {
	background-color:transparent;
	background-image:url(Images/Save.png);
	border:solid 0px #2d73b2;
	width:24px;
	height:24px;
}

.CloseButton {
	background-color:transparent;
	background-image:url(Images/Close.png);
	border:solid 0px #2d73b2;
	width:28px;
	height:28px;
}

.MailButton {
	background-color:transparent;
	background-image:url(Images/Mail.png);
	border:solid 0px #2d73b2;
	width:22px;
	height:22px;
}
.dynamicPopulate_Normal
{
	border:silver 1px inset;
	padding:2px;
	text-align:center;
	height:200px;
	margin:5px;
	width:400px;
}

.dynamicPopulate_Updating 
{
	background-image:url(../Images/loading.gif);
	background-repeat:no-repeat;
	border:silver 2px inset;
	text-align:center;
	padding:100px;
	height:200px;
	margin:5px;
	width:400px;
}

.heading {
	padding: 1em 0 1em 0;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.2em;
}

.subheading{
	padding:.8em 0 0.5em 0;
	color:#0F2543;
	font-weight:bold;
	font-family:Arial, Sans-Serif;
	font-size:1.1em;
}

/*/////////////////  ANIMATION /////////////////*/
.animPanel
{
	display:none;
	overflow:hidden;
	z-index: 2;
	background-color:#FFFFFF;
	border:solid 1px #D0D0D0;
}

.animInfoCtrl
{
	display:none;
	width:250px;
	opacity:0;
	z-index: 2;
	filter:DXImageTransform.Microsoft.Alpha(opacity=0); 
	background-color:#ffffdd;
	border:solid 3px Gray;
	padding:3px;
	font-size:12px;
	font-weight:bold;
	color:Black;
}

.animBody {
	padding:3px;
	height:400px;
	overflow:auto;
}

.btnCloseParent
{
	float:right;
	opacity:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
  
.btnClose
{
	background-color:#666666;
	color:#FFFFFF;
	text-align: center;
	font-weight:bold;
	text-decoration:none;
	border: outset thin #FFFFFF;
	padding: 5px;
}
