#content-in {
	width:900px;
	min-height:600px;
	background-color:#EEEEEE;
	font-size:12px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	padding-bottom:20px;
}

div#dev-base ul {
	margin-top:0px;
	list-style-type:none;
	border-bottom:1px solid #DDDDDD;
}

div#dev-base ul li {
	display:block;
	width:90px;
	height:16px;
	padding-top:4px;
	float:left;
	background-image:url(images/tab.gif);
	background-repeat:no-repeat;
	text-align:center;
}

div#dev-base ul#dev-login {
	float:left;
}

div#dev-base ul#dev-menu {
	float:right;
}

#content-in p {
	padding-left:20px;
	margin-top:30px;
}

#copyright {
	text-align:center;
	font-size:0.9em;
	margin:auto;
	width:900px;
	background-color:#eeeeee;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}

fieldset {
	background-color:#FFFFFF;
	border:1px solid #DDDDDD;
}

h1 {
	background-color:#950000; /* #9BB9BB */
	border-bottom:3px solid #DDDDDD;
	clear:both;
	color:#FFFFFF;
	font-size:14px;
	margin:10px 0pt 10px;
	padding:5px 30px;
}

div#logo {
	background-image:url(images/dev_logo.gif);
	background-repeat:no-repeat;
	width:280px;
	height:87px;
	margin:auto;
}

div#dev-base {
	height:20px;
	/* background-color:#FF0000; */
	border-top:1px solid #DDDDDD;
	border-bottom:4px solid #DDDDDD;
}

div#logged-as {
	padding-left:20px;
	border-bottom:2px solid #DDDDDD;
}

span.little {
	font-size:0.8em;
}

/* links */
a, a:visited, a:link, a:active {
	color:#950000;
}

a:hover {
	color:#999999;
}

/* tickets */
table.tickets {
	table-layout:fixed;
	empty-cells:show;
	width:900px;

}

table.tickets tr.ticket-titles td {
	font-style:italic;
	font-size:0.8em;
	color:#950000;
}

table#tickets tr td {
	
}

table.tickets tr td.time {
	width:80px;
}

table.tickets tr td.num {
	width:60px;
}

table.tickets tr td.type {
	width:60px;
}

table.tickets tr td.title {
	width:300px;
}

table.tickets tr td.author {
	width:90px;
}

table.tickets tr td.file_affected {
	width:110px;
}

table.tickets tr td.status {
	width:100px;
}

table.tickets tr td.admin-update {
	width:50px;
}

table.tickets tr td.admin-delete {
	width:50px;
}

table.tickets tr td.close {
	width:80px;
}

table.tickets tr td.open {
	width:80px;
}

table.tickets tr td.close {
	color:#00CC00;
}

table.tickets tr td.open {
	color:#FF0033;
}

/* changesets */
table.changesets {
	table-layout:fixed;
	empty-cells:show;
	width:900px;

}

table.changesets tr.ticket-titles td {
	font-style:italic;
	font-size:0.8em;
	color:#950000;
}

table#changesets tr td {
	
}

table.changesets tr td.time {
	width:100px;
}

table.changesets tr td.num {
	width:100px;
}

table.changesets tr td.type {
	width:100px;
}

table.changesets tr td.title {
	width:300px;
}

table.changesets tr td.author {
	width:100px;
}

table.changesets tr td.file_affected {
	width:100px;
}

/* specific ticket */
table.the_ticket tr td:first-child {
	font-weight:bold;
}

table.the_ticket tr td.ticket-text {
	background-color:#FFFFFF;
}

table.the_ticket tr td.ticket-text pre {
	background-color:#CCCCCC;
}

div.the_ticket {
	width:600px;
	margin:auto;
	background-color:#FFFFDD;
	border:1px solid #950000;
}

#content-in div.the_ticket p {
	margin-top:2px;
}

p.ticket-title {
	font-size:1.3em;
	border-bottom:2px solid #CCCCCC;
	margin-bottom:8px;
	font-weight:bold;
}

p.ticket-author {
	font-size:1em;
	margin-bottom:4px;
	border-bottom:1px solid #CCCCCC;
}

p.ticket-file {
	font-size:1em;
	margin-bottom:2px;
	border-bottom:1px solid #CCCCCC;
}

p.ticket-type {
	font-size:1em;
	margin-bottom:2px;
	border-bottom:1px solid #CCCCCC;
}

p.ticket-status {
	font-size:1em;
	margin-bottom:2px;
	border-bottom:1px solid #CCCCCC;
}

p.ticket-content {
	border-bottom:1px solid #CCCCCC;
}

div.ticket-text {
	background-color:#FFFFFF;
	width:560px;
	margin:auto;
	font-size:1em;
	margin-bottom:14px;
	border:1px solid #CCCCCC;
	padding:2px;
}

div.ticket-text pre {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
}

p.ticket-closedby,  p.ticket-closedwhy {
	font-size:1em;
	margin-bottom:2px;
	border-bottom:1px solid #CCCCCC;
}

#content-in div.the_ticket p.spleft {
	padding-left:30px;
}

/* comments */

div.the-comment {
	width:500px;
	background-color:#999999;
	margin:40px auto 0px auto;
	border:1px solid #950000;
	padding-bottom:6px;
}

#content-in div.the-comment p {
	margin-top:2px;
}

#content-in div.the-comment div.comment-text {
	width:400px;
	margin:auto;
	background-color:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
	padding:6px;
}

#content-in div.the-comment div.comment-text pre {
	background-color:#CCCCCC;
}

#content-in div.the-comment p.comment-author {
	border-bottom:1px solid #CCCCCC;
}

/* general */
p.day {
	font-size:1.3em;
	background-color:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
}

span.closed_by {
	font-size:0.7em;
}

table.the_ticket {
	font-size:1.1em;
	border-collapse:collapse;
	width:100%;
}

table.the_ticket tr.space {
	border-bottom:2px solid #000000;
	margin-bottom:10px;
}

table.the_ticket tr td {
	padding-top:10px;
	padding-bottom:10px;
}

/* roadmap */
table#roadmap {
	width:70%;
	empty-cells:show;
	border:1px solid #000000;
	border-collapse:collapse;
}

table#roadmap tr td.r-closed {
	background-color:#4f965b; /* #00CC00 */
	height:30px;
	text-align:right;
	color:#FFFFFF;
}	

table#roadmap tr td.r-opened {
	background-color:#FFFFFF;
}	

p.percentage span {
	margin-left:30px;
	margin-right:4px;
}

div.version {
	padding:20px;
}

ul.feat {
	font-size:1.2em;
	list-style-type:circle;
}

/* sourcecode */
div#files {
	/*
	float:left;
	width:150px;
	*/
}

div#files div.javascript {
	background-color:#FFFFFF;
}

div#file-source {
	float:left;
	width:700px;
	background-color:#FFFFFF;
}

div#footer {
	clear:both;
}

div#files h4 {
	color:#950000;
	font-style:italic;
	/* border-bottom:1px solid #950000; */
}

table#the-file {
	border-collapse:collapse;
	table-layout:fixed;
	width:900px;
}

table#the-file tr td.line-num {
	background-color:#999999;
	color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
	width:40px;
}
	
table#the-file tr td.line-text {
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	white-space:pre;
	width:860;
	background-color:#FFFFFF;
	
}

h4.the-section {
	background-image:url(images/folder.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:20px;
}

div.sections {
	display:none;
}

div.sections ul li {
	list-style-type:circle;
}

/* the rules */
div#the-rules {
	padding:20px;
}

div#the-rules ul li {
	margin-top:10px;
}
