@charset "UTF-8";
/* CSS Document */

#contentWell {
	font-size:12px;
	line-height:18px;
	color:#333;
	z-index: 5000;
}

#contentWell .background {
	position:absolute;
	display:none;
}

#contentWell h1 {
	margin:0 0 16px 0;
	padding-right:100px;
	
	font-size:24px;
	line-height:26px;
	color:#c1272d;
}

#contentWell h2 {
	line-height:24px;
}

#contentWell p {
	margin:0 0 6px 0;
}

#contentWell a {
	color:#0071bc;
	text-decoration:none;
}

#contentWell a:hover {
	text-decoration:underline;
}

/* GLOBALLY-USEFUL STYLES */

#contentWell img.right {
	position:relative;
	float:right;
	margin:0 0 16px 12px;
}

img.leftAlign {
	float:left;
	margin:0 12px 16px 0;
}

#contentWell a.button img {
	position:relative;
	vertical-align:top;
	top:-1px;
}

#contentWell a.button .content {
	display:block;
	position:relative;
	height:24px;
	background:url(../images/icon/button_bg_C.png) repeat-x top left;
}

/* INFO BLOCK STYLES */

#contentWell .info {
	margin:0 0 12px 0;
	padding:8px 8px 8px 16px;
	background-color:#ebebeb;
}

#contentWell .info .borderTop {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:4px;
}

#contentWell .info .borderTop div {
	position:absolute;
	top:0;
	width:4px;
	height:4px;
}

#contentWell .info .borderTop .left {
	left:0;
	background:url(../images/border/corner_lightgrey_TL.gif) no-repeat top left;
}

#contentWell .info .borderTop .right {
	right:0;
	background:url(../images/border/corner_lightgrey_TR.gif) no-repeat top right;
}

#contentWell .info .borderBottom {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:4px;
}

#contentWell .info .borderBottom div {
	position:absolute;
	bottom:0;
	width:4px;
	height:4px;
}

#contentWell .info .borderBottom .left {
	left:0;
	background:url(../images/border/corner_lightgrey_BL.gif) no-repeat bottom left;
}

#contentWell .info .borderBottom .right {
	right:0;
	background:url(../images/border/corner_lightgrey_BR.gif) no-repeat bottom right;
}

#contentWell .info h2 {
	position:relative;
	left:-4px;
	margin:0 0;
	font-size:11px;
	line-height:18px;
	color:#0071bc;
	text-transform:uppercase;
}

#contentWell .info a.active {
	color:#666;
}

#contentWell .info .data {
	position:relative;
	margin:0 0 8px 0;
}

#contentWell .info .data span {
	position:relative;
	left:-6px;
	margin:0 4px 0 0;
	padding:8px 8px;
	
	background-color:white;
	
	font-weight:bold;
	line-height:36px;
	color:#0071bc;
	text-transform:uppercase;
	white-space:nowrap;
}

#contentWell .info .data label {
	color:#4d4d4d;
}

#contentWell .intro {
	margin:0 0 12px 0;
	
	font-size:16px;
	line-height:24px;
	color:#666;
}

/* CALLOUT BOX STYLES */

#contentWell .callout {
	margin:20px 0 12px 0;
	padding:8px 8px 8px 16px;
	background-color:#f2f2f2;
	border-left:solid 1px #dadada;
	border-right:solid 1px #dadada;
}

#contentWell .callout .borderTop {
	position:absolute;
	z-index:10;
	top:-6px;
	left:5px;
	width:526px;
	height:6px;
	
	background-color:#f2f2f2;
	border-top:solid 1px #d7d7d7;
}

#contentWell .callout .borderTop div {
	position:absolute;
	top:-1px;
	width:6px;
	height:6px;
}

#contentWell .callout .borderTop .left {
	left:-6px;
	background:url(../images/border/corner_lightgreyborder_and_bg_TL.png) no-repeat top left;
}

#contentWell .callout .borderTop .right {
	right:-6px;
	background:url(../images/border/corner_lightgreyborder_and_bg_TR.png) no-repeat top right;
}

