.bgcolor1		{ background-color: #FFFFFF; }
.bgcolor2		{ background-color: #FAFAFA; }
.bgcolor3		{ background-color: #F5F5F5; }
.bgcolor4		{ background-color: #cbced0; }
.sort			{ background-color: #cbced0; }

.title			{ font-size: 1.2em; font-weight: bold; }
.title b		{ font-size: 1.8em; line-height: 1.8em; font-weight: normal; }
.titleline		{ border: 1px solid #FFFFFF; }
.boxtitle		{ color: #69b46b; font-weight: bold; }
.content		{ color: #000000; }
.small			{ font-size: 10px; color: #939393; line-height: 1.3em; }
.code			{ color: #0000BB; font-family: 'Courier New', monospace; }
.letter			{ padding: 0px 0px 3px 0px; text-align: center; }
.letter a		{ font-size: 0.9em; }
.basic .option	{ font-size: 12px; margin-bottom: 0.8em; color: #990e0e; font-weight: bold; text-decoration: none;	}

legend			{ font-size: 10px; color:#E8ECEE !important; }
fieldset		{ border: 1px solid #E8ECEE; width: auto !important; margin: 5px 0; }
code			{ color: #0000FF; }


a.sortheader:link, a.sortheader:visited, a.sortheader:hover { color: #8596a4; text-decoration: none; }
.editor {
	margin: 0px 0px 1px 0px;
	width: 400px;
	height: 21px;
	border: 1px #D1D8EC solid;
	background-image: url(bg000000.gif);
	background-repeat: repeat-x;
}

.smilies{
	margin: 0px 0px 1px 0px;
	width: 400px;
	border: 1px #D1D8EC solid;
	background-color: #FFFFFF;
	text-align: center;
}

.editorbutton {
	float: left;
	cursor: pointer;
	padding: 2px 1px 0px 5px;
}

.rate {
	float: left;
	padding: 2px 1px 0px 5px;
}

.normal {
	float: left;
	width: 17px;
	height: 16px;
	background: url(rating00.gif) top left repeat-x;
}

.hover {
	cursor: pointer;
	float: left;
	width: 17px;
	height: 16px;
	background: url(rating00.gif) center left repeat-x;
}

.show {
	float: left;
	width: 17px;
	height: 16px;
	background: url(rating00.gif) bottom left repeat-x;
}

.pagelink {
	border: 1px solid #D1D8EC;
	padding: 1px 5px 1px 5px;
	background-image: url(../images/cellpic0.gif);
}

.left {
	clear: both;
	float: left;
	padding: 5px 5px 5px 5px;
	width: 35%;
}

.center {
	float: left;
	padding: 5px 5px 5px 5px;
	width: 60%;
	white-space: nowrap;
}

.right {
	float: left;
	padding: 5px 5px 5px 5px;
	width: 5%;
}

.button {
	clear: both;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

/*===ERRORS, INFO, WARNING===*/
.warning, .info {
	background-color: #f9f9f9;
	border: 1px solid #eaeaea;
	margin: 4px 0;
}

.warning div {
	background: url(../images/warnings.png) 10px center no-repeat;
	padding: 10px;
	padding-left: 60px;
}

.info div {
	background: url(../images/info_ico.png) 10px center no-repeat;
	padding: 10px;
	padding-left: 60px;
}

table.table {background-color: #dfdfdf;}
table.table td {background-color: #fbfbfb;}
table.table th {background-color: #f0f0f0; color: #650c0c; font-size: 11px; vertical-align: middle; }