#content img {
	margin:2px 2px;
}

#content a:link, #content a:visited, #content a:active,
#content a:link *, #content a:visited *, #content a:active * {
	text-decoration:none;
	color:#E0E000;
}

#content a:hover, #content a:hover * {
	text-decoration:none;
	color:#0070E0;
	background-color:#003366;
}

#content a:hover img {
	background-color:transparent;
}

::-moz-selection {
	background: #333333;
}

::selection {
	background: #333333;
}

.BoxTopic {
	height:20px;
	line-height:20px;
	
	background:url(../Graphics/title.png);
	background-repeat:repeat-x;
}

.BoxTopicLeft {
	background:url(../Graphics/left.png);
	background-repeat:no-repeat;
	
	height:20px;
	padding-left:20px;

	float:left;
}

.BoxTopicLeft h1, .BoxTopicLeft h2, .BoxTopicLeft h3 {
	padding: 0px;
	margin: 0px;
	
	line-height: 20px;
	
	font-size: 14px;
	font-weight: normal;
}

.BoxTopicRight {
	background:url(../Graphics/right.png);
	background-repeat:no-repeat;
	background-position:right;
	
	height:20px;
	padding-right:20px;

	float:right;
}

.BoxTopicContent {
	min-height:100px;
	
	border:1px solid #4e679c;
	border-top:0px;
	padding:5px 5px 15px 10px;

	margin-bottom:30px;
	background-color:#004080;
}

.BoxTopicLine {
	margin:0px -1px 15px -6px;
	border-bottom:1px #0067C7 solid;
	
	height:20px;
	padding:2px;
	line-height:20px;
}

.BoxTopicLine img {
	vertical-align:text-bottom;
}

.BBTitle {
	margin-left:20px;
	margin-top:5px;
	
	font-size:9pt;
	font-weight:bold;
}

.code, .quote {
	white-space:nowrap;
	overflow:auto;
}

* html .code, * html .quote {
	overflow:hidden;
	overflow-x:auto;
	width:100%;
}

.code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size:10pt;
	font-style:normal;
	color: #000000;

	background-color: #ece7ab;
	border: 1px solid #D1D7DC;
	
	padding:5px;
	margin: 0px 20px 5px 20px;

	overflow-y:auto;
	max-height:500px;
}

.code * {
	font-family: Courier, 'Courier New', sans-serif;
	font-size:10pt;
	font-style:normal;
	color: #000000;
}

.code a:hover * {
	background-color:#ece7ab;
	text-decoration:underline;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:9pt;
	font-style:normal;
	color: #444444;
	line-height: 125%;
	
	background-color: #FAFAFA;
	border: 1px solid #D1D7DC;
    margin: 0px 20px 5px 20px;
}

.foldable {
	margin:0px;
	padding:0px;
	overflow:hidden;
}

.errorBox {
	border:1px solid red;
	margin:10px 0px;
	width:90%;
}

td, th {
	padding:5px;
}

.oddRow {
	background-color:#003366;
	padding-color:#003366;
}

.evenRow {
}

.Pager {
	text-align:center;
	padding:20px 0px 50px 0px;
}

.Pager a {
	padding:2px;
}