﻿
.learningResourceMenu { height:100%; }
.learningResourceMenu .t {background: url(/Images/GetRoundedRectangleImage.ashx?piece=Top&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23BB2936&outsideBackgroundColor=%23FFFFD6) 0 0 repeat-x;}
.learningResourceMenu .b {background: url(/Images/GetRoundedRectangleImage.ashx?piece=Bottom&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23BB2936&outsideBackgroundColor=%23FFFFD6) 0 100% repeat-x}
.learningResourceMenu .l {background: url(/Images/GetRoundedRectangleImage.ashx?piece=Left&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23BB2936&outsideBackgroundColor=%23FFFFD6) 0 0 repeat-y}
.learningResourceMenu .r {background: url(/Images/GetRoundedRectangleImage.ashx?piece=Right&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23BB2936&outsideBackgroundColor=%23FFFFD6) 100% 0 repeat-y}
.learningResourceMenu .bl {background: url(/Images/GetRoundedRectangleImage.ashx?piece=BottomLeft&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23BB2936&outsideBackgroundColor=%23FFFFD6) 0 100% no-repeat}
.learningResourceMenu .br {background: url(/Images/GetRoundedRectangleImage.ashx?piece=BottomRight&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23BB2936&outsideBackgroundColor=%23FFFFD6) 100% 100% no-repeat}
.learningResourceMenu .tl {background: url(/Images/GetRoundedRectangleImage.ashx?piece=TopLeft&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23BB2936&outsideBackgroundColor=%23FFFFD6) 0 0 no-repeat}
.learningResourceMenu .tr {background: url(/Images/GetRoundedRectangleImage.ashx?piece=TopRight&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23BB2936&outsideBackgroundColor=%23FFFFD6) 100% 0 no-repeat;}
.learningResourceMenu .tr .content { background-color:#BB2936;padding-bottom:0px;}


.learningResourceMenu .skinnedPanelOuter {background-color: #E6A434;color:Black;}
.learningResourceMenu .skinnedPanelHeader {
	display: block;
	height:26px;
	padding: 0px 5px 0px 5px;
	font-family: Trebuchet MS;
	font-size: 14pt;
	color: Black;
	float: left;
	clear:both;
	width:100%;
}

.learningResourceMenu .skinnedPanelContent
{
	display: block;
	background-color: #efeac5;
	padding: 5px 5px 0px 5px;
	height: 100%;
	clear:both;
	margin: 0px 0px 0px 0px;
}
.learningResourceMenu .skinnedPanelContent A { color:#626DA5;text-decoration:underline;}

.learningResourceContainer
{
	border: 1px solid black;
	font-weight: normal;
	text-align: left;
}

.learningResourceContainer IMG
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}