/* MAIN PAGE */
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
p, input, textarea {
	margin: 0;
	padding: 0;
}
body {
	background-color: #19aeff;
	background-image: url(images/px_blue.png);
	background-repeat: repeat;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
body, td, input, textarea {
	font-family: "Segoe UI", Tahoma, Arial, sans-serif;
	font-size: 10pt;
}
table {
	border-collapse: collapse;
}
.maintable {
	width: 700px;
	height: 100%;
}
td {
	vertical-align: top;
	background-color: #fff;
	margin-left: 0px;
}
img {
	border-width: 0px;
}
ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
hr {
	border: 0;
	margin: 10px 10px 10px 10px;
	background: url(images/px_blue.png);
	height: 2px;
}
hr.line {
	margin: 0 10px 0 10px;
	background: url(images/px_blue.png);
}
.bg {
	background-image: url(images/back_blue.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 0;
}
.page {
	width: 700px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
.left {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	width: auto;
	height: 100%;
}
.divider {
	width: 1px;
	background-color: #fff;
	background-image: url(images/divider.png);
	height: 100%;
}
.right {
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	width: 180px;
	height: 100%;
	background-color: #ffffd2;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
}
.tabs {
	position: absolute;
	left: 34px;
	top: 135px;
	margin-bottom: 0px;
}
.tab {
	margin-right: 4px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:link.nolink, a:active.nolink, a:visited.nolink {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
a:hover.nolink {
	text-decoration: underline;
}
/* Right panel */
dl.newslist {
	margin-top: 0px;
	margin-left: 20px;
}
.header {
	background-image: url(images/arrow.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	font-size: 11pt;
	font-weight: bold;
	background-position: 0px 4px;
	padding-bottom: 5px;
}
table.login td {
	background-color: #ffffd2;
	font-size: 9pt;
}
/* Blog */
.item {
	background-color: #ffffe0;
	border: 1px solid #c2c2c2;
	/*margin: 0 5px 0px 5px;*/
}
.title {
	background: url(images/title_blue.gif) repeat-x;
	padding-left: 10px;
	background-color: #0077b8;
	border-bottom: 1px solid #c2c2c2;
	font-weight: bold;
	font-size: 11pt;	
	width: 427px;
	margin: 0;	
}
.footer {
	font-size: 8pt;
	text-align: right;
	padding: 1px 5px 1px 5px;
	background-color: #fffff0;
	border-top: 1px solid #c2c2c2;
}
.footer input {
	font-style: normal;
}
div.item table td {
	background-color: #ffffe0;
}
div.item div.title table {
	margin: 0;
	width: 427px;
}
div.item div.title table td {
	background: none;
	font-weight: bold;
	font-size: 11pt;
}
div.content, div.item table td.content {
	padding: 5px;
	text-align: left;
}
div.title table td input {
	font-weight: bold;
	font-size: 10pt;
}
div.item table td.content {
	width: 327px;
}
div.item table td.side {
	width: 100px;
	text-align: center;
	background-color: #fffff0;
	border-right: 1px solid #c2c2c2;
	padding-top: 5px;
}
td.updated {
	text-align: right;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
}
div.updated {
	font-size: 8pt;
	font-style: italic;
	background-color: #fffff0;
	border-top: 1px solid #c2c2c2;
	padding: 2px 5px 2px 2px;
}
td.foot {
	vertical-align: bottom;
	font-size: 9pt;
}
td.titleright {
	text-align: right;
	padding: 2px 5px 0 0;
}
div#message div.item div.title table td.titleright {
	width: 30px;
}
.closeicon, .closeicon_hover, .closeicon_push {
	margin-left: 25px;
	width: 25px;
	height: 15px;
}
.closeicon {
	background: url(images/close.png) no-repeat 0px 0px;
}
.closeicon_hover {
	background: url(images/close.png) no-repeat -50px 0px;
}
.closeicon_push {
	background: url(images/close.png) no-repeat -25px 0px;
}
.btn, .btn_hover, .btn_push {
	width: 25px;
	height: 17px;
	display: inline;
	padding: 2px 5px 0px 4px;
}
.btn {
	background: none;
}
.btn_hover {
	background: url(images/btn.png) no-repeat 0px 0px;
}
.btn_push {
	background: url(images/btn.png) no-repeat -25px 0px;
}
button {
	margin: 0px;
	padding: 1px 1px 0px 1px;
	vertical-align: top;
}
/* Toolbar */
.editor {
	background-color: #fffff0;
	border: 1px solid #c2c2c2;
	padding: 3px;
}
img.toolbar_normal {
	background: none;
}
img.toolbar_hover {
	background: url(images/toolbar.png) no-repeat 0px 0px;
}
img.toolbar_clicked {
	background: url(images/toolbar.png) no-repeat -23px 0px;
}
img#close_tags.toolbar_normal {
	background: none;
}
img#close_tags.toolbar_hover {
	background: url(images/close_tags_btn.png) no-repeat 0px 0px;
}
img#close_tags.toolbar_clicked {
	background: url(images/close_tags_btn.png) no-repeat -80px 0px;
}
img.smilie {
	vertical-align: middle;
}
/* Blocks */
.code, .php, .quote {
	background-color: #fffff0;
	background-repeat: no-repeat;
	background-position: top right;	
	border: 1px solid #c2c2c2;
	padding: 10px;
	margin: 5px 15px 5px 15px;
	overflow: auto;
}
.code {
	background-image: url(images/code.png);
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	font-size: 9pt;
}
.php {
	background-image: url(images/php.png);
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	font-size: 9pt;
}
.quote {
	background-image: url(images/quote.png);
	font-size: 9pt;
}
ul.links {
	list-style-image: url(images/dbl_arr.gif);
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #0077b8;
}
a:hover {
	text-decoration: underline;
}
.blogtop {
	height: 20px;
	background-color: #fff;
	border-bottom: 1px solid #c2c2c2;
	margin: -10px -10px 10px -10px;
	font-size: 8pt;
	text-align: right;
	line-height: 20px;
	padding-right: 5px;
}
.bloglinks {
	background-color: #fffff0;
	border-bottom: 1px solid #c2c2c2;
	text-align: right;
	font-size: 8pt;
}
.bloglinks a {
	color: #000000;
}
.arrow {
 	margin-left: 10px;
	padding-left: 15px;
	background: url(images/dbl_arr.gif) left center no-repeat;
}
table.blogform td {
	background-color: #ffffe0;
	font-size: 8pt;
}
/* Comments */
.comment {
	background-color: #ffffe0;
	border: 1px solid #c2c2c2;
	margin: 0 25px 10px 25px;
}
.btn_menu {
	float: left;
	position: absolute;
	display: none;
	width: 100px;
	background: #fffff0;
	border: 1px solid #000000;
	padding: 2px 0px 2px 7px;
	text-align: left;
	font-weight: normal;
	font-size: 10pt;
}
.btn_menu a:hover {
	text-decoration: none;
}
/* User CP */
div.item table td.cp_side {
	width: 125px;
	text-align: left;
	background-color: #fffff0;
	border-right: 1px solid #c2c2c2;
	padding: 0px 0px 5px;
	font-size: 8pt;
}
td.cp_side {
	font-size: 8pt;
	text-align: left;
}
td.cp_side div.categ {
	margin: 2px 0px 0px 0px;
	padding: 2px 0px 2px 5px;
	background: #ffffd2 url(images/cp_categ.gif) repeat-x;
	border-bottom: 1px solid #c2c2c2;
	font-style: italic;
}
td.cp_side ul {
	margin-left: -15px;
}
td.td_ava {
	border-right: 1px solid #c2c2c2;
	border-top: 1px solid #c2c2c2;
	width: 100px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
td.td_info {
	border-top: 1px solid #c2c2c2;
	padding: 2px 2px;
}
/* Pictures
table.tblAva {
	width: 100%;
	height: auto;
	border-collapse: separate;
	margin-right: 5px;
}
table.tblAva td {
	background-color: #ffffe0;
	vertical-align: bottom;
	text-align: center;
}
table.tblAva td img {
	padding: 5px;
	border: 1px solid #c2c2c2;
}
table.tblAva td img:hover {
	background-color: #fffff0;
} */