body { background-color: #fff; color: #333; }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #4D4A4C; }
a:hover {}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}



#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}



/* ##################ÃÂ SCAFFOLD  ################### */


body {
	text-align: center;
	background-color: #C9C5C2;
}

p {
	padding-top: 0;
	margin-top: 1em;
}

ul {
	padding: 0;
	padding-left: 20px;
	margin: 0;
	list-style-type: bullet;
}

#page {
	position: relative;
	margin: 0 auto;
	width: 770px;
	text-align: left;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 10;
}

#header h1 {
	position: absolute;
	top: 5px;
	margin: 0;
	padding: 0;
	left: 10px;
	height: 40px;
	width: 200px;
}

#header h1 img {
	position:absolute;
	bottom: 0px;
}

#navigation {
	text-align: right;
	padding: 0px 10px;
	position: absolute;
	right: 0px;
	font-size: 10px;
	top: 21px;
}

#content {
	position: absolute;
	left: 0;
	top: 40px;
	border-top: 7px solid #eee;
	float: left;
	width: 730px;
	padding: 20px;
	background-color: #fff;
	min-height: 400px;
}



hr {
	background: url(/images/bg.png);
}

#about {
	padding: 4em 5px;
	clear: left;
	width: 350px;
}

#signup.box input, #signup.box select {
	width: 80%;
}

.notice {
	color: green;
}

a {
	color: #f60;
}

a img {
	border: none;
}

h2 {
	padding: 0;
	margin: 0;
	padding-top: 0;
	margin-top: 8px;
	font-size: 18px;
	font-weight: normal;
	color: #f60;
}

h3 {
	font-size: 14px;
	font-weight: normal;
}



#low_on_web20 {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 11;
	text-align:right;
}

#page h1 {
}

#pitch {
	margin-left: 0;
	text-align: right;
	width: 340px;
	padding: 5px;
	margin: 10px 10px 0 0px;
}

#pitch h1 {
	position: relative;
	display: block;
	margin: 20px 0 20px 0;
	left: 0;
	font-size: 26px;
	margin-bottom: 10px;
}

#pitch h2 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 1.5em;
	line-height: 1.2em;
}
#pitch h3 {
	margin-bottom: 1.5em;
}

#pitch #call_to_action {
	text-align: right;
	background-color: #ffeedd;
	padding: 10px 10px 10px 0;
	font-size: 12px;

}

#pitch #call_to_action h4 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 16px;
}

#pitch #call_to_action a {
	color: #00f;
}
#pitch #call_to_action h4 a {
	color: #00f;
	font-weight: bold;

	font-size: 18px;
}

img.screenshot {
	margin: 5em 5px 0 0;
	float: right;
	border: 1px solid #666;
}


/*############################ DASHBOARD #################*/


table.calendar {
	table-layout: fixed;
	border-collapse: collapse;
	margin-top: 0px;
	width: 720px;
}

.daily_actions .header.days 
	th {
		font-weight: normal;
		font-size: 9px;
		text-align: center;
	}

.daily_actions .header.weeks 
	th {
		padding: 0;
		font-weight: normal;
		border: none;
		margin: 0;
		height: 15px;
		font-size: 10px;
		text-indent: 3px;
		color: #999;
	}
	
.daily_actions .header th.title {	
	width: 200px;
}	

.daily_actions .header.weeks 
	th.history {
		border-color: #fff;
		text-align: left;
		width: 70px;
	}


.daily_actions .header.weeks 
	th.last_week {
		border-color: #4D4A4C;
		width: 175px;
	}
	
.daily_actions .header.weeks 
	th.this_week {
		width: 280px;
		color: #333;
		border-color: #804a26;
	}


.daily_actions .header.days
	th {
               font-size: 11px;
	} 

.daily_actions .header.days
	th.history {
		width: 10px;
		text-align: left;
		text-indent: 3px;
		background-color: #ccc;
	} 
	
.daily_actions .header.days  
	th.last_week {
		width: 25px;
		color: #000;
		background-color: #999;		
	}
	

.daily_actions .header.days 
	th.last_week.weekend {
		color: #666;
font-size: 10px;
	}	


.daily_actions .header.days  
	th.this_week {
		width: 40px;
		color: #fff;
		background-color: #333;
	}


