@charset "utf-8";
/* CSS Document */

#content .articleDiv {
	margin:0 -5px 15px;
	position:relative;
	text-align:left;
}
#content .articleDiv .img{
	background-image: url(../images/content/articles/articleCorners.png);
	background-repeat:no-repeat;
	position:absolute;
}
#content .articleDiv .header{
	background:url(../images/content/articles/articleSectionX.png) repeat-x scroll 0 0 transparent;
	height:43px;
	margin:0 11px;
	position:relative;
}
#content .articleDiv .img.tl{
	left:0;
	top:0;
	width:11px;
	height:43px;
}
#content .articleDiv .img.tr{
	background-position:right top;
	right:0;
	top:0;
	width:11px;
	height:43px;
}
#content .articleDiv .img.bl{
	background-position:left bottom;
	bottom:0;
	left:0;
	width:11px;
	height:10px;
}
#content .articleDiv .img.br{
	background-position:right bottom;
	bottom:0;
	right:0;
	width:11px;
	height:10px;
}
.articleDiv .header .title{
	color:white;
	font-size:22px;
	font-weight:bold;
	margin-left:4px;
	margin-top:0;
	position:relative;
	top:7px;
}
.articleDiv .header .menuHeader {
	background:url("../images/content/gameArrow.png") no-repeat scroll left center transparent;
	color:#FFFFFF;
	display:block;
	margin-right:14px;
	padding-left:11px;
	position:absolute;
	right:0;
	top:14px;
}
.articleDiv .header .menuHeader a{
	color:#E0EBF8;
	font-weight:bold;
}
.articleDiv .header .menuHeader a:hover{
	color:#173B43;
}
.articleDiv div.rightShadow {
	background:url(../images/content/yellowSectionY.png) repeat-y scroll right top transparent;
	padding-right:5px;
}
.articleDiv div.leftShadow{
	background:url(../images/content/yellowSectionY.png) repeat-y scroll 0 0 transparent;
	padding-left:5px;
}
#content .articleDiv .bottomShadow{
	background:url(../images/content/articles/articleSectionX.png) bottom scroll repeat-x;
	height:10px;
	margin:0 11px;
}
#content .articleDiv .articleTable{
	background-color:rgb(245,245,245);
	padding:24px 30px 30px;
}
.articleTable .articleTitle{
	color:rgb(1,49,74);
	font-weight:bold;
}
.articleTable td{
	padding-top:0px;
	padding-bottom:0px;
}
.articleTable .articleContent{
	color:rgb(37,94,133);
	line-height:20px;
}
.articleContent img{
	width:62px;
	float:left;
	padding:5px 8px 0 5px;
}
.articleTable .moreLink{
	color:rgb(37,94,133);
	font-weight:bold;
	text-decoration:underline;
	margin-left:10px;
}
.articleTable .divider{
	height:1px;
	width:100%;
	margin:10px 0;
	float:left;
	border-style:solid;
	border-color:rgb(158,173,183);
	border-width:1px 0 0;
}
#content .articleDiv .articleDetailsTable{
	background-color:rgb(245,245,245);
	padding:0;
}

.articleDetailsTable .articleDetailsTitle{
	background-color:rgb(196,213,236);
	font-weight:bold;
	font-size:19px;
	padding:15px 0px 15px 25px;
}
.articleDetailsTable .date{
	font-size:10px;
	font-weight:normal;
	padding-top:1px;
}
.articleDetailsTable .articleDetailsContent{
	color:rgb(1,49,74);
	line-height:16px;
	padding:20px 30px;
}
.articleDetailsContent img{
	width:150px;
	float:left;
	padding-right:10px;
	padding-bottom:5px;
}
.articleDetailsContent iframe{
	padding-left:34px;
	padding-bottom:2px;
}
.articleDetailsContent iframe.likes{
	padding-top:20px;
}
.articleDetailsTable .relatedArticles{
	background-color:rgb(235,243,253);
	width:231px;
	padding:15px 20px;
	margin:26px 26px 0 0;
}
.relatedArticles .title{
	color:rgb(24,59,82);
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	padding-bottom:10px;
}
.relatedArticles li.arrow{
    list-style: none outside;
}
.arrow a{
	position:relative;
	top:-1px;
	text-decoration:underline;
	color:rgb(55,90,113);
	line-height:11px;
}
.relatedArticles .share{
	padding-top:30px;
}
.share a{
	margin-left:5px;
}

.share a img{
	position:relative;
	top:3px;
	width:16px;
}
.share .fb_button_simple .fb_button_text{
	margin:0px;
	padding-left:10px;
	padding-right:5px;
}
