html,body{
	margin:0px 0px;
	padding:0px;
	}
body{
	background: #FFF;
	font-size: 0.8em;
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
	}

	
/*
=common
**********/
.clear	{	clear:both;			}
.float_l{	float:left;			}
.float_r{	float:right;		}
.center	{	text-align:center;	}
.left	{	text-align: left;	}
.right	{	text-align: right;	}
.top	{	vertical-align: top;}


#header{
	background:#006699;
	padding:5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color:#FFF;
	font-size:1.4em;
	margin-bottom:4px;
	}
#header #version{
	float:right;
	font-size:80%;
	margin:20px 20px 0px 0px;
	}
#footer{
	clear:both;
	margin-top:40px;
	background:#CCC;
	padding:10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size:0.8em;
	color:#333;
	overflow:auto;
}
#footer a{
	color:#006699;
	text-decoration:none;
	}
#footer ul{
	float:left;
	margin-top:4px;
	}
#footer ul li{
	float:left;
	margin-left:8px;
	padding:0px 4px;
	}
.warning{
	text-align:center;
	border-top:1px solid red;
	border-bottom:1px solid red;
	background: #FFFFEE;
	color:red;
	padding:10px;
	margin-bottom:20px;
	}
.warning ul{
	line-height:24px;
	font-size:1.3em;
	}
.warning ul li{
	text-align:left;
	}
input,textarea, .select{
	padding:3px;
	font-size:1.3em;
	border:1px solid #99ccff;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	}
	
del {
  color: red;
}	
label{
	padding:3px;
	font-size:1.3em;
	}
input:focus, textarea:focus, input:hover, textarea:hover{
	background-color: #DDDDDD;
}
input[type=submit],label,select,.pointer    { cursor:pointer; }


input[type=submit2],label,select,.pointer    { cursor:pointer; }
	

#title{
	border-bottom:1px dashed #DDD;
	padding:4px;
	}
#title h1{
	font-size:1.2em;
	line-height:1.2em;
	padding:6px 0px;
	margin:0px;
	}
#contents{
	margin-top:20px;
	}
h2{
	font-size:1em;
	padding:4px;
	font-weight: bold;
	}
ul#list_order{
	clear:both;
	}
ul#list_order li{
	padding:6px 6px 6px 0px;
	border:1px solid #DDD;
	margin-bottom:1px;
	}
ul#list_order li .modified{
	font-size:0.7em;
	color:red;
	}

.icons{
	float:right;
	margin-right:6px;
	}
.new{
	margin:10px;
	}
#ajax_message{
	padding:10px 0px;
	margin-bottom:10px;
	width:100%;
	clear:both;
	margin-left:0px;
	overflow:auto;
	margin-bottom:6px;
	}
#cal_controls{
	margin-bottom:20px;
	}
#cal_controls #ajax_message{
	width:600px;
	clear:none;
	float:left;
	margin-bottom:0px;
	margin-left:6px;
	padding:4px 0px;
	}
#login{
	margin:20px auto;
	font-size:1.3em;
	border:1px solid #DDD;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	padding:5px;
	}
#login input{
	width:98%;
	}
#login h2{
	background:#DDD;
	padding:6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#111;
	margin-bottom:20px;
	}
#login .inner{
	padding:20px;
	}
	
#cal_item{
	float:left;
	margin-left:10px;
	font-size:1.2em;
	font-weight:bold;
	padding-top:4px;
	}
#predefined_state{
	float:right;
	}
	
.modified{
	color:red;
	font-size: 0.7em;
	}
table{
	width:100%;
	}
table.list{
	widht:100%;
	}
table.list td{
	padding:4px;
	}
table.data thead tr td,
table.list thead tr td{
	text-align:center;
	background:#cdedf0;
	border:1px solid #cdedf0;
	color:#666;
	}
td.options{
	width:80px;
	text-align:center;
	}
td.states{
	width:40px;
	}
td.id_item{
	width:20px;
	}
td.critical{
	text-align:center;
	font-size:1.4em;
	color:#F00;
	}
table.list tbody tr td,
td.data{
	border:1px solid #DDD;
	}

table.list thead tr td.spacer{
	border:none;
	background-color:#FFF;
	}
table.list tbody tr.odd td{
	background-color:#EEE;
	}
.note{
	color:green;
	font-style: italic;
	}
.side{
	text-align:right;
	padding:8px;
	width:160px;
	background:#3399cc;
	color:#FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	}

