.important {
	background-image:url(../layout/images/prio.png) !important;
}

body {
	background-image:url(../layout/images/bg.png);
	background-repeat:repeat-x;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	text-align: left;
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", sans-serif;
	word-spacing: 0.15em;
	font-size: 12px;
	letter-spacing: 0;
	color: #444;
}

a {
	text-decoration:none;
	font-weight:bolder;
	color:#666;
}

p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#loginForm{
	margin:0 0 10px 0;
	
}

form {
	margin: 0;
	padding: 0;
}

form label {
	float:left;
	padding:3px;
	width:100px;
}

form div {
	padding:2px 0;
}

h1 {
	font-size: 21px;
	padding: 0 0 4px 0;
	margin: 0 0 4px 0;
}

h2 {
	font-size:14px;
	font-weight:bolder;
	margin:20px 0 5px;
	padding:0;
}

h3 {
	font-size:14px;
	font-weight:bolder;
	margin:0;
	padding:0 0 5px 0;
}

#footer {
	margin-top:20px;
	text-align:center;
	line-height:30px;
	text-align: center;
	height:30px;
}

.right {
	float: left;
	width: 250px;
	padding: 0 10px 0 10px;
}

.left {
	float: left;
	width: 680px;
}

.clear {
	clear: both;
}

textarea {
	width: 100%;
	height: 80px;
	font-family: Trebuchet MS;
	word-spacing: 0.1em;
	text-align: left;
	line-height: 1.2em;
	font-size: 12px;
}

.formBtn {
	width: 120px;
}

.sectionTitle {
	padding: 30px 0 2px 2px;
	font-size: 14px;
	font-weight: bolder;
	border-bottom: 1px #eaeaea solid;
}

.sectionInfo {
	padding: 0px 0 10px 2px;
}

.errorMessage {	
	padding: 5px 0;
	margin-bottom:10px;
	text-align: left;
	font-size: 12px;
	color: red;	
}

img {
	border: 0px;
}

.shortInput {
	width: 140px;
}

.marker {
	width: 280px;
	height: 180px;
	overflow: auto;
}

.done {
	background: url(iconIdea.gif) no-repeat 2px;
	padding-left: 20px;
	font-size: 12px;
	width: 70%;
	margin: 20px auto;
	display: none
}

.block {
	width: 400px;
	margin: 0 auto;
	text-align: left;
}

.input * {
	padding: 5px;
	margin: 2px;
	font-size: 12px;
}

.input label {
	float: left;
	width: 75px;
	font-weight: 700
}

.input input.text {
	float: left;
	width: 270px;
	padding-left: 20px;
}

.input .textarea {
	height: 120px;
	width: 270px;
	padding-left: 20px;
}

.input #submit {
	float: right;
	margin-right: 10px;
}

.loading_icon {
	float: right;
	background: url(../layout/images/ajax-loader.gif) no-repeat 1px;
	height: 16px;
	width: 16px;
	display: none;
}

#showAll{
	display: none;
	text-align:right;
	background-color:red;
	z-index:99999;	
}

#showAll a{
	text-decoration: none;
	color:white;
	
}

#showPrint{
	text-align:right;
	background-color:gray;
	z-index:99999;
}

#showPrint a{
	text-decoration: none;
	color:blue;
}

.printTitle {
	display:none;
}

#todo-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

#todo-list li {	
	padding: 2px 10px;
	margin-bottom: 2px;
	background-color: #efefef;
	font-size: 12px;
}

#todoleft {	
	float:left;	
	heigth:21px;
}

#todoright {
	float:right;	
	heigth:21px;
}

#todo-list li img.handle {
	margin-right: 10px;
	vertical-align: middle;
	cursor: move;
	line-height: 16px;
}

#done-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

#done-list li {
	padding: 2px 10px;
	margin-bottom: 2px;
	background-color: #eaeaea;
	font-size: 12px;
}

#done-list li img.handle {
	margin-right: 10px;
	vertical-align: middle;
	cursor: move;
	line-height: 16px;
}

.datetime {
	font-size: 10px;
	font-style: italic;
}

.checkboxDone {
	vertical-align: middle;
	margin-right: 10px;
}

