/* @group Basic Elements */

*, div, ol, ul, li, img {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	background: #FFF;
	text-align: left;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #000;
	}


blockquote {
	margin-bottom: 15px;
	padding: 15px; padding-bottom: 0px;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', serif;
	color: #000;
	}

ul {
	padding-left: 20px;
	}

ol {
	padding-left: 30px;
	}

a {
	color: #0000DE;
	outline: none;
	text-decoration: underline;
	}

a:hover {
	color: #00A;
	text-decoration: underline;
	}


h1 {
	float: left;
	padding-right: 10px;
	font-size: 26px;
	font-weight: normal;
	line-height: 14px;
	color: #009DDC;
	}

.titleText {
	font-size: 14px;
	line-height: 24px;
	}


.field,
textarea,
select {
	height: 18px;
	padding: 2px 3px;
	border: solid 1px #929292;
	background: transparent url(../images/field-bg.gif) repeat-x top center;
	color: #505050;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	}
.field.focus {
	border-color: #525252;
	color: #000;
	}
select {
	height: 24px;
	line-height: 24px;
	padding: 0px;
	font-size: 12px;
	}

button {
	vertical-align: middle;
	width: 73px;
	height: 23px;
	background: transparent url(../images/button-small.png) no-repeat top left;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	}
	 
label {
	color: #7E7F7F;
	}
label.focus {
	color: #4E4F4F;
	font-weight: bold;
	}
	
:focus {
	outline: none;
	}

.clear {
	clear: both;
	}
	
.hide {
	display: none;
	}
	
.fLeft {
	float: left;
	}
.fRight {
	float: right;
	}

#addThis {
	}

#firstResult {
	margin: 5px 0 15px 0;
	}
#firstResult .articleTitle {
	font-size: 17px;
	font-weight: bold;
	}
#firstResult .resultDetails p {
	color: #111;
	}
.firstHeading {
	padding: 3px;
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	/*color: #4777C8;*/
	color: #999;
	background-color: #F5F5F5;
	border-top: solid 1px #C0C0C0;
	}

#search_term {
	overflow: hidden;
	}
/* @end */





/* @group Layout Structure */

#layout {
	margin: 0;
	min-width: 930px;
	}
#content {
	overflow: hidden;
	margin: 0 10px;
	}

.sideContent {
	float: right;
	width: 225px;
	margin-left: 5px;
	border-left: solid 1px #BECDEC;
	}
.mainContent {
	margin: 0 300px 0 0px;
	}

/* @end */





/* @group Header */

#header {
	position: relative;
/*	margin: 10px 20px; */
	padding: 10px 20px;
	margin-bottom: 10px;
	height: 40px;
	font-size: 11px;
	background-color: #E8E8F8;
	}
#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	}
#logo a {
	overflow: hidden;
	display: block;
	width: 166px;
	height: 50px;
	background: transparent url(../images/logo-small-blue.gif) no-repeat top left;
	text-indent: -999px;
	}
#mainSearch {
	position: absolute;
	top: 20px;
	left: 200px;
	width: 60%;
	}
#mainSearch h1 {
	width: 60%;
	}
#mainSearch .field {
	width: 100%;
	height: 17px;
	vertical-align: middle;
	line-height: 17px;
	}
#mainSearch button {
	vertical-align: middle;
	width: 73px;
	height: 23px;
	margin: 0 10px 0 5px;
	background: transparent url(../images/button-small.png) no-repeat top left;
	color: #FFF;
	font-size: 14px;
	}
#mainSearch a {
	vertical-align: middle;
	}
#accountLinks {
	overflow: hidden;
	position: absolute;
	top: 20px;
	right: 20px;
	font-weight: bold;
	}
#accountLinks .help {
	float: right;
	display: block;
	width: 19px;
	height: 18px;
	margin-left: 15px;
	background: transparent url(../images/icon-help.png) no-repeat top center;
	text-indent: -999px;
	}


/* @end */



/* @group Global Elements */

.breadcrumbs {
	clear: left;
	padding: 2px 5px;
	margin-top: 10px;
	color: #464F5C;
/*	border-top: solid 1px #969FAC; */
	font-size: 13px;
	}