.daily_actions .header.days  
	th.this_week.weekend {
		color: #ccc;
	}


.daily_actions .header.days
	th.today {
		color: #fff !important;
		background-color: #FF7400;
		font-weight: bold;		
	}
	
.daily_actions .header 
	.day {
		background-color: #fff;	
	}



.daily_actions .daily 
	th {
		width: 200px;
		padding: 0;
		margin: 0;
		text-indent: 10px;
		height: 25px;
		border-bottom:1px solid #ccc;	
		font-size: 11px;
		overflow: hidden;
		padding-left: 0px;
		background-color: #fff;				border-right:1px solid #ccc;
		border-right:1px solid #ddd;

	}



.daily_actions .daily.separator 
 	th {
		color: #ADA77F;
		text-indent: 5px;
		padding: 5px 0;
		background-color: #fff;
		border-right: none;

	}


	.daily_actions .daily.separator 
	 	td {
		background-color: #fff;
		border-bottom:1px solid #ccc;

		}

.daily_actions .daily.action 
	td.day {	
		padding: 0;
		margin: 0;
		border: none;
		height: 31px;
		border-bottom:1px solid #ccc;
		text-align: center;
		background-color: #fff;
	}




.daily_actions .daily.action 
	td div {
		position: relative;
	}
	
	
.daily_actions .daily.action 
	td div.popout {
		position: absolute;
		top: -15px;
		left: -15px;
		width: 75px;
		padding: 6px;
		border: 1px solid #999;
		background-color: #eee;
		z-index: 10;
		text-align: left;
	}
	
	
.daily_actions .daily.action 
	td div.popout input {
		text-align: center;
}

.daily_actions .daily.action 
	td div.popout input.save {
		width: 25px !important;
		padding: 0 0 0 0px;
		margin: 3px 0 0 0;
		font-size: 10px;
	}
.daily_actions .daily.action 
	td div.popout a.cancel {
		display: inline;
		background: none;
		border: 0;
		padding: 0;
		margin: 0;
		font-size: 9px;
		color: #f00;
	}

	
	
.daily_actions .daily.action 
	td a {
		display: block;
		width: 100%;
		height: 18px;
		text-decoration: none;
	}	


.daily_actions .daily.action 
	td .check.rating a {
		background-image: url(/images/award_bronze.png) ;
		_background-image: url(/images/award_bronze_ie.png);
		background-repeat: no-repeat;
	}
	
.daily_actions .daily.action 
	td .check.rating_0 {
		background-image: url(/images/award_bronze.png) ;
		_background-image: url(/images/award_bronze_ie.png);
		background-repeat: no-repeat;
	}
.daily_actions .daily.action 
	td .check.rating_1 a {
		background-image: url(/images/award_silver.png) ;
		_background-image: url(/images/award_silver_ie.png);
		background-repeat: no-repeat;
	}
.daily_actions .daily.action 
	td .check.rating_2 a {
		background-image: url(/images/award_gold.png) ;
		_background-image: url(/images/award_gold_ie.png);
		background-repeat: no-repeat;
	}
	
.daily_actions .daily.action 
	td .check.done a {
		background-color: ;
	}
	
.daily_actions .daily.action 
	td .check.count a {
		color: #fff;
	}
	
		
/* Metric */	

.daily_actions .daily.action 
td .check.metric a {
	color: #fff;
	background-color: #ADA77F;
}


.daily_actions .daily.action 
	td .check.metric form {
		width: 90% !important;
	}
	
.daily_actions .daily.action 
	td .check.metric input {
		font-size: 10px;
		width: 90% !important;
	}
	
/* Metric */

.daily_actions .daily.action 
	td .check a {
		background: #ADA77F;
}

.daily_actions .daily.action 
	td .check.new a {
		background-color: transparent !important;
	}

.daily_actions .daily.action 
	td .check.new a:hover {
		background-color: #ADA77F;
	}

.daily_actions .daily.action 
	td.day_off {
		background-image: url(/images/bgt.png) ;
}


.daily_actions .daily.action 
	td.day_off .check.new a {
		background: #ADA77F url(/images/bgt.png) !important;
}


