@import url("/CSS/body.css");

/*-General-----------------------------------------------*/

form {
	display:inline;
	margin:0px;
	padding:0px;
}

img {
	border-width: 0;
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4, h5, h6, p, div {
	margin:0px;
	padding:0px;
}

.right {
	float:right;
}

.left{
	float:left;
}

.leftRel{
  position:relative;
	float:left;
}

.rightRel{
  position:relative;
	float:right;
}


TH { text-align: left; border-right: 1px dotted black; border-top: 1px solid black; }
A:hover {background-color:#FFFFFF; color:#000000;}
A:visited { -moz-opacity: 0.5; filter:alpha(opacity=75); }
.WhisperBox { padding: 0; margin: 0; font-size: 0.7em; font-style: italic; width:100%; }
.AliasBarLoginID { font-weight: bold; text-decoration:none; border-bottom: 1px solid black; }
.Highlight { background-color: yellow; color: blue; font-weight: bold;  }
A.NoHilighting:hover { background-color: transparent; }
.InfoBox { background-color:#E8E8FF; 
           color: #801090; 
           font-weight: bold; 
           border-top: 1px black solid; 
           border-bottom: 1px black solid; 
           padding: 2px 5px; }


SELECT.small { font-size:9pt; }

SELECT.top { overflow: hidden; scroller: invisible; outline-style: none; border-style:none; padding:0; margin:0; }

A.InheritColor { color: inherit; }

.DarkPost TR TD A { color: #FFFFFF; }
.DarkPost TR TD A:hover { background-color:#E0E0E0; color: #000000; }
.LightPost TR TD A { color: #000000; }
.LightPost TR TD A:hover { background-color:#404040; color: #FFFFFF; }

.ToCheck { vertical-align:text-top;padding:0 0;margin:0 1px;height:14px;width:14px;size }
.PMInfo { border: 1px red dotted; font: bold italic 8pt serif; background-color: white; color: red; }
#PostArea { font-size: 12pt; }

.PNG { behavior:	url("/CSS/pngbehavior.htc"); }
.Button { position: relative; top: 0.1em; 
          border-left: #F0F0F0 2px solid;  
          border-top: #F0F0F0 2px solid;  
          border-right: #606060 2px solid;
          border-bottom: #606060 2px solid;
          background-color: #C0C0C0;
          color: #000000;
          font-weight: bold;
          padding: 0.1em 1em 0.1em 1em;
          margin: 3px;
          cursor: pointer; }
          
A:hover.Button{ background-color: #B0B0B0;
               }
.uttonDIV { position: absolute; height: 5em; }

#pgEnd { position: relative; 
         left: 2px; 
         width: 100%; 
         border-top: 2px dotted #808080; 
         margin-top: 5px; 
         font-size: xx-small;
         font-family: Arial,serif;
         text-align: left; 
         clear: both; }