/***********************************************************************
** pmwiki.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

/* This sets the overall frame for the site */
body {
  margin:0px; background-color:#f7f7f7; 
  font-family:Arial,Geneva,Helvetica,sans serif; font-size:10pt;
}

/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:0.9em; }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { margin-top:1.0em; margin-bottom:0.6em; }
h1, h2, h3, h6 { font-weight:normal; }
h4, h5 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-size:1.8em; }
h2 { font-size:1.44em; }
h3 { font-size:1.22em; }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }

/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo { 
	margin-top:4px; 
	padding:6px; 
	border-bottom:1px 
	#cccccc solid; 
	background-image:url(/iais-slice.gif);
	background-repeat: repeat-x;
}

/* This controls the rest of the heading (primarily the search box) */
#wikihead { 
  position:absolute; right:10px; top:10px; 
  font-family:Verdana,sans-serif; font-size:85%; 
  background-image:url(iais-slice.gif);
}
#wikihead input { font-size:85%; } 

/* These are for the left-sidebar. */
#wikileft { 
  width:155px; 
  padding:6px; border-right:1px #cccccc solid; 
  line-height:1.33em;
  font-size:9.4pt; font-family:Verdana,sans-serif;
}

a { text-decoration:none; color: #c80000; }
#wikileft .vspace { margin-top:1.125em; }
#wikileft a { text-decoration:none; color:black; }
#wikileft a:hover { text-decoration:underline; color: #c80000; }

#wikileft ul { list-style:none; padding:0px; margin:0px; }
#wikileft li { margin:0px; padding-left: 6px; }
.sidehead {
  margin:0px; padding:4px 2px 2px 2px;
  font-size:10pt; font-weight:bold; font-style:normal; 
}
.sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }

/* These affect the main content area. */
#wikibody { 
  padding:0px 10px 10px 10px; background-color:white; 
  font-size:10pt; 
}
#wikicmds { 
  float:right; white-space:nowrap; 
  font-family:Verdana,sans-serif; font-size:80%; 
}
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:black; border:none; color: #c80000; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:underline; color:blue; }
.pagegroup { margin-top:8px; margin-bottom:2px; }
.pagetitle { line-height:1em; margin:0px; font-size:1.6em; font-weight:normal; }
.wikiaction { margin-top:4px; margin-bottom:4px; }
#wikitext { margin-top:12px; line-height:1.1em; }
/*#wikitext table { font-size:100%; line-height:1.33em; } For MSIE 5.5 */

#wikitext font.g-title { font-size: 1.22em; }

/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/* These affect the lines at the very bottom. */
#wikifoot { 
  padding-left:5px; padding-bottom:4px; border-top:1px #cccccc solid;
  font-family:Verdana,sans-serif; font-size:80%; 
}

#footleft { font-size:7pt; padding-left:3px; padding-right:5px; padding-top: 3px;}
#footleft img { padding-right:6px; padding-left: 3px; }
#footchanges { }
#footeditsb { display:none; }
#footmiddle { font-size:9pt; text-align:center; color:#999999; }
#footlastmod { }   
#footright { width: 275px; font-size:0.75em; text-align:right; padding-left:3px;
 padding-right:3px; color: #4444ee; vertical-align:top;}
#footedit { }
#footedit a { text-decoration:none; color: #aaaaaa; }
#foothist { }
#foothist a { text-decoration:none; color: #aaaaaa; }

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}



#menumaker     { vertical-align: top; }
#menumaker td.menu-category  { font: bold 8pt Arial,Geneva,Helvetica,sans serif;
                        vertical-align: middle; 
			color: #FFE600; 
			text-align: left;
         background: #EE0000; 
			padding: 0px 0px 0px 0px; 
			border-collapse: collapse; 
			border-top: 0px solid #FFE700; 
			border-bottom: 0px solid #FFE700; 
         background-image: url(/iais-bar-bkgnd-small.gif); 
			background-repeat: repeat-x; 
			height: 25px; }
#menumaker td.menu-subcategory       { font: 9pt Arial,Geneva,Helvetica,sans serif; 
                        vertical-align: middle; color: #000000; text-align: left;
                        background: #EEEEEE; padding: 0; border-collapse: collapse; }
