@charset "utf-8";

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #e7e7de;
	behavior: url("simpletasks/js/csshover3.htc");
}

img {
	behavior: url("simpletasks/js/iepngfix.htc");
}

#container {
	width: 960px;
	border-left: dashed 1px #295e92;
	border-right: dashed 1px #295e92;
	border-bottom: dashed 1px #295e92;
	padding: 2em 2em 0 2em;
	margin: 0 auto 0 auto;
	background-color: #fafafa;
}

h1 {
	font-size: 2em;
	margin-bottom: 1em;
}

h1 a {
	text-decoration: none;
	color: #295e92;
}

h2 {
	color: #7f7f7f;
	font-size: 1.4em;
}

#loginForm {
	width: 500px;
	margin: 0 auto 0 auto;
	border: solid 1px #295e92;
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
}

#loginForm p, #registerForm p {
	color: #295e92;
	margin: 20px;
	clear: both;
}

#loginForm label {
	font-size: 1.4em;
	width: 200px;
	display: block;
	float: left;
}

#loginForm input, #registerForm input {
	font-size: 1.4em;
	width: 250px;
}

#loginForm input#u_sbmt, #registerForm input#r_sbmt {
	width: 100%;
	color: #295e92;
}

#registerForm select {
	font-size: 1.4em;
	width: 250px;
}

#loginForm div#register {
	text-align: right;
	margin: 20px;
}

#loginForm div#register {
}

#loginForm div#register a {
	color: #295e92;
	text-decoration: none;
	border-bottom: dotted 1px #295e92; 
}

#loginForm div#register a:hover {
	color: #a71a10;
	border-bottom: dotted 1px #a71a10; 
}

#footer {
	text-align: right;
	margin-top: 60px;
}

#footer p {
	margin-bottom: 1em;
	color: #7f7f7f;
	font-size: 0.8em;
}

#footer p a {
	color: #295e92;
}

#footer p a:hover {
	color:#a71a10;
}

.message {
	margin: 10px 0 20px 0;
	color: #a71a10;
	border: dashed 1px #a71a10;
	padding: 20px;
	font-size: 1.2em;
	clear: both;
}

.error, #loginForm p.error {
	color: #a71a10;
}

#mainmenu {
	margin-bottom: 20px;
}

#mainmenu {
	float: right;
}

#mainmenu li {
	float: left;
	display: block;
	padding-left: 1em;
}

#mainmenu li a {
	color: #7f7f7f;
	text-decoration: none;
	padding-bottom: 0.3em;
}

#mainmenu li a:hover {
	color: #505050;
	border-bottom: solid 2px #505050;
}

#createnewnote {
	clear: both;
	text-align: right;
	margin-bottom: 20px;
}

#createnewnote a {
	color: #295e92;
	text-decoration: none;
	border-bottom: dotted 1px #295e92;
}

#createnewnote a:hover {
	color: #a71a10;
	border-bottom: dotted 1px #a71a10;
}

#noteslist {
	width: 100%;
	margin-top: 1em;
}

#noteslist th {
	color: #295e92;
	font-weight: normal;
	border-bottom: dotted 1px #295e92;
	padding-bottom: 1em;
}

#noteslist th.noteState {
	width: 10%;
}

#noteslist th.noteText {
	width: 50%;
}

#noteslist th.noteDate {
	width: 20%;
}

#noteslist th.noteUpdate {
	width: 10%;
}

#noteslist th.noteDelete {
	width: 9%;
}

#noteslist td {
	padding: 1em 0 1em 0;
	border-bottom: dotted 1px #295e92;
	text-align: center;
}

#noteslist td img {
	vertical-align: middle;
}

#noteslist td pre {
	text-align: justify;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0 1em 0 1em;
	color: #505050;
	overflow-x: visible;
	overflow-y: hidden;
	width: 500px;
}

#noteslist td.note_date {
	font-size: 0.8em;
	color: #7f7f7f;
}

#noteslist td a.updateNote {
	text-indent: -7000px;
	background-image:url('/simpletasks/images/update.png');
	display: block;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 1em 0 1em;
}

#noteslist td a.removeNote {
	text-indent: -7000px;
	background-image:url('/simpletasks/images/delete.png');
	display: block;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 1em 0 1em;
}

/*--- New Task dialog ---*/

.modal { 
    background-color: #fafafa;
    display:none; 
    width:550px; 
    padding:1em; 
    text-align:left; 
    border:1px solid #295e92; 
 
    opacity:1.0;
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-box-shadow: 0 0 50px #ccc; 
    -webkit-box-shadow: 0 0 50px #ccc; 
} 
 
