html,body{
	margin:0;
	padding:0;
	min-height:101%;
	}
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{
	display:block;
	position:static;
	height: 60px;
	border-bottom:1px solid #fff;
	background:#006699;
	padding:5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color:#FFF;
	font-size:1.4em;
	margin-bottom:4px;
	}
#header img { float:left; }	
#header #version{
	float:right;
	font-size:80%;
	margin:20px 20px 0px 0px;
	}
	
#admin {
font-size:1.3em;
}
#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: 5px 3px 5px 3px;
	font-size:1.1em;
	border:1px solid #99ccff;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	}
input.w1 {width:200px;}

#f_cid,#f_aid {font-size:1.0em; max-width:300px;}	

	
label{
	padding:3px 0 5px 0px;
	font-size:1.1em;
	}
input:focus, textarea:focus, input:hover, textarea:hover {
	background-color: #DDDDDD;
}
input[type=submit],label,select,.pointer    { cursor:pointer; }
input[type=button] {margin-top:5px;}

.btndel {background-color:#FDABAB;}

#menu_admin{
	padding:4px;
	background: #DBE0FF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border:1px solid #CCC;
	}
#menu_admin ul li{
	float:left;
	padding:8px;
	background:#EEE;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	margin-right:2px;
	border:1px solid #FFF;
	}
#menu_admin_icons{
	float:right;
	}
ul#menu_admin_icons li{
	padding:2px;
	}
#menu_admin_top_icons{
	float:right;
	}
ul#menu_admin_top_icons li{
	padding:2px;
	}
#menu_admin ul li.active{
	background:#111;
	}
#menu_admin ul li a{
	color:#111;
	text-decoration:none;
	}
#menu_admin ul li.active a{
	color:#FFF;
	}
	
#menu{
	padding:4px;
	background: #DDD;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border:1px solid #CCC;
	}
#menu ul li{
	float:left;
	padding:8px;
	background:#EEE;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	margin-right:2px;
	border:1px solid #FFF;
	}
#menu_icons{
	float:right;
	}
ul#menu_icons li{
	padding:2px;
	}
#menu ul li.active{
	background:#111;
	}
#menu ul li a{
	color:#111;
	text-decoration:none;
	}
#menu ul li.active a{
	color:#FFF;
	}	
	
#title{
	border-bottom:1px dashed #DDD;
	padding:4px;
	}
#breadcrumb 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.9em;
	}
#contents table{
	/* width:100%; */
	}
#contents table.list{
	width:100%;
	}
#contents table.list td{
	padding:4px;
	}

#contents table.data thead tr td, #contents table.list thead tr th,
#contents table.list thead tr td{
	text-align:center;
	background:#cdedf0;
	border:1px solid #cdedf0;
	color:#666;
	padding: 4px;
	}
td.options{
	width:80px;
	text-align:center;
	}
td.states{
	width:40px;
	}
td.id_item{
	width:20px;
	}
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: 5px 3px 5px 3px;
	width:180px;
	background:#3399cc;
	color:#FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	}
.sidel{
	text-align:right;
	padding:8px;
	width:160px;
	}	
.sideshort {width:100px;}

/*overwrite "public" calendar.css*/
#wrapper{
	width:900px;
	margin:10px auto;
	}
/* #cal_wrapper{
	width:670px;
}
#the_months{
	width:534px;
	}

*/

/*installation*/

p{
	line-height:1.6em;
	/* padding:10px; */
	font-size:1.2em;
	}

#page_install #contents ul{
	color:#CCC;
	font-size:1.3em;
	list-style: lower-roman;
	margin:10px 0px 10px 40px;
	}
#page_install #contents ul li{
	line-height:24px;
	list-style-image: url("../icons/white_flag.png");
	}
#page_install #contents ul li.ok{
	text-decoration:line-through;
	color:#666;
	list-style-image: url("../icons/green_flag.png");
	}
#page_install #contents ul li.ko{
	color:red;
	list-style-image: url("../icons/red_flag.png");
	}
#page_install #contents ul li.current{
	color:#000;
	}


	
	
fieldset { 
	border:1px solid #ccc;	
	padding:10px;
	margin: 5px 0px 5px 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	}

legend {
  	padding: 0.2em 0.5em;
  	color: #111;	
  	border:1px solid #ccc;	
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	background:#EEE;
	
  }
form dl{
	font-size:0.7em;
	display: block;
	width: 100%;
	}
form dt{
	clear: left;
	float: left;
	text-align:right;
	padding:2px 6px 2px 2px;
	width:200px;
	background:#99ccff;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	margin-bottom:4px;
	margin-right:6px;
	color:#FFF;
	
	}
form dd{
	float:left;
	margin-left:0px;
	}
form dl .submit{
	clear: left;
	float: left;
	margin-left:214px;
	}
	
table.list tbody tr td.handles{
	background:url("../icons/handle.png") no-repeat;
	background-position: left 50%;
	width:12px;
	border:1px solid #FFF;
	}

table.conf tbody tr td.handles{
	background:url("../_images/icons/handle.png") no-repeat;
	background-position: center 50%;
	width:20px;
	border:1px solid #FFF;
	}
table.cat {font-size: 100%; background-color:#eee;}
table.cat thead tr th {
	text-align:center;
	background:#cdedf0;
	border:1px solid #cdedf0;
	color:#666;
	padding:4px;}
table.cat td{	padding:4px;}
table.cat tbody tr td.handles{
	background:url("../_images/icons/handle.png") no-repeat;
	background-position: center 50%;
	width:20px;
	border:1px solid #FFF;
	}

#photos_container div{
float:left;
margin-right: 5px;
}
#photos_container div a{
float:left;
}
	
/*---------old cms-------------*/

.t_actions .ui a { color:#c60; font-weight:bold; text-decoration:none;}
.t_actions .ui a.ea { padding:2px; }
.t_actions .ui a.ta { padding:2px; color:#036; }
.t_actions .ui a:hover { color:#333; background:#bbb; }
.t_actions .ui a:active { color:#eee; background-color:#333; }
.t_actions .ui small { font-size:10px; color:#ccc; }
.a_lngs { text-align: center; }
.t_actions tr.r1 { background:#fff; ;border-bottom: 1px solid #ddd; }
.t_actions tr.r2 { background:#f8f8f8;}
.t_actions tr.r0 { background:#f0f0ff;}
#admin_no {}