﻿span.b
{
	font-weight: bold;
}
span.i
{
	font-style: italic;
}
span.u
{
	text-decoration: underline;
}
span.s
{
	text-decoration: line-through;
}
span.o
{
	text-decoration: overline;
}
span.blink
{
	text-decoration: blink;
}
span.sub
{
	vertical-align: sub;
}
span.sup
{
	vertical-align: super;
}
span.pre
{
	white-space: pre;
}
div.left
{
	text-align: left;
}
div.center
{
	text-align: center;
}
div.right
{
	text-align: right;
}
span.tt
{
}
span.code
{
}
/* spoiler */
.sp_header
 {
	cursor: pointer;
	padding-left: 15px;
 }
 .sp_main
 {
	padding-left: 8px;
	border: 1px black solid;
	border-top: none;
 }
 .sp_plus
 {
	background: url('/Res/images/icons/plus.gif') transparent no-repeat scroll left center;
 }
 .sp_minus
 {
	background: url('/Res/images/icons/minus.gif') transparent no-repeat scroll left center;
 }
 .sp_headwrap
 {
	padding-left: 5px; border: 1px solid black; width: 95%; background-color: #aaaaaa;
 }
 .sp_mainwrap
 {
	overflow: hidden;
 }
 .sp_hidden
 {
	visibility: hidden;
 }
/* end spoiler */
/* list */
ul.disc
{
	list-style-type: disc;
}
ul.circle
{
	list-style-type: circle;
}
ul.square
{
	list-style-type: square;
}
ol.loweralpha
{
	list-style-type: lower-alpha;
}
ol.upperalpha
{
	list-style-type: upper-alpha;
}
ol.lowerroman
{
	list-style-type: lower-roman;
}
ol.upperroman
{
	list-style-type: upper-roman;
}
/* end of list */

abbr
{
	cursor: default;
}

acronym
{
	cursor: default;
}

/* quote */

.quote
{
	border: 1px solid #a6a6a6;
	background-color: #d9d9d9;
	width: 99%;
	padding-bottom:13px;
	position:relative;
	margin: 5px 0px;
}

.quote .open
{
	width: 19px;
	height: 12px;
	background: transparent url(/res/images/quote.png);
	position: absolute;
	left: 0px;
	top: 0px;
}

.quote .text
{
	padding-left: 30px; 
	margin-right: 20px;
}

.quote .close
{
	width: 19px;
	height: 12px;
	background: transparent url(/res/images/quote2.png);
	position: absolute;
	bottom: 0px;
	right: 0px;
}

/* end of quote */

img.smiley
{
	position: relative;
	top: 4px;
}