/* $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;
}
.addstory {
font-size:11px;
background-color: #F0F7FF;
color:#fff;
margin-bottom:1px;
border:2px solid #ccc;

}
.addstory a {color:blue;}
/*
  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;}
/*
    Mini image for topic post data.
*/
.poster {
background:url(http://www.ampminsure.org/styles/apin/img/icon_mini_profile.gif) no-repeat left;
background-color: #31659C;
padding-left:14px;
vertical-align:middle;
}
/*
  Mini window posted topic post date style and image.
*/
.postdate {
background:url(http://www.ampminsure.org/styles/apin/img/icon_minipost.gif) no-repeat left;
background-color: #31659C;
padding-left:14px;
}
.space {
width:20%;
}

td {
vertical-align:top;
}

/*
  Mini window table style and background color.
*/

.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;
}

/*
     To change the style of submitted by and date of the news.
*/

.topicstarter {
color:black;
font-size: 10px;
padding:1px;
background-color: #F0F7FF;
}


/*
   To change the style of the comment section
*/


.ampmcomment{
font-size: 10px;
}
/*
   To change th the style of the topic title.
*/

.forumtopichead {
font-size: 12px;
font-weight:bold;
text-align:left;
color:#31659C;
padding:3px;
}
/*
   To change the the styles and background color of the mini window section
*/
.forumtopicdescription {
font-size:11px;
border:0px solid #ccc;
background-color:#f5f5f5;
padding: 5px;
}

/*
  To Increase and decrease the size of the mini window and also change the style.
*/

.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;
}
/*
   To change the style of close, minimize and maximize button.
*/
.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;
}
.toptitleBarText {
  text-align: center;
  font-size: 9pt;
  color: #461B7E;
  padding: .5em;
}

.titleBarButtons {
  border-style: none;
  border-width: 0px;
  vertical-align: middle;
  width: 50px;
  height: 14px;
}

/*
   To change the text color and  style of text in comment section.
*/


.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;

}
/*
  To change the link color and link style of News Topic
  change the newstopictitle.
*/

.newstopictitle{
margin-top: 0;
margin-bottom: 0.2em;
font-size: 12px;
font-weight: normal;
clear: left;
color: #151B8D;
text-decoration: underline;
}
a.newstopictitle:link{
margin-top: 0;
margin-bottom: 0.2em;
font-size: 12px;
font-weight: normal;
clear: left;
color: #151B8D;
text-decoration: underline;
}

a.newstopictitle:visited{
color: #151B54;
font-size: 12px;
text-decoration: underline;

}
a.newstopictitle:hover{
color:#151B54;
font-size: 12px;
text-decoration: underline;
}

/*
   To change backgound color and  size of the marquee text
   font-size: 11px;
   color:#3E3535;
*/

.ampmnewsbodybackgoundcolor{
font-size: 11px;
color:#3E3535;
}


/*
   If you want to increase the news box size you can set a fixed height and width
   width: 205px;  marquee width
   height: 200px; marquee height
*/
 /* To change boreder color and style
    border: 1px inset blue;
 */
 /*
    To Change background color
    background-color: #F0F7FF;
 */

#marqueecontainer{
position: relative;
width: 205px; /*marquee width */
height: 200px; /*marquee height */
background-color: #F0F7FF;
border: 1px inset blue;
overflow: hidden;
padding: 2px;
padding-left: 1px;
padding-right: 1px;
}
#othermarqueecontainer{
position: relative;
width: 205px; /*marquee width */
height: 200px; /*marquee height */
background-color: #F0F7FF;
border: 1px inset blue;
overflow: hidden;
padding: 2px;
padding-left: 1px;
padding-right: 1px;

}

.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; }

.othersnewshomelink
{
font: normal 10px Verdana;
}
