/*
 * pleasenotify.me CSS
 */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #eee;
	margin: 0;
	padding: 0;
	background: #AFAFAF url('../images/tile-bkg.jpg') top repeat-x;
/*	background: #3C3C3C;*/
}

table {
	width: 80%;
}

a {
	color: #9BD5FD;
	text-decoration: underline;
}

a img { border: none; }

a:hover {
	color: #B8E5FD;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;

}

h2 { font-size: 20px; }
h3 { font-size: 16px; }

h3 {
	color: #4B6389;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0 0 0 30px;
}

form {
	margin: 0;
	padding: 0;
}

input.text, textarea {
	border: none;
	padding: 3px;
	width: 90%;
	color: #73685B;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}



ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.nav li {
	float: left;
	margin: 0;
	padding: 0;
}

.break { clear: both; }

.hidden {
	display: none;
}

/*
 * Lists
 */
dl {
	width: 100%;
}

dt, dd {
	float: left;
	margin: 0;
	padding: 3px 0;
}

dt {
	width: 40%;
	clear: both;
}

dd {
	width: 60%;
}

/*
 * Layout
 */
#wrapper {
	width: 100%;
	background: url('../images/background-clean.jpg') top center no-repeat;
	height: 700px;	
}

#header {
	padding-top: 20px;
	position: relative;
}

#header h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	height: 31px;
	background: #666666;
	height: 31px;
	width: 100%;
}

#header h1 a {
	display: block;
	width: 71px;
	height: 31px;
	line-height: 31px;
	margin-left: 15px;
	background: url('../images/logo.png') top left no-repeat;
}

#footer {
	margin-top: -50px;
	font-size: 10px;
	color: #ddd;
	padding-left: 20px;
	padding-bottom: 10px;
}

#footer a {
	text-decoration: none;
	color: #eee;
}

#navbar {
	position: absolute;
	top: 28px;
	left: 105px;
}

#navbar ul li a {
	color: #aaa;
	text-decoration: none;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #aaa;
}

#navbar ul li.last a { border: none; }
#navbar ul li a:hover { color: #ddd; }

#content {
	width: 1000px;
/*	height: 700px;*/
	margin: 0 auto;
	position: relative;
/*	overflow: hidden;*/
}

#actionsContainer {
	position: absolute;
	top: 90px;
	left: -150px;
	background: url('../images/actions-container-bkg.png') top left no-repeat;
	width: 767px;
	height: 573px;
}

* html #actionsContainer { background: none; }
* html #actionsContainer .spacer { 
	background: #E1D2B5; 
	padding-left: 20px;
	padding-bottom: 20px;
}

#actionsContainer .spacer {
	position: absolute;
	top: 2px;
	left: 289px;
	width: 339px;
}


#infoContainer {
	position: absolute;
	top: 230px;
	left: 0px;
	background: url('../images/infocontainer-bkg.png') bottom left no-repeat;	
	width: 735px;
	height: 340px;
}

* html #infoContainer {
	background: none;
}

#infoContainer .spacer {
	position: absolute;
	top: 0;
	left: 194px;
	background: #d1d1d1;
	color: #222;
	padding: 30px;
	width: 411px;
	height: 130px;
}

body#help #infoContainer {
	height: auto;
}

body#help #infoContainer .spacer {
	height: auto;
}

#actionsLoading {
	width: 329px;
	height: 158px;
	padding: 150px 20px 0 20px;
	background: #000;
	position: absolute;
	top: 52px;
	left: -30px;
	text-align: center;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

* html #actionsLoading {
	left: 0;
	width: 319px;
	height: 188px;
}


#resultsContainer {
	position: absolute;
	top: 170px;
	right: 0px;
	width: 488px;
	background: url('../images/results-container-bkg.png') left bottom no-repeat;
	padding-bottom: 108px;
}

* html #resultsContainer {
	background: none;
}

#resultsContainer .spacer {
	margin-left: 8px;
	background: #535353;
	min-height: 200px;
	padding: 30px;
	width: 420px;
}



/*
 * Actions container
 */
#actionsContainer {
	color: #685D49;
}

#actionsContainer input.text, #actionsContainer textarea {
	color: #685D49;
	font-size: 14px;
	font-weight: bold;
}


#actionsContainer input.text.small {
	width: 25px;
	margin: 0 5px;
	text-align: center;
}

#actionsContainer textarea {
	height: 60px;
	font-weight: normal;
}

#actionsContainer .header {
	height: 52px;
	line-height: 52px;
	font-size: 14px;
	font-weight: bold;
	color: #4A4A4A;
}

* html #actionsContainer .header {
	background: #fff;
	padding-left: 20px;
	margin-left: -20px;
}

#actionsContainer .content {
	margin-top: 15px;
}

#sendButton {
	margin-top: 25px;
	width: 112px;
	height: 29px;
	background: url('../images/send-button.jpg') top left no-repeat;
	display: block;
	text-indent: -9999px;
}






/*
 * Results container
 */
#resultsContainer {
	color: #ACACAC;
}

#resultsContainer em {
	font-style: normal;
	text-decoration: underline;
	color: #bbb;
}

#resultsContainer strong {
	color: #fff;
}

#resultsContainer h2 {
	color: #fff;
	letter-spacing: 1px;
	font-size: 24px;
	margin-bottom: 15px;
}

.taskDescription {
/*	font-size: 14px;*/
	color: #eee;
/*	margin: 25px 0;*/
}

.completeTaskLink, .alreadyCompletedTask {
	font-size: 14px;
	font-weight: bold;
}

.alreadyCompletedTask {
	color: #9BD5FD;
	text-decoration: line-through;
}

.disclaimer {
	font-size: 11px;
}

#previewSender {
	*padding-right: 5px;
}

/*
 * Help page
 */
body#help #infoContainer a { color: #555; }
body#help #infoContainer a:hover { color: #888; }

body#help ul li {
	margin-bottom: 10px;
}


/*
 * IE Warning
 */
#IEWarning {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	font-size: 13px;
}

