/* global */
* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	color: #222;
	font: 13px/130% Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(Backgrounds/Pages/yellow.jpg);
	background-position: left top;
}
img {
	border: 0;
	line-height: 10px;
	font-size: 10px;
}
a {
	text-decoration: none;
}
/*a:hover {
	text-decoration: underline;
}*/
a:hover,
a:active {
	outline: none;
}
p {
	margin: 1em 0;
}
kbd {
	font-weight: bold;
}
/* end global */

/* site engine */
form {
	background: url(Backgrounds/menu_bg2.gif) repeat-y;
	min-width: 769px;
	min-height: 100%;
}
.stupidtableforiewhichdontunderstandminwidth {
	vertical-align: top;
}
.header {
	background: #ffc url(Backgrounds/logo_fire.jpg) repeat-x 307px 0;
	overflow: hidden;
	height: 110px;
}
.logo {
	background: transparent url(Backgrounds/logo.jpg) no-repeat 0 0;
	padding-left: 280px;
	text-align: center;
	height: 110px;
}
.maincentertext {
	position: relative;
	margin: 0 auto;
}
* html .maincentertext {
	width: 1px;
}
.mtshadow1,
.mtshadow9,
.maintext {
	white-space: nowrap;
	line-height: 90px;
	font-weight: bold;
	font-size: 22px;
	font-style: italic;
}
.mtshadow1 {
	color: #222;
	position: absolute;
	left: -1px;
	top: -1px;
	width: 100%;
}
.mtshadow9 {
	color: #000;
	position: absolute;
	left: 1px;
	top: 1px;
	width: 100%;
}
.maintext {
	color: #f00;
	position: relative;
	left: 0px;
	z-index: 1;
}
.jokeimg {
	position: absolute;
	right: 0;
	top: 0;
	margin: 27px;
	z-index: 2;
}
.mainhline {
	background: #333 url(Backgrounds/lin.gif) repeat-x;
	overflow: hidden;
	height: 11px;
}
.nav {
	background: transparent url(Backgrounds/menu_top.gif) no-repeat;
	position: absolute;
	top: 121px;
	left: 0;
	padding: 20px 0 0 8px;
	width: 130px;
}
.nav a,
.nav a:hover {
	text-decoration: none;
	display: block;
}
.lm_capt {
	color: #808044;
	padding-left: 12px;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}
