/*
	BugTracker «B flat» 1.0

	Автор: Неверов Евгений ( mail@demone.net.ru )

	http://b-flat.net.ru/

	Последнее изменение: 26.12.05
*/

/*
	//
	// CSS для стиля Default
	//
*/

#tooltip {
	-moz-border-radius: 8px;
	background: #fff8dc;
	border: 1px solid #000000;
	color: #000000;
	filter: Alpha(Opacity='90');
	font-family: Verdana, Helvetica,sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 5px;
	position: absolute;
	text-align: justify;
	visibility: hidden;
}

a {
	color: #2e8b57;
	text-decoration: none;
}

a:hover {
	color: #578b2e;
	text-decoration: underline;
}

body {
	background-position: center bottom;
	background-repeat: repeat;
}

body, td {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 30px;
}

div#addcomment, div#commentform {
	border: 1px solid #556b2f;
	background-color: #c8f2c8;
	padding: 10px;
	text-align: center;
	width: 600px;
}

div#commentform {
	display: none;
}

div.editbug {
	background-color: #ffdfa2;
	border: 1px solid #ffa500;
	margin-bottom: 20px;
	padding: 5px;
	width: 400px;
}

div.editbug a, div.editbug a:hover {
	color: #b22222;
}

div#edit_form {
	display: none;
}

div#edit_form form {
	margin: 0px;
}

div#edit_form p {
	margin-bottom: 3px;
	margin-top: 3px;
}

div#edit_link p {
	margin-bottom: 3px;
	margin-top: 3px;
}

div#filter {
	display: none;
}

div#filter p {
	margin-bottom: 3px;
	margin-top: 3px;
}

div#filter_link p {
	margin-bottom: 3px;
	margin-top: 3px;
}

div.filters {
	background-color: #d1f8d1;
	border: 1px solid #90ee90;
	display: block;
	float: right;
	margin-bottom: 5px;
	padding: 5px;
	width: 350px;
}

div.tip {
	color: #a0522d;
	font-size: 8pt;
	margin-bottom: 10px;
}

img {
	border: 0px;
}

h2, h3, h4 {
	color: #228b22;
	font-weight: 100;
}

select, option {
	font-size: 8pt;
}

table.bug {
	margin-bottom: 20px;
}

table.bug td {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: top;
}

table.bug td.th {
	background-color: #efefef;
	font-weight: 700;
	vertical-align: top;
}

table.buglist td {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: center;
}

table.buglist td.left {
	border-left: 1px solid #000000;
	text-align: center;
}

table.buglist th {
	background-color: #e5e5e5;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table.buglist th.left {
	border-left: 1px solid #000000;
}

td {
	background-color: transparent;
}

.big {
	font-size: large;
}

.error {
	color: #dc143c;
}

.footer {
	background-color: #f1f8e2;
	border-top: 1px solid #9acd32;
	font-size: 8pt;
	margin-top: 20px;
	padding: 10px;
	text-align: center;
}

.gray {
	background-color: #eaeaea;
}

.header {
	border-bottom: 1px solid #9acd32;
	margin-bottom: 20px;
}

.header .title {
	font-family: "Times New Roman", Times, serif;
	font-size: 26pt;
	font-style: italic;
}

.header .title a, .header .title a:hover {
	color: #000000;
}

.menu {
	background-color: #f1f8e2;
	border-bottom: 1px solid #9acd32;
	margin-bottom: 20px;
	margin-top: -20px;
	padding: 10px;
}

.menu a {
	padding: 10px;
}

.menu a:hover {
	background-color: #ffffff;
	padding: 10px;
}