/* (c) MaxQ, maxq.ru */

* {	margin: 0px;
	padding: 0px;
}
a {
	color: #fff;
}
#nav a {
	text-decoration: none;
	border-bottom: 1px #fff solid;
}
.link {
	border-bottom: 1px #eee dashed; /* solid */
	cursor: pointer;
}

body {
	background: #79C3F8 url(img/bg.gif) repeat-x;
	font: 0.8em arial;
	color: #fff;
}
#header {
	height: 60px;
}
#header img {
	float: left;
	margin: 10px 0 0 30px;
}

/* Menu orange */
#nav {
	float: right;
	height: 27px;
	margin: 15px 0 0 0;
	padding-right: 35px;
}
#nav ul {
	list-style-type: none;
	height: 100%;
}
#nav ul li {
	float:left;
	background: url(img/mn1left.gif) left no-repeat;
	margin-right: 4px;
}
#nav ul li div {
	background: url(img/mn1right.gif) right no-repeat;
	white-space: nowrap;
	padding: 0.3em 6px;
}
#nav ul li div div {
	background: url(img/mn1bg.gif) repeat-x;
	padding: 5px 0px 6px 0px;
}
#nav b {
	color: #fff;
}

/* Menu black */
#menu {
	height: 34px;
	margin: 0 0 0 10px;
}
#menu ul {
	float:none;
	list-style-type: none;
	height: 100%;
}
#menu ul li {
	float:left;
	background: url(img/mn2left.gif) left no-repeat;
	margin-right: 4px;
}
#menu ul li img {
	vertical-align: middle;
	margin-right: 2px;
}
#menu ul li div {
	background: url(img/mn2right.gif) right no-repeat;
	white-space: nowrap;
	padding: 0.2em 6px;
	cursor: pointer;
}
#menu ul li div div {
	background: url(img/mn2bg.gif) repeat-x;
	padding: 4px 2px 4px 0px;
}

/* Add content */
#addtask {
	display: none;
}
#addgroub {
	display: none;
}

/* ToDo lists */
#todo {
	margin: 0 auto 0;
	padding: 0 0px;
	text-align: center;
}
/*#todo table {
	display: block;
}*/
#todo table {
	width: 98%;
	margin: auto;
}
#todo table table {
	width: 100%;
	margin-top: 6px;
}
#todo table tr td {
	padding: 3px;
}
#todo table table tr td {
	padding: 0px;
	text-align: left;;
}
#todo table table tr td.b {
	width: 9px;
	height: 9px;
}
#todo table table tr td.tl {
	background: url(img/box-tl.gif) no-repeat;
}
#todo table table tr td.tr {
	background: url(img/box-tr.gif) no-repeat;
}
#todo table table tr td.bl {
	background: url(img/box-bl.gif) no-repeat;
}
#todo table table tr td.br {
	background: url(img/box-br.gif) no-repeat;
}
#todo table table tr td.bg {
	background-color: #2E93D9;
}

/* ToDo list */
#todo .title {
	font: bold 1.2em arial;
	color: #fff;
	margin-top: -3px;
}
#todo ol {
	margin: 10px 10px;
	padding-left: 20px;
	color: #fff;
	font-size: 95%;
}
#todo ol li {
	margin-bottom: 5px;
}
#todo .info {
	margin-top: 2px;
	font: 75% tahoma;
	color: #E0E0E0;
}
#todo .info b {
	font-weight: bold;
	color: #EEEEEE;
	cursor: pointer;
}
#todo .info i {
	font-style: normal;
	color: #F6F6F6;
	cursor: pointer;
}
#todo .info u {
	text-decoration:none;
	font-size: 90%;
}
#todo .info .status {
	color: #F2F2F2;
	cursor: pointer;
}
#todo li img {
	vertical-align: middle;
	cursor: pointer;
}

/* Manage groups */
#group {
	font: bold 120% arial;
	color:#fff;
	margin: 5px 15px;
}

#group ul {
	float:none;
	list-style-type: none;
	height: 100%;
}
#group ul li {
	float:left;
	color: #eee;
	background-color: #444;
	margin-right: 4px;
	padding: 2px 4px;
}
#group ul li img {
	vertical-align: middle;
	margin-right: 2px;
	cursor: pointer;
}
#group ul li b {
	cursor: pointer;
	font: normal 80% arial;
}

/* HOME */
.home311 {
	margin:7% 0pt 0pt;
	padding:0pt;
	text-align:center;
	width:100%;
}
.home311 div {
	width: 311px;
	background: url(img/box-top.gif) no-repeat top;
	margin: 15px auto;
}
.home311 div div {
	width: 100%;
	background: url(img/box-bottom.gif) no-repeat bottom;
	padding: 10px 0;
	margin:0;
}
.home311 div div div {
	width: auto;
	background: none;
	background-color: #2E93D9;
	text-align: left;
	padding: 0 10px;
	margin:0;
}
.home311 div div p {
	text-indent: 15px;
	text-align:justify;
}
