/*
The main LocalView CSS file. This controls the font size & colur used throughout the LocalView app.
The other CSS files define other element-specific style settings such as margins, position, borders, padding, width and height, and text alignment.
*/

body
{
	font-family:Arial, Tahoma, Verdana;
	font-size:100%;
	color:#000000;
}

table
{
	padding : 0 0 0 0;
}

table.LVMain
{
	width : 800px;
	height : 450px;
	vertical-align : top;
	border-color : #006699;
	border-style : solid;
	border-width : 2px;

}

td.LVMain
{
	vertical-align : top;
}

table.LVAddress
{
	background-color : #CCCCCC;
	color : Black;
	height : 20px;
	width : 800px;
	font-size : 0.7em;
	font-weight : bold;
	text-align : right;
}

td.LVSmallTitle
{
	font-size : 0.7em;
	color : Gray;
}

input.LVAddressInput
{
	width : 300px;
}

td.LVPageDetails 
{
	width : 550px;
	text-align : left;
	vertical-align : top;
}

/* START : Footer Details */

table.LVFooter
{
	background-color : #006699;
	width : 800px;
	text-align : right;
	font-size : 0.7em;  
/*	font-style : italic;  */
	font-weight : bold;
	color : #E9E9E9;
	height : 15px;
}

td.LVFooter 
{
	height : 15px;
	vertical-align : top;
	padding-right : 5px;
}
/* END : Footer Details */

a
{
	color : #3399FF;
	text-decoration : underline;
}

a:hover
{
	color : #FF3333;
	text-decoration : underline;
}

/*a:visited
{
	color : #3399FF;
	text-decoration : underline;	
}
*/

/* START : Header Details */
table.LVHeader
{
	background-image: url(../images/localview_Banner.jpg);
	width: 800px;
	height : 89px;
	color: white;
}

/* Tab Text Control */
a.tabsHeader_Tab, a.tabsHeader_OnTab
{
	display : block;
	cursor : hand;
	width : 140px;
	height : 16px;
	text-align : center;
	font-size : 0.8em;
	text-decoration : none;
	color : #FFFFFF;	
	font-weight : 600;
}

a.tabsHeader_Tab
{
	background-color : #CCCCCC;
}

a.tabsHeader_OnTab
{
	background-color : #006699;
}

td.TabFillerClass
{
	height : 20px;
	width : 20px;
	display: none;
}

td.tabsHeader_Tab, td.tabsHeader_OnTab
{

	width : 140px;
	text-align : center;
	height : 10px;
}

a.tabsHeader_Tab:hover 
{
	text-decoration : none;
	color : #FF3333;
}

div.TABLocation 
{
	vertical-align : middle;
	position : absolute;
	top : 53px;
	width : 800px;
}

table.tabsHeader_TabStripBottom
{
	width : 800px;
	height : 15px;
	background-color : #006699;	
}
.TabTable
{
	width:800px;
	height:20px;
}

/* END : Header Details */

/* START : Help */

img.adHelp
{
	border : 0px;
	vertical-align : top;
}

a.adHelp
{
	color : #333333;
	text-decoration : none;
}

a.adHelp:hover 
{
	color : #FF3333;
}

/* END : Help */

/* Map zoom bar */
.zoomBarDefault
{
	color:White;
	font-size: 0.8em;
	font-weight:normal;
	background:#99CCFF;
	width:24px;
	height:18px;
	text-align:center;
	cursor:default;
}

.zoomBarSelected
{
	font-weight:normal;
	background:#3399FF;
	width:24px;
	height:18px;
	text-align:center;
	cursor:default;
}

.zoomBarHover
{
	font-weight:normal;
	background:White;
	width:24px;
	height:18px;
	text-align:center;
	cursor:default;
}
.zoomBarTitle
{
	color:#ffffff;
	font-size:0.7em;
	font-weight:bold;
	text-align:center;
	cursor:default;
}
/* End Map Zoom Bar */															

