body {
	padding: 0px;
	margin: 0px;
	font-family: "Myriad Pro",Myriad,Arial,Helvetica,clean,sans-serif;
	background: url("../images/background_logo.gif");
	background-repeat: no-repeat;
	background-position: 64% 180px;
	background-attachment: fixed;
	font-size: 14px;
}

h1 {
	font-size: 1.5em; 
	font-weight: normal;
	line-height: 1em; 
	margin-top: 1em;
	margin-bottom:0;
}
h2 { 
	font-size: 1.1667em; 
	font-weight: bold; 
	line-height: 1.286em; 
	margin-top: 1.929em; 
	margin-bottom:0.643em;
}
h3, h4, h5, h6 {
	font-size: 1em; 
	font-weight: bold; 
	line-height: 1.5em; 
	margin-top: 1.5em; 
	margin-bottom: 0;
}
p { 
	font-size: 1em; 
	margin-top: 1.5em; 
	margin-bottom: 1.5em; 
	line-height: 1.5em;
}


.nav {
	width: 100%;
	height: 3em;
	padding: 0px;
	padding-top: 1px;
}

.nav a {
	padding: 0px 10px;
}

a {
	color: #0466CD;
	text-decoration: none;
}

ol li, ul li { 
	line-height: 1.5em; 
	margin: 0;	
}

img {
	padding: 0px;
	border: 0px;
	margin: 0px;
	
}
a:hover {
	color: #0C8ABF;
	text-decoration: underline;
}

.mainContent {
	width: 80%;
	margin-left: 10%;
	margin-bottom: 50px;
}

.greeting {
	font-size: 36px;
	margin-left: -40px;
	color: #E9E9E9;
	margin-bottom: -30px;
}

h1 {
	margin-top: 1.5em;
	margin-bottom: 0.1em;
	font-size: 24px;
	margin-left: -14px;
	font-weight: normal;
}

h2 {
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
}

h3 {
	margin-top: 0.8em;
	margin-bottom: 0px;
	font-size: 18px;
}

/* based on dojo svn trunk/dojo/tests/dnd/dndDefault.css */

.dojoDndItem { 
	padding:3px; 
}

.dojoDndItemOver {
	background-color: #ededed;
	cursor:pointer;
}

.dojoDndItemSelected {
	background-color: #0466CD; color: #000;
}

.dojoDndItemAnchor {
	background-color: #0466CD; color: #000;

}

.dojoDndItemOver .dojoDndItemSelected {
	background-color: #E4EAF6;
}

.dojoDndItemOver .dojoDndItemAnchor {
	background-color: #E4EAF6;
}

.dojoDndItemBefore {
	border-top: 4px solid #333;
}

.dojoDndItemAfter {
	border-bottom: 4px solid #333;
}

.dojoDndAvatar {
	border:0px solid #ccc;
}
	
.dojoDndAvatarHeader {
	display: none;
	background-color: #aaa;
}

.dojoDndAvatarItem {
	display: none;	
	background-color: #fff;
	border-bottom:1px solid #666;
}

.dojoDndAvatarItem .itemText {
	font-size: 120%;
}

/*Back to our normal css*/


.description {
	display: block;
	color: #454545;
	font-size: 14px;
	margin-left: 1em;
}

.time {
	display: block;
	color: #222;
}

#response {
	color: #222;
	margin-top: -26px;
	margin-bottom: 0px;
	text-align: center;
	width: 40%;
	margin-left: 30%;
	padding: 0.5em;
    -o-border-radius: 10px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
	z-index: 20;
}

.high {
	display: block;
	margin-top: -65px;
	margin-bottom: 40px;
}

#current_time_spent {
	width: 20px;
	display: inline;
	padding: 1px 5px;
	background-color: #E2EEFD;
}

#current_time_spent:hover {
	color: #FFF;
	background-color: #0C8ABF;
}

#current_time_spent .dijitInline {
	padding: 0px;
}

#dijit__InlineEditor* {
	padding: 0px;
}

.dijitInline {
	width: 50px;
	display: inline;
	font-size: 20px;
}

.dijitInline input {
	font-size: 20px;
} 

fieldset {
	display: inline;
	padding: 0px;
}

.doneLink {
	font-size: 12px;
	margin-left: 14px;
}