#contentWell .callout .borderBottom {
	position:absolute;
	bottom:-6px;
	left:5px;
	width:526px;
	height:6px;

	background-color:#f2f2f2;
	border-bottom:solid 1px #d7d7d7;
}

#contentWell .callout .borderBottom div {
	position:absolute;
	bottom:-1px;
	width:6px;
	height:6px;
}

#contentWell .callout .borderBottom .left {
	left:-6px;
	background:url(../images/border/corner_lightgreyborder_and_bg_BL.png) no-repeat bottom left;
}

#contentWell .callout .borderBottom .right {
	right:-6px;
	background:url(../images/border/corner_lightgreyborder_and_bg_BR.png) no-repeat bottom right;
}

#contentWell .callout h2 {
	margin:0 0 8px 0;
	font-size:18px;
	line-height:20px;
	color:#ed1b2e;
}

/* LIST STYLES */

#contentWell .list {
	z-index:5;
	margin:0 0;
	
	border-left:solid 1px #d7d7d7;
	border-right:solid 1px #d7d7d7;

}

#contentWell .list .borderTop {
	position:absolute;
	z-index:10;
	top:-6px;
	left:5px;
	width:526px;
	height:6px;
	
	border-top:solid 1px #d7d7d7;
}

#contentWell .list .borderTop div {
	position:absolute;
	top:-1px;
	width:6px;
	height:6px;
}

#contentWell .list .borderTop .left {
	left:-6px;
	background:url(../images/border/corner_lightgreyborder_TL.gif) no-repeat top left;
}

#contentWell .list .borderTop .right {
	right:-6px;
	background:url(../images/border/corner_lightgreyborder_TR.gif) no-repeat top right;
}

#contentWell .list .borderBottom {
	position:absolute;
	bottom:-6px;
	left:5px;
	width:526px;
	height:6px;

	border-bottom:solid 1px #d7d7d7;
}

#contentWell .list .borderBottom div {
	position:absolute;
	bottom:-1px;
	width:6px;
	height:6px;
}

#contentWell .list .borderBottom .left {
	left:-6px;
	background:url(../images/border/corner_lightgreyborder_BL.gif) no-repeat bottom left;
}

#contentWell .list .borderBottom .right {
	right:-6px;
	background:url(../images/border/corner_lightgreyborder_BR.gif) no-repeat bottom right;
}

#contentWell .list h2 {
	margin:0 16px 8px 16px;
	
	font-size:12px;
	color:#4d4d4d;
}


#contentWell .list table, .MemberList table {
	width:100%;
	margin:0 0;
	border-collapse:collapse;
}

#contentWell .list table th, .MemberList table th{
	padding:8px 16px 6px 16px;
	background-color:#e6e6e6;
	color:#4d4d4d;
}

#contentWell .list table td, .MemberList table td {
	padding:8px 16px 4px 16px;
	border-bottom:solid 1px #d7d7d7;
}

#contentWell .list table .last td {
	border-bottom:none;
}

#contentWell .list .date,
#contentWell .list .number {
	text-align:right;
}


#contentWell .list .instructorColumn {
    float:left;
    width: 45%;
    padding: 0px 4% 10px 0px;
}


/*
	Main Page header images. 
	Add class="NAME" to the body content tag 
	<div id="contentWell">
	in futureLinkInner.master
*/

#contentWell .particpantsHeader {
	position:absolute;
	padding:200px 16px;
	background-color:#000000;
	background:url(/images/headers/particpants_EN.jpg) no-repeat top left;
	background-color:white;
	z-index: 3;
}
#contentWell .facilitiesHeader {
	padding:200px 16px;
	background-color:#000000;
	background:url(/images/headers/faciltities_EN.jpg) no-repeat top left;
	background-color:white;
	z-index: 3;
}
#contentWell .parentsHeader {
	padding:200px 16px;
	background-color:#000000;
	background:url(/images/headers/parents_EN.jpg) no-repeat top left;
	background-color:white;
	z-index: 3;
}
#contentWell .instructorsHeader {
	padding:200px 16px;
	background-color:#000000;
	background:url(/images/headers/parents_EN.jpg) no-repeat top left;
	background-color:white;
	z-index: 3;
}
#contentWell .headerImage {
	position:relative;
	top:0px;
	left:0px;
	height:188px;
	z-index: 100;
}

