
/* ================================
    CSS STYLES FOR THE WeGoPlaces
   ================================
*/
/* Begin Site Master */

.siteSearch { 
background-image: url(http://www.WeGoPlaces.com/user%20interface/images/go-with-hover.png);
background-position:  -2px -2px;
background-repeat: no-repeat;
width: 35px;
height: 35px;
border: 0px;
background-color: none;
cursor: pointer;
outline: 0;
}
.siteSearch:hover{ 
  background-position:  -37px -2px;
}

.siteSearch:active{
  background-position:  -37px -2px;
}


#container
{
	text-align: left;
	margin: 0 auto;
	position: relative;
	width: 960px;
	z-index: 1; /*min-height: 100%;*/
}

/* Begin tabbed menu */
.solidblockmenu ul
{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background-color: #082277;
}

.solidblockmenu li
{
	display: inline;
}

.solidblockmenu li a
{
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid white;
}

.solidblockmenu li a:visited
{
	color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current
{
	color: white;
	background-color: #FFF01E;
	color: #082277;

}

.tabcontainer
{
	clear: left;
	height: 600px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/ /*height: 1500px auto;  JLS to push footer down */
	width: 820px;
}

.aboveTabs
{
	clear: left;
	width: 830px;
}

*:first-child + html .ieclass
{
	/*IE7 hack to remove gap between menu and sub contents*/
	margin-top: -1em;
}

* html .ieclass
{
	/*IE6 and below hack to remove gap between menu and sub contents*/
	margin-top: -1em;
}

.tabcontent
{
	display: none;
	text-align: left;
}
/* End tabbed menu */

/* Begin New Home Page */

.NavLink, .NavLink:visited, .NavLink:Link
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 14px;
	text-decoration: none;
	color: Blue; /* #FF4926; */
	line-height: 18px;
}

.NavLink:hover
{
	text-decoration: underline;
	color: Blue;
}

.NavLink2, .NavLink2:visited, .NavLink2:Link
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 14px;
	text-decoration: none;
	color: #FF4926;
	line-height: 18px;
}

.NavLink2:hover
{
	text-decoration: underline;
	color: Blue;
}

