@CHARSET "UTF-8";

/* Sortable tables */
table.sortable thead {
    /*background-color:#eee;
    color:#666666;*/
    font-weight: bold;
    cursor: default;
}


.nice {
	border:1px solid #464646;
}
.nicetable { 
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	margin:5px;
}
.nicetable th {
	font-size:120%;
	padding-left:3px;
	padding-right:4px;	
}
.nicetable td {
	padding-left:2px;
	padding-right:3px;	
}
.nicetable tr:hover {
	background-color:rgb(231,243,255);	
}
.nicetable .ncrt{
	width:10px;
	text-align:right;
	padding-left:3px;
}
.nicetable td.opt {
	text-align:center;	
}
.nicetable .rowtype_0 { background-color:ffffe7;  }
.nicetable .rowtype_1 { }

.nicetable a { color:rgb(96,96,216);  }

form.nice input.button {
  background-color:#464646;
  color:white;
  border:0px;
  margin:3px;
  text-weight:bold;
  font-family:georgia;
  font-size:16px;
}
form.nice input.button:hover {
	background-color:#2583AD;
	color:white;
}

form.nice input.buttonalert { 
	 background-color:rgb(213,78,33);
	}
form.nice input.buttonalert:hover {
	 background-color:red;
	}

	
.niceditor label { display:block; }
.niceditor label .labeltext { display:block; font-family:georgia; color:grey; font-size:12px; font-family:arial;}
.niceditor .field { width: 500px; }
.niceditor .textfield { height:400px; }