/* Football Containers CSS Document */

/* -------------- Default Style ------------- */

.Normal{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

blockquote{
	padding-left:10px;
}

/* -------------- BlackTitle Style ------------- */

#BlackTitle{
	margin-top:11px;
	margin-right:0px;
	margin-left:0px;
	border:none;
	
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
	
	background:#transparent;
}

#BlackTitle div{
	margin:0px;
}

#BlackTitle #TitleTable{
}

#BlackTitle #TitleTable #Title,#BlackTitle #TitleTable #Title .Head{
	padding-bottom:5px;
	color:#111111;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

#BlackTitle .ContentPane{
	padding:0x;
	
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:18px;
}

#BlackTitle .ContentPane .Normal{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:18px; 
}


/* --------------BlackTitleWithLine  Style ------------- */

#BlackTitleWithLine{
	margin-top:11px;
	border:none;
	
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
	
	background:#transparent;
}

#BlackTitleWithLine #TitleTable{
	background:url(Images/BlueGreyLine.gif) no-repeat left bottom;
}

#BlackTitleWithLine #TitleTable #Title,#BlackTitleWithLine #TitleTable #Title .Head{
	padding-bottom:5px;
	color:#111111;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

#BlackTitleWithLine .con .ContentPane{
	padding:10px;
	padding-left:0px;
	padding-right:0px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:18px;
}

#BlackTitleWithLine .ContentPane .Normal{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:18px; 
}

/* --------------BlueBg  Style ------------- */

#BlueBg{
	margin-top:11px;
	background:#b8e1ef url(Images/BlueBg.jpg) repeat-x left top;
	border-bottom:1px solid #cceaf4;
}

.BlueBgSide{
	padding-left:1px;
	background: #cae9f4 url(Images/BlueBgSide.jpg) no-repeat right top;
}

.BlueBgBottom{
	background:#a9d8ea;
	height:4px;
}

#BlueBg #TitleTable #Title{
	padding-left:5px;
	padding-top:5px;
}

#BlueBg #TitleTable #Title .Head{
	color:#fff;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#BlueBg .ContentPane{
	padding-left:10px;
	padding-right:10px;
}

#Black14pxTitle #TitleTable #Title .Head{
	padding-bottom:5px;
	color:#111111;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

/* --------------Circle  Style ------------- */

#Circle{
	margin-bottom:11px;
}


#Circle #TitleTable #Title .Head{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#0096cb;
	font-weight:bold;
	vertical-align:bottom;
}

#Circle ol{
	padding-left:25px;
	padding-top:5px;
}


#Circle li{
	line-height:25px;
}

#TopLeft{
	background:url(Images/CircleLeftTop.gif) no-repeat right bottom;
	height:16px;
	padding-left:15px;
}

#Top{
	background:url(Images/CircleTop.gif) repeat-x left bottom;
}

#TopRight{
	background:url(Images/CircleRightTop.gif) no-repeat left bottom;
	height:16px;
	padding-left:15px;
}

#Left{
	background:url(Images/CircleLeft.gif) repeat-y right top;
}

#Center{
	background:#fff;
}

#Right{
	background:url(Images/CircleRight.gif) repeat-y left top;
}

#BottomLeft{
	background:url(Images/CircleBottomLeft.gif) no-repeat right top;
	width:15px;
	height:16px;
}

#Bottom{
	background:url(Images/CircleBottom.gif) repeat-x left top;
}

#BottomRight{
	background: url(Images/CircleBottomRight.gif) no-repeat left top;
}