.blogArticleContainer {
	width: 704px;
	overflow: hidden;
	margin-bottom: 0px;
}

.blogTitleImage {
	width: 180px;
	height: auto;
	
	border: 1px solid #777777;
}

.blogPageBar {
	position: relative;
	left: 0px;
	text-align: center;

	width: 704px;
	height: 30px;
	
	font-size: 11px;
	font-weight: bold;
	
	color: #666666;
	
	background-image: url(../../images/style/content/bright/headerBg.jpg);
	
	border: 1px solid #D5D5D5;
	
	margin-bottom: 10px;
	
	text-transform: uppercase;
}
.blogPageBar .title {
	margin-top: 8px;
}

.blogPageBar .scrollLeftButton {
	position: absolute;
	top: 8px;
	
	left: 200px;
}

.blogPageBar .scrollLeftButton img {
	border: 0px;	
}

.blogPageBar .scrollRightButton {
	position: absolute;
	top: 8px;
	
	right: 200px;
}

.blogPageBar .scrollRightButton img {
	border: 0px;
}

.blogPageBar .scrollLeftButton.inactive {
	opacity: 0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);		
}

.blogPageBar .scrollRightButton.inactive {
	opacity: 0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);		
}

.blogEntry {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
}

.blogEntry .articleOptionsContainer {
	position: absolute;
	top: 0px;
	right: 0px;
	
	background: #EEEEEE;
	
	font-size: 9px;
	
	color: #999999;
	
	text-transform: uppercase;
	
	cursor: pointer;
	
	padding: 5px;
	padding-left: 15px;
	padding-right: 10px;
	
	border-left: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;		
}

.blogEntry .articleOptionsContainer .optionsEntry {
	font-size: 9px;
	
	color: #999999;
	
	text-transform: uppercase;
}

.blogEntry .articleOptionsContainer .optionsEntry:hover{
	color: #777777;
	text-decoration: underline;
}

.blogEntry .article {
	position: relative;
	top: 0px;
	left: 0px;
	
	margin: 15px;
}

.blogEntry .articleSideBar {
	padding-top: 3px;
	width: 50px;
}

.blogEntry .authorImage {
	width: 50px;
	height: auto;
	
	border: 1px solid #999999;
	
	margin-right: 15px;
	margin-bottom: 10px;
}

.blogEntry .authorImage:hover {
	border: 1px solid #dbfa06;
}

.blogEntry .commentsCounterContainer {
	position: relative;
	margin-top: 5px;
	margin-left: 7px;
	
	background-image: url(/images/style/blogs/commentsBg.gif);
	
	width: 38px;
	height: 30px;	

	cursor: pointer;
	
	opacity: 0.45;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
	filter: alpha(opacity=45);
}

.blogEntry .commentsCounterContainer:hover {
	opacity: 1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);			
}

.blogEntry .commentsCounterContainer .commentsCounterBatch {
	position: absolute;
	top: 5px;
	left: 7px;
	width: 25px;
	height: 15px;
	
	font-size: 12px;
	font-weight: bold;
	
	text-align: center;
	
	color: #FFFFFF;	
}

.blogEntry .teaserImage {
	
	border: 1px solid #777777;
	
	margin-bottom: 10px;
}

.blogEntry .teaserImage.left {
	margin-top: 4px;
	
	width: 150px;
	height: auto;	
	
	float: left;

	margin-right: 15px;
}

.blogEntry .teaserImage.right {
	margin-top: 4px;
		
	width: 150px;
	height: auto;	
	
	float: right;
	
	margin-left: 15px;	
}

.blogEntry .teaserImage.centered {
	margin-bottom: 15px;
	width: 500px;
	height: auto;
}

.blogEntry .article .articleHeader {
	margin: 0px;
	padding: 0px;
	
	font-size: 18px;
	font-weight: bold;
	
	color: #2e3856;
	
	text-transform: uppercase;
}

.blogEntry .article .articleSubHeader {
	margin: 0px;
	padding: 0px;
	
	margin-bottom: 15px;
	
	font-size: 11px;
	
	color: #666666;
}

.blogEntry .article .teaserText {	
	font-size: 13px;
	font-weight: bold;
	
	color: #4B4B4B;
	
	text-align: justify;
}

.blogEntry .article .articleText {
	font-size: 13px;
	
	color: #666666;
	
	text-align: justify;
}

.blogEntry .article .title a {
	color: #2e3856;
	text-decoration: none;
}

.blogEntry .article .title a:hover {
	color: #3e4866;
	text-decoration: underline;
}

.blogEntry .article .author {
	font-size: 9px;
	color: #2e3856;

	text-transform: uppercase;
	
	border-left: 3px solid #2e3856;
	
	padding-left: 5px;	

	margin-bottom: 10px;
}

.blogEntry .article .author a {
	text-decoration: none;
	color: #2e3856;	

	font-weight: bold;
}

.blogEntry .article .author a:hover {
	text-decoration: underline;
}

