
/* style for the top-level body tag of the whole page */
.commonBodyStyle
{
    margin-top:10px;
    background-color: #F9F9F2; 

    /* text-align: center; is to get around an IE6 bug where margin: 0 auto doesn't work. */
	text-align:center;
}

/* style for the top-level table around all other elements (except the copyright at the bottom) */
.commonOuterTableStyle
{
	width:800px;
	
	border:1px solid #777777;
	margin: 0px auto; 
}

.commonOuterTableCellStyle
{
	border-bottom:1px solid #777777;
	border-left:1px solid #777777;
}

.commonOuterTableTitleDateDiv
{
	float:right;
    padding-right:5px;
    padding-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:0.8em;
	color:#3366CC;
}

.commonOuterTableSiteContentsTitle
{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	background-color:#5571AA;  /* background-color:#3366CC; */
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
}

/* style for the copyright table at the bottom of pages */
.commonFooterTableStyle
{
    width:800px;
	
	border-bottom:1px solid #777777; 
	border-left:1px solid #777777; 
	border-right:1px solid #777777;
	margin: 0px auto;
	background-color: #5571AA;
}

/* alternate style for the copyright table at the bottom of pages for certain 
    pages where the width is slightly different. */
.commonFooterTableStyle2
{
    width:800px;
	
	border-bottom:1px solid #777777; 
	border-left:1px solid #777777; 
	border-right:1px solid #777777;
	margin: 0px auto;
	background-color: #3366CC;
}

/* the background style (primarily color) for the background of the main panel in most
   of the top-level pages (not the individual trip reports/ image galleries).  */
   
.commonMainPanelBackgroundStyle
{
     background-color:#EBEBD6;
}

/* background style for inner elements in most top-level pages */

.commonMainPanelInnerElementBackgroundStyle
{
      background-color:#E1E1C4;
	  border: 1px solid #888888;
}

/* only used for some of the vertical lines that remain as 1px wide table cells */
.commonBorderColor
{
   background-color:#777777;
}

/* background for many 'common / shared' type pages */
.common_elements_page_background
{
   background-color:#EBEBD6;
}

