@charset "utf-8";
/* CSS Document */
#content #anglesIntro.yellowSection{
	width:800px;
}
#content .anglesDiv {
	margin:0 -5px 15px;
	position:relative;
	text-align:left;
}
#content .anglesDiv .img{
	background-image: url(../images/content/articles/articleCorners.png);
	background-repeat:no-repeat;
	position:absolute;
}
#content .anglesDiv .header{
	background:url(../images/content/articles/articleSectionX.png) repeat-x scroll 0 0 transparent;
	height:43px;
	margin:0 11px;
	position:relative;
}
#content .anglesDiv .img.tl{
	left:0;
	top:0;
	width:11px;
	height:43px;
}
#content .anglesDiv .img.tr{
	background-position:right top;
	right:0;
	top:0;
	width:11px;
	height:43px;
}
#content .anglesDiv .img.bl{
	background-position:left bottom;
	bottom:0;
	left:0;
	width:11px;
	height:10px;
}
#content .anglesDiv .img.br{
	background-position:right bottom;
	bottom:0;
	right:0;
	width:11px;
	height:10px;
}
.anglesDiv .header .title{
	color:white;
	font-size:22px;
	font-weight:bold;
	margin-left:4px;
	margin-top:0;
	position:relative;
	top:7px;
}
.anglesDiv div.rightShadow {
	background:url(../images/content/yellowSectionY.png) repeat-y scroll right top transparent;
	padding-right:5px;
}
.anglesDiv div.leftShadow{
	background:url(../images/content/yellowSectionY.png) repeat-y scroll 0 0 transparent;
	padding-left:5px;
}
#content .anglesDiv .bottomShadow{
	background:url(../images/content/articles/articleSectionX.png) bottom scroll repeat-x;
	height:10px;
	margin:0 11px;
}
#content .anglesDiv .anglesTable{
	background-color:rgb(245,245,245);

}
.anglesTable .anglesTitle{
	color:rgb(1,49,74);
	font-weight:bold;
	padding-bottom:5px;
}
.anglesTable td{
	padding-top:0px;
	padding-bottom:0px;
}
.anglesTable td.errorMessage{
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
.anglesTable .anglesTopBackground{
	color:rgb(1,49,74);
	font-weight:bold;
	text-align:center;
	font-size:13px;
	background-color:rgb(196,213,236);
}
.anglesTopBackground a{
	text-decoration:none;
}
.anglesTable .anglesTopBackground.active{
	background-color:rgb(245,245,245);
}
.anglesTable .anglesTopBackground.hover:hover{
	background-color:rgb(245,245,245);
	cursor:pointer;
}
.anglesTable .leftSportNav{
	padding:6px 25px;
}
.anglesTable .leftSportNav h3{
	font-size:12px;
}
.anglesTable .leftSportNav select{
	width:94px;
}
.anglesTable .anglesContent{
	border-color:#9EADB7;
	border-style:solid;
	border-width:0 0 0 1px;
	height:100%;

	margin:15px 0;
	width:100%;
}
.anglesContent .anglesContentCell{
	width:100%;
	font-size:11px;
}
.anglesContentCellDiv{
		margin:10px 34px 0;
}
.anglesContentCell .divider{
	border-color:#9EADB7;
	border-style:solid;
	border-width:0 0 2px;
	width:100%;
	height:2px;
	margin:15px 0 10px;
}
.anglesContentCell img{
	margin-left:6px;
	margin-right:3px;
}
.anglesContentCell .anglesSubTitle{
	color:rgb(56,97,125);
}
.anglesContentCell .anglesSubTitle a{
	color:rgb(56,97,125);
}
.anglesContentCell .anglesDescription{
	width:73%;
	color:black;
	padding: 2px 0 0px 43px;
	line-height:18px;
}
.anglesContentCell .anglesBottomRecord{
	width:97%;
	padding: 2px 0 7px 43px;
	line-height:18px;
	font-style:italic;
}
.anglesBottomRecord img{
	padding-left:10px;
	position:relative;
	top:1px;
}
