
.bold {
   font-weight: bold;
}

.italics {
   font-style: italic;
}

.underline {
   text-decoration: underline;
}

.strikethrough {
   text-decoration: line-through;
}

.overline {
   text-decoration: overline;
}

.sized {
   text-size:
}

.quotecodeheader {
   font-family: Verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
}

.codebody {
   background-color: #30332E;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #BFBFBF;
    border: 0px solid #BFBFBF;
    padding: 5px;
}

.quotebody {
   background-color: #30332E;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #BFBFBF;
    border: 0px solid #BFBFBF;
    padding: 5px;
}

.listbullet {
   list-style-type: disc;
   list-style-position: inside;
   margin:3px 0 3px 15px;
}

.listdecimal {
   list-style-type: decimal;
   list-style-position: inside;
   margin:3px 0 3px 15px;
}

.listlowerroman {
   list-style-type: lower-roman;
   list-style-position: inside;
   margin:3px 0 3px 15px;
}

.listupperroman {
   list-style-type: upper-roman;
   list-style-position: inside;
   margin:3px 0 3px 15px;
}

.listloweralpha {
   list-style-type: lower-alpha;
   list-style-position: inside;
   margin:3px 0 3px 15px;
}

.listupperalpha {
   list-style-type: upper-alpha;
   list-style-position: inside;
   margin:3px 0 3px 15px;
}

.emoticons {
  margin:0 1px -3px 1px;
}

.cool {
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   letter-spacing: 2px; 
   word-spacing: 3px; 
   font-size: 13px; 
   font-weight: bold; 
   font-style: italic; 
   color: #FFFF88; 
   font-variant: small-caps; 
   height: 12px; 
   padding-left: 0pt; 
   padding-right: 0pt; 
   vertical-align: middle; 
   display: block;
}

.bb_p {
  margin:5px 0 5px 0;
}

.div_movie {
  margin:10px 0 10px 0
}

/**********************************************/
/******      tw - Tooltips               ******/     
/**********************************************/

#tip {
	z-index:100;
	position:absolute;
	border:0;
	padding:0 6px 5px 0;
	background:transparent url(../images02/bgs.png) no-repeat bottom right;
	color:#ddd;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display:none;
	/*font:70%/1.4 Verdana,Helvetica,sans-serif;*/
}

/* get out of jail card for IE */
* html #tip {
  background:#333;  
}

* html #tip * {
  /*background:#fff;*/
}

#tip * {
  background: #333;
}

#tip div {
  position:relative;
  top:-5px;
  left:-5px;
  border:2px solid #89B889;
  border-top-width: 10px;
  padding:10px;
  max-width:200px;
}


/**********************************************/
/******    qTip - Tooltips               ******/     
/**********************************************/

div#qTip {
 padding: 10px;
 max-width: 200px;
 border: 2px solid #89B889;
 border-top-width: 10px;
 display: none;
 background: #333;
 color: #ddd;
 font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}

