/* ///////////////////////////////////////////
//	Standard elements
/////////////////////////////////////////// */

* {
	padding:	0;
	margin:	0;
	font-family:	Serif;
}
body {
	background:	white top left repeat-x url(../images/layout/body-background.jpg);
/*	#50493C	dark gray	*/
	color:	black;	
	font:	0.8em;
	position:	relative;
	height:	100%;
}
h1 {
	width:	100%;
	font-size:	3em;
	text-align:	center;
	margin:	0 auto;
	letter-spacing: -3px;
}
h2 {
	width:	100%;
	font-size:	2em;
	text-align:	center;
	margin:	0 auto;
}
h3 {
	width:	100%;
	font-size:	1.2em;
	text-align:	center;
	margin:	0 auto;
	font-family:	Sans-Serif;
}
h4 {
	font-weight:	normal;
	font-family:	Sans-Serif;
}
abbr {
	font-variant:	small-caps;
}
img {
	vertical-align:	middle;
}
hr {
	margin:	3px 0;
}
ul {
	padding:	12px 20px 20px 40px;
}
li {
	padding:	3px 0;
}
td {
	text-align:	left;
	height: 25px;
}
p {
	padding:	6px 0;
}

a {
	color:	#695634;	/* dark brown */
	text-decoration:	none;
}
a:link
, a:visited
{
	color:	#695634;	/* dark brown */
	text-decoration:	none;
}
a:hover
, a:focus
, a:active
{
	color:	#a04928;
	text-decoration:	underline;
}
h1 a:hover
, h1 a:focus
, h1 a:active
{
	text-decoration:	none;
	color:	#a04928;
}


img {
	vertical-align: center;
}
input, select {
	border: 1px #808080 solid;	/* 695634 */
	margin: 0;
	padding: 0;
	height:	20px;
	vertical-align: middle;
	font-size: 16px;
}
input {
	text-align: center;
}
select {
	height:	22px;
	padding-bottom: 1px;
}

input.submit_button {
	height:	29px;
}
.submit_button {
	height:	20px;
	width:	auto;
	padding:	3px 6px;
	margin:	6px;
	color:	#695634;
	background:	#F3EDE3 top left repeat-x url(../../design/v2.0.a4/old.submit_button-background.png);
	border: 2px white solid;
	border-right:	1px #695634 solid;
	border-bottom:	1px #695634 solid;
}
.submit_button:focus
, .submit_button:hover
{
	color:	#a04928;
/*
	background-color:	#f0f0f0;
*/
	background:	#F3EDE3 top left repeat-x url(../../design/v2.0.a4/old.submit_button-background_depressed.png);
	border: 2px white solid;
	border-left:	1px #a04928 solid;
	border-top:	1px #a04928 solid;
	text-decoration:	none;
}


.small_button {
	width:	22px;
	max-width:	22px;
	height:	22px;
	font-size:	0;
	border:	2px white solid;
	border-bottom:	1px #695634 solid;
	border-right:	1px #695634 solid;
	vertical-align: middle;
}
.small_button:hover
, .small_button:focus
{
	border:	2px white solid;
	border-top:	1px #695634 solid;
	border-left:	1px #695634 solid;
}
.save_button {
	background:	transparent URL('../images/icons/silk/disk.png') no-repeat center center;
	margin-left: 6px
}
.complete_button {
	background:	transparent URL('../images/icons/silk/tick.png') no-repeat center center;
	font-size:	1%;
}
.cancel_button {
	background:	transparent URL('../images/icons/silk/cross.png') no-repeat center center;
}
.pick_date_button {
	background:	transparent URL('../images/icons/silk/calendar_view_day.png') no-repeat center center;
}

.hide_button {
	display:	inline-block;
	clear:	none;
	width:	16px;
	height:	16px;
	background:	transparent top left no-repeat url(../images/icons/crystal_clear/16px-Crystal_Clear_action_2uparrow.png);
	border:	0px green solid;
}
.show_button {
	display:	inline-block;
	clear:	none;
	width:	16px;
	height:	16px;
	background:	transparent top left no-repeat url(../images/icons/crystal_clear/16px-Crystal_Clear_action_2downarrow.png);
	border:	0px blue solid;
}
.small {
	width: 30px;
	border: 1px #808080 solid;
}
.medium {
	width: 100px;
	border: 1px #808080 solid;
}
select.medium {
	width: 102px;
}
.large {
	width: 200px;
	border: 1px #808080 solid;
}


.narrow {
	text-align:	center;
}
.overdue {
	background-color: #FF4444;
}
.due {
	background-color: #AAFFAA;
}
.clear_all {
	clear:	both;
	width:	100%;
	height:	1px;
	display:	block;
}