.lm_opened {
	background: url(Backgrounds/menu_bullet.gif) no-repeat -14px 5px;
}
.lm_closed {
	background: url(Backgrounds/menu_bullet.gif) no-repeat 0 -9px;
}
.lm_container {
	cursor: default;
}
.lm_contblock {
	padding-bottom: 10px;
}
.lm_contblock a {
	background: url(Backgrounds/menu_arrow.gif) no-repeat 8px 2px;
	color: #0b0;
	padding-left: 27px;
	font-size: 13px;
	line-height: 17px;
	cursor: pointer;
}
.lm_contblock a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}
.lm_contblock a:active {
	color: #f00;
}
.content,
.counters {
	padding: 15px;
	margin-left: 146px;
}
.img_preloading {
	display: none;
}
.counters {
	border-top: 1px solid gray;
	margin-top: 1em;
	text-align: center;
}
.content a:hover {
	text-decoration: underline;
	color: blue;
}
.content a:visited {
	color: blue;
}
.rssbutton {
	position:absolute;
	left: 0pt;
	top: 700px;
	padding-left: 8px;
	width:130px;
	text-align: center;
}
.cloudoftags {
	position: absolute;
	left: 8px;
	top: 740px;
	width: 130px;
	text-align: center;
}
.cloudoftags .descr {
	color: #808044;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}
.cloudoftags a {
	color: #0b0;
	font-size: 13px;
	line-height: 17px;
}
.pageinfo .tags {
	text-transform: capitalize;
}
.content {
	min-height: 1150px;
}
/* end site engine */

/* pages specific */

/* Clear Fix
** http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Backgrounds
-----------------*/
.home {background: #ccc url(Backgrounds/Pages/gray_wall.jpg);}
.games_for_two {background: #212018 url(Backgrounds/Pages/zaklepky.gif);}
.ukranizer {background: #1a100e url(Backgrounds/Pages/ukr.jpg);}
.minianekdotes {background: #fff url(Backgrounds/Pages/whitepaperbg.jpg);}
.riddles {background: #fff url(Backgrounds/Pages/stinka.jpg);}
.phrases {background: #fff url(Backgrounds/Pages/ligh.jpg);}
.guestbook {background: #00349a none;}
.blog {background: #fff url(Backgrounds/Pages/yellow_white.jpg) repeat-x top;}

/* Headers
-------------*/
h1 {
	background-repeat: no-repeat;
	background-position: left;
	color: #800;
	border-bottom: solid 1px gray;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	margin: 0.5em 0 1em;
}
h1 span {
	background-repeat: no-repeat;
	background-position: right;
	vertical-align: middle;
	line-height: 40px;
	display: block;
	min-height: 32px;
}
h2 {
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	letter-spacing: 3px;
	color: #600;
	margin: 1.5em 0 1em;
}
.blog h3 {
	background: transparent url(Backgrounds/blog_line.jpg) no-repeat left bottom;
	font-size: 120%;
	font-weight: bold;
	text-indent: 2ex;
	padding-bottom: 4px;
}

/* Messagebox
----------------*/
html>/**/body .screen_fade {
	background-color: black;
	opacity: .5;
}
html>body .screen_fade {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.messagebox {
	z-index: 101;
	text-align: center;
}
html>body .messagebox {
	position: fixed;
	left: 50%;
	top: 50%;
}
.msg_body {
	background: transparent url(Backgrounds/Messagebox/bg.png) no-repeat;
	width: 400px;
	height: 300px;
}
html>body .msg_body {
	position: relative;
	left: -200px;
	top: -150px;
}
.msg_header {
	background-repeat: no-repeat;
	background-position: 7px 7px;
	color: white;
	padding: 7px 7px 7px 30px;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	overflow: hidden;
	text-align: left;
}
.info .msg_header {
	background-image: url(Backgrounds/Messagebox/info.png);
}
.warning .msg_header {
	background-image: url(Backgrounds/Messagebox/warning.png);
}
.error .msg_header {
	background-image: url(Backgrounds/Messagebox/error.png);
}
.msg_text {
	height: 202px;
	overflow: auto;
	text-align: center;
	padding: 7px;
	margin: 7px;
}
.buttonsarea {
	display: table;
	border-collapse: separate;
	padding: 7px;
	overflow: hidden;
	margin: 0 auto;
	white-space:nowrap;
	text-decoration:none;
	clear:both;
}
.buttonsalign {
	text-align: center;
}
.button,
.button span,
.button span span,
.button:active,
.button:active span,
.button:active span span {
	background-image: url(Backgrounds/button_tiles.gif);
	display: block;
}
.content a.button:hover {
	text-decoration: none;
}
.button {
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 12px;
	float: left;
	margin-right: 6px;
}
.button span {
	background-repeat: no-repeat;
	background-position: 100% -48px;
	padding-right: 12px;
}
.button span span {
	background-color: #ddd;
	background-repeat: repeat-x;
	background-position: 0 -24px;
	color: #444;
	font: normal 12px/14px arial, sans-serif;
	vertical-align: middle;
	text-decoration: none;
	padding: 5px 2px;
}
.button:active {
	background-repeat: no-repeat;
	background-position: 0 -72px;
	color: black;
	outline: none;
	text-decoration: none;
}
.button:active span {
	background-repeat: no-repeat;
	background-position: 100% -120px;
}
.button:active span span {
	background-repeat: repeat-x;
	background-position: 0 -96px;
	padding: 6px 2px 4px;
}

/* Lists
-----------*/
ul.list {list-style: disc; margin: 1em 0; padding-left: 3ex; line-height: 150%;}
.list_sub li {background: transparent url(Backgrounds/list_arrow.gif) no-repeat 0 5px; padding-left: 15px; list-style: none none;}
ul.list li span {font-weight: bold;}
ol,
ol.list {
	margin: 1em 0;
	padding-left: 5ex;
}
ol.list li,
ol li {
	padding: 2px 0;
}
.blog .content ul {
	/*list-style-type: none;*/
	padding-left: 5ex;
}
/*.blog .content li {
	margin: 1em 0;
}
.blog .content li li {
	margin: .5em 0;
}*/

/* Page H1 headers
-----------*/
.home h1,
.home h1 span {background-image: url(Backgrounds/radiation.gif);}
.mapofsite h1,
.mapofsite h1 span {background-image: url(Backgrounds/map.png);}
.autor h1,
.autor h1 span {background-image: url(Backgrounds/fish.gif);}
.morda h1 span {display: none;}
.morda h1 {
	background: url(Backgrounds/morda/m_logo.png) no-repeat center center;
	height: 70px;
}
.games_for_two h1,
.games_for_two h1 span {background-image: url(Backgrounds/cherep.gif);}
.ukranizer h1,
.ukranizer h1 span {
	background-image: url(Backgrounds/ukr.png);
	color: #ffff80;
}
.minianekdotes h1,
.minianekdotes h1 span {background-image: url(Backgrounds/cool.gif);}
.riddles h1,
.riddles h1 span {background-image: url(Backgrounds/quest.gif);}
.phrases h1,
.phrases h1 span {background-image: url(Backgrounds/happyface.png);}
.news h1,
.news h1 span {background-image: url(Backgrounds/news.gif);}
.guestbook h1 span {display: none;}
.guestbook h1 {
	background: url(Backgrounds/GuestBook/title.gif) no-repeat center center;
	border-bottom: none;
	height: 30px;
}

/* InfoBlock
---------------*/
.infoblock {
	background-color: #fcfcfc;
	margin: .5em 0;
	border: 1px solid #ddd;
}
.ihead {
	background-color: #ffffc0;
	background-repeat: no-repeat;
	background-position: 8px;
	padding: 10px 10px 10px 50px;
	border-bottom: 1px solid #ddd;
	min-height: 34px;
}
.news .ihead {background-image: url(Backgrounds/Blog/app.png);}
.developing .ihead {background-image: url(Backgrounds/Blog/construction.png);}
.humor .ihead {background-image: url(Backgrounds/Blog/happy.png);}
.interesting .ihead {background-image: url(Backgrounds/Blog/web.png);}
.various .ihead {background-image: url(Backgrounds/Blog/notepad.png);}
.ihead_section {display: block;}
.ihead_title {white-space: nowrap;}
.ihead a,
.ihead a:visited,
.ihead a:hover,
.ihead a:active {color: #808000;}
.ihead_sitenews {
	line-height: 34px;
	vertical-align: middle;
}
.ibody {
	padding: 10px;
}
.ifooter {
	color: gray;
	font-size: 10px;
	padding: 5px 10px;
}
.ifooter span {padding-right: 3ex;}
.ifooter a,
.ifooter a:hover {
	color: blue;
	text-decoration: underline;
}

.pagenumbers {
	text-align: center;
	margin: 1em 0;
}
.pagenumbers a,
.pagenumbers span {
	margin: 0 0.5ex;
}
.pagefilters {
	margin: 1em 0;
}
.pagefilters span {
	display: block;
}
.photoimage {
	border: 1px solid #000;
	padding: 1px;
	margin: 15px;
}

.formline,
.forminputline,
.formbuttons {
	margin: .5em auto;
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.formbuttons {
	display: table;
	width: auto;
}
* html .formbuttons {
	width: 1%;
	overflow: visible;
}
.forminputline {
	text-align: left;
}
.formline span {
	font-weight: bold;
	padding-right: 1ex;
}
.forminputline label {
	text-align: right;
	font-weight: bold;
	display: block;
	float: left;
	margin-right: 1ex;
	width: 49%;
}

.successtext,
.failtext {
	font-size: 125%;
	font-weight: bolder;
	text-align: center;
	margin: 1em 0;
	display: block;
}
.successtext {
	color: green;
}
.failtext {
	color: red;	
}

/* Home
----------*/
.home h3 {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

/* Morda
-----------*/
.morda .intro {
	background: url(Backgrounds/Morda/m_cherep.png) no-repeat left;
	padding-left: 70px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
}
.morda .hline {
	background: url(Backgrounds/Morda/hr.png) no-repeat center center;
	margin: 1em 0;
	height: 10px;
}
.morda h3 {
	font-weight: bold;
	text-indent: 3ex;
	font-size: 100%;
	margin: 1em 0;
}
.morda .history {
	color: #2d2d2d;
	font: 200% cursive;
	text-indent: 3ex;
	text-align: justify;
	font-size: 90%;
}
.screenshots img {border: 1px dotted gray;}
.morda .download_file {
	background: url(Backgrounds/Morda/m_download.png) no-repeat left;
	padding-left: 60px;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}
.navigation {
	list-style-type: none;
	text-align: center;
	margin: 1em 0;
}
.delimiter {
	text-align: center;
	margin: 1em 0;
}

/* GamesForTwo
-----------------*/
.games_for_two h1 {
	color: #ffff80;
}
.games_for_two .intro,
.games_for_two .outro {
	color: #e3e35b;
	text-indent: 3ex;
	margin: 1em 0;
}
.games_for_two h3 {
	font-size: 100%;
	font-weight: normal;
	color: #ffec00;
	padding-left: 3ex;
	margin: 1em 0;
}
.games_for_two .table caption {
	color: #ffec00;
	text-align: center;
	margin: 0.5em;
}
.games_for_two .table td,
.games_for_two .table th {
	color: #979788;
	border: 1px solid;
	border-color: #2f2f2f #0f0f0f #0f0f0f #2f2f2f;
	padding: 10px;
	text-align: center;
}
.games_for_two .table a img {
	display: block;
	margin: 3px auto;
}
.games_for_two .simple_table {
	color: #979788;
	padding: 5px;
}
.games_for_two .content a {
	color: #4040ff;
}
.games_for_two .content a:hover {
	color: #ff4040;
}
.games_for_two .recommend {
	font: 90% "Courier New", Courier, monospace;
	color: #6d6d61;
	position: relative;
	top: 2px;
}
.games_for_two .hline {
	border: 1px solid;
	border-top-color: #424242;
	border-bottom-color: #808080;
	margin: 1em 0;
}

/* Ukranizer
---------------*/
.ukranizer .intro,
.ukranizer .outro {
	color: #fc0;
}
.ukranizer p {
	text-indent: 3ex;
}
.ukranizer h3 {
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 3px;
	text-align: center;
	color: #ffec00;
	padding-left: 3ex;
	margin: 2em 0 1em;
}
.ukranizer .table td,
.ukranizer .table th,
.ukranizer .table1 td,
.ukranizer .table1 th {
	color: #e0e25c;
	border: 1px solid;
	border-color: #505050 #303030 #303030 #505050;
	padding: 10px;
	text-align: center;
}
.ukranizer .table1 th {
	background-image: url(Backgrounds/gray.gif);
}
.ukranizer .simple_table td {
	border: 0px;
	margin: 0;
	padding: 0;
	text-align: left;
	text-indent: 0.5em;
}
html>body.ukranizer .simple_table td:first-child {
	text-align: right;
}
.ukranizer .note {
	font-size: 80%;
	color: #939458;
}
.ukranizer .content a {color: #4381ff;}
.ukranizer .content a:hover {color: #43Adff;}
.ukranizer .file_download a,
.ukranizer .homesite a,
.ukranizer .ukr_interface {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
}
.ukranizer .file_download a {background-image: url(Backgrounds/diskette.gif);}
.ukranizer .homesite a {background-image: url(Backgrounds/homepage.png);}
.ukranizer .ukr_interface {background-image: url(Backgrounds/14ukr.png);}
.ukranizer .table1 .note {
	padding-left: 18px;
}
.ukranizer .ukr_interface {
	font-size: 80%;
	color: #939458;
}
.ukranizer .table1 .note,
.ukranizer .table1 .homesite,
.ukranizer .table1 .ukr_interface,
.ukranizer .table1 .file_download {
	text-align: left;
}

/* MiniAnekdotes
-------------------*/
.minianekdotes .text,
.minianekdotes .rating,
.minianekdotes .rating_icons {
	display: block;
}
.minianekdotes .content {
	text-align: center;
}
.minianekdotes .rating {
	font-size: 80%;
	margin-top: 0.2em;
}
.minianekdotes .rating_icons {
	margin-bottom: 1em;
}
.minianekdotes .rating_icons img {
	padding: 3px;
}
.minianekdotes .rated_anek1 .rating1 img {
	background-color: #d3d3d3;
}
.minianekdotes .rated_anek2 .rating2 img {
	background-color: #d3d3d3;
}
.minianekdotes .rated_anek3 .rating3 img {
	background-color: #d3d3d3;
}
.minianekdotes .hline {
	text-align: center;
	border-top: 1px solid gray;
	margin: 1em auto;
	width: 50%;
	height: 0;
}

/* Riddles
-------------*/
.riddles .content {text-align: center;}
.zahadka {margin-top: 1em;}
.widhadka {color: #070;}

/* Phrases
-------------*/
.phrases .content {text-align: center;}
.phrases .text {margin: 1em 0;}

/* News
----------*/
.new {
	margin: 1em 0;
}
.new .text {
	display: block;
	border-bottom: 1px gray solid;
}
.new .date {
	color: gray;
	font-size: 80%;
	text-align: right;
	display: block;
}

/* GuestBook
---------------*/
.gbentry {
	width: 100%;
	border-collapse: collapse;
	margin: 2px 0;
}
.gbentry td {
	border: 2px solid #006;
	padding: 5px;
}
.gbentry_info {
	background: #0c95b9 url(Backgrounds/GuestBook/gbfiller.jpg) repeat-y left;
	width: 166px;
}
.gbei_nomer {
	position:relative;
}
.gbei_nomer .key {
	color: white;
	font-size: 10px;
	position: absolute;
}
.gbei_nomer .value {
	color: #ffffcf;
	font: bold 14px Tahoma;
	text-align: right;
}
.gbei_date {
	position:relative;
	font-size: 10px;
}
.gbei_date .key {
	color: white;
	position: absolute;
}
.gbei_date .value {
	color: #cfdff0;
	font-weight: bold;
	text-align: right;
}
.gbei_date .value span {
	display: block;
}
.gbentry .gbentry_person {
	background: gray url(Backgrounds/GuestBook/user.gif) no-repeat 5px 50%;
	color: white;
	font: bold 14px Tahoma;
	padding-left: 30px;
}
.gbentry .gbentry_person span {
	background-repeat: no-repeat;
	background-position: right;
	display: block;
}
.gbentry .gbentry_person span.ie {
	background-image: url(Backgrounds/GuestBook/ie.gif);
}
.gbentry .gbentry_person span.firefox {
	background-image: url(Backgrounds/GuestBook/firefox.gif);
}
.gbentry .gbentry_person span.opera {
	background-image: url(Backgrounds/GuestBook/opera.gif);
}
.gbentry_text {
	background: white url(Backgrounds/GuestBook/gbback.jpg) repeat-y right top;
}
.addcomment {
	margin-bottom: 1em;
}
.addcomment a {
	background: url(Backgrounds/GuestBook/add.gif) no-repeat left;
	font-size: 10px;
	padding-left: 17px;
}
.addcomment a.unfolded {
	background: url(Backgrounds/GuestBook/minus.gif) no-repeat left;
}
.gbentry_personinfo {
	background-color: #b0b0b0;
}
.gbentry_personinfo a,
.gbentry_personinfo a:visited,
.gbentry_personinfo a:hover,
.gbentry_personinfo a:active {
	color: #ffffcf;
	padding-left: 23px;
}
.bgepi_email a {
	background: url(Backgrounds/GuestBook/email.gif) no-repeat left;
}
.bgepi_icq a {
	background: url(Backgrounds/GuestBook/icq.gif) no-repeat left;
}
.guestbook .content .pagenumbers {
	color: #ccc;
}
.guestbook .content .pagenumbers a,
.guestbook .content .pagenumbers a:visited,
.guestbook .content .pagenumbers a:hover {
	color: #40ffff;
}
.guestbook .pagenumbers span {
	color: #ffffcf;
}
.guestbook .bg1 {
	background: url(Backgrounds/GuestBook/arrow_to_left.gif) no-repeat left;
	padding-left: 20px;
	display: inline;
}
.guestbook .bg2 {
	background: url(Backgrounds/GuestBook/arrow_to_right.gif) no-repeat right;
	padding-right: 20px;
	display: inline;
}
.guestbook .comments {
	color: #3f3f3f;
	padding: 0 5px;
}
.guestbook .comment {
	margin: 0.75em 0;
}
.guestbook .comments .chead {
	border-bottom: 1px dotted gray;
}
.guestbook .comments .chead,
.guestbook .comments .chead a {
	color: #0e96bc;
	font-weight: bold;
}
.guestbook .comments .cdate {
	font-size: 10px;
}
.guestbook h3 {
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 1.5em 0 1em;
}
.guestbook .hline {
	text-align: center;
	border: 1px solid;
	border-top-color: #b0b0b0;
	border-bottom-color: #14383f;
	margin: 1em auto;
	width: 50%;
	height: 0;
}
.guestbook .comments .chead2 {
	text-align: center;
	color: #0e96bc;
	font-weight: bold;
	margin: 1.5em 0 1em;
}
.gbentry .err td {
	border: 1px dotted gray;
	padding: 5px 5px 5px 42px;
}
.u {
	text-decoration: underline;
}
.lbe_ol,
.lbe_ul {
	padding-left: 2ex;
	margin: .5em 0 .5em 2ex;
}
big {font-size: 17px;}
small {font-size: 10px;}
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}
.justify {text-align: justify;}
pre {
	display: inline;
}
.guestbook .content .gbentry_text a:visited {
	color: blue;
}
.pageinfo {
	text-align: right;
	margin: 1em 0 1em auto;
}
.pageinfo div {
	font-size: 10px;
	text-align: left;
	margin-left: auto;
	width: 50ex;
}
.blog .bloghead {
	background: url(Backgrounds/separator.gif) repeat-x bottom;
	color: #800;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 1em;
	margin: 1em auto .5em;
}
.cname {
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
}
.cautor img {
	padding: 0 2px;
	opacity: .7;
}
.blog .comment {
	background-color: #fcfcfc;
	border: 1px solid #ddd;
	padding: 10px;
	margin: .5em auto;
}
.blog .cdate {
	background: url(Backgrounds/blog_line.jpg) no-repeat left top;
	display: block;
	color: gray;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 10px;
	margin-top: 3px;
}
.blog .table {
	border-collapse: collapse;
}
.blog .table td,
.blog .table th {
	border: 1px solid #bbb;
	padding: 10px;
}
.blog .table th {
	background-color: #eee;
}
.blog .table_noborders {
	width: 100%;
	margin: 12px;
}
.blog .table_noborders td {
	vertical-align: top;
}
.zamitka {
	font-size: 10px;
}
.screenshotimg {
	margin: .5em auto 1em;
	opacity: .90;
}
.icqcode {
	color: black;
	text-align: center;
	margin: 1em 0;
}
.icqcode .bg2 {
	background: #d4dba7 url(Backgrounds/QipSkin/msgbg.jpg);
	width: 600px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid gray;
	font: 12px/16px Tahoma;
	vertical-align: sub;
}
.icqcode .somecode {
	background: url(Backgrounds/icqcode.gif) no-repeat left top;
	padding: 10px;
}
.icqcode .sender1,
.icqcode .sender2 {
	font-weight: bold;
	font-size: 11px;
	padding-top: 1.5em;
	padding-left: 20px;
}
.icqcode .sender1 {
	background: url(Backgrounds/QipSkin/leaf1.gif) no-repeat left bottom;
	color: #3d5100;
}
.icqcode .sender2 {
	background: url(Backgrounds/QipSkin/leaf2.gif) no-repeat left bottom;
	color: #781301;
}
.rar,
.txt {
	padding-left: 20px;
}
.rar {
	background: url(Backgrounds/FileIcons/rar16.gif) no-repeat left center;
}
.txt {
	background: url(Backgrounds/FileIcons/txt16.gif) no-repeat left center;
}
.orpho_exp {
	position: absolute;
	left: 8px;
	top: 560px;
}
.csscode,
.winerror,
.xmlcode,
.aspxcode,
.csharpcode,
.htmlcode,
.sqlcode,
.jscriptcode,
.javacode,
.sqlresultcode,
.javascriptcode {
	display: block;
	background-color: #f9f9f9;
	width: 100%;
	white-space: pre;
	overflow: auto;
	padding: 5px;
}
.errmessage {
	color: red;
	padding: 5px;
	font-family: monospace;
}
.minianekdotes h3 {
	color: red;
	font-size: 13px;
	font-weight: normal;
	margin: 2em 0 1em;
}
.newsbreak {
	display: none;
}
.admin {
	background-color: yellow;
	position: absolute;
	font-size: large;
}

h4 {
	margin: 1em 0;
}