/* $Id: mini-forums.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;
}

.forummaintable {
font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
font-size:12px;
border: 1px solid #31659C;
text-align:justify;
background-color:#fff;
color: #000;
padding:1px;
width:50%;
}

.tabmaintable {
font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
font-size:12px;
border: 0;
text-align:justify;
background-color:#fff;
color: #000;
padding:1px;
width:200px;
}

.button {
 font-size: 12px;
 font-weight:lighter;
}

.topicstarter {
font-size: 9px;
background-color:#FFFFFF;
}

.forumtopichead {
font-size: 12px;
font-weight:bold;
text-align:left;
color:#31659C;
padding:3px;
}

.row1 {
font-size:12px;
padding:4px 4px 10px 4px;
}

.row2 {
font-size:12px;
background-color:#EDF4FB;
padding:4px 4px 10px 4px;
}

#post {
background-color: #eee;
width:100%;
}

#post .reply {
background-color:#fff;
}

.posted {
font-size:11px;
background-color: #31659C;
color:#fff;
margin-bottom:10px;
border:2px solid #ccc;
}

.posted a {color:#fff;}

.poster {
background:url(http://www.mortgagefit.com/styles/mortgage/img/icon_mini_profile.gif) no-repeat left;
background-color: #31659C;
padding-left:14px;
vertical-align:middle;
}

.postdate {
background:url(http://www.mortgagefit.com/styles/mortgage/img/icon_minipost.gif) no-repeat left;
background-color: #31659C;
padding-left:14px;
}

.space {
width:20%;
}

td {
vertical-align:top;
}

#listtopic {
font-weight:normal;
font-size:12px;
width:100%;
border:0;
text-align:left;
}

.answeredtopicshead {
font-weight:bold;
color:#000;
border-bottom:1px dotted #ccc;
margin-bottom:2px;
width:100%;
}

#listtopic li {
list-style-type:disc;
list-style-position:inside;
margin-bottom:4px;
font-size: 12px;
color:#BA0B2D;
}

#listtopic li span {
font-size: 10px;
color:#000;
}

#listtopic li a,a:link,a:active,a:visited
{
 color:#003399;
 text-decoration:none;
}

#listtopic li a:hover
{

 color:#184DC6;
}

.maintable {
font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
font-size:12px;
border: 0px solid #31659C;
text-align:justify;
background-color:#fff;
color: #000;
padding:1px;
}

.topicstarter {
font-size: 9px;
}

.forumtopichead {
font-size: 12px;
font-weight:bold;
text-align:left;
color:#31659C;
padding:3px;
}

.forumtopicdescription {
font-size:11px;
border:0px solid #ccc;
background-color:#EDF4FB;
padding: 5px;
}

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; }



.window {
  background-color: #c0c0c0;
  border-color: #f0f0f0 #606060 #404040 #d0d0d0;
  border-style: solid;
  border-width: 2px;
  margin: 0px;
  padding: 2px;
  position: absolute;
  text-align: left;
  visibility: hidden;
  vertical-align: top;
}

.titleBar {
  background-color: #31659C;
  cursor: default;
  color: #ffffff;
  font-family: "MS Sans Serif", "Arial", "Helvetica", sans-serif;
  font-size: 8pt;
  font-weight: bold;
  margin: 0px;
  padding: 2px 2px 2px .5em;
  text-align: right;
  white-space: nowrap;
}

.titleBarText {
  float: left;
  overflow: hidden;
  text-align: left;
}

.titleBarButtons {
  border-style: none;
  border-width: 0px;
  vertical-align: middle;
  width: 50px;
  height: 14px;
}

.clientArea {
  background-color: #ffffff;
  border-color: #404040 #e0e0e0 #f0f0f0 #505050;
  border-style: solid;
  border-width: 2px;
  color: #000000;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 10pt;
  margin: 2px 0px 0px 0px;
  overflow: auto;
  padding: .5em;
}