.breadcrumbs span {
	color: #969FAC;
	}
.breadcrumbs a {
	text-decoration: none;
	border-bottom: 1px dotted;
	}
.breadcrumbs a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
	}
	
.breadcrumbs h2, .breadcrumbs strong {
	font-size: 12px;
	display: inline;
	font-weight: normal;
	}


.crossLinking {
	margin-top: 15px;
/*	padding: 5px; */
	color: #464F5C;
	border-top: solid 1px #DDD;	
/*	border-bottom: solid 1px #969FAC; */
	}
.crossLinking a {
	text-decoration: none;
	border-bottom: 1px dotted;
	}
.crossLinking a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
	}
.crossLinking .breadcrumbs {
	margin: 0; padding: 5px 0;
	border-bottom: solid 1px #DDD;	
	}
/* @end */




/* @group Results */


.sourceThumb {
	float: left;
	margin: 0 15px 15px 0;
	}
.articleTitle {
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 20px;
	font-weight: normal;
	}
.articleTitle a {
	/* color: #092453; */
	text-decoration: none;
	border-bottom: dotted 1px #0000DE;
	}
.articleTitle a:hover {
	color: #092493;
	border-bottom: solid 1px #092493;
	}
.meshArticleTitle a:visited {
	color: #000473;
	border-bottom-color: #BBD;
	}
	
.articleAuthors,
.articleSource {
	font-weight: normal;
	font-size: 12px;
	color: #262626;
	line-height: 16px;
	}
.articleSource {
	font-weight: bold;
	color: #000;
	}
.resultDetails h5 {
	line-height: 13px;
	}
.resultDetails p {
	margin: 5px 0 0 0;
	line-height: 16px;
	color: #444;
	}
.resultDetails p.moreLikeLink {
	margin: 0;
	}

#moreLikeResults {
	list-style: none;
	margin: 0; padding: 0;
	}
#moreLikeResults li {
	padding: 10px 0;
/*	border-bottom: dotted 1px #363F4C; */
	border-bottom: solid 1px #CCC;
	}
#moreLikeResults .sourceThumb {
	float: left;
	margin: 0 0 0 15px;
	width: auto;
	}
#moreLikeResults .resultDetails {
	}
	
p.moreLink,
.moreLink a,
p.moreLikeLink,
.moreLikeLink a {
	color: #4B9523;
	}


/* @end */



/* @group Footer */

#footer {
	overflow: hidden;
	margin-top: 20px;
	padding: 10px;
	font: normal 11px/15px Arial, Helvetica, sans-serif;
	background-color: #E8E8F8;
	}

#footerLinks {
	float: left;
	list-style: none;
	margin: 0; padding: 0;
	}
#footerLinks li {
	float: left;
	padding: 0 5px;
	border-right: solid 1px #CCC;
	}

#copyright {
	float: right;
	}


/* @end */





/* @group Feedback Form */

#feedbackForm {
	margin: 10px;
	border: solid 1px #AAA;
	padding: 15px;
	min-width: 350px;
	}
#feedbackForm .intro {
	font-weight: bold;
	font-size: 14px;
	color: #005C9F;
	padding-bottom: 10px;
	}
#feedbackForm form {
	width: 100%;
	overflow: hidden;
	margin-top: 5px;
	border-top: solid 1px #CCC;
	}
#feedbackForm .halfField {
	float: left;
	width: 50%;
	}
#feedbackForm .field {
	width: 90%;
	}
#feedbackForm textarea {
	width: 97%;
	height: 60px;
	background: #FFF;
	}
#feedbackForm .submit {
	vertical-align: middle;
	width: 73px;
	height: 23px;
	margin: 15px 0 0 0;
	background: transparent url(../images/button-small.png) no-repeat top left;
	color: #FFF;
	font-size: 14px;
	float: right;
	}
#feedbackForm h3 {
	padding-top: 10px;
	}
#sendFeedbackLoading {
	width: 73px; height: 23px;
	margin: 15px 0 0 0;
	background: transparent url(../images/loading.gif) no-repeat center center;
	float: right;
	text-indent: -9999px;
	}
