@charset "utf-8";
/* CSS Document */

.input, input, select, textarea {
	border-style:solid;
	border-width:1px;
	border-color:#09C;

	background-color:#F0F8FC;
	background: -moz-linear-gradient(
		top,
		#E0ECF0 0%,
		#F0F0F0);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#E0ECF0),
		to(#F0F0F0));

	padding:2px;
	margin-bottom:1px;
	margin-top:1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow:0px -1px 2px rgba(000,000,000,0.3);	
}

input[type=file] {
	box-shadow:none;
}

.button {
	padding:2px 4px 4px 4px;
	border:1px solid #09C;	
	background-color:#F0FEFF;
	background: -moz-linear-gradient(
		top,
		#FEFEFE 0%,
		#E0ECF0);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#FEFEFE),
		to(#E0ECF0));
	border-radius:6px;
	box-shadow:1px 1px 3px rgba(000,000,000,0.3);
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#486f9e;
		
}

.button:hover {
	text-shadow:0 0 1px #F0E866;
	background-color:#E0E0E0;	
	background: -moz-linear-gradient(
		top,
		#F0F0F0 0%,
		#E0E0E0);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#F0F0F0),
		to(#E0E0E0));	
	cursor:pointer;		
}


.lt {
	padding:2px;
	background-color:#666666;
	color:white;
	font-weight:bold;
}

.le {
	padding:2px;
	background-color:#EEEEEE;
	border-right:1px solid #996644;
	border-bottom:1px solid #996644;	
}

.rle {
	background-color:#F33;
}

#id_buttons {
	display: none;
	position: absolute;
	height: 32px;
	padding: 6px;
	width: 350px;
}

#id_place_buttons {
	padding-right:365px;
	margin-top:0;
	padding-bottom:6px;
}

#id_actions {
	width: 600px;
	height: 40px;
}

#id_actions_float {
	height: 34px;
	position: absolute;
	display: none;
}

.action_data {
	width: 600px;
	background: #F8F8F8;
	border: 1px solid #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	selectable: true;
	position: absolute;
	display: none;
	z-index:50;
}

.gt {padding:2px;background:#777777;border-top:1px solid #DDDDDD;border-right:1px solid #CCCCCC;border-bottom:1px solid #111111;color:white;height:17px}

.air2 {padding:2px}

.pusel {
	position:absolute;
	top:0px;
	height:150px;
	width:240px;
	background-color:white;
	border:1px solid #999999;
	z-index:100;
}

.puseltop {
	padding: 3px;
	background-color: #777777;
	color: white;
	font-weight: bold;
	height: 16px;
}

.pusearch {
	padding: 2px;
	background-color: #EEEEEE;
	height: 26px;
}

.pusf {
	width: 176px;
}

.puitem {
	float:left;
	width:98%;
	height: 14px;
	padding: 5px;
	background-color: #F0F3FF;
	border-bottom: 1px solid #FEFEFE;
}

.puitem:hover {
	height: 14px;
	padding: 5px;
	background-color: #C0C8FF;
	border-bottom: 1px solid #FEFEFE;
}

.pulink {
	font-size: 11px;
	color: #333366;
	text-decoration: none;
}

.pusf {
	width: 176px;
}

.pusb {
	position: relative;
	top: 2px;
}

.pumain {
	height: 100px;
	padding: 0;
	overflow-Y: scroll;
}

.pumain2 {
	height: 130px;
	padding: 0;
	overflow-Y: scroll;
}

.select {
	background-color: #f9e06e;
}

.fl {
	float:left;
	padding:3px;
	padding-right:10px;
}

.bfl {
	float:left;
}

.cb {
	clear:both;
}

.titem {
	clear:both;
	min-height:130px;
}

.tpic {
	width:120px;
	float:left;
	height:110px;
}

.tright {
	width:400px;
	float:left;
}

.tright2 {
	padding-left:10px;
	width:400px;
	float:left;
}

.thead {
	font-size:18px;
}

.tann {
	font-size:12px;
	padding-bottom:10px;
	line-height:140%;
}

.tpic2 {
	width:102px;
	float:left;
	height:102px;
}

.thead2 {
	font-size:14px;
}


a.link2 {color:#222222;text-decoration:none}

.mselect a.link2 {
	color:white;
}

.submenu {
	float:left;
	padding-bottom:3px;
}

.menuitem {
	display:inline;
	border-right: 1px solid #ef7c7e;
	background-color: #f0c1c2;
	font-family:Arial;
	font-size:12px;
	padding:5px;
	margin:0;
	padding-left:16px;
	padding-right:16px;
	color:#444444;
}

.mselect {
	background-color:#e9271d;
}

a.menuitem {
	text-decoration:none;
}

a.mselect {
	color:white;
}

h5 {
	margin:0;
	font-size: 13px;
	background-color: #F8F8F8;
	padding: 3px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}

.gbm {
	padding:4px;
	border:1px solid #CCFFCC;
	
}

.gbs {
	padding:4px;
	text-align:right;
}

.pthumb {
	float:left;
	width:120px;
	
}

.pdescr {
	width:460px;
	float:left;
}

.tight {
	margin:4px 0 4px 0;
	padding:0;
}

.tpic2 {
	width:102px;
	float:left;
	height:102px;
}

.tpic3 {
float:left;
padding:1px;
}

.tdescr {
	width:140px;
	float:left;
	height:96px;
	padding:3px;
}

.bold {
	font-weight:bold;
}

.nbr {
	border-right:0;
}

.glow {
	background-color:#CCCCFF;
}

.llt {
	background-color:#DDEEFF;
	font-size:13px;
	padding:2px;
	border-right:1px solid #6600FF;
	border-bottom:1px solid #6600FF;
}

.lle {
	background-color:#CCCCCC;
	padding:0;
	height:30px;
}

.hot {
	background-color:#FF3300;
	color:white;
}

.micro {
	font-size:10px;
}

.sthru {
	text-decoration:line-through;
}

.tiny {
	font-size:11px;
}

#id_today {
	float:right;
	width:200px;
	height:80px;
	text-align:right;
	padding:4px;
}

.errm, .err {
	color:white;
	background-color:#FF0033;
	padding:2px;
}

.donem {
	color:white;
	background-color:#3333FF;
	padding:2px;
}

.err {
	color:white;
	background-color:#FF0000;
	padding:2px;
}

.fire {
	color:#FFEE33;
	background-color:#FF0000;
	padding:2px;
}

.leg {
	float:left;
	width:20px;
	height:20px;
}

.shy {
	color:#999999;
}

.shy a {
	color:#999999;
	text-decoration:none;
}

.small {
	font-size:13px;
}

.offscreen {
	position:absolute;
	left:-1000px;
	top:-1000px;
}

.bl {
	border-bottom:1px solid #666666;
}

.bfl {
	float:left;
}

.smitems {
	float:left;
}

.smitems a {
	display:block;
	float:left;
	font-size:10px;
	padding:2px;
	background-color:#669966;
	margin-right:1px;
	margin-bottom:1px;
	color:white;
}

.pr {
	position:relative;
}

#menueditorleft {
	float:left;
	width:70%;
	margin-bottom:20px;	
}

#menueditortop {
	float:left;
	width:100%;
	height:40px;
	margin-top:12px;
}

#menueditorbody {
	float:left;
	width:99%;
	overflow:auto;	
	overflow-Y:scroll;
	border-top:1px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;	
	height:450px;	
	padding:6px;
}

