/* $Id: story-syndicate.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/

.syndicate
{
text-decoration:none;
color:#000000;
font-family:sans-serif;
font-size:11px;
}

#MiniForumsHomeLink
{
text-decoration:none;
color:#000000;
font-family:sans-serif;
font-size:11px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}


ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #31659C;
 border-bottom: none;
 background: #fff;
 text-decoration: none;
 color:#003399;
}

ul.tabbernav li a:hover
{
 color:#184DC6;
 background: #eee;
 text-decoration: none;
 border-color: #BA0B2D;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-color: #31659C;
 text-decoration: none;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #184DC6;
 background: white;
 text-decoration: none;
 border-bottom: 1px solid white;
}

ul.tabbernav li.tabberinactive a
{
 text-decoration: none;
}

ul.tabbernav li.tabberinactive a:hover
{
 text-decoration: none;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabbertab {
 padding:5px;
 border:1px solid #31659C;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */
 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabbertab h2 {
 display:none;
}
.tabbertab h3 {
 display:none;
}

.tabbertabhide {
display:none;
}


/*
   In mini window system for background style for alternate post
*/

.row1 {
font-size:12px;
padding:4px 4px 10px 4px;
background-color:#EDF4FB;
}

.row2 {
font-size:12px;
background-color:#f5f5f5;
padding:4px 4px 10px 4px;
}


/*
  Post your comment title font and background color
*/
.posted {
font-size:11px;
background-color: #31659C;
color:#fff;
margin-bottom:10px;
border:2px solid #ccc;
}

.posted a {color:#fff;}
.space {
width:20%;
}

td {
vertical-align:top;
}
                              
.form {
 margin: 0px;
 padding: 0px;
 display: inline;
}
/* Form elements */
.input,textarea, select {
        color : #000000;
        font: normal 11px Verdana, Arial, Helvetica, sans-serif;
        border-color : #000000;
}

.input { text-indent : 2px; }
