html, body {
	margin: 0px;
	padding: 0px;
}

ul, li {
	text-decoration: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.error-block {
	background: #A31406;
	color: #FFF;
	font-size: 12px;	
	font-weight: bold;
	padding: 3px;
}

.event-block {
	background: #6bba70;
	color: #FFF;
	font-size: 12px;	
	font-weight: bold;
	padding: 3px;
}


.header, .content, .toolbar {
	padding-left: 5px;
	padding-right: 5px;	
}

.header {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 2px solid #E5E5E5; 
	position: relative;	
}

.toolbar {
	background-color: #F1F1F1;
	border-bottom: 1px solid #E5E5E5;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;  
}

.content {
	padding: 5px 0;
}
.content-in {
	padding: 0 5px;
}

.content h2{
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.content fieldset {
	margin-top: 10px;
}

.container {
	border: 1px solid #999;
	padding: 3px;
}

.container input[type="submit"] {
	margin-top: 5px;
}

.footer {
	height: 10px;
	margin: 10px 5px 0 5px;
	border-top: 1px solid #E5E5E5;
}

.d-button, .d-button-inline {
	background-color: #F8F8F8;
  background-image: -moz-linear-gradient(center top , #F8F8F8, #ECECEC);
  border: 1px solid #C6C6C6;
  border-radius: 2px 2px 2px 2px;
  display: block;
  padding: 3 5px;
  color: #666;
}

.d-button-inline {
	display: inline;
}

.d-link, .d-link-inline {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	color: #06C;
	display: block;
	text-decoration: underline;
}

.d-link-inline {
	display: inline;
}

.d-link:hover, .d-link-inline:hover {
	color: #2B60DE ;
	cursor: pointer;
	text-decoration: underline;
}



.d-button:hover {
	cursor: pointer;
	color: #333;
}
/*********************/
.status {
	color: #008C00;
	font-weight: bold;
}
.no-data-block {
	text-align: center;
}

.task {
	font-size: 12pt;
	font-weight: normal;
	padding: 0 5px;
	margin-top: 5px;
}

.defalut-font {
	font-size: 12pt;
	font-weight: normal;
}

.logout-form {
	position: absolute;
	right: 8px;
	top: 3px;
}

.functions {
	padding: 0 5px;
}

.functions span {
	color: green;
	padding: 0 3px;
}

.weekday-h {
	text-align: center;
	background: #999; 
	border-bottom: 1px solid #E5E5E5; 
	border-top: 1px solid #E5E5E5;
}

.weekday-h.confirm {
	 background: #7FD87B; 
	 border-bottom: 1px solid #64BE50; 
	 border-top: 1px solid #64BE50;
}
/** форма логина */
#login-form {
	width: 250pt;
	margin: 20pt auto;
}

fieldset {
	margin: 0 0 5pt;
	color: #333;
	border: 1px solid #CCC;
	font-weight: bold;
}

label {
	/*color: #666;*/
	font-family: Helvetica,Arial,sans-serif;
	font-weight: lighter;
}

/** список задач */
.info {
	background: whiteSmoke;
	padding: 5px 10px;
	font-size: 17px;
	color: #999;
	border-bottom: 1px solid #E5E5E5;
}

.span-tip {
	color: #999;
	font-size: 12px;
}

.timetable {
	margin-top: 5px;
}

.separator {
	border-top: 1px solid #CCC;
	margin: 5px 2px;
}

#logout {
	border: none;
	width: 16px;
	height: 16px;
	margin:0;
	padding:0;
	display: inline-block;
	background: url(../img/logout.png);
}

#logout:hover {
	cursor: pointer;
}




.day {
	padding: 5px 5px;
}
.day-even {
	background: whiteSmoke;	
}

.info-msg {
	color: #CCC;
	font-size: 16px;
	font-weight: bold;
}

.task-end {
	color: #499B4F;
	font-weight: bolder;
}

.task-activated {
	color: #3F96AA;
	font-weight: bolder;
}
.weekday {
	padding: 3px 0;
}
.weekday label{
	font-size: 12px;
  font-weight: bolder;
  display: block;
}

.weekday-even {
	background: whiteSmoke;
}

.bold-label {
	font-size: 12px;
  font-weight: bolder;
}