/* ************************************* */
/* General styles                        */
/* ************************************* */

/* Status colors */
.issue_new
{
	background-color: #FFCCCC;
}
.issue_feedback
{
	background-color: #FF50A8;
}
.issue_confirmed
{
	background-color: #FFFFB0;
}
.issue_assigned
{
	background-color: #C8C8FF;
}
.issue_resolved
{
	background-color: #CCFFCC;
}
.issue_closed
{
	background-color: #E8E8E8;
}

/* ************************************* */
/* styles from Project.template          */
/* ************************************* */

/* Project list */
#projects_table .table_list thead, #projects_table .table_list tfoot
{
	display: none;
}

#upshrinkHeaderIC ul.reset
{
	padding: 0.5em;
}

/* ************************************* */
/* styles from ProjectView.template      */
/* ************************************* */
.issuecolumn
{
	float: left;
	width: 50%;
	margin-bottom: 15px;
}
.columnmargin_left
{
	margin-left: 5px;
}
.columnmargin_right
{
	margin-right: 5px;
}

/* Frame for Project info page*/
.projectframe
{
	margin-top: 2em;
	clear: both;
}
.projectframe_section
{
	clear: both;
}
.projectframe_section p.section
{
	display: block;
	margin: 0;
	width: 3%;
	text-align: center;
	float: left;
	padding: 0.5em 0 0 0;
}
.projectframe_section p.section_full
{
	display: block;
	margin: 0;
	padding: 0.3em;
	width: 100%;
}
.projectframe_section div.sectionbody
{
	margin-left: 3%;
	padding: 0.3em;
	border-left: solid #a0a0a0 1px;
}
.projectframe_section div.timeline
{
	margin-left: 3%;
	border-left: solid #a0a0a0 1px;
}
.projectframe_section div.timeline h5
{
	padding: 0.5em;
	border-top: solid #a0a0a0 1px;
	border-bottom: solid #a0a0a0 1px;
}
.projectframe_section div.timeline h5.first
{
	border-top: 0;
}
.projectframe_section div.timeline ul
{
	padding: 0.5em 1em;
}

/* */
.expl
{
}
.expl span
{
	padding: 3px 5px;
	display: block;
}

/* Progress bar */
.progressbar
{
	border: 1px solid #5294de;
	padding: 0.1em;
}
.progressbar div
{
	height: 0.8em;
	background: #5294de;;
}

/* ************************************* */
/* styles from IssueList.template        */
/* ************************************* */

/* Issue list */
.issuelistframe
{
	margin-top: 0;
}
.issuelistframe h3
{
	margin: 0;
}
.issue_table
{
	clear: both;
}
.issue_table table
{
	width: 100%;
}
.issue_table td.icon
{
	text-align: center;
	padding: 0.5em;
	width: 20px;
}
.issue_table td.info
{
	padding: 0;
}
.issue_table td.info h4
{
	padding: 0.4em 0.4em 0 0.4em;
	margin: 0;
}
.issue_table td.info p
{
	padding: 0 0.4em 0.5em 0.4em;
	margin: 0;
}
.issue_table td.replies, .issue_table td.status, .issue_table td.version
{
	width: 5%;
	text-align: center;
	padding: 0.4em;
}
.issue_table td.lastissue
{
	width: 20%;
	padding: 0.4em;
}

/* ************************************* */
/* styles from IssueView.template        */
/* ************************************* */
#issue_comments
{
	width: 78%;
}
#issue_comments h3
{
	vertical-align: middle;
}

/*
#firstcomment h3.catbg3
{
	padding: 0.4em;
}
#firstcomment h3.catbg3 img
{
	
}
#firstcomment h3.catbg3 span
{
	padding-left: 2%;
}*/

#issueinfo
{
	width: 21%;
	margin-bottom: 30px;
}
#issueinfo .dark
{
	color: gray;
	font-weight: bold;
}
#issueinfo ul.details
{
	list-style: none;
	margin: 0 2.5px;
	padding: 0;
}
#issueinfo ul.details li
{
	border: 1px solid transparent;
	margin: 1.5px 0;
}