#contentWell .headerImage img {
	position:absolute;
	top:-16px;
	left:-16px;
}

/*
	Specific table designs for Learn to Play Manual
*/

#contentWell .L2PTable, #contentWell .genericTable {
border-collapse:collapse;
}
#contentWell .L2PTable tr td, 
#contentWell table.L2PTable tr th, 
#contentWell .genericTable tr td, 
#contentWell .genericTable tr th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	vertical-align: top;
	line-height:1.4em;
}
#contentWell table.L2PTable tr th, 
#contentWell .genericTable tr th 
{
	line-height:1.2em;
}
#contentWell .L2PTable tr:hover th[scope=row], 
#contentWell .L2PTable tr:hover td,
#contentWell .genericTable tr:hover th[scope=row], 
#contentWell .genericTable tr:hover td
{ 
  background-color: #EEE;
} 
#contentWell .L2PTable ol, #contentWell .L2PTable ul {
	margin-left:1.5em;
	padding-left:0.5em;
	padding-top:0px;
	margin-top:0px;
}
#contentWell .L2PTable ol li, #contentWell .L2PTable ul li {
	padding-bottom:6px;
}
#contentWell table.L2PTable ol.L2PAlphaList {
	list-style-type: upper-alpha;
}
#contentWell table.L2PTable tr td, 
#contentWell table.L2PTable tr th,
#contentWell .genericTable tr td, 
#contentWell .genericTable tr th
{
	vertical-align: top;
	padding: 4px 4px 4px 4px;
	margin:0px;
	border:solid #999 1px;
}

#contentWell table.L2PTable tr th,
#contentWell .genericTable tr th
{
	vertical-align: top;
	text-align:left;
	background-color:#CCCCCC;
}
#contentWell table.L2PTable td.L2PRed {
	background-color:#FF0000;
	color:#FFFFFF;
}
#contentWell table.L2PTable td.L2PYellow {
	background-color:#FFCC00;
}
#contentWell table.L2PTable td.L2PGreen {
	background-color:#009900;
}

#contentWell .merchBlocks {
	position:relative;
}

#contentWell .merchBlock {
	display:block;
	float:none;
	border-top:#333333 solid 1px;
}

/* Skills Challenge Styling */

#contentWell .skillsContainer {
border-top:#333333 solid 1px;
padding:10px 0 10px 0;
margin: 10px 0 10px 0;
}

#contentWell .skillsContainer .skillsVideo {
position:absolute;
top:15px;
right:0px;
width: 200px;
z-index:100;
}

#contentWell .skillsContainer .skillsText {
position:relative;
width:300px;
min-height:180px;
}
#contentWell .skillsContainer .skillsText h3 {
margin-top:0px;
}

/* Skills Challenge Styling */

#contentWell .merchContainer {
border-top:#333333 solid 1px;
padding:10px 0 10px 0;
margin: 10px 0 10px 0;
}

#contentWell .merchContainer .merchImage {
position:absolute;
top:15px;
right:0px;
width: 200px;
z-index:100;
text-align:right;
}

#contentWell .merchContainer .merchImage img {
max-height:180px;
}

#contentWell .merchContainer .merchText {
position:relative;
width:300px;
min-height:180px;
}
#contentWell .merchContainer .merchText h3 {
margin-top:0px;
}


/* Program Badge Styling */


#contentWell .programBadgeContainer {
	position:absolute;
	top:-6px;
	left:0px;
	width:540px;
	z-index:0;
	text-align:right;
}
#contentWell .programBadgeContainer .programBadge {
	height:40px;
}



