html,body{
	scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:#4c4c4c;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:#4c4c4c;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ebebec;
	scrollbar-shadow-color:#4c4c4c;
}

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#4c4c4c;
	text-align:justify;
}

#footer td {
	font-size:10px;
	padding-right:15px;
	padding-top:3px;
}

#content {
	border-color: #ebebec;	/* main menu border top color */
	border-style: solid;	/* main menu border top style */
	border-width: 1px;	/* main menu border bottom width */
	vertical-align:top;
	min-height:625px;
	height:625px;
}

#left {
	border-right-color: #ebebec;	/* main menu border top color */
	border-right-style: solid;	/* main menu border top style */
	border-right-width: 1px;	/* main menu border bottom width */
	vertical-align:top;
	width:700px;
}

#right {
	vertical-align:top;
	width:295px;
}

#container {
	padding-left:30px;
	padding-top:30px;
	padding-right:30px;
}

#spots_left {
	border-right-color: #ebebec;	/* main menu border top color */
	border-right-style: solid;	/* main menu border top style */
	border-right-width: 1px;	/* main menu border bottom width */
	vertical-align:top;
	width:450px;

}

#spots_search{
	position:absolute;
	z-index:3;
	width:540px;
	background-image:url(../images/searchBackground.png);
	background-repeat:repeat;
	font-size:12px;
}

#spots_directions{
	position:absolute;
	z-index:3;
	width:450px;
	background-image:url(../images/searchBackground2.png);
	background-repeat:repeat;
	font-size:12px;
}


#spots_right {
	vertical-align:top;
	width:450px;
}

#flashcontent {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #4c4c4c;
		line-height:1;
		/*border-color: #ebebec;	
		border-style: solid;	
		border-width: 1px;	 */
	}
	
#directions{
	font-family:Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #4d4d4d;
	overflow:auto;
	border: 0px none;
	width:451px;
	max-height:390px;
	height:400px;
}


#spotProfileBrands{
	font-family:Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #333333;
	width:250px;
	text-align:left;
	text-transform:uppercase;
}

#spotProfileBrandsList{
	font-family:Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #333333;
	overflow:auto;
	border: 0px solid #ebebec;
	width:230px;
	max-height:200px;
	text-align:left;
	padding:3px 3px 3px 3px;
	max-width:230px;
	
}

#spotProfileName{
	font-family:Helvetica,Arial,sans-serif;
	font-size: 20px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000000
}

#spotProfileAddess{
	font-family:Helvetica,Arial,sans-serif;
	font-size: 12px;
	text-transform:uppercase;
	color:#000000
}


.mapDetailPoint{
	color:#4d4d4d;
}

.mapDetailPoint:hover{
	color:#929292;
}

a.directions{
	color:#4d4d4d;
	font-weight:bold;
}

a.directions:hover{
	color:#b2b2b2;
	font-weight:bold;
}

a.mapInfoWindowLink{
	color:#4d4d4d;
	font-weight:bold;
	text-decoration:underline;
}

a.mapInfoWindowLink:hover{
	color:#b2b2b2;
	font-weight:bold;
	text-decoration:underline;
}

a:link {
	color:#4c4c4c;
	text-decoration: none;
	}
a:visited {
	color:#4c4c4c;
	text-decoration: none;
	}
a:active {
	color: #000000;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	text-decoration: none;
	}

a.back:hover {
	color:#4c4c4c;
	text-decoration: none;
}

a.spotQuickSearch{
	text-transform:uppercase;
	color:#4c4c4c;
	text-decoration:none;
}

a.spotQuickSearch:hover{
	color: #000000;
	text-decoration: none;
}

.mapInfoWindowSpotName{
	text-align:center;
	background-color:#000000;
	color:#FFFFFF;
	text-transform:uppercase;
}

.mapInfoWindowButton{
	border: 1px #999999 solid;
	background-color:#FFFFFF;
	color:#4d4d4d;
	font-size:12px;
	font-weight:bold;
	
}

.mapInfoWindowButton:hover{
	border: 1px #999999 solid;
	background-color:#FFFFFF;
	color:#b2b2b2;
	font-size:12px;
	font-weight:bold;
}

.mapInfoWindowTextBox{
	font-size:12px;
	height:17px;
	color:#4d4d4d;
	border: 1px #999999 solid;

}

.mapWayPoinnt{
	border: 1px solid #ebebec; 
	margin: 10px 0px; 
	background-color: #FFFFFF;
	color: #4d4d4d;
	border-collapse: collapse; 
	text-align:center;
	font-size:14px;
	font-weight:bold;
	text-transform:capitalize;
	
}