.blogEntry .article .spacer {
	height: 120px;
	width: 1px;
}

.blogEntry .blogPhoto {
	border: 1px solid #2e3856;
}

.blogEntry a {
	color: #2e3856;
	
	text-decoration: none;
}

.blogEntry a:hover {
	color: #2e3856;
	
	text-decoration: underline;
}

.blogArticleOptions {
	margin-left: 0px;
}

.bookmarkBar {
	position: relative;
	width: 704px;
	
	height: 22px;
	
	padding-top: 2px;
	
	color: #4B4B4B;	
	
	text-align: left;

	text-transform: uppercase;
	margin-right: 1px;

	background: #EEEEEE;
	
	cursor: pointer;
	
	border: 1px solid #CCCCCC;
	border-top: 0px;
	
	margin-bottom: 15px;
}

.bookmarkBar .bookmarkLabel {
	position: absolute;
	top: 3px;
	left: 13px;
	
	font-size: 14px;
	
	color: #999999;
	
	text-transform: uppercase;
}

.bookmarkBar .bookmarkIcons {
	position: absolute;
	top: 2px;
	left: 83px;
}

.bookmarkBar .bookmarkIcons .bookmarkIcon {
	width: 18px;
	height: 18px;
	
	margin-right: 1px;
	
	border: 1px solid #CCCCCC;
	
	background: #FFFFFF;
	opacity: 0.5;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.bookmarkBar .bookmarkIcons a:hover .bookmarkIcon {
	border: 1px solid #AAAAAA;
	opacity: 1.0;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);

}

.bookmarkBar .bookmarkDescription {
	position: absolute;
	top: 5px;
	left: 295px;
		
	color: #666666;
	font-size: 11px;
	
	text-transform: uppercase;
}

.articleTagsContainer {
	position: relative;
	
	margin-top: 20px;
	
}

.articleTagsContainer .articleTagsLabel {
	position: absolute;
	top: 0px;
	left: 10px;
	
	font-size: 11px;
	
	color: #B0B0B0;
	
	text-transform: uppercase;
	
	font-weight: bold;
	
}

.articleTagsContainer .articleTagCloud {
	position: relative;
	margin-left: 65px;
	
	color: #777777;		
}

.articleTagsContainer .articleTagCloud a {
	font-size: 11px;
	
	font-style: oblique;
	
	color: #AAAAAA;	
}

.blogArticleOptions .blogArticleOption {

	width: 704px;
	
	padding-top: 2px;
	
	color: #4B4B4B;	
	
	text-align: center;
	
	font-size: 10px;
	
	fnt-weight: bold;
	text-transform: uppercase;
	margin-right: 1px;

	background: #EEEEEE;
	
	cursor: pointer;
	
	border: 1px solid #CCCCCC;
	border-top: 0px;
}

.blogArticleOptions .blogArticleOption.selected{
	width: 704x;
	
	background: #E4E4E4;
	
	color: #4B4B4B;
	
	border: 1px solid #CCCCCC;
	border-top: 0px;
	
	font-size:10px;
}

.blogArticleOptionsContainer {
	margin-left: 0px;
	margin-bottom: 35px;
}

.blogTagCloud {
	text-align: center;
}

.authorsList {

}

.authorsList .authorContainer {
	position: relative;
	height: 57px;
	
	overflow: hidden;
	
	border-bottom: 1px solid #E0E0E0;
}

.authorsList .authorContainer .thumbnail {
	position: absolute;
	top: 5px;
	left: 5px;
	
	border: 1px solid #D5D5D5;	
}

.authorsList .authorContainer .thumbnail img {
	width: 35px;
	height: 46px;	
}

.authorsList .authorContainer .title {
	position: absolute;
	top: 5px;
	left: 48px;

	color: #666666;
	
	font-size: 12px;
	
	text-transform: uppercase;
}

.authorsList .authorContainer .title a {
	color: #666666;
	text-decoration: none;
}

.authorsList .authorContainer .title a:hover {
	color: #999999;
	text-decoration: underline;
}

.authorsList .authorContainer .subTitle {
	position: absolute;
	top: 19px;
	left: 48px;

	color: #AAAAAA;
	
	font-size: 10px;
	
	text-transform: uppercase;
}

.authorsList .authorContainer .subTitle a {
	color: #AAAAAA;
	text-decoration: none;
}

.authorsList .authorContainer .subTitle a:hover {
	color: #BBBBBB;
	text-decoration: underline;
}

.blogSearchBody {
	padding: 0px;
}

.blogSearchBody .blogSearchInputField {
	position: absolute;
	top: 5px;
	left: 8px;
	
	width: 140px;
	height: 21px;	
	
	color: #FFFFFF;
	
	background: #777777;
	
	font-size: 11px;
	
	padding: 5px;
	
	border: 0px;
		
	border: 1px solid #BBBBBB;
}

.blogSearchBody .blogSearchSubmitButton {
	position: absolute;
	top: 9px;
	right: 14px;
	
	border: 1px solid #BBBBBB;
}

