/***************** Widget ********************/
.mssearch {
	border: 1px solid #bbb;
}
.ms-global-search_form {
	padding: 5px;
}
.ms-global-search_form input {
	margin: 10px 4px 4px 4px;
}
.ms-global-search_vbox {
}
.ms-global-search_hbox {
}
.ms-global-search_term {
	font-weight: bold;
}
/***************** Page **********************/

/* Error message */
.globalpage_message {
}
.globalpage_title {
}
/* Blog title */
.globalblog_title {
	margin-top: 14px;
	font-weight: bold;
	text-decoration: underline;
	display:none;
}
.globalsearch_post_wrapper {
	float: left;
	width: 100%;
	height: auto;
	min-height:inherit;
	background: #eef8ef;
	margin-bottom: 20px;
	padding-bottom:10px;
}
/* Results */
.globalsearch_post {
	clear: both;
	padding-top: 6px;
	padding-bottom: 9px;
	margin-bottom: 10px;
}
.globalsearch_header {
	margin: 0 10px 0 11px;
	min-height: 38px;
	padding-top: 0px;
	padding-bottom: 7px;
}
.globalsearch_title {
	font-size: 20px;
	color: #474747;
	font-weight: 700;
	margin: 0;
	padding-left: 0;
	padding-top: 25px;
}
.globalsearch_meta {
	margin: 0;
	overflow: hidden;
	min-height: 16px;
	font-size: 12px;
}
.globalsearch_meta span {
	padding-left: 14px;
	color: #808080;
	margin-right: 12px;
	background-image: url(images/span.gif);
	background-repeat: no-repeat;
}
.globalsearch_comment {
	float: right;
	line-height: 12px;
	background-position: left -58px;
	margin-right: 0 !important;
	margin-top: 4px;
	display:none;
}
.globalsearch_date {
	text-align: center;
	margin-right: 6px;
	margin-top: 0px;
	background-position: left -98px;
	display:none;
}
.globalsearch_author {
	background-position: left 2px;
	display:none;
}
.globalsearch_edit {
	background-position: left -138px;
	display:none;
}
.globalsearch_content {
	line-height: 160%;
	margin: -31px 0 0px 12px;
	padding: 0;
}
p.globalsearch_readmore {
	margin: 0;
	padding: 11px;
	float: left;
	background: #39B54A;
	margin-left: 0px;
	margin-bottom: 0px;
	color:#FFFFFF;
}
.globalsearch_post_wrapper{
padding-left:15px;
}
.globalsearch_post_wrapper p.download {
	margin-left:inherit;
	
}
.globalsearch_content .entry p {
	font-size: 14px;
	height: 40px;
	color: #474747;
	line-height: 20px;
	clear: both;
}
.globalsearch_title a {
	font-size: 20px;
	color: #474747;
	font-weight: 700;
	margin: 0;
	padding-left: 0;
	padding-top: 25px;
}
.globalsearch_content .r-more{float:left; margin-top:20px; width:100%; clear:both;}
