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

/* Project list */
.projectlistframe
{
	margin-top: 0.4em;
}
.projectlistframe h3, .projectframe h3
{
	margin: 0;
}
table.projectsframe
{
	width: 100%;
}
table.projectsframe td.icon
{
	text-align: center;
	padding: 0.5em;
	width: 6%;
}
table.projectsframe td.info
{
	width: 60%;
	padding: 0;
}
table.projectsframe td.info h4
{
	padding: 0.4em 0.4em 0 0.4em;
	margin: 0;
}
table.projectsframe td.info p
{
	padding: 0 0.4em 0.5em 0.4em;
	margin: 0;
}
table.projectsframe td.info p.developers, table.boardsframe td.info p.developers
{
	font-style: italic;
}
table.projectsframe td.stats
{
	width: 8%;
	vertical-align: middle;
	text-align: center;
}
table.projectsframe td.lastissue
{
	padding: 0.4em;
	width: 26%;
}

/* 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 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;
}
table.issuetable
{
	width: 100%;
}
table.issuetable td.icon
{
	text-align: center;
	padding: 0.5em;
	width: 20px;
}
table.issuetable td.info
{
	padding: 0;
}
table.issuetable td.info h4
{
	padding: 0.4em 0.4em 0 0.4em;
	margin: 0;
}
table.issuetable td.info p
{
	padding: 0 0.4em 0.5em 0.4em;
	margin: 0;
}
table.issuetable td.replies, table.issuetable td.status, table.issuetable td.version
{
	width: 5%;
	text-align: center;
	padding: 0.4em;
}
table.issuetable td.lastissue
{
	width: 20%;
	padding: 0.4em;
}

/* ************************************* */
/* styles from IssueView.template        */
/* ************************************* */
#firstcomment
{
	width: 78%;
}
#firstcomment .post
{
	clear: none;
}
#firstcomment h3.catbg3
{
	padding: 0.4em;
}
#firstcomment h3.catbg3 img
{
	vertical-align: middle;
}
#firstcomment h3.catbg3 span
{
	padding-left: 2%;
}

.issueinfoframe h3
{
	margin: 0;
}
#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;
}

.dropdown
{
	cursor: pointer;
}

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

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

.dropdown ul
{
	border: 1px solid black;
	border-top: 0;
	background: white;
	position: absolute;
	margin: 0;
	padding: 0;
	margin-left: -1px;
}
.dropdown ul li
{
	list-style: none;
	border: 0 !important;
	margin: 0 !important;
	padding: 1px 2.5px !important;
}
.dropdown ul li.group
{
	font-weight: bold;
}
.dropdown ul li a
{
	color: black;
	display: block;
}
.dropdown ul li a:hover
{
	text-decoration: none;
}
.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;
	width: 15%;
	font-weight: bold;
	text-align: right;
}
#reportform dd
{
	margin-left: 16%;
}
#reportform dd.full
{
	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
{

}