/*******************
	Layout
********************/

#container_container {
	width:	870px;	/*	870 - padding	*/
	margin:	10px auto;
	background:	transparent;
	padding:	0;
	position:	relative;
	border:	1px transparent solid;
}
#container {
	width:	770px;	/*	870 - padding	*/
	background:	transparent top left repeat-y url(../images/layout/content-background.png);
	margin:	13px 0 0;
	padding:	20px 50px 20px;
	position:	relative;
	border:	0px blue solid;
}
#container_header {
	width:	870px;
	height:	13px;
	position:	absolute;
	top:	0;
	left:	0;
	background:	transparent bottom left no-repeat url(../images/layout/content-header.png);
	z-index:	10;
}
#container_footer {
	width:	870px;
	height:	20px;
	background:	transparent top left no-repeat url(../images/layout/content-footer.png);
	border:	0px blue solid;
	z-index:	10;
	margin-top:	0;
}
#header_panel {
	margin-left:	-40px;
	margin-bottom:	10px;
	width:	790px;
	height: 98px;
	text-align:	center;
	vertical-align:	center;
	padding:	30px;
	background: white top left repeat-x url(../images/layout/header-background.png);
}
#messages {
	margin-left:	-40px;
	margin-bottom:	10px;
	width:	790px;
	background-color:	#ede9e3;
	text-align:	left;
	padding:	10px 30px;
	border-top: 1px #695634 solid;
	border-bottom: 1px #695634 solid;
}
#messages p {
	margin:	6px 0;
}
.large_panel {
	clear:	both;
	position:	relative;
}
.text_column {
	width: 400px;
	margin: auto;
}



/* //////////////////////////////////////////
//	On-page divs
/////////////////////////////////////////// */

/*	Index Page	*/
#login_container {
	border:	0px blue solid;
	background:	transparent top left url(../images/layout/login-background.png) no-repeat;
	width:	790px;
	height:	250px;
	margin:	20px 0 20px -10px;
}
#index #register_panel {
	float:	left;
	text-align:	left;
	padding:	20px;
	width:	500px;
	margin-top:	0px;
}
#index #register_panel p {
	margin:	12px 0;
}
#index #register_panel a {
	float:	right;
	margin-top:	-44px;
	margin-right:	100px;
}
#index #login_panel {
	float:	right;
	vertical-align:	center;
	text-align:	center;
	width:	210px;
	height:	210px;
	padding:	20px;
	margin-top:	25px;
	border:	0px blue solid;
}
#index #login_panel p.small {
	font-size:	small;
	text-align:	right;
	border:	0px blue solid;
	padding:	3px;
}
#index #login_panel table {
	margin:	auto;
	width:	100%;
	border:	0px blue solid;
}
#index #login_panel td {
	text-align:	center;
	padding:	3px;
}


/*	Registration	*/
.login_submit {
	text-align:	right;
}
#register table {
	width:	100%;
}
#register p {
	padding-left:	0;
	padding-right:	0;
}


/*	Task List	*/
.smug_counter {
	margin:	1em auto;
}
.smug_counter p {
	text-align:	center;
	vertical-align:	middle;
	margin:	0.2em auto;
}
.task_column {
	width:	500px;
	padding:	0;
	margin-left:	25px;
	position:	relative;
}
#add_task_panel {
	text-align: center;
}
.task {
	margin-top:	1em;
	margin-bottom:	1em;
	position:	relative;
}
.task .action_col {
	width: 50px;
}
.task .save_col {
	width: 30px;
}
.task table {
	text-align:	center;
	width:	100%;
	padding:	10px;
	vertical-align: middle;
}
.task input 
{
	text-align:	center;
}
.task input.task_description {
	width: 366px;	/*	392px - padding - margin	*/
	text-align: left;
	padding-left: 3px;
	padding-left: 3px;
	margin-left: 20px;
}
.side_panel_container {
	float:	right;
	margin:	0 auto;
	width:	180px;
	padding:	10px;
	border-left:	1pt gray solid;
}
.side_panel_container select {
	text-align: left;
}
.side_panel_container #preferences_panel select {
	width:	80px;
	margin-right:	3px;
}
.side_panel {
	text-align:	center;
	margin:	0 0 2em;
}
.filters_link a {
	margin-bottom:	2em;
	font:	0.8em black;
	color:	blue;
}
.filters_link a:hover, .filters_link a:active, .filters_link a:visited {
	color:	blue;
}
.filters_link a img {
	border:	none;
}


/*	help page	*/
.help_text {
	margin:	1em;
}