@charset "utf-8";
/* CSS Document */

.system-message{width:100%; float:left; padding:20px 0 8px 0;}
.system-message .message-row{ height:21px;font-size:11px; padding-top:4px; position:relative; padding-left:65px; background-repeat:repeat-x; background-position:top; margin-bottom:20px;color:#000;}
.system-message .message-row strong{font-size:13px; padding-right:10px;}
.system-message .message-row span{ height:45px; width:45px; display: block; background-repeat:no-repeat; background-position: top; position:absolute; top:-9px; left:10px;}

.system-message .message-row.neutral{ border:1px solid #9b9a9a;background-image:url(layout/mess-neutral-bg.jpg);}
.system-message .message-row.neutral strong{color:#4f4f4f;}
.system-message .message-row.neutral span{ background-image:url(layout/white_ico.png);}

.system-message .message-row.negative{ border:1px solid #ae6464;background-image:url(layout/mess-negative-bg.jpg);}
.system-message .message-row.negative strong{color:#ae2727;}
.system-message .message-row.negative span{ background-image:url(layout/red_ico.png);}

.system-message .message-row.tips{ border:1px solid #3e727e; background-image:url(layout/mess-tips-bg.jpg);}
.system-message .message-row.tips strong{color:#0f4b74;}
.system-message .message-row.tips span{ background-image:url(layout/blue_ico.png);}

.system-message .message-row.positive{ border:1px solid #3b6e31; background-image:url(layout/mess-positive-bg.jpg);}
.system-message .message-row.positive strong{color:#386d19;}
.system-message .message-row.positive span{ background-image:url(layout/green_ico.png);}

.system-message .message-row.warning{ border:1px solid #998a39; color:#4f4f4f; background-image:url(layout/mess-warning-bg.jpg);}
.system-message .message-row.warning strong{color:#675918;}
.system-message .message-row.warning span{ background-image:url(layout/yellow_ico.png);}


.customize { float:right;padding-top:5px;}
/* .customize {width:250px; float:right;padding-top:5px;} */
/*
.customize ul{margin:0; padding:0;list-style:none; float:right;}
.customize li a:link, 
.customize li a:visited, 
.customize li a:active{font-weight:bold; font-size:14px; color:#FFF; text-transform:uppercase; }
.customize li a:hover{color:#52d8f6; text-decoration:none;}
.customize li  a span { height:34px;background:url(layout/btn-customize-left.jpg) no-repeat top left;  display:inline-block; padding-left:5px;}
.customize li  a span span { height:27px; background:url(layout/btn-customize-right.jpg) no-repeat top right;padding:7px 10px 0 5px; display:inline-block;}*/

.customize li a{
	color: #fff;
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
	background: #258;
	background: -moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34, 85, 136, 0.7)), to(rgba(34, 85, 136, 0.9)));
	border: solid 2px #258;
	border-radius: 20px;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition : opacity 0.3s ease ;
	transition : opacity 0.3s ease ;
}

table td.quickaction li a.view span span,
table td.quickaction li a.edit span span{
	color: #fff;
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
	background: #333 !important;
	background: -moz-linear-gradient(rgba(37, 37, 37, 0.7), rgba(58, 58, 58, 0.9) 50%) !important;
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(37, 37, 37, 0.7)), to(rgba(58, 58, 58, 0.9))) !important;
	border: solid 2px #333;
	border-radius: 5px;
	padding: 5px 5px;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition : opacity 0.3s ease ;
	transition : opacity 0.3s ease ;
}

.customize li a:hover,
table td.quickaction li a.view span span:hover,
table td.quickaction li a.edit span span:hover{
	opacity: 0.8;
}

table td.quickaction ul{
	margin-bottom: 6px;
}

.tl{
	text-align: left !important;
}


