/* Global Styles */

body {
	margin: 0px;
	-x-system-font:none;
	color:#333333;
	font-family:'Lucida Grande',sans-serif;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-align:center;
	background-color: #DDEEF6;
}

a {
	color: #0000FF;
	text-decoration: none;
	}
	
a:hover {
	color: #990000;
	text-decoration: underline;
	}

img {
	border:0px;
	vertical-align: middle;
	float: none;
}

table {
	 margin-top: auto;
	 border-spacing: 1px 0px;
}
	
form {
	margin: 0px;
}

ul,ol {
	list-style: none;
}

/* ID Styles */

#container {
	width: 763px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#logo {
	float:left;
}

#header {
	height: 65px;
	font-size: 0.80em;
	width: 100%;
	border: none;
}

#head-menu {
	text-align: right;
	width: 260px;
}

#head-menu ul {
	margin: 5px auto 0px;
	padding-left: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #ffffff;
	diplay: inline-block;
	text-align: center;
	width: 250px;
}

#head-menu ul li {
	display: inline;
	padding: 0 0.5em;
	margin: auto;
}

#contents {
	padding: 0px 0px 5px;
	background-color: #ffffff;
	margin: 10px 5px 20px 5px;
}

#contents h2 {
	text-align: left;
	margin:5px 0 8px;
	padding: 8px 10px 5px;
	font-size: 1.1em;
	font-wight: bold;
}

table#todo-commands {
	text-align: left;
	font-size: 0.8em;
	width: 100%;
	padding: 0 8px 0 15px;
	border-spacing: 0;
	background-color: #ECECEC;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	height: 60px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

table#todo-commands td.tabmenu {
	width: 95px;
	height: 33px;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	
}

table#todo-commands td.tabmenu a {
	color: white;
	font-weight: bold;
}

table#todo-commands td a:hover {
	text-decoration: none;
}

table#todo-commands td.tabmenu a img {
	position: relative;
	top: 1px;
}

table#todo-commands .todo-action {
	text-align: right;
	vertical-align: middle;
	padding: 0px 5px;
}

#addToDo {
	margin-right: 1em;
}

#datas {
	clear: both;
	margin: 0px 5px;
}

table#list {
	background-color: #ffffff;
	font-size: 95%;
	width: 100%;
	text-align: left;
	padding: 5px;
}

table#list th {
	border-bottom: 1px solid #EEEEEE;
	padding: 5px 1px;
}

table#list td {
	border-bottom: 1px solid #EEEEEE;
	padding: 5px 1px;
}

table#list td.todo-category {
	border-bottom: 3px solid #999999;
	padding: 8px 0 3px 8px;
	text-align:left;
}

#settings {
	font-size: 0.90em;
	text-align: left;
	padding: 5px 1em;
}

#help {
	text-align: left;
	font-size: 0.80em;
	padding: 5px 1em;
}

#help h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1.5em 0 5px;
}

#help dl {
	margin: 0.8em 1em;
}

#help dd {
	margin: 0.8em 1em;
}

#addDialog {
	text-align: left;
	font-size: 0.8em;
}

#addDialog table th {
	white-space: nowrap;
}

#addDialog table td {
	padding: 5px 2px;
}

#footer {
	margin: 10px 0px;
	padding: 5px;
	background-color: #ffffff;
	font-size: 0.75em;
}

#footermenu {
	margin: 5px 0px;
}

.ui-combobox {
	position: absolute;
	margin: 0;
	padding: 0;
	background-color:#fff;
	overflow-x:hidden;
	overflow-y:scroll;
	cursor: default;
}
.ui-combobox ul {
	position: relative;
	display:block;
	padding: 0;
	margin:0;
	height: 80px;
	text-align:left;
	font-size: 0.85em;
}

.ui-combobox .select-menu li {
	marign:0;
	padding:2px 4px;
	display:block;
}

#ui-combobox .select-menu li.select {
	background-color: #ffffb0;
}

#ui-combobox .select-menu li.noneselect {
	background-color: #fff;
}

.checkbox {
	text-align: center;
	width: 30px;
}

.category {
	text-align: center;
	width: 7em;
	white-space: nowrap;
}

.limittime {
	text-align: center;
	width: 7.5em;
	white-space: nowrap;
	font-size: 0.85em;
}

.delete,.modify {
	text-align: center;
	width: 45px;
	white-space: nowrap;
	font-size: 0.82em;
}

a.delete,a.modify {
	color:#fff;
	line-height: 1.35em;
}

tr.hover {
	background-color: #ffffe0;
}

tr.hover a {
	color: #666;
}

.ui-clear-btn {
	background-image: url(/images/ui-icons_cd0a0a_256x240.png);
	background-position: -80px -208px;
	width: 16px;
	height: 16px;
	text-indent:-99999px;
	overflow:hidden;
	background-repeat:no-repeat;
}

.radius {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}

dd.example {
	border: 1px solid #999;
	padding: 5px;
	width: 350px;
	background-color: #EEE;
}

.limit-over {
	color: #f00;
}

/* workarounds */
* html .ui-combobox { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	text-align: left;
	font-size:0.8em;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	margin: -1px;
	cursor: pointer;
}

#help .notice {
	border: 2px solid #f50;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	margin: 1.5em 2em;
	font-size: 0.85em;
}

input.warning {
	border: 2px solid #ff3333;
}

div.warning {
	color: #ff3333;
}