﻿#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1;
	background-image:url(tp.png); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox 
{    
	position:relative;
	width:400px;
	/*height:150px;*/
	margin-top:50px;
	border:2px solid #000;
	background-color:#F2F5F6;
	background-image:url(alert.png);
	background-repeat:no-repeat;
	background-position:20px 30px;
}

#modalContainer > #alertBox {
	position:fixed;
}

#alertBox h1 {
	margin:0;
	font:bold 14px verdana,arial;
	background-color:#78919B;
	color:#FFF;
	border-bottom:1px solid #000;
	padding:2px 0 2px 5px;
	overflow:visible;
}

#alertBox p {
	font:9px verdana,arial;
	height:150px;
	padding-left:5px;
	margin-left:5px;
	overflow:hidden;		
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:5px auto;
	padding:3px;
	border:2px solid #000;
	width:70px;
	font:9px verdana,arial;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color:#78919B;
	text-decoration:none;	
}

.alertclose
{	
    float:right;
    position:absolute ;
    right: 15px;
    top: 0px;
    background-color: transparent;
    /*background-image: url(img/icn_close_unselected.gif);*/
    background-repeat: no-repeat;
    background-attachment: scroll;
    /*background-x-position: 50%;
    background-y-position: 50%;
    opacity: 1;*/
    cursor: pointer;
    width: 18px;
    background-color:#D2E3F8;
    border-left:1px solid #D2E3F8;
    border-right:1px solid #D2E3F8;
    border-top:1px solid #D2E3F8;
    border-width: 0px;
    display:block;
    font:normal 9px verdana;    
    color:blue;   
}

.alertPrint
{
    float:right;
    position:absolute;
    right: 50px;
    top: 0px;
    background-color: transparent;
    /*background-image: url(img/icn_close_unselected.gif);*/
    background-repeat: no-repeat;
    background-attachment: scroll;
    /*background-x-position: 50%;
    background-y-position: 50%;
    opacity: 1;*/
    cursor: pointer;
    width: 18px;
    background-color:#D2E3F8;
    border-left:1px solid #D2E3F8;
    border-right:1px solid #D2E3F8;
    border-top:1px solid #D2E3F8;
    border-width:0px;
    display:block;
    font:normal 9px verdana;    
    color:blue;    
}

.alerttitle 
{
    float:left;
    position:relative;
    background-color:#D2E3F8;
    border-left:1px solid #D2E3F8;
    border-right:1px solid #D2E3F8;
    border-top:1px solid #D2E3F8;
    border-width:1px 1px 0px;
    display:block;
    left:0px;
    top:0px;
    width:99.5%;
    height:18px;
    font:bold 14px verdana,arial;
}

.msgdiv 
{
    clear:both;
    float:left;
    position:relative;
    top:0px;
    width:99.5%;
    height:100%;
    /*overflow:auto;*/
}

.msg
{
    font:9px verdana,arial;
	height:200px;
	width:98%;
	padding-left:5px;
	margin-left:5px;
	overflow:scroll;
}
.imgWait
{
    visibility:hidden;
}

#search input.button, .searchBtn
{
	cursor: pointer;
	background: #D9292C repeat-x 0 0;
	border: 1px solid #d0d9df;
	color: #fff;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
}
.searchBtn 
{
	height: 20px;
	font-size:11px;
	padding-bottom:2px;
	margin-top:1px;
	min-width:40px;
	padding-right:10px;
	padding-left:10px;
}

.jAWARDVE_Statusbar
{
	border: #666666 1px solid;
	background:url("images/Status_bg.gif");
	width: 100%;
	font-family: Tahoma;
	font-size: 11px;
	height: 28px;
}
.jAWARDVE_StatusbarText
{
	padding-left: 19px;
	padding-right: 5px;
	padding-top: 5px;
	text-align:center;
}

.jAWARDVE_ShowHide
{
	padding-left: 19px;
	padding-right: 5px;
	background-position: left center;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 16px;
	font:0.7em verdana,arial;
	margin-top:10px;
}

.jAWARDVE_Statusbar_Copy
{
	padding-left: 5px;
	padding-right: 19px;
	background-position: right center;
	cursor: hand;
	cursor: pointer;
	background-image: url(images/copy.gif);
	background-repeat: no-repeat;
	height: 16px;
	text-align:center;
}

.PopText_Normal
{
	font-family:Verdana;
	font-size:10px;
	font-style:normal;
	color:Black;
}
.PopError
{
	font-family:Verdana;
	font-size:10px;	
	font-weight:bold;
	color:Red;
}
.PopInfo
{
	font-family:Verdana;
	font-size:10px;	
	font-weight:bold;
	color:Green;
}
.GridBoldText, a.GridBoldText:Link, a.GridBoldText:Active, a.GridBoldText:Visited
{
	font-family:Verdana !important;
	font-size:10px !important;	
	font-weight:bold !important;
}
.GridNormalText
{
	font-family:Verdana;
	font-size:10px;	
	font-weight:normal;
}
.searchTop
{
	background-image:url(images/searchTop_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	border:solid 1px #666666;
}
.searchTopText
{
	color:#ffffff;
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	text-indent:2px;	
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:#F2BBBB;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: #FFC080;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}

.divNearByPopup,.divDirectionPopup,.divGetCoordinatePopup
{
	border-right: #9999cc 1px solid;
	border-top: #9999cc 1px solid;
	border-left: #9999cc 1px solid;
	border-bottom: #9999cc 1px solid;
	background-color: #ffffff;
	padding:5px;
}



.help
{
font-family:tahoma;
font-size:11px;
color:gray;
}

.popuphead
{
font-family:tahoma;
font-size:11px;
font-weight:bold;
}