table.Ideas {
	border-width: 2px;
	border-spacing: 3px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
	width: 640px;
}
table.Ideas th; td {
	border-width: 1px;
	padding: 1px;
	border-style: none;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

.rs_bgc {
background-color:#f2f2e5}



/* End New Home Page */

/* Begin Bg Carousel */

div.bgcarousel
{
	/* CSS for main carousel container */
	background: black url(/images/ajaxload.gif) center center no-repeat; /* loading gif while caoursel is loading */
	width: 400px; /* default dimensions of carousel */
	height: 400px;
}

img.navbutton
{
	/* CSS for the nav buttons */
	margin: 5px;
	opacity: 0.7;
}

div.slide
{
	/* CSS for each image's DIV container within main container */
	background-color: black;
	background-position: center center; /* center image within carousel */
	background-repeat: no-repeat;
	background-size: cover; /* CSS3 property to scale image within container? "cover" or "contain" */
	color: black;
}

div.selectedslide
{
	/* CSS for currently selected slide */
}

div.slide div.desc
{
	/* DIV that contains the textual description inside .slide */
	position: absolute;
	color: white;
	left: 40px;
	top: 100px;
	width: 200px;
	padding: 10px;
	font: bold 16px sans-serif, Arial;
	text-shadow: 0 -1px 1px #8a8a8a; /* CSS3 text shadow */
	z-index: 5;
}

div.selectedslide div.desc
{
	/* CSS for currently selected slide's desc div */
}

div.slide div.desc h2
{
	font-size: 150%;
	margin: 0;
}

div.slide div.desc a
{
	color: yellow;
	text-decoration: none;
}
/* End Bg Carousel */

/* Begin left menu */
.glossymenu
{
	margin: 5px 0;
	padding: 0;
	width: 180px; /*width of menu*/
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}
.glossymenu a.menuitem
{
	background: black url(http://wegoplaces.com/User%20Interface/Images/glossyback.gif) repeat-x bottom left;
	font: bold 14px "Lucida Grande" , "Trebuchet MS" , Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	height: 23px;
	text-decoration: none;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active
{
	color: white;
}
.glossymenu a.menuitem .statusicon
{
	/*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}
.glossymenu a.menuitem:hover
{
	background-image: url(http://wegoplaces.com/User%20Interface/Images/glossyback2.gif);
}
.glossymenu div.submenu
{
	/*DIV that contains each sub menu*/
	background: white;
}
.glossymenu div.submenu ul
{
	/*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.glossymenu div.submenu ul li
{
	list-style-type: none;
	border-bottom: 1px solid blue;
}
.glossymenu div.submenu ul li a
{
	display: block;
	font: normal 13px "Lucida Grande" , "Trebuchet MS" , Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
}
.glossymenu div.submenu ul li a:hover
{
	background: #DFDCCB;
	colorz: white;
}

/* End left menu */

/* Begin CSS for state and region pages */

.nowrap
{
	white-space: nowrap;
}


/* http://www.fastechws.com/tricks/web/image-max-width-height.php */

.image45
{
	max-width: 45px;
	max-height: 45px;
	width: expression(this.width > 45 ?  "45px" : true);
	height: expression(this.height > 45 ?  "45px" : true);
}
.wrap45
{
	height: 45px;
	width: 45px;
}

.image100
{
	max-width: 100px;
	max-height: 100px;
	width: expression(this.width > 100 ?  "100px" : true);
	height: expression(this.height > 100 ?  "100px" : true);
}
.wrap100
{
	height: 100px;
	width: 100px;
}

.image160
{
	max-width: 160px;
	max-height: 160px;
	width: expression(this.width > 160 ?  "160px" : true);
	height: expression(this.height > 160 ?  "160px" : true);
}
.wrap160
{
	height: 160px;
	width: 160px;
}

.image300 {
  max-width: 300px;
  max-height: 300px;
  width: expression(this.width > 300 ? "300px" : true);
  height: expression(this.height > 300 ? "300px" : true);
}
.wrap300 {
  height: 300px;
  width: 300px;
}

/* End CSS for state and region pages */


.floatleft
{
	float: left; /*left in our text*/
	margin: 0px 10px 10px 0px; /*space around the image*/
	border: 0;
}


.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url(  "user interface/images/magplus.cur" ), pointer;
    max-width: 50px;
    max-height: 50px;
    width : expression(this.width > 50 ? "50px" : true);
    height: expression(this.height > 50 ? "50px" : true);
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url(  "user interface/images/magminus.cur" ), pointer;
	z-index: 100;
}

#dropmenudiv
{
	border: #336699 1px solid;
	color: blue;
	z-index: 100;
	font-family: Verdana;
	font-size: 11px;
	position: absolute;
	background-color: blue;
}

.highlight
{
	text-decoration: none;
	color: black;
	background: yellow;
}


.CSSdtl /* footer of datagrid */
{
	background-color: Gainsboro;
	font-size: x-small;
}

.CSSlblSmall
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}

.chkBoxList td
{
   width: 33%; /* or percent value: 25% */
   	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.CSSlblSmallBold
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.CSSlblXSmall
{
	font-size: x-small;
	
}

.CSSlblXXSmall
{
	font-size: xx-small;
}

.dlinx, .dlinx:visited
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	cursor: hand;
	cursor: pointer;
	font-size: smaller;
	text-decoration: underline;
	color: blue;
}

.dlinx2, .dlinx2:visited
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	cursor: hand;
	cursor: pointer;
	text-decoration: underline;
	margin: 10px 0 0 0;
	color: blue;
}

h1
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: Navy;
	text-align: center;
	font-size: 18px;
	line-height: 14px;
	padding-top: 1px;
}

h2
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: Navy;
	font-size: 16px;
	padding-top: 4px;
}

h3
{
		
	font-weight: lighter;
	background-color: #EBCC52;
	color: Navy;
	font-size: small;
	text-align: center;
	height: 35px;
	padding-top: 4px;
	height: 20;
}

.addthis_container { float:right; }

.CSShplAdsenseNoVisit; .CSShplAdsenseNoVisit:visited
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	margin: 10px 0 0 0;
	color: blue;
}

.CSShplAdsense
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-decoration: underline;
	margin: 10px 0 0 0;
	color: blue;
}

.CSShplAdsense:visited
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-decoration: underline;
	margin: 10px 0 0 0;
	color: purple;
}

.CSSSearchExampleHeading
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	color: Black;
	text-align: left;
}

.CSSSearchExample, .CSSSearchExample:link
{
	font-size: small;
	color: Black;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
}

.CSSbtn
{
	font-size: x-small;
	width: 72px;
	height: 28px;
}

.CSSLeftNav
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	margin: 10px 0 0 0;
	color: blue;
}

.CSSLeftNav:visited
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	margin: 10px 0 0 0;
	color: purple;
}

.CSSLeftNavBold
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	margin: 10px 0 0 0;
	color: blue;
}

.CSSLeftNavBold:visited
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	margin: 10px 0 0 0;
	color: purple;
}

.CSSlblAdsense
{
	font: 11px arial, sans-serif;
	margin: 10px 0 0 0;
}

BODY
{
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: lighter;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

A:link /* link */
{
	text-decoration: underline;
}

A:visited /* after visiting a link */
{
	text-decoration: none;
	color: purple;
	font-style: normal;
}

A:active /* when a link is clicked */
{
	text-decoration: none;
	color: blue;
}

A:hover /* hover over a link */
{
	text-decoration: underline;
	font-style: oblique;
	font-style: normal;
}


UL LI
{
	list-style-type: square;
}

