
/* ---------- common block text ---------- */

p, div, td, li
{
	font: 12px/18px Verdana, Arial, helvetica, sans-serif;
	color: #404040;
}

div.p,
div.info,
div.warn
{
	margin-top: 12px;
	margin-bottom: 12px;
}

div.info,
div.warn
{
	margin-left: 7%;
	margin-right: 7%;
	padding: 2px 6px 2px 32px;
	font-style: italic;
}
div.info
{
	border: 1px dotted #80D080;
	background: #EAFFE7;
}
div.warn
{
	border: 1px dotted #D0C880;
	background: #FFFAD1;
}

table.padcells td
{
	padding-right: 15px;
}


/* ---------- common inline text ---------- */

span.help
{
	border-bottom: dotted 1px #00A000;
	cursor: help;
}

span.found
{
	font-weight: bold;
	color: #000000;
}

/* ---------- input forms ---------- */

form
{
	margin: 0px;
}

input[type="button"],
input[type="submit"]
{
	font: 12px Verdana, Arial, helvetica, sans-serif;
	border: solid 1px #D0D0D0;
	background: #D8D8D8 url(img/button_back.png) repeat-x;
	padding: 0px 3px;
	position: relative;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="button"]:focus,
input[type="submit"]:focus
{
	border: solid 1px #5580DD;
	background: #E8EEFB;
}
input[type="button"]:active,
input[type="submit"]:active
{
	border: solid 1px #5580DD;
	background: #AAC0EE;
}
input[type="button"][disabled],
input[type="submit"][disabled]
{
	color: #808080;
	padding: 0px 3px;
}
input[type="button"][disabled]:hover,
input[type="submit"][disabled]:hover
{
	border: solid 1px #D0D0D0;
	background: #D8D8D8 url(img/button_back.png) repeat-x;
}

input[type="text"],
input[type="password"],
textarea
{
	border: solid 1px #B4B4B4;
	background: #FAFAFA;
	color: #202020;
	padding: 1px 1px 1px 2px;
	font: 12px Verdana, Arial, helvetica, sans-serif;
}
textarea.taskeditor
{
	font: 11px Verdana, Arial, helvetica, sans-serif;
}
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
textarea:hover,
textarea:focus
{
	border: solid 1px #5580DD;
}

select
{
	font: 12px/18px Verdana, Arial, helvetica, sans-serif;
	border: 1px solid #B4B4B4 !important;
		-moz-border-left-colors: transparent #B4B4B4 !important;
	-moz-border-top-colors: transparent #B4B4B4 !important;
	-moz-border-right-colors: transparent #B4B4B4 !important;
	-moz-border-bottom-colors: transparent #B4B4B4 !important;
		background: #FAFAFA !important;
	padding: 0px 0px;
}
select:hover,
select:focus
{
	border: 1px solid #5580DD !important;
		-moz-border-left-colors: transparent #5580DD !important;
	-moz-border-top-colors: transparent #5580DD !important;
	-moz-border-right-colors: transparent #5580DD !important;
	-moz-border-bottom-colors: transparent #5580DD !important;
	}

input[type="checkbox"]
{
	margin-top: 2px;
	margin-right: 0px;
	position: relative;
	top: 3px;
}

/* ---------- bug tracker stuff ---------- */

.tasksearchbox
{
	background: #E2E2E2;
	padding: 3px 5px;
		-moz-border-radius: 8px;
	}

table.tasks td
{
	font: 11px Verdana, Arial, helvetica, sans-serif;
	padding: 2px 4px;
}
table.tasks td.name
{
	background: #DDDDDD;
}
table.tasks td.value
{
	background: #EEEEEE;
}
table.tasks td.boxed_value
{
	background: #EEEEEE;
	border: solid 1px #B0B0B0;
	padding: 3px 4px;
}
table.tasks tr.open_prio1 td, td.open_prio1
{
	background: #FFFFC0;
}
table.tasks tr.open_prio2 td, td.open_prio2
{
	background: #FFEBC1;
}
table.tasks tr.open_prio3 td, td.open_prio3
{
	background: #FFD8C1;
}
table.tasks tr.open_prio4 td, td.open_prio4
{
	background: #FFC0C0;
}
table.tasks tr.resolved td, td.resolved
{
	background: #D5FFD5;
}
table.tasks tr.closed td, td.closed
{
	background: #EEEEEE;
}

table td select
{
	position: relative;
	left: -1px;
	margin-right: -2px;
}

table.tasklist td a
{
	display: block;
}

/* ---------- roadmap stuff ---------- */

.rm
{
	margin: 20px 20px;
	border: dotted 1px #BBBBBB;
}
.rm div
{
	padding: 5px 7px;
	border-left: solid 3px #AAAAAA;
}
.rm div.finished
{
	border-left: solid 3px #00A000;
}
.rm div.working
{
	border-left: dotted 3px #FF8000;
}
.rm span.finished,
.rm li.finished
{
	color: #00A000;
	text-decoration: line-through;
}
.rm .tasks.shade
{
	background: url(img/rm_back.png) repeat-x bottom;
}
.rm .tasks,
.rm li
{
	font-size: 11px;
	line-height: 15px;
}
.rm ul
{
	padding-left: 15px;
}
.rm .vline
{
	padding: 3px 5px;
	background: #F0F0F0;
}
.rm .arrow
{
	font-size: 16px;
	line-height: 16px;
}
.rm img.arrow
{
	vertical-align: middle;
	margin-right: 5px;
}
.rm .version
{
	font-weight: bold;
	color: #A00000;
}
.rm .time
{
	float: right;
	color: #00A000;
}