#issueinfo ul.details dl
{
	margin: 0;
}

#issueinfo ul.details dt
{
	margin: 0;
	margin-right: 5px;
	padding: 1px 2.5px;
	float: left;
	color: gray;
	font-weight: bold;
}
#issueinfo ul.details dd
{
	float: left;
	margin: 0;
	padding: 1px 2.5px;
}

.project_dropdown
{
	cursor: pointer;
}

.project_dropdown:hover, .project_dropdown_selected
{
	border: 1px solid black !important;
	background: white;
}

.project_dropdown dd.button
{
	width: 16px;
	height: 1.6em;
	float: right !important;
	background: url(../images/pdropdown.gif) no-repeat center center;
}
.project_dropdown dd.button_work
{
	width: 16px;
	height: 1.6em;
	float: right !important;
	background: url(../images/ploading.gif) no-repeat center center;
}

.project_dropdown ul
{
	border: 1px solid black;
	border-top: 0;
	background: white;
	position: absolute;
	margin: 0;
	padding: 0;
	margin-left: -1px;
}
.project_dropdown ul li
{
	list-style: none;
	border: 0 !important;
	margin: 0 !important;
	padding: 1px 2.5px !important;
}
.project_dropdown ul li.group
{
	font-weight: bold;
}
.project_dropdown ul li a
{
	color: black;
	display: block;
}
.project_dropdown ul li a:hover
{
	text-decoration: none;
}
.project_dropdown ul li.selected_item
{
	background: #00ffff;
}
.project_dropdown ul li:hover
{
	background: #3399ff;
}

/* Style for comments */
.comments div.postarea .keyinfo
{
	min-height: 1em;
}

/* Textarea for writing comment */
#comment
{
	width: 95%;
	height: 100px;
}

/* Tagging */
ul.tags
{

}
ul.tags li
{
	padding: 5px;
	float: left;
}
ul.tags li.tag_editor
{
	float: right;
}

/* Changes */
ul.changes, ul.changes li
{
	list-style: none;
}
ul.changes li
{
	clear: both;
}

/* ************************************* */
/* styles from IssueReport.template      */
/* ************************************* */
#reportform dl
{
	padding: 5px;
	margin: 0;
}
#reportform dt, #reportform dd
{
	margin: 0;
	padding: 3px 0px;
}
#reportform dt
{
	float: left;
	clear: left;
	width: 15%;
	font-weight: bold;
	text-align: right;
}
#reportform dd
{
	margin-left: 16%;
	clear: right;
}
#reportform dd.full
{
	clear: both;
	margin-left: 0;
	width: 100%;
}
#reportform dd.clear
{
	float: none;
	clear: both;
}

.center
{
	text-align: center;
}

/* ************************************* */
/* styles from ProjectProfile.template   */
/* ************************************* */
.projectstats
{
	width: 85%;
	margin: auto;
	text-align: center;
}
.projectstats h3, .projectstats div
{
	text-align: left;
}
.projectstats_section
{
	clear: both;
}
.projectstats_section p.section
{
	display: block;
	margin: 0;
	width: 3%;
	text-align: center;
	float: left;
	padding: 0.5em 0 0 0;
}
.projectstats_section div.sectionbody
{
	margin-left: 3%;
	padding: 0.3em;
	border-left: solid #a0a0a0 1px;
}

/* ************************************* */
/* styles from PatchView.template        */
/* ************************************* */
.patch dl
{
	margin: 0;
	padding: 0 0 0 0.2em;
}
.patch dt
{
	margin: 0;
	float: left;
	font-family: monospace;
	width: 40px;
}
.patch dd
{
	margin: 0 0 0 80px;
	padding: 0 0.2em;
	border-left: 1px solid #A0A0A0;
	font-family: monospace;
	white-space: pre;
}
.patch div.windowbg2
{

}