/***************************************
*	Trains
***************************************/

#tunnel_right{
position:absolute;
top:55px;
left:715px;
color:inherit;
background-color:transparent;
height:40px;
width:15px;
z-index:3;
background-image:url(/images/tunnel_right.gif);
background-repeat:no-repeat;
}

#tube_right{
position:absolute;
top:55px;
left:730px;
color:inherit;
background-color:inherit;
height:40px;
width:200px;
z-index:3;
background-image:url(/images/tube.gif);
background-repeat:repeat-x;
}

#tunnel_left{
position:absolute;
top:55px;
left:200px;
color:inherit;
background-color:transparent;
height:40px;
width:15px;
z-index:3;
background-image:url(/images/tunnel_left.gif);
background-repeat:no-repeat;
}

#tube_left{
position:absolute;
top:55px;
left:0px;
color:inherit;
background-color:inherit;
height:40px;
width:200px;
z-index:3;
background-image:url(/images/tube.gif);
background-repeat:repeat-x;
}

#random_train{
position:absolute;
top:60px;
z-index:2;
}

#random_train img{
padding:0px 1px 0px 1px;
border:none;
vertical-align:bottom;
}

/***************************************
*	Wiki Page
***************************************/

#wiki_page img{
float:right;
padding: 5px 10px 0px 5px;
border:none;
}

#wiki_page table{
width:100%;
}

#wiki_page td{
text-align:center;
}

/***************************************
*	The search form
***************************************/

#search{
top:110px;
left:730px;
position:absolute;
width:200px;
}

/***************************************
*	SSL Seal
***************************************/

#ssl_seal{
float:right;
padding: 20px 10px 20px 0px;
background-image:url(/images/security/ssl_encrypted.gif);
background-repeat:no-repeat;
background-position:50% 50%;
width:142px;
height:42px;
}

/***************************************
*	Printable
***************************************/

#printable{
float:right;
padding:10px;
font-size:80%;
background-image:url(/images/print.gif);
background-repeat:no-repeat;
background-position:0% 50%;
background-color:transparent;
color:#0022bb;
}

#printable p{
padding-left:10px;
}

/***************************************
*	Buttons
***************************************/

.button a, .button a:visited{
display:block;
color:#003300;
background-color:transparent;
background-image:url(/images/buttons/BlurMetalLa4.gif);
background-repeat:no-repeat;
width:128px;
height:25px;
margin:auto;
padding:4px 0px 0px 0px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
font-weight:bold;
text-decoration:none;
}

.button a:hover{
color:#003366;
background-image:url(/images/buttons/BlurMetalLh4.gif);
text-decoration:none;
}

.button_f a, .button_f a:visited{
display:block;
color:#003300;
background-color:transparent;
background-image:url(/images/buttons/BlurMetalLa8.gif);
background-repeat:no-repeat;
width:128px;
height:25px;
margin:auto;
padding:4px 0px 0px 0px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
font-weight:bold;
text-decoration:none;
}

.button_f a:hover{
color:#003366;
background-image:url(/images/buttons/BlurMetalLa0.gif);
text-decoration:none;
}

/***************************************
*	Tiny Text
***************************************/

.tiny{
font-style:italic;
font-size:90%;
background-color:inherit;
color:#333333;
}

/***************************************
*	S WebRing
***************************************/

#webring table{
text-align:center;
margin:auto;
background-image:url(/images/250track.jpg);
width:250px;
height:36px;
}

#webring td{
padding:5px;
margin:auto;
border:none;
font-size:110%;
font-weight:bold;
text-align:center;
color:inherit;
background-color:transparent;
}

/***************************************
*	The options pane
****************************************/

#options_pane{
margin:20px;
padding:7px;
border:1px solid #cccccc;
float:left;
}

#options_pane strong{
font-size:100%;
margin:2px;
}

#options_pane li{
font-size:90%;
margin:2px;
}

#options_pane ul{
padding:0px 7px 0px 30px;
}

/***************************************
*	The form edit info
***************************************/

#edit_info td{
padding:3px 0px 3px 0px;
font-size:90%;
}

#edit_info th, #edit_info label{
padding:3px 10px 3px 7px;
text-align:right;
font-size:90%;
font-weight:bold;
}

#edit_info input, #edit_info select, #edit_info textarea{
color:inherit;
background-color:#ffff99;
font-size:90%;
}

#edit_info input:focus, #edit_info select:focus, #edit_info textarea:focus{
color:inherit;
background-color:#FFFF66;
}

/***************************************
*	The error pane
***************************************/

#error_pane{
color:red;
background-color:inherit;
font-weight:bold;
margin:20px;
padding:7px;
float:left;
border:1px solid #cccccc;
}

#error_pane strong{
font-size:100%;
margin:2px;
}

#error_pane ul{
padding:0px 7px 0px 10px;
}

#error_pane li{
list-style-type:none;
font-size:90%;
margin:2px;
}


