body {
    margin: 0px;
    padding: 0px;
    min-height: 356px;
    font-family: Helvetica;
    background: url(../images/backgroundStripes.png) repeat;
}

#browser {
    height: auto;
    -webkit-margin-top-collapse: separate;
    -webkit-margin-bottom-collapse: separate;
    position: relative;
    min-height: 356px;
    width: auto;
}

#header{
	height: 34px;
	padding-top: 10px;
	width: 100%;
	background: url(../images/header.png) repeat-x;
}

#header h1{
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
	margin: 0px;
	padding: 0px;
	color: white;
}

#nav{
	width: 100%;
	height: 40px;
	background: url(../images/navBG.png) repeat-x;
}

#nav a, #nav a:visited{
	color: #FFF;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
	height: 14px;
	display: block;
	height: 30px;
	float: left;
	width:79px;
	text-decoration: none;
	padding-top: 10px;
	text-align: center;
	border-left: 1px solid #303030;
}

#content{
}

#spotlist {
    background-color: white;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    position: relative;
    width: auto;
}

#spotlist div.alphabetized{
	margin: 0px;
    padding: 0px;
    background-image: url(../images/alphabetBG.png);
    background-repeat: repeat-x;
    height: 21px;
    font-weight: normal;
    padding-left: 10px;
    padding-top:2px;
}

#spotlist div.alphabetized h1{
	font-size: 18px;
	text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 0px;
	color: white;
	margin: 0px;
	padding: 0px;
}

.spotlistRow{
    position: relative;
    list-style-type: none;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-color: rgb(224, 224, 224);
    width: auto;
    height: 47px;
    background-image: url(../images/chevron.png);
    background-position: right;
    background-repeat: no-repeat;
}

.spotLabel{
    position: absolute;
    left: 10px;
    top: 12px;
    height: 22px;
    right: 30px;
    width: auto;
    color: black;
    font-weight: bold;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.spotLabel a, .spotLabel a:hover{
	color: black;
	text-decoration: none;
	display: block;
	width:100%;
	height: 100%;
}

.rowArrow{
    position: absolute;
    width: 8px;
    height: 13px;
    background-image: url(./images/chevron.png);
    background-repeat: no-repeat;
    top: 17px;
    right: 11px;
    margin-left: auto;
}

#spotDetails{
	padding:10px;
}


#spotDetails h1 
{
	margin:0;
	padding-top:10px;		  
	padding-right:10px;		 
	padding-bottom:10px;	
	padding-left:10px;
	
	font-size:17px;
	font-family: Helvetica;
	font-weight:bold;
	color: rgb(76,86,108);	 /* Set each label color */		
}

#spotDetails ul 
{	
	clear:left;
	padding: 0;	   
	margin-top:10;
	margin-right:10px;
	margin-bottom:17px;		  /* Set each list 17 pixels from the top of the button bar(or the top of the next list) */
	
	font-size:17px;
	font-family: Helvetica;
	font-weight:bold;
	color:black;
	
	width: 300px;
	background-color: white;       /* Each list has a white background fill */
	
	border-width: 1px;		       /* Draw a rectangle around each list */
	border-style:solid ;
	border-color:rgb(217,217,217);
	
	-webkit-border-radius: 8px;		 /* Round each corner of the created rectangle */
}


#spotDetails li
{	
	list-style-type: none;	
	
	border-top-width:1px;	/* Create lines between cells. Each line is placed above each item */
	border-top-style:solid;
	border-top-color:rgb(217,217,217);

	padding-top:10px;		  
	padding-right:10px;		 
	padding-bottom:14px;	 /* Indent the cell content 14 pixels from the bottom edge of a cell */
	padding-left:10px;	
}


#spotDetails li:first-child 
{
	border-top:0;    /* Remove border above the first item of the list */
}


#spotDetails li a {
	display: block;   /* Sets the href to be a block rather than inline */
	
	width: 100%;
	
	/* The padding properties adjust the text content within the href block */
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	
	/* The margin properties adjust the size of the href block	*/
	margin-top: -8px;
	margin-right: -8px;
	margin-bottom: -12px;
	margin-left: -8px;	 
	
	text-decoration: none;
	color:black;
}

#spotDetails a.img{
	width: 80px;
	height: 80px;
	overflow: hidden;
	display: block;
	float: left;
	margin-right: 10px; margin-bottom: 10px;
	background-color: white;      	
	border-width: 1px;		       
	border-style:solid ;
	border-color:rgb(217,217,217);
	background-image: url(../images/cam.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#spotDetails a.img img{
	margin-top: -50px;
	margin-left: -50px;
}

#spotDetails .showArrow /*	Add an arrow button to a link */
{  
	margin-right:10px;		
	padding-right:16px;	   /* Distance between the arrow button and a text */
	background-image: url(../images/chevron.png); 
	background-repeat: no-repeat;
	background-position: right; 
}


#spotDetails .secondary	/* Used for secondary text (text that is less important) */
{
	font-weight:normal;		/* Regular font is used for secondary text */
	margin-right:10px;	  
}


#spotDetails .secondaryWArrow /* Used for secondary text that is a link */
{
	font-weight:normal;			  
	margin-right:10px;	  
	color: #324F85;		 /* sets the color of the link */
}