.horiz_link_list {
	margin-right: 40px;
}

.horiz_link_list .link {
	padding: 0px 2px 0px 2px;
	font-weight: bold;
}

.horiz_link_list a {
	font-weight: normal;
}

.done {
	color: #AAA;
}

.done a {
	color: #A8B5C9;
}

.calendar_list .date {
	font-weight: normal;
	color: #ABABAB;
	font-size: 16px;
	margin-top: 10px;
}

.calendar_list .task{
	margin-left: 1em;
}

.calendar_list .project{
	font-size: 13px;
	color: #AAA;
}

#current_task .project{
	font-size: 16px;
	color: #BBB;

	margin-left: 8px;
	padding: 4px;
	padding-bottom: 2px;
	font-weight: normal;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	
}

#next_three_tasks .project {
	color: #BBB;
	font-size: 13px;
	padding: 3px;
	margin-left: 1em;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	
}

#fluidtask_background {
	position: fixed;
	text-align: right;
	bottom: 0px;
	padding: 0px;
	margin: 0px;
	right: 0px;
	margin-right: 2%;
	font-size: 64px;
	color: #EBEFF4;
	z-index: -40;
}

.task_headings {
	display: block;
	margin: -28px 0px 10px 80px;
}

.timeline_headings {
	display: block;
	margin: -22px 0px 0px 240px;
}

#tasklist {
	margin-left: -10px;
	color: #BBB;
}

.dojoDndItemAnchor a, .dojoDndItemSelected a {
	color: #FFF;
}

#tasklist .dojoDndItemAnchor .project, #tasklist .dojoDndItemSelected .project {
	color: #CCE9F8;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    
}

#tasklist .project, .calendar_list .project {
	color: #777;
	padding: 4px;
	padding-bottom: 2px;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	
}
.calendar_list .project {
	font-size: 11px;
	padding: 2px 3px 0px 3px;
}


#reorder_toggle {
	margin-left: 3em;
}

#reorder_description {
	display: none;
	color: #AAA;
	margin-left: 1em;
}

#reorder_ui:hover #reorder_description {
	display: inline;
}

#projectlist #reorder_ui {
	margin-top: 10px;
	margin-left: -37px;
	display: block;
}

#projectlist .project {
	margin-bottom: 20px;
}

#projectlist h2 {
	font-weight: normal;
}

#projectlist .details {
	margin-left: 4px;
	padding-left: 2px;
	border: 1px solid #F2F2F2;
	border-width: 0px 0px 1px 1px;	
}

#projectlist .task {
	margin-left: 10px;
}

#projectlist .dojoDndItemSelected, #projectlist .dojoDndItemAnchor  {
	background-color: #EDF1F7;
}

.proj_task_time {
	color: #777;
}

#all_tasks {
	width: 80%;
	height: 500px;
}

ul {
	margin-top: -2px;
}

li {
	padding: 0px;
	margin-bottom: -5px;
}
code {
	display: block;
	padding: 4px;
	font-size: 13px;
	width: auto;
	background-color: #E6E6E6;
	margin: 5px 0px;
}

.instructions {
	display: block;
	clear: both;
	margin-top: 20px;
}

.inline_form {
	display: inline;
	position: absolute;
	right: 0px;
	clear: none;
	width: 30%;
	text-align: right;
/*	margin-top: -15px;*/
}

.inline_form {
	color: #454545;
}

.inline_form input {
	height: 14px;
	width: 50px;
	border: 1px solid #CCC;
	margin-right: 8px;
	padding: 0px;
}

.inline_form label {
	margin-right: 2px;
}

.inline_form .submit {
	display: inline;
	top: 2px;
	height: 18px;
	padding: 2px;
	padding-top: 0px;
	font-size: 10px;
	background-color: #E6EBF2;
	color: #454545;
	border: 1px solid #AAA;
}

.inline_form .submit:hover {
	color: #FFF;
	background-color: #0466CD;
	border-color: #CCC;
}

.question {
	margin-top: 10px;
	margin-bottom: -10px;
	display: block;
	font-size: 18px;
	color: #0466CD;
}

.answer {
	margin-left: 15px;
	padding: 10px 0px;
	color: #212121;
	font-size: 14px;
}

