/* proSilver Style Sheet Tweaks

These style definitions are mainly IE specific 
tweaks required due to its poor CSS support.
-------------------------------------------------*/

li.header-bug dt, li.header-bug dd {
	color: #00F000;
	margin-left: 1px;
}
li.header-bug dl.icon {
	min-height: 0;
}
.icon {
	min-height: 35px;
	background-position: 13px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
	padding: 4px;	
	
}

dt.bug-cat-name {
	width: 20%;
	font-size: 1.2em;
}
dd.bug-id {
	width: 5%;
	line-height: 2.2em;
	font-size: 1.2em;
}
dd.bug-status {
	width: 15%;
	font-size: 1.2em;
}
dd.bug-assigned {
	width: 15%;
	font-size: 1.2em;
}
dd.last-post {
	width: 25%;
}
dd.bug-report-info {
	width: 39%;
}
dd.security {
	width: 39%;
	font-size: 1.2em;
	line-height: 1.5em;
}
dd.bug-id {
	text-align: right;
}
.unread_bug {
	color: #FF0000;
	font-weight: bold;
	font-size: 1.2em;
}
dd.bug-status, dd.bug-assigned {
	text-align: center;
}
div.bug-headline {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	margin: 3px;
}
div.bug-headline span{
	color: #FF0000;
}
div.page-body-left {
	float: left;
	width: 68%
}
div.page-body-right {
	float: right;
	width: 30%;
}
div.details {
	background: #c30000;
	border-bottom: 1px solid #FF0000;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
div.detail-point {
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #FFFFFF;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
div.detail-point-last {
	border-top: 1px solid #FFFF00;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
fieldset.fieldsbug dt {
	width: 19em;
	border-right-width: 0;
}

fieldset.fieldsbug dd {
	margin-left: 20em;
	border-left-width: 0;
}
.catdescbody {
	padding: 0;
	padding-left: 10px;
	line-height: 1.48em;
	color: #333333;
	clear: both;
}

.buttons div.bug-icon	{ width: 96px; height: 25px; }
.bug-icon span	{ background: transparent none 0 0 no-repeat; }
.bug-icon span	{ background-image: url("{T_IMAGESET_LANG_PATH}/button_bug_new.gif"); }

.quotecontent, blockquote div { overflow: auto; max-height: 300px; font-size:13px; font-weight: normal;  font-family: "Arial"}