.mapInfoWindow{
	border: 1px #ebebec solid;
	font-size:12px;
	text-align:left;
}


h1 {
	font-size:32px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	text-transform:uppercase;
	color:#000000;
	letter-spacing:normal;
}

p {
	padding:0px;
	margin:0px;
}

td.pp p {
	padding-bottom:20px;
	width:700px;
	text-align:left;
}

/* Styles for Javascript Pagination */	
/* Pagination list styles */
ul.fdtablePaginater
        {
        display:inline;
        list-style:none;
        text-align:center;
        }
ul.fdtablePaginater li
        {
        display:table-cell;
        padding-right:6px;
        color:#666;
        list-style:none;
        float:left;
        -moz-user-select:none;
        -khtml-user-select:none;
        }
ul.fdtablePaginater li a.currentPage
        {
        border-color:#a84444 !important;
        color:#000;
        }
ul.fdtablePaginater li a:active
        {
        border-color:#222 !important;
        color:#222;
        }

#theTable1-paginationListWrapTop {
	float:left;
	padding-left:5px;
}

#theTable1-paginationListWrapTop ul li
		{
        display:block;
        width:25px;
		height:25px;
        color:#666;
        text-decoration:none;
        outline:none;
        border:1px solid #ccc;
        font-family: Helvetica, Arial, sans-serif;
		margin-right:4px;
        }
#theTable1-paginationListWrapTop ul li a
		{
		color:#666;
        text-align:center;
        text-decoration:none;
        }
ul.fdtablePaginater li a:focus
        {
        color:#333;
        text-decoration:none;
        border-color:#aaa;
        }
.fdtablePaginaterWrap
        {
        text-align:center;
        text-decoration:none;
        }
/*#theTable1-paginationListWrapTop ul {
	display:inline;
}

#theTable1-paginationListWrapTop ul li 
        {
		float:left;
        }*/

.year {
	font-weight:bold;
	color:#4c4c4c;
	font-size:24px;
	padding-left:0px;
	margin-bottom:10px;
}

.issue_nav {
	padding-left:25px;
}
/* END Styles for Javascript Pagination */	
/* Pagination list styles END */

input.text{
	border:1px #999999 solid;
	font-size:12px;
	height:17px;
}

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 615px;
height: 600px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 0px;
visibility: hidden;
/*width: 355px;*/
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
/*width: 360px;*/
margin-top: 0px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
padding: 1px 3px;
margin-right: 3px;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
}

.glidecontenttoggler a:hover{
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
}



/* START Styles from old site for subscription page */
.heading 	{
		font-family: arial, helvetica;
		font-size: 14px;
		font-weight: bold;
		color: #000000;
		padding-right:10px;
		}
	
.heading_red 	{
		font-family: arial, helvetica;
		font-size: 14px;
		font-weight: bold;
		color: red;
		padding-right:10px;
		}
	
table.form 	{
		font-family: arial, helvetica;
		font-size: 11px;
		color: #000000;
		}
/* END Styles from old site for subscription page */

/* Arcade Game styles */
#arcadeDiv {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #666666;
		line-height:1;
		margin: 0;
		padding: 0;
		width:  993px;
		height: 560px;
	}
	#arcadeDiv #arcade {
		background-color: #FFFFFF;
	}
	#gamePanelDiv {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #666666;
		line-height:1;
		margin: 0;
		padding: 0;
		width:  993px;
		height: 560px;
		display: none;
		background-color: #000000;
	}
	#gamePanelDiv  {
		background-color: #000000;
		width:  993px;
		/*border: solid 1px #333333;*/
	}
	#gameDiv {
		background-color: #000000;
		border: solid 1px #333333;
		/*width:600px;*/
	}
	
	#closeButton {
		float: right;
	}
	
/* End of Arcade game styles */

/* Testing Fisheye Dock styles */
/* Fisheye Menu Styles */
#fisheye_menu {
	list-style: none;
	padding-left: 90px;
	margin: 10px;
	height: 81px;
	width: 250px;
}
#fisheye_menu li {
	position: relative;
	display:block;
	float: left;
}
#fisheye_menu span {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	width: 66px;
	padding: 1px;
	margin: 0;
	border: solid 1px #ebebec;	
}
#fisheye_menu a {
	text-decoration: none;
}
#fisheye_menu img {
	border: 0;
	vertical-align: top;
}/* End test fisheye dock styles */