/* MantisBT related cascading stylesheet for Platon.SK */
/* $Platon: Platon.SK/public_html/themes/platon/css/mantis.css,v 1.7 2010-09-09 00:20:26 nepto Exp $ */

span.print			{ font-size: 80%; }
span.required 		{ font-size: 80%; color: #bb0000; }
span.small 			{ font-size: 80%; font-weight: normal; }
span.pagetitle		{ font-size: 120%; font-weight: bold; text-align: center }

table.hide			{ width: 100%; border: solid 0px #ffffff; }
table.width100		{ width: 100%; border: solid 0px #ffffff; }
table.width75		{ width: 75%;  border: solid 0px #ffffff; }
table.width60		{ width: 60%;  border: solid 0px #ffffff; }
table.width50		{ width: 50%;  border: solid 0px #ffffff; }

td.center			{ text-align: center; }
td.left				{ text-align: left; }
td.right			{ text-align: right; }
td.category			{ background-color: #c0c0e8; /* original: #c8c8e8; */ color: #000000; font-weight: bold; vertical-align : top; }

td.col-1			{ background-color: #d8d8d8; color: #000000; }
td.col-2			{ background-color: #e8e8e8; color: #000000; }
td.form-title		{ background-color: #0000cc; padding: 5px 15px 5px 15px; color: #ffffff; font-size: 130%; font-weight: bolder; }
a.form-title,
a.form-title:visited,
a.form-title:link,
a.form-title:hover	{ color: #ffffff; }
td.nopad			{ padding: 0px; }
td.spacer			{ background-color: #ffffff; color: #000000; font-size: 20%; line-height: 0.1; }
td.small-caption	{ font-size: 80%; }
td.print			{ font-size: 80%; text-align: left; padding: 2px; }
td.print-category	{ font-size: 80%; color: #000000; font-weight: bold; text-align: right; padding: 2px; }
td.print-bottom		{ border-bottom: 1px solid #000000; }
td.print-spacer		{ background-color: #ffffff; color: #000000; font-size: 20%; line-height: 0.1; padding: 0px;}

/* tr					{} */
tr.row-1			{ background-color: #d8d8d8; color: #000000; }
tr.row-2			{ background-color: #e8e8e8; color: #000000; }
tr.row-category		{ background-color: #c8c8e8; color: #000000; font-weight: bold; }
tr.row-category2	{ background-color: #c8c8e8; color: #000000; }
tr.print			{ vertical-align: top; }
tr.print-category	{ color: #000000; font-weight: bold; }

tr.bugnote				{ vertical-align: top; }
td.bugnote-public		{ background-color: #c8c8e8; color: #000000; font-weight: bold; width: 25%; line-height: 1.4; }
td.bugnote-private		{ background-color: #e8e8e8; color: #000000; font-weight: bold; width: 25%; line-height: 1.4; }
td.bugnote-note-public	{ background-color: #e8e8e8; color: #000000; width: 75%; }
td.bugnote-note-private	{ background-color: #e8e8e8; color: #000000; width: 75%; }

td.login-info-left		{ font-size: 80%; width: 33%; padding: 0px; text-align: left; white-space: nowrap; }
td.login-info-middle	{ width: 33%; padding: 0px; text-align: center; white-space: nowrap; }
td.login-info-right		{ font-size: 80%; width: 33%; padding: 0px; text-align: right; white-space: nowrap; }

td.menu					{ font-size: 85%; background-color: #e8e8e8; color: #000000; text-align: center; width: 100%; padding: 1px; }

td.news-heading-public	{ background-color: #c8c8e8; color: #000000; text-align: left; border-bottom: 1px solid #000000; }
td.news-heading-private	{ background-color: #d8d8d8;       color: #000000; text-align: left; border-bottom: 1px solid #000000; }
td.news-body			{ background-color: #ffffff;         color: #000000; padding: 16px; }

/* img						{} */
img.icon				{ width: 11px; height: 11px; }

/* div						{ padding: 3px; } */
div.menu				{ background-color: #e8e8e8; color: #000000; text-align: center; width: 100%; padding: 1px; }

div.border-center		{ background-color: #ffffff; border: solid 1px #000000; text-align: center; width: 50%; position: relative; margin-right: auto; margin-left: auto; }

div.quick-summary-left	{ width: 49%; padding: 2px; text-align: left;  clear: left;  float: left;  display: inline; }
div.quick-summary-right	{ width: 49%; padding: 2px; text-align: right; clear: right; float: right; display: inline; }

.center					{ text-align: center; }
.left					{ text-align: left;   float: left; }
.right					{ text-align: right;  float: right; }
.small					{ font-size: 80%; }
.small-normal 			{ font-size: 80%; font-weight: normal; }
.bold					{ font-weight: bold; }
.bold-small				{ font-weight: bold; font-size: 80%; }
.italic					{ font-style: italic; }
.italic-small			{ font-style: italic; font-size: 80%; }
.underline				{ text-decoration: underline; }
.underline-small		{ text-decoration: underline; font-size: 80%; }
.strike					{ text-decoration: line-through; }
.strike-small			{ text-decoration: line-through; font-size: 80%; }

/* Additional <pre> especially for release view page
-- Nepto [31/12/2002] */

pre
{
	font-size: 90%; /* default value seems to be 10pt */
}

/* Release name and MD5 summaries highlighting
-- Nepto [02/08/2003] */

.tiny					{ font-size: 70%; }
.tiny-normal 			{ font-size: 70%; font-weight: normal; }
.big					{ font-size: 130%; }
.big-normal 			{ font-size: 130%; font-weight: normal; }

