td {
	color: #303030;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}


div.GalleryThumbnail table td {
	text-align: center !important;
}

div.GalleryThumbnail div.Description {
	text-align: center !important;
}

span.highlight {
	background-color: #FFFF9A;
	color: black;
}

span.anti_highlight span.highlight {
	background-color: inherit;
	color: inherit;
}

/* Blog */

div.BlogDetails {
	margin-top: 5px;
	color: #666;
}

div.BlogDetails a {
	font-weight: normal !important;
}


#BlogAddOns h3 {
	padding-top: 0px;
	margin-top: 15px;
}

ul.BlogLatestLinks li {
	margin: 2px 0px;
}

div#ArticleContainer table.ZebraTable td,
div#BlogContainer table.ZebraTable td {
	padding: 10px;
	font-weight: bold;
	color: #666;
}

div#ArticleContainer table.ZebraTable td span.date,
div#BlogContainer table.ZebraTable td span.date {
	font-weight: normal;
	display: inline;
	float: none;
	color: #666;
}

div#ArticleContainer table.ZebraTable td p,
div#BlogContainer table.ZebraTable td p {
	font-weight: normal;
}


INPUT.FormText, TEXTAREA.FormTextArea{
	font-size:12px;
	color:#3183F1;
}

/* Gallery */

div.gallery div.GalleryThumbnail {
	margin-right: 20px;
}

/* Articles2ColumnsContainer */

div#Articles2ColumnsContainer td {
	padding-right: 15px;
}

/* Documents */

div.Document {
	width: auto;
	clear: both;
}

div.Document h1.DocumentTitle {
	margin-left: 50px;
}

div.Document p.DocumentData {
	margin-left: 50px;
}


div.Document p.DocumentData span.Date {
	width: auto;
	margin-top: 0px;
	padding-bottom: 0px !important;
}

