.codetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 2px;
    border-top: 1px solid #465584;
    border-left: 2px solid #465584;
    border-right: 1px solid #465584;
    border-bottom: 1px solid #465584;
	color:#ffffff;
	overflow:auto;
	border: 0px 0px 0px 0px;
	background : #465584 url(images/code.gif) no-repeat 100% 50%;
}
.codediv {
	background-color: #FDFDFD;
	border-left: #A5AEC3 1px solid; 
	border-top: #A5AEC3 1px solid; 
	border-right: #DEE3F1 1px solid;
	border-bottom: #DEE3F1 1px solid; 
	font-family : Courier, "Courier New", sans-serif;
	font-size : 12px;
	color : #006600;
	padding : 5px;
	overflow : auto;
	width : 90%;
	height : 50px;
	text-align : left;
	margin: 5px 0px 0px 0px;		
}
a.codelink:link {
	text-decoration : none;
	color : #9aef9e;
}
a.codelink:visited {
	text-decoration : none;
	color : #9aef9e;
}
a.codelink:hover {
	text-decoration : none;
	color : #4ae352;
}
.quotetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 2px;
    border-top: 1px solid #465584;
    border-left: 2px solid #465584;
    border-right: 1px solid #465584;
    border-bottom: 1px solid #465584;
	color:#ffffff;
	overflow:auto;
	border: 0px 0px 0px 0px;
	background : #465584 url(images/code.gif) no-repeat 100% 50%;
}
.quotediv {
	color: #444444;
	font-size: 11px;
	line-height: 1.2em;
	padding: 5px;
	margin: 5px 20px;
	background-color: #FDFDFD;
	border-left: #A5AEC3 1px solid; 
	border-top: #A5AEC3 1px solid; 
	border-right: #DEE3F1 1px solid;
	border-bottom: #DEE3F1 1px solid;
}
.spoiltitle {
	font-size : 11px;
	width : 90%;
	font-weight : bold;
	text-align : left;
}
.spoildiv {
	background : #fafafa;
	border : 1px solid #d1d7dc;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #444444;
	padding : 5px;
	overflow : auto;
	width : 90%;
	max-height : 200px;
	text-align : left;
}
input.spoilbtn {
	background : #ffffff url(images/code.gif) no-repeat 100% 50%;
	color : #000000;
	width : 50px;
	margin : 1px;
	padding : 0;
	cursor : pointer;
	font-size : 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
