/*--------------------------------------*/
/* CSS CREATED BY ERIKA GRECO - 2008 ---*/
/* WWW.ERIKAGRECO.COM ------------------*/
/*--------------------------------------*/

/*---------------------*/
/* GENERAL ------------*/
/*---------------------*/
* {margin: 0;padding: 0;}
body {            
	background: #d9d3c5;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	color: #3c3a36;	
}                  
h1,h2,h3,h4,a,label {letter-spacing: -.07em;}
select,
input {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #3c3a36;
}
hr {display: none;}
img, fieldset {border: none;}
a:link, a:visited {color: #008f1c;font-weight: bold;}
a:hover, a:active {color: #00af22;}
.clear {clear: both;height:0;font-size:0;line-height:0;}
#container {
	width: 662px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
/*---------------------*/
/* Buttons ------------*/
/*---------------------*/
.btn {
	background: url(../images/app/sprite.png) top left no-repeat;
	display: block;
	text-indent: -999em;
	text-align: left !important;
	overflow: hidden;
	cursor: pointer;
	border: none;  
	height: 25px !important;
	padding-top: 25px;
}
.btnAdd {
	background-position: 0 -94px;
	width: 70px;
	height: 30px !important;
	padding-top: 30px;
	float: right;
	display: inline;
}
.btnLogin {background-position: -94px -94px;width: 70px;height: 30px !important;}
.btnSignup {background-position: -164px -94px;width: 80px;height: 30px !important;}
.btnSave {background-position: -595px -31px;width: 60px !important;}
.btnCancel {background-position: -472px -56px;width: 70px !important;padding: 0;}
.btnDelete {background-position: -542px -56px;width: 71px !important; padding: 0;}
.btnX {background-position: -570px -31px;width: 25px !important;padding: 0;}
.btnXProject {background-position: -613px -56px;width: 25px !important;padding: 0;}
.btnXContext {background-position: -638px -56px;width: 25px !important;padding: 0;}
.btnArrowLrg {background-position: -525px -31px;width: 25px !important;padding: 0;}
.btnArrow {background-position: -550px -31px;width: 20px !important;height: 20px !important;padding: 0;}
/*---------------------*/
/* Header -------------*/
/*---------------------*/
#header {margin-bottom: 18px;}
#header h1 a {
	background-position: 0 -31px;
	width: 295px;
	height: 63px !important;
	float: left;
	display: inline;
	margin-top: 10px;
	padding: 0;
}
#header ul {float: right;display: inline;}
#header li {display: inline;list-style: none;}
#header #subNav {
	width: 350px;
	text-align: right;
	margin: 0 3px 5px 0;
}
#header #subNav a {
	font-size: 12px;
	color: #3c3a36;
	text-decoration: none;
}
#header #subNav a:hover {text-decoration: underline;}
#header #nav {width: 360px;}
#header #nav li {
	background: url(../images/app/sprite.png) -295px -52px no-repeat;
	width: 167px;
	height: 32px;
	float: left;
	display: inline;                     
	padding: 7px 0 0 10px;
}
#header #nav li.first {margin-right: 6px;}
#header #nav li select {
	width: 155px;
	font-size: 12px;
	font-weight: bold;
}
/*---------------------*/
/* Login & Sign Up ----*/
/*---------------------*/
.login {margin: 10px;}
.login label {
	font-weight: bold;
	display: block;
	margin: 0 0 3px 0;
}     
.login h2 {
	font-size: 24px;
	color: #8f8a81;
	margin-bottom: 10px;
	border-bottom: 2px solid #d9d3c5;
	padding: 0px 10px 8px 0px;
}               
.login input.txt {
	font-size: 16px;
	padding: 1px 4px;
	width: 250px;
	display: block;
  background: url(../images/openid.gif) no-repeat;
  background-color: #fff;
  background-position: 0 50%;
}                       
.login span {
	background: #ece9e2;
	display: block;     
	padding: 5px;
	margin: 2px 0 15px 0;
	width: 265px;
}
.login .btnLogin,
.login .btnSignup {float: left;display: inline;}
.login p {
	float: left;
	display: inline;
	margin: 7px 0 0 5px;
}                        
/*---------------------*/
/* Sales --------------*/
/*---------------------*/
.sales {
	padding: 5px 10px 10px 10px;
	margin: 0 2px 0 0;
	border-bottom: 1px solid #d9d3c5;
}                                    
.sales h3 {font-size: 26px;}
.sales h3 strong {color: #00af22;}
.sales img {    
	background: #fff;
	border: 1px solid #d9d3c5;
	padding: 3px;
	width: 380px;
	float: right;
	margin-left: 10px;
}
/*---------------------*/
/* Add Tasks ----------*/
/*---------------------*/
#addTask {
	background: #ece9e2 url(../images/app/content_mid.gif) top right repeat-y;	
	width: 662px;         
}
#addTask .top {
	background: url(../images/app/sprite.png) 0 -19px no-repeat;
	height: 5px;                                             
	font-size: 0;
}
#addTask .btm {
	background: url(../images/app/sprite.png) 0 -24px no-repeat;
	height: 7px;
	font-size: 0;
}
#addTask form {margin: 5px 12px 7px 10px;}                   
#addTask label.lrg {
	font-weight: bold;
	font-size: 20px;
	float: left;
	display: inline;
	margin-bottom: 3px;
	width: 510px;
}                   
#addTask form a.details {
	float: right;
	display: inline;
	font-size: 14px;
	width: 110px;
	text-align: right;
}
#addTask input.lrg {
	width: 550px;
	font-size: 18px;
	font-weight: normal;
	color: #8f8a81;    
	padding: 2px 4px;
	float: left;
	display: inline;
}
/*---------------------*/
/* Add Details --------*/
/*---------------------*/
#addDetails {margin-top: 10px;}
#addDetails label {
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}
#addDetails p.inline {
	float: left;    
	display: inline;
	width: 270px;
	margin-right: 22px;
}
#addDetails p.note {
	color: #8f8a81;
	font-style: italic;
	letter-spacing: -.05em;
	margin-top: 10px;
}
#addDetails input {
	width: 235px;
	height: 20px;
	font-size: 16px;
	float: left;
	display: inline;
}                         
#addDetails .btnArrowLrg {
	float: right;
	display: inline;
}
/*---------------------*/
/* Auto Complete ------*/
/*---------------------*/
.auto_complete {
	background: #fff;
	border: 1px solid #8f8a81;
	border-top: none;
	color: #3c3a36;
	font-size: 14px;
	font-weight: bold;
}                         
.auto_complete li {
	list-style: none;
	border-top: 1px solid #8f8a81;
	padding: 5px 10px;
	cursor: pointer;
}
.auto_complete li:hover {color: #008f1c;}
.auto_complete li.selected {background-color: #ffb;color: #008f1c;}
/*---------------------*/
/* Main ---------------*/
/*---------------------*/
#main {             
	background: #fff url(../images/app/content_mid.gif) top right repeat-y;      
	margin-top: 8px;
}
#main .top {
	background: url(../images/app/sprite.png) 0 -7px no-repeat;
	height: 5px;
	font-size: 0;
}
#main .btm {
	background: url(../images/app/sprite.png) 0 -12px no-repeat;
	height: 7px;
	font-size: 0;
}   
#main .contextTitle {
	border-bottom: 2px solid #d9d3c5;
	width: 640px;
	padding: 3px 10px 8px 10px;
	margin-right: 2px;
}
#main .contextTitle h2 {
	font-size: 26px;                 
	width: 525px;
	float: left;
	display: inline;
	color: #8f8a81;                 	
}                                   
#main .contextTitle a {
	float: right;         
	display: inline;
	width: 70px;
	text-align: right;
	font-size: 14px;
	margin: 7px 0 0 0;
}
#main .contextTitle .btnXContext {margin: 4px 0 0 10px;}
/*---------------------*/
/* Rename Context -----*/
/*---------------------*/
#main .contextTitle form {
	width: 600px;         
	margin: 3px 0;
	float: left;
	display: inline;
}
#main .contextTitle form a {margin: 4px 0 0 0;}            
#main .contextTitle form input {
	width: 400px;
	font-size: 18px;
	font-weight: bold;
	float: left;
	display: inline;
	margin-right: 2px;
}
/*---------------------*/
/* Task List ----------*/
/*---------------------*/
.taskList {
	list-style: none;       
	margin: 0 2px 0 0;
	overflow: auto;
}                   
.taskList li {
	background: #fff;
	border-bottom: 1px solid #d9d3c5;
	width: 650px;
	float: left;
	display: inline;
	padding: 5px;         
}                      
.taskList span.task input {
	float: left;
	display: inline;
	margin: 2px 0 0 0;    
}
.taskList span.task strong {
    letter-spacing: -.07em;
	float: left;	
	display: inline;              
	margin-left: 10px;
	width: 555px;         
}
.taskList li span.task,
.taskList li p.task {
	padding: 3px 0 2px 5px;
	float: left;
	display: inline;
/*  width: 590px;*/
}                         
.taskList p.inline {
	float: left;  
	display: inline;
	width: 150px;
	margin: 2px 0 0 0;
}
.taskList p.inline strong {
	font-size: 12px;
	display: block;  
	margin: 3px 0 0 0;
}
.taskList p.inline label {
	float: left;        
	display: inline;
	width: 50px;
	display: block;
	font-weight: normal;
	font-size: 12px;  
	margin: 4px 3px 0 0;
	text-align: right;
}
.taskList p.inline input {
	width: 135px !important;
	/width: 112px;	
	float: left;
	display: inline;
	height: 15px;
	font-size: 12px;      
	font-weight: bold;
}                
.taskList p.inline .btnArrow {
	float: right;   
	display: inline;
	margin-left: 1px;
}
.taskList li a.edit {
	font-size: 12px;     
	margin: 5px 5px 0 0;
	float: right;
	display: inline;
	width: 30px;
	text-align: right;
}
.taskList li.highlighted_task {
	background-color: #F5A9A9;
}
/*---------------------*/
/* Edit Details -------*/
/*---------------------*/
.taskList li.edit {background: #e5f7e8;} 
.taskList .edit p.task {width: 610px;}
.taskList p.task input.edit {
	font-weight: bold;
	font-size: 14px;
	width: 595px;
	margin: 0;
	padding: 0 2px;
}
.editDetails {margin: 0 40px 5px 5px;}
.editDetails p.inline {
	float: right;
	display: inline;     
	width: 215px;
}
.editDetails input.btn,
.editDetails .btnCancel {
	float: right;
	display: inline;
	margin: 10px 0 0 5px; 
}                                   
.editDetails .btnDelete {
	float: left;
	display: inline;
	margin: 10px 0 0 0;
}
.editDetails .highlightedField {
	font-weight: normal;
	font-size: 12px;  
	margin: 4px 3px 0 0;
	text-align: right;
}
/*---------------------*/
/* Completed Tasks ----*/
/*---------------------*/
.taskList li.complete {
	background: #f5f4f0;
	color: #8f8a81;           
	font-style: italic;
}                                                       
.taskList li.complete .task {width: 449px !important;}
.taskList li.complete .task strong {width: 415px !important;font-weight: normal;}
.taskList li.complete p.inline strong {font-weight: normal;}
.taskList li.complete .btn {
	float: right;   
	display: inline;        
	width: 25px;
}
/*---------------------*/
/* Project View -------*/
/*---------------------*/
#main .projectTitle {margin: 0 2px 0 0;}
#main .projectTitle p.center {
	text-align: center;
	color: #8f8a81;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -0.07em; 
	margin: 0 0 3px 0;
	width: 660px;
}                            
#main .projectTitle h2 {
	font-size: 20px;
	color: #3c3a36;
	float: left;
	display: inline;
	width: 560px;
}               
#main .projectTitle a {
	float: right;
	display: inline;
	width: 70px;
	text-align: right;
	font-size: 14px;
	margin: 2px 0 0 0;
}
#main .projectTitle .details {
	background: #ece9e2;    
	padding: 7px 10px 10px 10px;
	border-top: 2px solid #d9d3c5;
	border-bottom: 2px solid #d9d3c5;	
	width: 640px;
}
#main .details .progBar {
	background: url(../images/app/sprite.png) -295px -31px no-repeat;
	float: left;
	display: inline;
	width: 216px;
	height: 15px;
	font-size: 0;
	margin-top: 15px;
	padding: 6px 8px 0 6px;
}                    
#main .details .progBar span {
	background: url(../images/app/sprite.png) 0 0 repeat-x;
	border: 1px solid #399f4d;
	overflow: hidden;
	text-indent: -999em;
	width: 216px;
	height: 7px;
	display: block;  
}
#main .details .btn {
	margin: 10px 0 0 0;
}
/*---------------------*/
/* Rename Project -----*/
/*---------------------*/
#main .projectTitle form {
	width: 640px;         
	float: left;
	display: inline;
}
#main .projectTitle form .btn {margin: 0;}            
#main .projectTitle form input {
	width: 400px;
	font-size: 18px;
	font-weight: bold;
	float: left;
	display: inline;
	margin-right: 2px;
}
/*---------------------*/
/* Draggable ----------*/
/*---------------------*/
label.draggable {width: 425px !important;}
label.draggable strong {width: 395px !important;}
.taskList li .dragHandle {
	background: url(../images/app/sprite.png) -70px -98px no-repeat;
	float: left;
	display: inline;
	text-indent: -999em;
	overflow: hidden;
	width: 24px;
	height: 23px;
}     
.taskList li .dragHandle:hover {cursor: move;}                         
/*---------------------*/
/* Context View -------*/
/*---------------------*/
.projectList {
	margin: 0 2px 0 0;
	list-style: none;
	overflow: auto;
}
.projectList .project {
	background: #ece9e2;
	border-bottom: 2px solid #8f8a81;
	width: 660px;
	float: left;
	overflow: auto;
}
/*---------------------*/
/* Project Details ----*/
/*---------------------*/
.projectList .details {
	background: #ece9e2;	
	float: left;
	display: inline;
	width: 230px;
	padding: 10px;
}                  
.projectList .details h2 {font-size: 20px;line-height: 1.1em;margin-bottom: 5px;}
.projectList .details a {font-size: 14px;}
.projectList .details .progBar {margin-top: 25px !important;}
/*---------------------*/
/* Next Tasks ---------*/
/*---------------------*/
.projectList .taskList {
	border-left: 1px solid #d9d3c5;
	margin: 0;
	float: right;
	display: inline;
	width: 409px;
}                
.projectList .taskList li {
	float: left;
	display: inline;  
	width: 399px;
}           
.projectList .taskList label.task,
.projectList .taskList p.task {
	width: 355px;
	margin: 0;
	font-size: 14px;
}
.projectList .taskList strong {
	width: 320px !important;
	margin: 2px 0 0 10px;
	padding-bottom: 2px;
}
.projectList .taskList p.task input.edit {width: 345px;font-size: 13px;}
.projectList .taskList .editDetails {margin: 5px 40px 5px 5px;}
.projectList .taskList p.inline input {
	width: 95px !important;
	/width: 72px;
}
.projectList .taskList p.inline {width: 175px;}
.projectList .taskList .more {
	background: #f5f4f0;
	padding: 0;
	width: 409px;
}
.projectList .taskList .btnSave,
.projectList .taskList .btnCancel {
	margin: 10px 5px 0 0 !important;
	float: right;
	display: inline;
}                                
.projectList .taskList .btnDelete {
	margin: 10px 5px 0 0 !important;
	float: left;
	display: inline;
}
.projectList .taskList .more a {
	color: #8f8a81;
	text-decoration: none;
	font-size: 14px;
	font-style: italic;
	letter-spacing: -0.03em;
	padding: 5px 10px;
	display: block;
}
.projectList .taskList .more a:hover {color: #3c3a36;background: #fff;}
/*---------------------*/
/* Footer -------------*/
/*---------------------*/
#footer {
	margin: 10px auto;
	text-align: center;
	font-size: 11px;
}
#footer a {
	color: #3c3a36;
	font-weight: normal;
}
/*---------------------*/
/* Flash Messages -----*/
/*---------------------*/
.flash-error,
.flash-notice {
	background: #ffaaaa url(../images/app/error_bg.gif) top left no-repeat;
	padding: 5px 10px 5px 30px !important;
	margin: 5px 12px 10px 10px !important;
	font-weight: bold !important;
	font-size: 14px !important;
}
.flash-notice {background: #cbffab url(../images/app/success_bg.gif) top left no-repeat;}