/* CSS Document */

/*
 * 		15. ACTION BAR
 * ============================================================
 */

.action-bar {
	border-top: 1px solid #e3e3e3;
	background-color: #f6f6f6;
	background-image: url("../images/background.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}

.actions {
	font-size: 12px;
	line-height: 24px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	clear: both;
	padding: 0px 5px;
	height: 36px;
}

.actions div.search {
	float: right;
	border: 0;
	padding-top: 6px;
}

.actions ul {
  	margin: 0;
  	padding: 0 0 0 30px;
}

.actions li {
  	list-style: none;
	float: left;
}

.actions li span {
	display: inline-block;
	height: 20px;
	margin: 7px 5px 0 0;
	border-top: solid 1px #b0b0b0;
	border-bottom: solid 1px #b0b0b0;
}

.actions li span.action-spacer {
	display: block;
	width: 10px;
	border: none !important;
}

.actions li a:link, .actions li a:visited, .actions li a:active {
  	display: inline-block;
	border-left: solid 1px #b0b0b0;
	border-right: solid 1px #b0b0b0;
	margin: 0 -1px;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	background: url(/../images/application.png) -20px 0 no-repeat;
	font-size: 11px;
  	text-decoration: none;
	color: #3d3c3c;
}

.actions li a:hover {
  	text-decoration: none;
  	color: #ffffff;
	border-left: solid 1px #777777;
	border-right: solid 1px #777777;
	background-color: transparent;
	background: url(/../images/application.png) -20px -20px no-repeat;
}

.actions li span:hover {
	border-top: solid 1px #777777;
	border-bottom: solid 1px #777777;
}

.action-bar .newTable {
	margin-top: 10px;
}



/***************************
 SEARCH
 */
#search-container {
	padding: 0 5px 15px 5px;
}
#search-container h3 {
	margin-left: 15px;
	margin-bottom: 10px;
}
#search-launch-top {
	float: right;
	line-height: 24px;
	padding-top: 2px;
}
#search-launch-top-list{
	float: right;
	line-height: 24px;
	padding-top: 2px;
}

