/* $Id: trip.css,v 1.2.2.5 2003/12/10 14:55:26 kika Exp $ */

/* HTML tags */

body {
  BACKGROUND: #fff; 
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: .9em;  
  margin: 0;

}

a {font-family: arial;}

a:link { 
 color: #333399; 
 font-size: 1.0em;
 font-weight: bold; 
 text-decoration: underline; 
}

a:visited { 
 color: #333399; 
 font-size: 1.0em;
 font-weight: bold; 
 text-decoration: underline; 
}

a:active { 
 color: #333399; 
 font-size: 1.0em;
 font-weight: bold; 
 text-decoration: underline; 
}

a:hover { 
 color:  #0065ff;
 font-size: 1.0em;
 font-weight: bold; 
 text-decoration: none; 
}


blockquote {
  font-style: italic;
}
hr {
  height: 1px;
  border: 1px dotted gray;  
}
code, pre {
 font-size: 0.8em;
}
pre {
 font-size: 0.8em;
 padding: 1em;
 background: #eee;
}
img {
 border: 0px;
}
ul {
 list-style-type: disc;
}
li {
 list-style-type: square;
}                 
h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 .5em 0;
}
h1 {
  font-size: 1.2em;
}
h2 {
  font-size: 1.1em;
}
h3, h4, h5, h6 {
  font-size: 1em;
}
p {
  margin: 0 0 .5em 0;
}

small {
}

/* #009c9c regions  */

#container {
  margin: 1em auto 2em auto;
  border-collapse: collapse;
  width: 800px;
}
#header {

  height: 10px;
  background-color: #f5f5f5;
  font-size: 0.8em;
  font-weight: bold;
  padding: 0;
  vertical-align: top;
  color:#000000;
  letter-spacing: .1em;
}

#main, #blocks {
  vertical-align: top;
}

#main {
  padding: 1.5em 1em 1em 0;
  width: 620px;

}

#blocks {
  padding: 1.5em 0em .5em 1.5em;
  border-left:1px dotted #999;
  width: 180px;
}

.calendar
{
width:80%;
  font-size: .8em;
}

#footer {
/*  border-top: 1px dotted #999; */
  text-align: center;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 0.6em;
  BACKGROUND-COLOR: #f5f5f5;
  font-family: helvetica, verdana;
}
#links {
  font-size: 0.8em;
  height: 2em;
  border-bottom: 1px dotted #999;
}

/*  region-specific overloads   #edf2f6; */

.node 

{
  font-size: 0.9em;
  margin: 0 0 .5em 0;
  padding: .3em;
 border-bottom: 1px dotted #999;
 border-top: 1px dotted #999;
 border-left: 1px dotted #999;
 border-right: 1px dotted #999;
}



.nodetitle 
{
  background: #f5f5f5;
  font-size: 1.0em;
  margin: 0 0 .5em 0;
  padding: .3em;
}

.title {
  font-size: 1em;
  margin: 0 0 .5em 0;
  padding: .3em;
}

.submitted {
  font-size: 0.8em;
  font-style: normal;
  color: gray;
  margin: 0 0 1em 0;
  display: block;
}
.links {
  font-size: 0.9em;
  margin: 1em 0 3em 0;
  text-align: left;
}
.comment .title {
 padding-top: 1.0em;
 border-top: 1px solid gray;
 font-size: 1em;
}
.comment .content {
  font-size: 0.8em;
}
.submitted,
.content,
.links, 
.comment .title {
  padding-left: .3em;
}

.content1 {line-height : 1.8em;  font-size: 0.8em; }

.block .title {
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 0.8em;
  margin-top: 0;
}  

/* Module classes */

.pager { 
  margin: 0 auto 0 auto;
  width: 100%;
}
.pager table {
  text-align: center;
  width: 20px;
}
.pager td.list {
  text-align: center;
}
.pager td.right {
  text-align: center;
}

.trip-search-block .form-item .title {
  display: none;
}
.trip-search-block .form-text {
  margin: 0;
}     
.trip-search-form {
text-align: right;
}

.trip-search-form .form-item, .trip-search-form .form-text {
  display: inline;
}
.trip-search-form .form-item .title {
  display: none;
}
.trip-search-form .form-text {
  margin: 0 3px 8px 0;  
  border-top: 2px solid #066;
  border-right: 2px solid #099;
  border-bottom: 2px solid #099;
  border-left: 1px solid #066;
}
.trip-search-form .form-submit {
  margin: 0 10px 10px 0;  
  background: #008b8b;
  color: #fff;
  border-top: 2px solid #099;
  border-right: 2px solid #066;
  border-bottom: 2px solid #066;
  border-left: 2px solid #099;
}

select, input {background-color:#FFFFFF;
	   border:#006699 1 solid;
	   color:#006699;
	   font-size: 9pt;}
	   