#feedbackResponse {
	margin: 15px 100px 0 0; padding: 2px 5px;
	color: #660;
	font-weight: bold;
	background-color: #FFC;
	border: solid 1px #CC9;
	}
#feedbackResponse.errorMsg {
	color: #F00;
	background-color: #FFF;
	border-color: #FFF;
	}
/* @end */






/* @group Overlays */

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	}
.overlayWindow {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 901;
	width: 600px;
	padding: 5px;
	background: transparent url(../images/overlay-bg.png) repeat top left;
	}
.overlayContent {
	overflow: hidden;
	border: solid 1px #000;
	background: #FFF;
	}
.overlayContent h4 {
	overflow: hidden;
	padding: 5px 5px 5px 15px;
	border-bottom: solid 1px #969FAC;
	background-color: #C2EDF4;	
	color: #4777C8;
	font-size: 14px;
	}
.overlayContent h4 .closeOverlay {
	display: block;
	float: right;
	margin-top: 1px;
	width: 19px;
	height: 18px;
	background: transparent url(../images/icon-close.gif) no-repeat top left;
	text-indent: -9999px;
	}
.overlayContent .intro {
	padding: 5px 15px 15px 15px;
	width: 45%;
	color: #00589C;
	float: left;
	}

.overlayContent .intro .signin {
	margin-top: 10px;
	color: #000;
	line-height: 3em;
	}
.overlayContent fieldset {
	margin: 0 15px 15px 0;
	border: solid 1px #AAA;
	}
.overlayContent fieldset legend {
	margin-left: 10px;
	padding: 0px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #0065A4;
	}
.overlayContent fieldset ul {
	list-style: none;
	margin: 10px; padding: 0;
	}
.overlayContent fieldset ul li {
	overflow: hidden;
	width: 100%;
	margin-top: 10px;
	}
.overlayContent fieldset ul label {
	display: block;
	float: left;
	width: 80px;
	margin-right: 10px;
	text-align: right;
	}
.overlayContent fieldset ul input {
	width: 150px;
	}
.overlayContent fieldset .error {
	padding-left: 90px;
	color: #F00;
	}
.overlayContent fieldset .submitButtons {
	padding-left: 90px;
	}
	
#overlay-SignUp .logo {
	display: block;
	height: 36px;
	margin: 10px;
	background: transparent url(../images/logo-small.gif) no-repeat top left;
	text-indent: -9999px;
	}

/* @end */





/* @group Ads */

.google_ads_horizontal,
.google_ads_vertical {
	overflow: hidden;
	margin-top: 10px;
	padding: 5px 10px;
	background: #F6F6F6;
	line-height: 16px;
	}
.google_ads_vertical {
	margin: 0; padding: 0 10px;
	background: transparent;
	}
.google_ads_horizontal h4,
.google_ads_horizontal h4 a,
.google_ads_vertical h4,
.google_ads_vertical h4 a {
	color: #999;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	}
.google_ads_horizontal h4 {
	margin: 5px 0 10px 0;
	}
.google_ads_horizontal h4 a:hover,
.google_ads_vertical h4 a:hover {
	text-decoration: underline;
	}
.google_ads_horizontal ul,
.google_ads_vertical ul {
	list-style: none;
	margin: 0; padding: 0;
	}
.google_ads_vertical ul li {
	margin-top: 10px;
	}
.google_ads_horizontal ul li {
	padding: 5px 0;
	}
.google_ads_horizontal h5,
.google_ads_vertical h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	}
.google_ads_horizontal h5 .ad_line1,
.google_ads_vertical h5 .ad_line1 {
	font-size: 15px;
	}
.google_ads_horizontal .site, 
.google_ads_horizontal .site a,
.google_ads_vertical .site,
.google_ads_vertical .site a {
	color: #888;
	text-decoration: none;
	font-weight: normal;
	}
.google_ads_horizontal .site {
	margin-left: 5px;
	}
.google_ads_horizontal .site a:hover,
.google_ads_vertical .site a:hover {
	text-decoration: underline;
	}
.google_ads_horizontal .text {
	margin-left: 5px;
	font-weight: normal;
	}

/* @end */



