/*second line - Graphical Content*/
#graphical-map{
	width: auto;
	margin:0px auto;
	padding:0px;
	background: url(../images/graphic_bg.jpg) #1b2537 repeat-x bottom;
}

#graphical-map #graphical-content-map{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height:720px;
	background-color:transparent;
	text-align: justify;
	color: #ffffff;
}
#graphical-content-map #graphic-wrapper-map{
	width: 750px;
	height: 720px;
	float: left;
	overflow: hidden;
	border: 0px;
}
/* graphical content navigation*/
#graphical-map #graphical-content-map #graphic-navigation-map{
	width: 228px; /* 209px + (2x10px padding) + 1px border-left=230px*/
	height: 710px;
	background: url(../images/content_navi_bg.jpg) #404c5c repeat-x bottom;
	float: left;
	padding:10px 10px 0px 10px;
	color:#eee;
}
#mapOptions{
	border: 1px solid #ccc;
	width: 670px;
	height: 150px;
	margin: 10px 0px 0px 22px;
	padding: 0px 15px 15px 15px;
	background: url(../images/map_options_bg.png) repeat;	
}
#mapOptions img{
	vertical-align: middle;	
	padding: 0px 5px;
}
#mapOptionsSmall{
	border: 1px solid #ccc;
	width: 690px;
	height: 10px;
	margin: 10px 0px 0px 22px;
	padding: 0px 0px 15px 15px;
	background: url(../images/map_options_bg.png) repeat;	
}
#mapOptionsSmall img{
	vertical-align: middle;	
	padding: 0px 0px;
}

.mapStyle  /* the rectangle in which the map is displayed */
{
	position: relative;
	width: 700px;
	height: 500px;
    border:3px solid #ccc;
    margin-top:22px;
    margin-left:22px;
}
#mapResults{
	height:500px; 
	width:220px; 
	overflow:auto; 
	margin-bottom:5px;
	border-bottom: 1px solid #999;
	display:none;
}

/*fix ie6*/
*html #mapResults {
	overflow: scroll;
}
/*fix ie7*/
*+html #mapResults{
	overflow: scroll;
}

#noResults{
	display:block;
	height:500px; 
	width:220px; 
	overflow:auto; 
	margin-bottom:5px;
	border-bottom: 1px solid #999;
}


/*Info Popup on the map for an Clicked AP*/
/*created in utils.js*/
.info-popup{
	color:#333;
	font-size: 11px;
	text-align: left;
	width: 300px;
	height: 150px;
}
.info-popup td{
	padding: 0px 2px 0px 2px;
}
.fullWidth 
{
	width: 100%;
}
.apDescription{
	color:#666;
	font-size:10px;
}
.apImage{
	margin-right:5px;
}
/* /Info Popup on the map for an Clicked AP*/

/*To show the counter of visible APs*/
#apNumberHead{
	border-top: 1px solid #999;
	width: 230px;
   	padding: 3px 0px 10px 0px;
}
#apNumber{
    font-family: Trebuchet MS;
	font-weight: lighter;
	font-size: 1.4em;
}
#apAddress{
    width: 230px;
    font-family: Trebuchet MS;
	font-weight: lighter;
	font-size: 1.4em;
	padding: 3px 0px 10px 0px;
}

.apIcon{
	width:32px;
	height:32px;
	margin-right:5px;
	margin-bottom:2px;
	vertical-align:middle;
}
/* /To show the counter of visible APs*/

/* searchTable will be created in GoogleMaps.js and returns a list of APs*/
.searchResultsTable
{
	border: solid 0px #ccc;
	width: 200px;	
	height: auto;
}
/*fixes the lovely ie7*/
*+html .searchResultsTable{
	width: 190px;
}
.searchResultsTable_header
{
	font-weight: bold;
}
.searchResultsTable td
{
	padding: 3px 0px 0px 0px;
	border: solid 0px #ccc;
	text-align: left;
	vertical-align: top;
}
.searchResultsTable td a{
	color:#fff;
	text-decoration: none;
}
.searchResultsTable td a:hover{
	color:#fff;
	text-decoration: underline !important;
}
/* /searchTable */

/* search input field */
.searchInputs
{
	border:1px solid #ccc;
    height:15px;
    padding:1px;
    width:200px;
    font-size:10px;
    color:#ccc;
    vertical-align:top;
    float:left;
    margin-bottom:10px;
}

.searchInputsActive{
	border:1px solid #cc0000;
    height:15px;
    padding:1px;
    width:200px;
    font-size:10px;
    color:#666;
    vertical-align:top;
    float:left;
}

.searchInputs:focus, input.sffocus {
    border:1px solid #cc0000;
}
/* /search input field */


/* field over the map when search is performed*/
.searchingMessageDiv
{
   	font-weight: bold;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #990000;
}


.startInfo{
	width: 580px;
	height: 400px;
	background: #fff;
	border: 2px solid #666;
	-moz-opacity:0.8;
	opacity:0.8; 
	filter: alpha(opacity=80);
	color:#666;
	padding: 10px;
	overflow: auto;
}

.countrylist{
	float: left;
	width: 140px;
	height: 350px;
	/*overflow: hidden;*/
	font-size: 1em;
	border: 0px solid green;
}
.countrylist li{
	padding: 1px 0px 0px 0px;
}

.countrylist li h3{
	margin-top: 4px !important;
	padding-top:0px;
	padding-bottom: 0px;
	margin-left:-10px;
	font-size: 1em;
	font-weight: bold;
	color: #666;
}

.countrylist li h4{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left:-10px;
	font-size: 1em;
	font-weight: bold;
	color: #666;
}

ul li a:hover{
	cursor: pointer;
}