.listtag {	
	color: white;
	padding: 0px 3px 0 3px;
	margin: 3px 3px 0 3px;
	text-align: right;
	display: inline;
	float:right;
	cursor: pointer;
	padding-left:20px;
}

.listIcon {
	margin-right: 10px;
	vertical-align: middle;
	line-height: 16px;
	float: right;
	padding: 0px 3px 0 3px;
	margin: 3px 3px 0 3px;
}

.listDelIcon {
	margin-right: 10px;
	vertical-align: middle;
	line-height: 16px;
	float: right;
	padding: 0px 3px 0 3px;
	margin: 3px 3px 0 3px;
	cursor: pointer;
}

.listPrioIcon {
	margin-right: 10px;
	vertical-align: middle;
	line-height: 16px;
	float: right;
	padding: 0px 3px 0 3px;
	margin: 3px 3px 0 3px;
	cursor: pointer;
}


.inplace_field{
	width:200px;
	border:1px #666 solid;
}

.inplace_save {
	font-size:10px;
	border:1px #666 solid;
	background-color:red;
	color:white;
	font-weight:bolder;
}

.inplace_cancel {
	font-size:10px;
	border:1px #666 solid;
	background-color:red;
	color:white;
	font-weight:bolder;
}

.searchByTag{
	vertical-align: middle;
}

.byTag {
	background-color:#666;
	padding:0 5px 0 5px;	
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url(../layout/images/ajax-loader.gif) right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

.nothing{
	padding:10px;
	font-weight:bolder;	
}

#addUser label {
	float:left;	
	text-align:left;
	width:120px;
}

#addUser input{
	margin: 5px 0 0 0;
	padding:0px;
}

#addUser div {
	padding:0;
	margin:0;
}

#addForm {	
	padding:0;
	margin:0;
}

#addForm #todo, #tags {
	border:1px solid #666666;
	width:150px;
	margin-right:10px;
}

#addForm label {
	float:left;
	text-align:left;
	width:35px;	
	line-height:22px;
}

.saveButton {
	background-color:#888;
	border:1px solid #666666;
	color:white;
	font-size:14px;
	width:50px;
	cursor: pointer;
}

#addForm div {	
	float:left;
	padding:0;
	margin:0;
}

#service {		
	text-align:right;
	font-weight:bolder;
}

#toolbar {
	vertical-align: middle;
	height:20px;
	line-height:20px;
	padding:10px;
}

#wrapper{
	width:1060px;
	margin-left:auto;
	margin-right:auto;
}

#contentwrapper{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

#content {
	padding:0 30px;	
}

#boxtop {
	width:918px;
	background:url(../layout/images/img_divopen.png);
	height:36px;
	margin:0 auto;
}

#boxmid {
	width:918px;	
	background:url(../layout/images/img_divrepeat.png);
	background-repeat:repeat-y;	
	margin:0 auto;
}

#boxbot {
	width:918px;
	background:url(../layout/images/img_divclose.png);
	height:29px;	
	margin:0 auto;
}

.todoboxlogo {	
	margin:120px 40px 0 0px;	
}

#contLogin {
	background:#ddd;
	float:right;
	width:260px;
	margin:0px 0 20px 20px;
	padding:10px;
}

#registerLink {
	display:block;
	width:255px;
	height:30px;
	color:white;
	font-size:16px;
	font-weight:bolder;
	background:red;
	text-align:center;
	line-height:28px;
	border:1px #ddd solid;
}

#contLogin h2 {
	margin:0 0 5px 0;	
}

#content p {
	padding-bottom:10px;
}

#header {	
	height:60px;
}

.pagetitle{
	margin:0px 0 20px 0;	
}

.tabWrapper{
	height:370px;
	padding:20px 0 20px 20px;
}

.ui-widget-content .inlinelink {
	color:red;	
}

.ui-widget-content .inlinelink img {
	vertical-align: text-top;
	padding: 0 5px;
}

.tagName {
	cursor: pointer;
}

#tagcloud {
	color:white;
	padding:20px;
	background:#666;	
	text-align: center;
	margin-bottom:2px;
}

#tagcloud a {
	color:white;
	font-weight:bolder;
	line-height:120%;	
	white-space: nowrap;
}
	
.screenshot {
	margin-top:20px;
	border:1px #ddd solid;	
}

#busymeter {
	float:left;
}

#stats {
	float:left;
}