
/* ================================
    CSS STYLES FOR THE WeGoPlaces
   ================================
*/


/* Below for top menu */

#navigation a
{
background: #fb0 url("/user interface/images/left-tab.gif") left top no-repeat;
padding-left: 15px;
font: bold 19px arial, sans-serif; 
text-decoration: none; 
color: blue;
FONT-SIZE:small;
}

#navigation a span
{
background: url("/user interface/images/right-tab.gif") right top no-repeat;
padding-right: 15px;
}

#navigation a, #navigation a span
{
display: block;
float: left;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none;
}
/* End IE5-Mac hack */

#navigation a:hover
{
color: #fff;
background: #26a url("/user interface/images/left-tab-hover.gif") left top no-repeat;
padding-left: 15px;
}

#navigation a:hover span
{
background: url("/user interface/images/right-tab-hover.gif") right top no-repeat;
padding-right: 15px;
}

#navigation
{
list-style: none;
padding: 0;
margin: 0;
}

#navigation li
{
float: left;
display: block;
margin: 1;
padding: 0;
text-align: center;
}

/* Above for top menu */

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("user interface/images/magplus.cur"), pointer;
}
.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: Orange;
}

.highlight 
{
	text-decoration: none;
	color:black;
	background:yellow;
}


.CSSdtl /* footer of datagrid */
{
	BACKGROUND-COLOR: Gainsboro;	
	FONT-SIZE:x-small;
}

.CSSlblSmall
{
	FONT-SIZE:small;
}

.CSSlblXSmall
{
	FONT-SIZE:x-small;
}

.CSSlblXXSmall
{
	FONT-SIZE:xx-small;
}

.CSSSearchExampleHeading
{
	font-weight: bold;
	color: Navy;
	font-size:small;
	text-align:left;
}

.CSSSearchExample, .CSSSearchExample:link {
	FONT-SIZE:small;
	color:Black;
	font-size:small;
	text-align:left;
}

.dlinx, .dlinx:visited {
	cursor: hand;			
	cursor: pointer;
	FONT-SIZE:smaller;
	text-decoration: underline; 
	color: blue;
}

.dlinx2, .dlinx2:visited {
	cursor: hand;			
	cursor: pointer;
	font: bold 19px arial, sans-serif; 
	text-decoration: underline; 
	margin: 10px 0 0 0; 
	color: blue;
	FONT-SIZE:small;
}
.dlinx2Red, .dlinx2Red:visited {
	cursor: hand;			
	cursor: pointer;
	font: bold 19px arial, sans-serif; 
	text-decoration: underline; 
	margin: 10px 0 0 0; 
	color: red;
	FONT-SIZE:small;
}

h1
{
	/* background-color:#5F68BD; */
	color: Navy;
	font-size:larger;
	text-align:center;
	height:35px;
	font-weight: bold;
    margin-top:4px;
    height: 20;
}

H2
{
    font-weight: bold;
	color: Navy;
	font-size:medium;
	text-align:left;
}

H3
{
	background-color: #EBCC52;
	color:Navy;
	font-size:small;
	text-align:center;
	height:35px;
    font-weight: bold;
    padding-top: 4px;
    height: 20;
}

.CSSbtn
{
	FONT-SIZE: x-small;
	WIDTH: 72px; 
	HEIGHT: 28px;
}


.CSShplAdsenseNoVisit; .CSShplAdsenseNoVisit:visited
{
	font: bold 11px arial, sans-serif; 
	text-decoration: underline; 
	margin: 10px 0 0 0; 
	color: blue;
}

.CSShplAdsense
{
	font: bold 19px arial, sans-serif; 
	text-decoration: underline; 
	margin: 10px 0 0 0; 
	color: blue;
	FONT-SIZE:small;
}

.CSShplAdsense:visited
{
	font: bold 14px arial, sans-serif; 
	text-decoration: underline; 
	margin: 10px 0 0 0; 
	color: purple;
	FONT-SIZE:small;
}
.CSSLeftNav
{
	font: 19px arial, sans-serif; 
	text-decoration: none; 
	margin: 10px 0 0 0; 
	color: blue;
	FONT-SIZE:small;
}

.CSSLeftNav:visited
{
	font: 14px arial, sans-serif; 
	text-decoration: none; 
	margin: 10px 0 0 0; 
	color: purple;
	FONT-SIZE:small;
}
.CSSLeftNavBold
{
	font: bold 19px arial, sans-serif; 
	text-decoration: underline; 
	margin: 10px 0 0 0; 
	color: blue;
	FONT-SIZE:small;
}

.CSSLeftNavBold:visited
{
	font: bold 14px arial, sans-serif; 
	text-decoration: underline; 
	margin: 10px 0 0 0; 
	color: purple;
	FONT-SIZE:small;
}

.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; 
	color: blue;
}	
		
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 ;
}	