.modal h2 { 
    margin: 0px; 
    padding: 0.5em 0 0.5em 0; 
    border-bottom: 1px dashed #295e92; 
    font-size: 1.2em;
    color: #7f7f7f;
}

.modal h3 {
	padding: 0.5em 0 0.5em 0;
	font-size: 0.8em;
	font-weight: normal;
	color: #7f7f7f;
}

.modal form {
}

.modal form p {
	color:#295E92;
	padding:0.5em 0;
}

.modal form label {
	display:block;
	float:left;
	width:100px;
}

.modal form input {
	width: 300px;
	text-align: right;
}

.modal form textarea {
	width: 300px;
}

.modal form input#bnew {
	color: #295E92;
	width: 150px;
	margin: 0.5em;
	padding: 0.2em;
	text-align: center;
}

.modal form input#bupdate {
	color: #295E92;
	width: 150px;
	margin: 0.5em;
	padding: 0.2em;
	text-align: center;
}

.modal form input#bremove {
	color: #295E92;
	width: 150px;
	margin: 0.5em;
	padding: 0.2em;
	text-align: center;
}

.modal form input.bcancel {
	color: #a71a10;
	width: 150px;
	margin: 0.5em;
	padding: 0.2em;
	text-align: center;
}

/*--- End of New Task dialog ---*/

/*--- Tooltip styles ---*/

#newnotetip, #updatenotetip { 
	z-index: 10000;
	width: 100px;
    display:none;
    font-size: 0.8em;
    color: #7f7f7f;
    padding: 1em;
    border: dashed 1px #295E92;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

/*--- End of Tooltip styles ---*/

/*--- Datepicker styles ---*/

a.dp-choose-date {
	text-indent: -2000px;
	float: right;
}

/*--- End of Datepicker styles ---*/

.field_error {
	border: solid 1px #e51905;
}

/*--- Registration form styles ---*/

#registerForm {
	width: 600px;
	margin: 0 auto 0 auto;
	border: solid 1px #295e92;
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
}

#registerForm label {
	font-size: 1.4em;
	width: 300px;
	display: block;
	float: left;
}

/*--- End of Registration form styles ---*/

/*--- Filters Form Styles ---*/

#filters div.left {
	float: left;
	width: 450px;
}

#filters div.right {
	float: right;
	width: 450px;
}

#filters div.clear {
	clear: both;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 0.5em;
}

#filters label {
	float: left;
	display: block;
	width: 250px;
	color: #7f7f7f;
	cursor: pointer;
}

#filters input {
}

#filters p {
	clear: both;
	padding: 0.5em;
}

#filters p.odd {
	background-color: #e7e7de;
}

#filters input#filterSbm {
	color:#295e92;
	width: 400px;
	font-size: 1.4em;
	text-align: center;
	padding: 0.5em;
}

/*--- End of Filters Form Styles ---*/

/*--- Update Form Styles ---*/

#updatenote {
	padding: 15px;
}

#updatenote div.notestates {
	color: #295e92;
	padding: 5px 0;
	position: relative;
	height: 40px;
}

#statesList {
	display: none;
}

.selected {
	background-color: #b5d3e6;
}

#updatenote span#updateNoteState {
	display: block;
	width: 300px;
	border: solid 1px #295e92;
	margin: 0 0 0 100px;
	font-size: 0.9em;
}

#updatenote span#updateNoteState img {
	vertical-align: middle;
	margin: 3px 0 3px 10px;
}

#updatenote #statesList {
	width: 300px;
	border: solid 1px #295e92;
	color: #295e92;
	font-size: 0.9em;
	position: absolute;
	background-color: #fafafa;
	left: 100px;
	top: 37px;
}

#updatenote #statesList img {
	vertical-align: middle;
	margin: 3px 0 3px 10px;
}

/*--- End of Update Form Styles ---*/

/*--- Options Form Styles ---*/

.optionsform {
	clear: both;
	width: 700px;
	margin: 2em auto 0 auto;
	border: solid 1px #295e92;
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
}

.optionsform p {
	color: #295e92;
	margin: 20px;
	clear: both;
}

.optionsform label {
	font-size: 1.4em;
	width: 400px;
	display: block;
	float: left;
}

.optionsform input, .optionsform select {
	font-size: 1.4em;
	width: 250px;
}

.optionsform input#o_sbmt {
	width: 100%;
	color: #295e92;
}

/*--- End of Options Form Styles ---*/