.faq {
	margin-top: 30px;
}

.intro {
	color: #222;
}

.intro .question {
	margin-bottom: 4px;
}

.intro ul {
	margin-left: -4px;
}

.intro li {
	margin-bottom: 0px;
}

.home_logo {
	margin-top: 25px;
	margin-left: 6%;
	position: fixed;
	clear: none;
	left: 9%;
}

.home_body {
	margin-left: 46%;
	padding-top: 50px;
}

.hours_avail {
	margin-left: 1em;
	margin-bottom: 1em;
}

.hours_avail td {
	padding: 3px;
	text-align: center;
}

.numbers input {
	width: 15px;
	text-align: center;	
	border: 1px solid #AAA;
	background-color: #FFF;
	color: #212121;
	font-size: 14px;	
}

h4 {
	margin-top: 10px;
	margin-bottom: 0px;
	display: block;
	font-size: 18px;
	color: #0466CD;	
	font-weight: normal;
}

.task_name {
	margin-top: 20px;
	margin-bottom: 20px;
}

.task_name input{
	font-size: 20px;
	width: 400px;
	padding: 4px;
	padding-left: 0px;
	border: 1px solid #AAA;
	background-color: #FFF;
	color: #212121;
}

.numbers {
	margin-right: 1em;
}

input {
	font-family: "Myriad Pro", Helvetica, Arial, Sans-serif;
}

#id_description {
	width: 500px;
	height: 100px;
	font-family: "Myriad Pro", Helvetica, Arial, Sans-serif;
	margin-bottom: 20px;
}

.submit {
	display: block;
	background-color: #2D73DA;
	color: #FFF;
	padding: 0.5em 1em;
	border: 1px solid #AAA;
	font-size: 18px;
}

.submit:hover {
	background-color: #0466CD;
	border-color: #454545;
}

.inline_number input {
	width: 30px;
	font-size: 18px;
	text-align: center;
	
	
}
.basicform label {
	display: block;
}

.basicform input {
	width: 200px;
}
.reg_form label {
	width: 200px;
	display: block;	
	clear: none;
}

.reg_form input {
	position: fixed;
	width: 200px;
	font-size: 16px;
	margin-left: 150px;
	margin-top: -20px;
}

.reg_form .submit {
	margin-top: 10px;
	margin-left: 20px;
}

.demotext img {
	display: block;
	clear: both;
	border: 1px solid #DDD;
	background-color: #FFF;
	padding: 5px;
	margin: 20px;
}

.new_link {
	margin-left: 10px;
	font-size: 13px;
	color: #999;
}
.new_link a {
	margin-left: 4px;
}

.description p {
	margin: 0px;
}

#quick_add_task {
	padding: 0px;
	display: block;
	position: fixed;

	left:10%;
	background-color: #5f9ddf;
	border: 1px solid #73B1F9;
	text-align: center;
    -o-border-radius: 10px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
/*	background: url("../images/quickadd_background.png");*/
	z-index: 30;
	display: none;
}

#quick_add_task select {
	display: inline;
}

#quick_add_task label, #quick_add_task input {
	display: inline;
}

#quick_add_task .task_name input{
	font-size: 16px;
	width: 200px;	
	padding: 1px;
	padding-left: 0px;
	border: 1px solid #AAA;
	background-color: #FFF;
	color: #212121;
}

#quick_add_task .submit {
	clear: none;
	font-size: 14px;
	padding: 4px 8px;
	padding-top: 6px;
	margin: 0px;
	margin-top: -2px;
	border: 1px solid #506F97;
    -o-border-radius: 5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;	
}

#quick_add_task label {
	display: block;
	padding-top: 8px;
	clear: none;
	color: #C8DCFB;
	padding-bottom: 6px;
}

#quick_add_task select {
	padding: 2px;
	height: 24px;
}

#quick_add_task br {
	clear: none;
}

.qa_field {
	padding-top: 16px;
	display: block;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}

#quick_add_task input.reset {
	float: right;
	clear: none;
	margin-right: 5px;
	top: 0px;
	font-size: 20px;
	background-color: transparent;
	color: #DDD;
	font-weight: bolder;
	border: 0px;
}

#quick_add_task input.reset:hover {
	color: #FFF;
}
