@CHARSET "ISO-8859-1";

/*
@description : CSS for GMap Insurance Data Entry Screen 
@author : Amit Kathotia
@created on : 10th Mar 2009
@company : KCPL
*/

body
{  
	background-color: #FFFFFF ;
	margin-top: 5px; margin-bottom: 5px; margin-left: 5px; margin-right:5px; 
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	text-decoration:none;
}

.heading {
	FONT-FAMILY: Arial; FONT-SIZE: 10pt; FONT-WEIGHT: bold;
	clear:both;
	display:block;
}

div.cityStatusIcon, div.collapsable {
	display:inline;
	width:1em;
	height:1em;
	TEXT-ALIGN:center;
	cursor: pointer;
}

div.routeStatusIcon {
	display:inline;
	width:1em;
	height:1em;
	TEXT-ALIGN:center;
	cursor: pointer;
	
}

div.collapsed {
	display:none;
}

div.expanded {
	display:block;
	FONT-WEIGHT: normal;
}

div.userMessage {
	clear:both;	
}

div.errored{
	border: 1px dashed #FF0000; border-spacing: 0;
}

div#outputDiv {
	display:block;
	margin:10px;
	width:100%;
}

div#locationDetails div.locationDetailsLabel { 
	display: block;
	float: left;
    width:10em;
    font-weight:bold;
}

div#correspondentDetails { 
	display: block;
	float: left;
    /*width:10em;*/
    font-size:12px;
    font-weight:normal;
}

div#correspondentDetails div.correspondentDetailsLabel { 
	display: block;
	float: left;
    /*width:10em;*/
    font-weight:bold;
}

