/* 
    Document   : default
    Created on : Dec 9, 2008, 12:29:03 PM
    Author     : Blockx Michael
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

  body
{
  font-family: arial;
  font-size: 12px;
  color: rgb(105,105,105);
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  width: 740px;
}
body.trip2Bbody
{
  font-family: arial;
  font-size: 12px;
  color: rgb(105,105,105);
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  width: 740px;
}

img {
  border-style: none;
}
fieldset{
  background-color: white;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
legend
{
  font: medium bold;
  font-family: arial;
  color: rgb(105,105,105);
  background-color: white;
}
input[type='submit']{
  color: rgb(105,105,105);
  border: 1px solid #006;
  background-color: #ccf;
  font-family:  arial;
  font-size: 12px;
}
input:hover[type='submit']{
  color: white;
  border: 1px solid #f00;
  background-color: rgb(106,90,205);
  font-family:  arial;
  font-size: 12px;
}
button{
  font-family:  arial;
  font-size: 12px;
  color: rgb(105,105,105);
  border: 1px solid #006;
  background-color: #ccf;
}
button:hover{
  color: white;
  border: 1px solid #f00;
  background-color: rgb(106,90,205);
  font-family:  arial;
  font-size: 12px;
}
button.trip2Bbutton{
  font-family:  arial;
  font-size: 12px;
  color: rgb(105,105,105);
  border: 1px solid #006;
  background-color: #ccf;
}
button.trip2Bbutton:hover{
  color: white;
  border: 1px solid #f00;
  background-color: rgb(106,90,205);
  font-family:  arial;
  font-size: 12px;
}
input[type='text']{
  border: 1px solid rgb(105,105,105);
  font-family:  arial;
  font-size: 12px;
}
input:hover[type='text']{
  border: 1px solid black;
  font-family:  arial;
  font-size: 12px;
}
textarea{
  border: 1px solid rgb(105,105,105);
  font-family:  arial;
  font-size: 12px;
}
textarea:hover{
  border: 1px solid black;
  font-family:  arial;
  font-size: 12px;
}
select {
    border: 1px solid rgb(105,105,105);
  font-family:  arial;
  font-size: 12px;
}
select:hover {
    border: 1px solid black;
  font-family:  arial;
  font-size: 12px;
}
select.trip2Bselect {
    border: 1px solid rgb(105,105,105);
  font-family:  arial;
  font-size: 12px;
}
select.trip2Bselect:hover {
    border: 1px solid black;
  font-family:  arial;
  font-size: 12px;
}
input[type='password']{
  border: 1px solid rgb(105,105,105);
  font-family:  arial;
  font-size: 12px;
}
input:hover[type='password']{
  border: 1px solid black;
  font-family:  arial;
  font-size: 12px;
}
tr.thTableEvenRow{
  background-color: rgb(240,240,240);
}
/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
    height: 29px;
    margin: 0;
    padding: 9px 0 0 10px;
    background: Lightgrey;
    border: 0px;
    font-size: 1.4em;
    font-weight: normal;
    color: DimGray;
    width: 260px;
    font-weight: bold;
}
#sidebar h3 {
    height: 20px;
    margin: 0;
    padding: 9px 0 0 10px;
    background: Lightgrey;
    border: 0px;
    font-size: 1.4em;
    font-weight: normal;
    color: DimGray;
    font-weight: bold;
}
#sidebar div {
  padding: 9px 0 10px 10px;
  background: white;
  width: 260px;
}
h2.main {
  margin: 0px;
    padding: 10px;
    background-color: rgb(236, 239, 245);
    border-color:  rgb(148, 163, 196);
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-bottom-style: none;
    border-width: 1px;
    font-size: 1em;
    font-weight: normal;
    color: rgb(59, 89, 152);
    font-weight: bold;
}
div.maintitle {
  margin: 0px;
    padding: 10px;
    background-color: rgb(236, 239, 245);
    border-color:  rgb(148, 163, 196);
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-bottom-style: none;
    border-width: 1px;
    font-size: 1em;
    font-weight: normal;
    color: rgb(59, 89, 152);
    font-weight: bold;
}
h3.main {
  margin: 0px;
    padding: 10px;
    background-color: rgb(236, 239, 245);
    border-color:  rgb(148, 163, 196);
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    font-size: 1em;
    font-weight: normal;
    color: rgb(59, 89, 152);
    font-weight: bold;
}
div.main {
  margin: 0px;
    padding: 10px;
    background-color: white;
    border-color:  rgb(148, 163, 196);
    border-style: solid;
    border-width: 1px;
    font-size: 1em;
    font-weight: normal;
}

div.line {
  padding: 1px 1px 1px 1px;
  margin-top: 10px;
margin-right: 0;
margin-bottom: 10px;
margin-left: 0;
  background: Lightgrey;
}
p.main {
	padding: 0 20px;
}
td.main {
  padding: 0 10px 0 6px;
}
button.main {

  margin: 0;
    padding: 10px 10px 10px 10px;
    background: Lightgrey;
    border: 0px;
    font-size: 1.4em;
    font-weight: normal;
    color: DimGray;
    font-weight: bold;
}
button.main:hover{
  color: White;
}
tr.tmenubar{
   background-color: rgb(59, 89, 152);
    border-style:none;
    text-align:center;
}
td.tmenubar{
    background-color: rgb(59, 89, 152);
    border-style:none;
    text-align:center;
    font-family: arial;
    font-size: 12px;
        font-weight:bold;
}
td.tmenubar:hover{
    background-color:rgb(89, 119, 182);
    border-style:none;
    font-family: arial;
    font-size: 12px;
        text-align:center;
        font-weight:bold;
}