#menumaker td.menu-subcategory-highlight     { font: italic 9pt Arial,Geneva,Helvetica,sans serif;
                        vertical-align: middle; color: #C80000; text-align: left; 
                        background: #CCCCFF; padding: 0; border-collapse: collapse; }
#menumaker td.menu-subcategory-highlight-parent      { font: 9pt Arial,Geneva,Helvetica,sans serif;
                        vertical-align: middle; color: #000000; text-align: left; 
                        background: #cccccc; padding: 0; border-collapse: collapse; }
#menumaker td.menu-subcategory-white { font: 9pt Arial,Geneva,Helvetica,sans serif; 
                        vertical-align: middle; color: #000000; text-align: left;    
                        background: #ffffff; }
#menumaker td.menu-spacer            { height: 3px; background: #FFFFFF; }
#menumaker a.menu-category-link      { color: #ffe600; text-decoration: none; }
#menumaker a.menu-subcategory-link   { color: #c80000; text-decoration: none; }
#menumaker a:hover   { text-decoration: underline; }


td.white-hstripe        { background-color: #ffffff; height: 2px; margin: 0px; }
img.white-hstripe       { background-color: #ffffff; height: 2px;
                         height: 1px; margin: 0px; border: 0px; }

table.sectionheader th { background: #000000; color: #ffffff; padding-left: 5px;}

table.iaisheader th { font: bold 12pt Arial,Geneva,Helvetica,sans serif; vertical-align: middle; color: #E6E6E6; text-align: left; background: #000000; }


table tr.row1 { }
table tr.row2 { }
table.zebra tr.row1 { background-color: #eeeeee; }
table.zebra tr.row2 { background-color: #dddddd; }
table.zebra tr { background-color: #eeeeee; }
table.zebra th { background-color: #cccccc; }

table.firstrow th { background-color: #cccccc; } 

table.rosterimg th { background-color: #cccccc; } 
table.rosterimg td { background-color: #eeeeee; } 
table.rosterimg td.white-hstripe { background-color: #ffffff; height: 2px; margin: 0px; }

table.miniheader tr { background-color: #c80000; color: #ffe600; text-align: left; }

table.roster  { width=96%; }
table.roster  th { background-color: #cccccc; }
table.roster  tr { background-color: #eeeeee; }
table.roster  td.col1 { font: bold; width: 12%; }
table.roster  td.col2 { font: bold; width: 12%; }
table.roster  td.col3 { font: bold; width: 12%; }
table.roster  td.col4 { font: bold; width: 12%; }
table.roster  td.col5 { font: bold; width: 12%; }
table.roster  td.col6 { font: bold; width: 12%; }
table.roster  td.col7 { font: bold; width: 12%; }
table.roster  td.col8 { font: bold; width: 16%; }

#timetable { }
#timetable    table.timetable { width: 600px;  border: 1px solid black; border-collapse: collapse; }

#timetable    td.tt-header { border: 1px solid black; font: bold 10pt Arial,Geneva,Helvetica,sans serif; vertical-align: middle; color: #CC0000; text-align: center; background: #CCCCCC;}

#timetable    tr.tt-legend { background: #CCCCCC; }
#timetable    .caption      { font: 8pt Arial,Geneva,Helvetica,sans serif }

#timetable    tr.tt-station { background: #FFFFFF; }
#timetable    tr.tt-rights  { background: #CCFFCC; }
#timetable    tr.tt-info    { background: #CCFFFF; }
#timetable    tr.tt-abdn    { background: #FFCCCC; }
#timetable    td.tt-legend  { border: 1px solid black; font: bold 10pt Arial,Geneva,Helvetica,sans serif; vertical-align: middle; color: #CC0000; text-align: center; }

#timetable    td.tt-legend-mp         {border: 1px solid black; font: bold 10pt Arial,Geneva,Helvetica,sans serif; color: #000000; text-align: center; width: 60px; vertical-align: middle; }
#timetable    td.tt-legend-ewb        {border: 1px solid black; font: bold 10pt Arial,Geneva,Helvetica,sans serif; color: #000000; text-align: center; width: 20px; vertical-align: top; }
#timetable    td.tt-legend-othertracks       {border: 1px solid black; font: bold 10pt Arial,Geneva,Helvetica,sans serif; color: #000000; text-align: center; width: 60px; vertical-align: middle; }
#timetable    td.tt-legend-station   {border: 1px solid black; font: bold 10pt Arial,Geneva,Helvetica,sans serif; text-indent: 8px; color: #000000; text-align: left; width: 180px; vertical-align: middle; }
#timetable    td.tt-legend-notes     { border: 1px solid black; font: bold 10pt Arial,Geneva,Helvetica,sans serif; color: #000000; text-align: center; width: 240px; vertical-align: middle; }
#timetable    td.tt-legend-sidings      {border: 1px solid black; font: bold 10pt Arial,Geneva,Helvetica,sans serif; color: #000000; text-align: center; width: 60px; vertical-align: middle; }


#timetable    td.tt-mp         { border: 1px solid black; padding: 1px; margin-right: 8px; font: 10pt Courier,Courier New,Monospace; color: #000000; text-align: right; width: 60px; vertical-align: middle; }
#timetable    td.tt-ewb       { border: 1px solid black; padding: 1px; font: 10pt Courier,Courier New,Monospace; color: #000000; text-align: center; width: 20px; vertical-align: middle; background: #DDDDDD;}
#timetable    td.tt-othertracks       { border: 1px solid black; padding: 1px; font: 10pt Courier,Courier New,Monospace; color: #000000; text-align: center; width: 60px; vertical-align: middle; }
#timetable    td.tt-station   { border: 1px solid black; padding: 1px; text-indent: 8px; font: 10pt Courier,Courier New,Monospace; color: #000000; text-align: left; width: 180px; vertical-align: middle; }
#timetable    td.tt-notes     { border: 1px solid black; padding: 1px; font: 8pt Arial,Geneva,Helvetica,sans serif; text-indent: 4px; color: #000000; text-align: left; width: 240px; vertical-align: middle; }
#timetable    td.tt-sidings      { border: 1px solid black; padding: 1px; font: 10pt Courier,Courier New,Monospace; color: #000000; text-align: center; width: 60px; vertical-align: middle; }

.rosterthumb { text-align: center; font-size: 7pt; line-height:1.2em; }

/* Stuff we had to pull in from gallery to make integration work */
.g-main {
   padding: 3px;
}

/* The table that contains the thumbnails in album view */
.g-vatable {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 2px;
}

.g-vathumb-cell {
    text-align: center;
    vertical-align: top;  
	font-size: 7pt;
}

.g-va-thumb-texts {
   margin-top: 2px;
}

.g-credit-text {
	font-size: 7pt;
}

.g-vathumb {
    text-align: center;
    margin: 0 auto;
}


#rsroster TABLE       { border: 3px solid #000000 }
#rsroster .sectdiv    { background-color: #000000; padding: 0px 1px 0px 0px }
#rsroster .rowdiv     { background-color: #000000; padding: 1px 0px 0px 0px }
#rsroster .header     { font: bold 8pt Arial,Geneva,Helvetica,sans serif; text-align: center; vertical-align: bottom }
#rsroster .hdr1       { background-color: #0099CC; padding: 0px 3px 0px 3px }
#rsroster .hdr2       { background-color: #969696; padding: 0px 3px 0px 3px }
#rsroster .hdr3       { background-color: #C0C0C0; padding: 0px 3px 0px 3px }
#rsroster .hdr4a      { background-color: #FFFFFF; padding: 0px 3px 0px 3px }
#rsroster .hdr4b      { background-color: #DDDDDD; padding: 0px 3px 0px 3px }
#rsroster .data       { text-align: center; padding: 1px 3px 2px 3px ; white-space: nowrap }
#rsroster .remark     { text-align: left; padding: 1px 3px 2px 3px ; white-space: nowrap }
#rsroster .dat1       { background-color: #DDDDDD; }
#rsroster .dat2       { background-color: #CCCCCC; }
#rsroster TD          { font: 8pt Arial,Geneva,Helvetica,sans serif; }

