html {
	background-color: #FAFDFE;
	background-image: url(https://addons.mozilla.org//img/amo2009/bg/body.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

body {
	color: #444444;
	font-size: 13px;
	line-height: 1.538em;
	margin: 0 auto;
	min-width: 780px;
	position: relative;
	font-family:"helvetica neue",tahoma, arial,helvetica,sans-serif;
}

.fluffWrap {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background-color: #B5D9E5;
	border: 4px solid #B5D9E5;
	margin: 10px;
}
.fluffContent {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	background-color: #FFFFFF;
	border: 1px solid #2E5186;
	padding: 10px;
	overflow: auto;
}

.fluff-show {
	display: block !important;
}

.fluffDialog {
	z-index: 100;
	position: absolute;
	float: left;
	display: none;
}	

.fluff-dialog-title {
	background: #666;
	color: #fff;
	padding: 0 10px;
	font-weight: bold;
	cursor: pointer;	
}

#controllerContainer .controls {
	top: 60px;
	left: 510px;
	position: absolute;
	width: 120px;
	display: none;
}

#controllerContainer input {
	width: 100px;
}

.header {
	font-size: 110%;
	border-bottom: 1px solid #B5D9E5;
}
		

/* ---- P R O J E C T V I E W ---- */

#projectListView {
	display: none;
	width: 480px;
}

.project .project-name {
	cursor: pointer;
}

.project-actions {
	display: none;
	position: absolute;
	top: 0px;
	margin: 2px;
	left: 240px;
}

.project-action {
	cursor: pointer;
}

/* ---- M I L E S T O N E V I E W ___________________________________________ */

#issueListView {
	display: none;
	width: 480px;
}

#issueList {
	height: 530px;
}

.issue-id {
	width: 42px;
	height: 18px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border: 1px solid #ccc;
	background: #f0f0f0;
	color: #444;
	text-align: center;
	float: left;
	font-size: 12px;
	margin-right: 1ex;
	padding-right: 6px;
}
.issue-id .hash {
	color: #ccc;
}

.issue,
.project {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	padding: 2px;
	margin: 2px;
	height: 20px;
	overflow: hidden;
	position: relative;
}

/* in progress */ .status-1 {
	background: #ffa;
}	
/* waiting */ .status-2 {
	background: #fdd;
}	
/* done */ .status-3 {
	background: #bfb;
}	

.issueHeaders div,
.issue div {
	overflow: hidden;
	cursor: pointer;
}

.issueHeaders {
	position: relative;
}

.bp,.sp,.score {
	width: 50px;
	position: absolute;
	top: 0px;
	text-align: center;
	margin: 2px;
}

.summary {
	width: 240px;
	overflow: hidden;
	text-align: left;
}

.bp {
	left: 300px;
}

.sp {
	left: 350px;
}

.score {
	left: 400px;
}

.issue:hover .summary {
	text-decoration: underline;
}


/* ---- E D I T F O R M _____________________________________________________ */

#editForm {
	display: none;
	top: 10px;
	left: 540px;
}

#editForm th {
	text-align: right;
	font-weight: normal;
	font-size: 12px;
}
#editForm input {
	font-weight: normal;
	font-size: 12px;
	width: 60px;
	text-align: right;
}
#editForm_summary {
	width: 500px !important;
	text-align: left !important;
}
#editForm_description {
	width: 500px;
	height: 200px;
	text-align: left;
}



#storeForm {
	display: none;
	z-index: 100;
	top: 100px;
	left: 100px;
	position: absolute;
	float: left;
	width: 620px;
}
#storeForm textArea {
	width: 580px;
}





#contextSwitch {
	margin: 10px;
	width: 480px;
}
.contextLink {
	cursor: pointer;
	text-decoration: underline;
}
.contextLink.current {
	font-weight: bold;
}
