/* Override Default Styles */

span.Date{
	color:#385B88;
}
a{
/*	color:#385B88; */
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	*/
}
div.ResultTitle A {
	color:#385B88;
}
SPAN#FoundResults{
	background-color:#385B88;
	color:#FFF;
}

/* gallery */
div.gallery div.GalleryThumbnail {
	background: #fff;
	padding: 0px 15px 15px 0px;
	margin: 0px;
}


/* Blog */
div.BlogDetails {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

div#BlogAddOns {
	background: #fff;
	padding-left: 15px;
	margin-top: -4px;
}

div#BlogAddOns h3 {
	margin-top: 10px;
}

ul.BlogLatestLinks li {
	margin: 4px 0px;
}

INPUT.FormText, TEXTAREA.FormTextArea{
	border:1px solid #A9A9A9;
	font-size:12px;
	color:#999999;
	height: auto;
	padding: 2px;
}

TEXTAREA.FormTextArea {
	height: 70px;
}

/* Documents */

h1.DocumentTitle {
	background: none !important;
	margin-bottom: 0px !important;
	margin-left: 50px;
	padding-bottom: 0px !important;
}

p.DocumentData {
	margin-left: 50px;
}

/* Articles in 2 columns */

#Articles2ColumnsContainer table.ArticleColumns td {
	padding-right: 15px;
}