.daily_actions .daily.action 
	td.day.history {
		width: 9px;
		font-size: 9px;
		border-right: 1px solid #eee;
		background-color: #fff;
	}

.daily_actions .daily.action 
	td.last_week 	{
		width: 24px;
		border-right: 1px solid #eee;
		font-size: 10px;
		background-color: #fff;
	}
		
.daily_actions .daily.action 
	td.day.this_week 	{
		width: 39px;      
		border-right: 1px solid #ccc;
		font-size: 10px;  
		background-color: #eee;
	}         

.daily_actions .daily.action 
	td.day.this_week.today 	{
		border-right: 1px solid #f90 !important;
		border-bottom: 1px solid #f90 !important;
		background-color: #FFFF88;
	}	
	

.daily_actions .daily_action_new th {
	padding: 5px 0 0 5px;	
	height: 40px;
	font-size: 11px;
}


/*############################# MANAGE ##################*/

ul.daily_actions {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 450px;
}

ul.daily_actions .daily {
	padding: 1px 0;
	margin: 0;
	border: none;
	height: 25px;
	background-color: #fff;
	vertical-align: middle;
	text-indent: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

ul.daily_actions .daily:hover {
	background-color: #eee;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.daily.separator {
	padding: 1px 0;
	margin: 2px 0;
	text-indent: 0;
	border-top: none;
}

.daily_actions .daily 
	.header {
        position: relative;	
        padding: 0;
        margin: 0;
        width: 450px; 
        height: 25px;
        line-height: 25px;
	}


.daily_actions .daily 
	.header .title {
		position: absolute;
		left: 0px;
		top: 0px;
	
		display: block;
		overflow:hidden;
		width: 200px; 
		height: 25px; 	
		z-index: 9;	
	
		margin: 0;	
		padding: 0;			
	
		font-weight: bold;
		font-size: 11px;
		text-indent: 15px;
	}


.daily_actions .daily 
	.header .actions {
		position: absolute;
		left: 350px;
		top: 0px;
	
		display: block;
		width: 90px;
		height: 25px;
		z-index: 10;

		text-align: right;			
		font-size: 10px;
		font-weight: normal;
		padding-right: 5px;
		line-height: 26px;
	}



.daily_actions .daily.separator 
	.header .title {
		font-weight: normal;
		font-size: 14px;
		color: #333;
		text-indent: 5px;
	}




/*############################ FACEBOX #################*/


#facebox .b {
  background:url(/images/facebox/b.png);
}

#facebox .tl {
  background:url(/images/facebox/tl.png);
}

#facebox .tr {
  background:url(/images/facebox/tr.png);
}

#facebox .bl {
  background:url(/images/facebox/bl.png);
}

#facebox .br {
  background:url(/images/facebox/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table.facebox_border_table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}


/*############################ FACEBOX #################*/

#content form table {
	width: 500px;
	
}

#content form table .label {
	width: 186px;
	padding-right: 15px;
	text-align: right;
}


form table {
	width: 500px;
	text-align: left;
}

form table hr {
	margin: 15px 0;
	border-style: solid none none;
	color: #999;
}

form table td {
	padding-top: 5px;
	padding-bottom: 5px;
}

form table .section td {
	padding-top: 15px;
}

form table .label {
	width: 100px;
	padding-right: 15px;
	text-align: right;
}

.check.sample {
	display: inline-block;
	padding-right: 25px;
	width: 30px;
	background: #ADA77F;
}

.rating.check.sample {	
	background-image: url(/images/award_silver.png) ;
	background-repeat: no-repeat;
}

.count.check.sample {	
	color: #fff;
	text-align: center;
	font-weight: normal;
	padding: 0 10px;
}

.metric.check.sample {	
	color: #fff;
	text-align: center;
	font-weight: normal;
	padding: 0 2px;
}

table.weekdays {	
	margin: 0 !important;
	padding: 0;
	width: 280px !important;
}

table.weekdays th,
table.weekdays td {
	width: 40px !important;
	text-align: center;
	border: none
}


table.weekdays td.odd{
	background-color: #eee;
}

table.weekdays th.odd{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
	
table.weekdays th {
	font-weight: normal;
	padding: 0 0 3px 0;
	margin: 0;
	line-height: 13px;
	text-transform: capitalize;
}
