/* Default CSS Stylesheet for a new Web Application project */

BODY
{
   
   background-image:url(http://www.ledzeppelin-reference.com/geekbaseweb/images/wide.jpg);
   background-attachment:fixed;
	background-position:center top;
	background-repeat:no-repeat;
   FONT-WEIGHT: normal;
   LETTER-SPACING: normal;
   TEXT-TRANSFORM: none;
   WORD-SPACING: normal;
   margin:0 auto;
   text-align:center;
}

/*******************************************************************************************
 Core Scaffold Start
********************************************************************************************/
      
#fullpagediv
	{
	width:1000px;
	margin:0 auto;
	text-align:left;
	height:800px;
	}
#headerdiv
	{
	font-family:Lucida Sans;
	font-size:10pt;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#5E788B;
	float:left;
	width:100%;
	color:#4c5260;
	background-color:#d0cece;
	}
#bottomdiv
	{
	float:left;
	width:1000px;
	background-color:#e2e2e2;
	height:1000px;
	}
#bottomleftdiv
	{
	float:left;	
	width:387px;
	font-family:Arial Narrow;
	font-size:10pt;
	height:100%;
	padding-left:3px;
	}
#bottomrightdiv
	{
	float:left;
	width:610px;
	height:100%;
	} 
/*******************************************************************************************
 Core Scaffold End
********************************************************************************************/	

/*******************************************************************************************
 Header Start
********************************************************************************************/
#namediv
	{
	float:left;
	width:100%;
	font-weight:bold;
	border-bottom-color:#5e0d0a;
	border-bottom-width:3px;
	border-bottom-style:solid;
	font-family:Times New Roman;
	font-size:22pt;
	}
#keysdiv
	{
	float:left;
	width:100%;
	padding-left:.5em;
	color:#472215;
	font-size:10pt;
	font-family:Arial Narrow;
	}
#prevnextdiv
	{
	font-weight:bold;
	color:#472215;
	font-size:11pt;
	float:left;
	padding-left:.3em;
	margin-bottom:.125em;
	}
#myprevnextleft
	{
	float:left;
	width:150px;
	}
#myprevnextright
	{
	float:left;
	}



/*******************************************************************************************
 Header End
********************************************************************************************/
	
/*******************************************************************************************
Bottom left Start
********************************************************************************************/	
.legdiv
	{
	font-size:12pt;
	font-weight:bold;
	font-family:Lucida Sans;
	margin-bottom:.25em;
	margin-top:.25em;
	padding-left:.25em;
	float:left;
	}
#tourlistdiv
	{
	margin-top:.25em;
	overflow:auto;
	height:700px;
	width:100%;
	float:left;
	}
.myshowdiv
	{
	width:100%;
	height:1.5em;
	float:left;
	}
.mydisputedshowdiv
	{
	width:100%;
	height:1.5em;
	float:left;
	}
.datediv
	{
	float:left;
	width:105px;
	}
.justdatediv
	{
	width:80px;
	float:left;
	}
.micdiv
	{
	float:left;
	padding-left:2px;
	}
.citydiv
	{
	float:left;
	width:120px;
	}
.fullcountry
	{
	width:100px;
	float:left;
	}
.countryflagdiv
	{
	width:30px;
	float:left;
	}
.country
	{
	float:left;
	width:75px;
	}
.setdiv
	{
	float:left;
	width:35px;
	}	
	
	
/*******************************************************************************************
 Bottom left End
********************************************************************************************/	
	
	
.bubblediv
	{
	font-family:Arial Narrow;
	color:Gray;
	font-size:10pt;
	}
.bubblediv A 
	{
	font-family:Garamond;
	font-weight:bold;
	font-size:14pt;
	}

#mapdiv
	{
	float:left;
	width:610px;
	height:700px;
	}


A:link  {
       text-decoration:        underline;
       color:  #472215;
       
       }

A:visited       {
       text-decoration:        underline;
       color:  #472215;
       }

A:active        {
       text-decoration:        underline;
       color:  #472215;
       }

A:hover {
       text-decoration:        underline;
   color:red; }
       
      


SMALL   {
       font-size:      .7em;
       }

BIG     {
       font-size:      1.17em;
       }

BLOCKQUOTE, PRE {
       font-family:    Courier New, monospace;
       }
       
 