#menueditorright {
	float:left;
	width:26%;
	margin-left:15px;
}

.bigger {
	font-size:16px;
}

.menuids {
	width:100px;
}

.menuline {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:6px;
	border-bottom:1px solid #CCCCCC;
	background-color:#F0F0F0;
}

.menusubline {
	float:left;
	width:100%;
	clear:both;
}

.menusubmenu {
	float:left;
	padding-left:20px;
	margin-bottom:6px;
}

.menuline div {
	float:left;
}

.menusubline div {
	float:left;
}

.menuuri {
	width:140px;
}

.menuname {
	width:180px;
}

.menuon {
	width:60px;
}

.menuact {
	width:50px;
}

.psm {
	background-color: #226688;
	border: 1px solid #DDDDDD;
	width:auto;
	position:absolute;
	display:none;	
	max-width:400px;
	padding:0 8px 0 8px;
	z-index:1500;
}

.psme {
	font-size:13px;
	font-weight:normal;
	padding:4px 8px 4px 8px;
	margin:0 40px 0 -8px;
	border-bottom:1px solid #DDDDDD;
	float:left;
	width:100%;
	clear:both;
	color:white;
}

.psme:hover {
	color:#F0F0F0;
	background-color:#22AACC;
	text-decoration:none;
}

.btnline {
	float:left;
	margin-bottom:3px;
	height:30px;
}

.btn {
	float:left;
	margin-right:8px;
	height:30px;
	background-image:url("/i/e/btnright.png");
	background-repeat:no-repeat;
	background-position:right;
	line-height:26px;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#4d4d4d;
	padding-right:8px;
}

.btnadd {
	width:27px;
	height:30px;
	float:left;
	background-image:url("/i/e/btnplus.png");
	background-repeat:no-repeat;
}

.btnminus {
	width:27px;
	height:30px;
	float:left;
	background-image:url("/i/e/btnminus.png");
	background-repeat:no-repeat;
}

.btnback {
	width:27px;
	height:30px;
	float:left;
	background-image:url("/i/e/btnback.png");
	background-repeat:no-repeat;
}

.btnleft {
	width:8px;
	height:30px;
	float:left;
	background-image:url("/i/e/btnleft.png");
	background-repeat:no-repeat;
}

.pickbutton {
	width:16px;
	height:16px;
	border:none;
	position:relative;
	top:2px;
}

.pick_sample {
	display:none;
}

.hint {
	position:absolute;
	z-index:10;
	top:-28px;
	left:4px;
	color:#c4c4c4;
	display:none;
}

.hpr {
	width:120px;
	height:0;
	position:relative;
}

.mr {
	margin-right:20px;
}

.air {
	padding:6px;
}

.grey {
	color:#808080;
}

.bfr {
	float:right;
}