/**
 *  Cascade Style Sheet  for CJGA Black Skin
 *  CJGA Black Skin is centered fixed width layout, width = 980px to support data entry pages
 */
  
@import url("webcontrols.css"); /* Move to Fundeac.UI.WebControls */
  
 /**
 * COLOR INDEX TABLE
 * #FFFFFF    GLOBAL_HEADER, BACKGROUND
 * #F0F0F0    GLOBAL_BACKGROUND
 * #CECFCE   GLOBAL_BORDER
 * #C60000    LOGOUT_COLOR
 */
  
  
/**************** Common Elements *********************/
* {
	margin: 0px;
	padding: 0px;
}
  
body {
	background-color: #FFFFFF;
	font-family: verdana,"lucida grande", tahoma,  arial, sans-serif;
	font-size: 62.5%; /*0.625  * 16px  = 10 px as based  size*/
}

a, a:link, a:active, a:visited 
{
	color:#5780AE;
	text-decoration: none;
}

a:hover
{
	color:#3F618F;
	cursor:pointer;
	text-decoration:underline;
}

a, 
a:link, 
a:active,
a span {
	/*color: #866640;*/
}

img {
	border: 0px none;
}

/*Header Style*/
h1, h2, h3, h4, h5, h6 {
	color: Black;
	font-family: verdana,"lucida grande", tahoma,  arial, sans-serif;/*Override DNN Style*/
	font-size: 1em;
    font-weight: normal; 
}
h1 {font-size: 2.0em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.0em;}
h5 {font-size: 0.7em;}
h6 {font-size: 0.7em;}

/*Home and Member Home*/
h4.instructionalMsg {
    color: #808080;
    font-size:1.2em;
    font-weight:bold;
}

/*Header style for Member page*/
h4.contentHeader {
	color: #3F618F;
	font-weight: bold;
	padding-left: 13px;
	padding-top: 10px;
}

/*Header style for Public Tournament Recap page*/
h4.contentHeaderSimple {
	color: #3F618F;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
}

/*Round container header*/
h4.roundHeader {
    font-size: 1.1em;
    font-weight: bold;
    padding-left: 13px;
	padding-top: 7px;
	padding-bottom: 7px;

	/* This attribute to fix problem about this tag is rendered under background. */
	position: relative;
}

/*Ball: Removed - Confirmed with Loy that it is not used in CJGA*/
/*ul li, ol li {
	margin: 3px 0px;
}*/
input, select, span {
	font-family: verdana,"lucida grande", tahoma,  arial, sans-serif;
	font-size: 100%; /*0.625  * 16px  = 10 px as based  size*/
}

input[type=checkbox],
input[type=radio] {
	margin-right: 3px !important;
	width: auto !important;
}

input[type=file] {
	padding: 2px 5px; 
}

/*Override header style from default.css*/
thead, tfoot {
	color: Black;
	font-family: verdana,"lucida grande", tahoma,  arial, sans-serif;
	font-size: 1em;
}

th {
	font-family: verdana,"lucida grande", tahoma,  arial, sans-serif;
}
/*Text wrapper that has no top margin; like case text under grid view. Used view: PublicSeasonResults*/
.text-wrapper {
	margin: 0px 10px 10px 10px;
}
/**************** Wrapper Layout *********************/
/*[Wrapper Container: Shared]*/
#wrapper {
	font-size: 1.2em;   /*1.2* 10px  = 12 px*/
	margin: 0px auto;
	min-width: 940px;
	padding: 10px;
}

/**************** Header Layout *********************/
/*[AdminPages_Skin_Header]*/
#headerPane_adm {
	background: red url(images/skin/prv_hdr_bg.gif);
	height: 98px;
}

#hdr_cl_adm {
	background: transparent url(images/skin/prv_hdr_tl.gif) no-repeat top left;
}

#hdr_cr_adm {
	background: transparent url(images/skin/prv_hdr_tr.gif) no-repeat top right;
}

#hdr_content_adm {
	margin: 0px 1.7em 0px 10px;
	padding-left: 110px;
	height: 98px;
}

#hdr_logo_adm {
	position: absolute;
	left: 35px;
}

#hdr_title_adm {
	color: #FFFFFF;
	font-size: 2em;
	height: 45px;
	position: relative;
	top: 10px;
	white-space: nowrap;
}

#hdr_org_adm {
	height: 30px;
	font-size: 1.7em;
	color: #FFFFFF;
	white-space: nowrap;
}

#hdr_username_adm {
	color: #FFFFFF;
	text-align: right;
	position: relative;
	bottom: 10px;
}

/*[MemberPages_Skin_Header_Coach]*/
#headerPane_mbrCoach {
	background: black url(images/skin/coach_hdrCenter.png);
}

#hdr_cl_mbrCoach {
	background: transparent url(images/skin/coach_hdrLeft.png) no-repeat top left;
}

#hdr_cr_mbrCoach {
	background: transparent url(images/skin/coach_hdrRight.png) no-repeat top right;
}

#hdr_signout_mbrCoach {
	color: White; 
	float:right; 
	height:15px; 
	line-height: 15px; 
	position: relative; 
	top: 2px; 
	padding-right: 1em;
}

.hdr_logout_mbrCoach {
	color: #A62C14 !important;
}

#hdr_content_mbrCoach {
	height: 105px;
	margin: 0px 10px;
	padding-left: 75px;
}

#hdr_logo_mbrCoach {
	left: 30px;
	top: 18px;
	position: absolute;
}

#hdr_org_mbrCoach {
	clear: both;
	float: right;
	color: #FFFFFF;
	font-family: Serif;
	font-size: 3em;
	line-height: 50px;
	height: 50px;
	text-align: right;
	white-space: nowrap;
	position: relative;
	top: 10px;
}

#hdr_font_mbrCoach {
	float: right;
	position: relative;
	top: 2px;
}

#hdr_font_mbrCoach img {
	cursor: pointer;
}

#hdr_membershipType_coach {
	clear: right;
	color: #FFFFFF;
	float: right;
	position: relative;
	top: 15px;
}

/*[MemberPages_Skin_Header_Platinum]*/
#headerPane_mbrPlatinum {
	background: black url(images/skin/plt_hdrCenter.png);
}

#hdr_cl_mbrPlatinum {
	background: transparent url(images/skin/plt_hdrLeft.png) no-repeat top left;
}

#hdr_cr_mbrPlatinum {
	background: transparent url(images/skin/plt_hdrRight.png) no-repeat top right;
}

#hdr_signout_mbrPlatinum {
	color: White; 
	float:right; 
	height:15px; 
	line-height: 15px; 
	position: relative; 
	top: 2px; 
	padding-right: 1em;
}

.hdr_logout_mbrPlatinum {
	color: #A62C14 !important;
}

#hdr_content_mbrPlatinum {
	height: 105px;
	margin: 0px 10px;
	padding-left: 75px;
}

#hdr_logo_mbrPlatinum {
	left: 30px;
	top: 18px;
	position: absolute;
}

#hdr_org_mbrPlatinum {
	clear: both;
	float: right;
	color: #FFFFFF;
	font-family: Serif;
	font-size: 3em;
	line-height: 50px;
	height: 50px;
	text-align: right;
	white-space: nowrap;
	position: relative;
	top: 10px;
}

#hdr_font_mbrPlatinum {
	float: right;
	position: relative;
	top: 2px;
}

#hdr_font_mbrPlatinum img {
	cursor: pointer;
}

#hdr_membershipType {
	clear: right;
	color: #FFFFFF;
	float: right;
	position: relative;
	top: 15px;
}

/*[PublicPages_Skin_Header]*/
#headerPane_pub {
	background: red url(images/skin/pub_hdr_bg.gif);
}

#hdr_cl_pub {
	background: transparent url(images/skin/pub_hdr_tl.gif) no-repeat top left;
}

#hdr_cr_pub {
	background: transparent url(images/skin/pub_hdr_tr.gif) no-repeat top right;
}

#hdr_content_pub {
	height: 55px;
	margin: 0px 10px;
	padding-left: 75px;
}

#hdr_logo_pub {
	left: 30px;
	position: absolute;
}

#hdr_org_pub {
	color: #FFFFFF;
	font-size: 1.7em;
	line-height: 55px;
	height: 55px;
	white-space: nowrap;
}

#hdr_font_pub {
	position: relative;
	text-align: right;
	top: -53px;
}

#hdr_font_pub img {
	cursor: pointer;
}

#hdr_username_pub {
	clear: right;
	color: #FFFFFF;
	float: right;
	position: relative;
	top: -43px;
}

/**************** Navigation Layout *********************/
/*[AdminPages_Skin_Navigation]*/
#navigationPane_adm {
	border: solid 1px #CECFCE;
	border-width: 0px 1px 1px 1px;
	background-color: #F0F0F0;
	height: 25px;
	padding: 0px 1.7em 0px 1em;
}

/*[CoachPages_Skin_Navigation]*/
#navigationPane_mbrCoach {
	border: solid 1px #CECFCE;
	border-width: 0px 1px 1px 1px;
	background: #D0D0C0 url(images/skin/coach_navCenter.png) repeat-x top right;
	height: 25px;    /*DAVE#14 - Minimize to 20px*/
	padding: 0px 10px 0px 3px;
}

/*[MemberPages_Skin_Navigation]*/
#navigationPane_mbrPlatinum {
	border: solid 1px #CECFCE;
	border-width: 0px 1px 1px 1px;
	background: #D0D0C0 url(images/skin/plt_navCenter.png) repeat-x top right;
	height: 25px;    /*DAVE#14 - Minimize to 20px*/
	padding: 0px 10px 0px 3px;
}

#navigationPane_mbrCoach .navMenu .menu li a,
#navigationPane_mbrPlatinum .navMenu .menu li a {
	margin: 0.4em;	
}

#navigationPane_mbrCoach div.navigation-menu a,
#navigationPane_mbrPlatinum div.navigation-menu a {
	color: #A62C14 !important;	
	font-weight: bold;
	margin:5px;
}

#navigationPane_mbrCoach .navMenu .menu li.separator_firstLevel,
#navigationPane_mbrPlatinum .navMenu .menu li.separator_firstLevel {
	font-size:1.3em;
	padding:2px;
}

#nav_logoutMenu_adm {
	float: right;
	line-height: 25px;/*DAVE#14 - Minimize to 20px*/
}

#nav_logoutMenu_adm a {
	color: #A62C14 !important;	
}

#nav_logoutMenu_adm a:hover {
	font-weight: bold;
}

/**************** Footer Layout *********************/

#footer {
	padding: 10px 0px;
	text-align: left;
}

#footer p {
	background-color: #FFFFFF;
	color: #666666;
}

#footer .plt_links {color: #A62C14}

/**************** Contents Layout *********************/
div.contentPane {
	clear: both;
}
div.contentPane.public {
	clear:none;
}

.moduleContent {
	padding: 10px;
}

.cbb {
	background: transparent url(images/skin/borderPixel.gif) repeat-x center bottom;
}

.cbl {
	background: transparent url(images/skin/borderPixel.gif) repeat-y left bottom;
}

.cbr {
	background: transparent url(images/skin/borderPixel.gif) repeat-y right bottom;
}

.ccl {
	background: transparent url(images/skin/ftr_cl.gif) no-repeat left bottom;
}

.ccr {
	background: transparent url(images/skin/ftr_cr.gif) no-repeat right bottom;
}

/** Platinum Skin Content Pane override **/
.platinumSkin .contentPane {
	background-color: #F9F9F6;
}

.plt_cbt {
	background: transparent url(images/skin/plt_navShadow.png) repeat-x center top;
	border-top: solid 1px #bbbbbb;
}

.plt_cbb {
	background: transparent url(images/skin/borderPixel.gif) repeat-x center bottom;
}

.plt_cbl {
	background: transparent url(images/skin/borderPixel.gif) repeat-y left bottom;
}

.plt_cbr {
	background: transparent url(images/skin/borderPixel.gif) repeat-y right bottom;
}

.plt_ccl {
	background: transparent url(images/skin/plt_ftrLeft.png) no-repeat left bottom;
}

.plt_ccr {
	background: transparent url(images/skin/plt_ftrRight.png) no-repeat right bottom;
}

/** Coach Skin Content Pane override **/
.coachSkin .contentPane {
	background-color: #F9F9F6;
}

.coach_cbt {
	background: transparent url(images/skin/coach_navShadow.png) repeat-x center top;
	border-top: solid 1px #bbbbbb;
}

.coach_cbb {
	background: transparent url(images/skin/borderPixel.gif) repeat-x center bottom;
}

.coach_cbl {
	background: transparent url(images/skin/borderPixel.gif) repeat-y left bottom;
}

.coach_cbr {
	background: transparent url(images/skin/borderPixel.gif) repeat-y right bottom;
}

.coach_ccl {
	background: transparent url(images/skin/coach_ftrLeft.png) no-repeat left bottom;
}

.coach_ccr {
	background: transparent url(images/skin/coach_ftrRight.png) no-repeat right bottom;
}

/**************** Common Elements *********************/
.clear {
	clear: both;
	height: 0px;
}

option {
	padding: 0px 5px 0px 3px;
}

/**************** Rich Text Editor ********************/
/*Override default font for some tag (blockquote, pre, etc...)*/
span.RichTextContent, span.RichTextContent blockquote {
	font-family: verdana,"lucida grande",tahoma,arial,sans-serif;
	font-family: Arial, Verdana, Sans-Serif !important;
	line-height: 1.18;
	display:inline;
}



span.RichTextContent ul, span.RichTextContent ol {
	padding-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

span.RichTextContent blockquote {
	margin: 0 0 0 40px;
}
/*2288 [start]*/
/**Added for Bug2288:[Message Board]Some rich-text editor format using in message is displayed incorrectly.*/
/*
 * In an attempt to display viewmode and editmode to be the same style as much as possible.
 * imitate styles from CJGA\Website\Providers\HtmlEditorProviders\Fck\FCKeditor\editor\css\fck_editorarea.css
 * Effective to All SPAN tag in the System which using RichTextContent class e.g. MemberHome, MessageBoard etc.
 * wrap <span class="RichTextContent"></span> where you want it to displayed most likely the richText in Edit Mode
 * font size and line height are the results from eyes adjustment
 *                ***Lineheight is 1.18***
 * from fine tuning, it ended up with this value, and with no unit specified (no em, px or percent)
 * because there is some odd result in grid view (which set 1.6em to line height) and cannot just remove it
 * but by override with '1.18'
 * 
 * <pre> tag; will maintain linebrake and stuffs, which mean we cannot wrap it by default and then purge our layouts since
 * there is no horizontal scrolling supported. So, richTextContent's pre tag will be nowrap in edit mode but wrap in view mode.
 * 
*/
/*************************/

span.RichTextContent h1, span.RichTextContent h2,span.RichTextContent  h3
,span.RichTextContent  h4,span.RichTextContent  h5,span.RichTextContent  h6 {
	font-family: Arial, Verdana, Sans-Serif !important;
	font-size: 12px !important;
	font-weight: bold;
	margin-bottom:15px;
	margin-top:15px;
}
span.RichTextContent h1 {font-size: 2.0em !important;}
span.RichTextContent h2 {font-size: 1.5em !important;}
span.RichTextContent h3 {font-size: 1.2em !important;}
span.RichTextContent h4 {font-size: 1.0em !important;}
span.RichTextContent h5 {font-size: 0.8em !important;}
span.RichTextContent h6 {font-size: 0.7em !important;}
span.RichTextContent p,span.RichTextContent pre {margin-bottom:10px;margin-top:10px;}
span.RichTextContent pre {white-space:normal !important;}
span.RichTextContent body, span.RichTextContent td,span.RichTextContent p,span.RichTextContent pre
{
	font-family: Arial, Verdana, Sans-Serif !important;
	font-size: 12px !important;
}
span.RichTextContent ul li
{
	list-style-type:disc !important;
}
span.RichTextContent ol li
{
	list-style-type:decimal !important;
}

span.RichTextContent a[href]
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
}
/*2288 [end]*/

/**************** Platinum Skin Ovrride Styles ********************/

/* Corner+Line */
.platinumSkin .top-rc {
	background: url(images/controls/RoundContainer/Platinum/top_center.gif) 0 0 repeat-x;
}
.platinumSkin .bottom-rc {
	background: url(images/controls/RoundContainer/Platinum/bottom_center.gif) 0 100% repeat-x;
}
.platinumSkin .left-rc {
	background: url(images/controls/RoundContainer/Platinum/middle_left.gif) 0 0 repeat-y;
}
.platinumSkin .right-rc {
	background: url(images/controls/RoundContainer/Platinum/middle_right.gif) 100% 0 repeat-y;
}
.platinumSkin .bottom-left-rc {
	background: url(images/controls/RoundContainer/Platinum/bottom_left.gif) 0 100% no-repeat;
}
.platinumSkin .bottom-right-rc {
	background: url(images/controls/RoundContainer/Platinum/bottom_right.gif) 100% 100% no-repeat;
}
.platinumSkin .top-left-rc {
	background: url(images/controls/RoundContainer/Platinum/top_left.gif) 0 0 no-repeat;
}
.platinumSkin .top-right-rc {
	background: url(images/controls/RoundContainer/Platinum/top_right.gif) 100% 0 no-repeat;
}

.platinumSkin .round-container-gray {
	background-color: #F5F5F0;
}

.platinumSkin div.page-action-bar {
	background-color: transparent;
}

.platinumSkin table.section-layout td.label,
.platinumSkin table.table-layout td.label {
	background-color: #F5F5F0;
}

.platinumSkin table.gridBody th {
	background-color: #F5F5F0;
}

.platinumSkin .gridEditTable th {
	background-color: #F5F5F0;
}

.platinumSkin table.section-layout td.label,
.platinumSkin table.table-layout td.label {
	color: inherit;
}

/* MessageBox Error */
.platinumSkin .top-mb-Error {
	background: url(images/controls/MessageBox/Error/Platinum/Top_Center.gif) 0 0 repeat-x;
}
.platinumSkin .bottom-mb-Error {
	background: url(images/controls/MessageBox/Error/Platinum/Bottom_Center.gif) 0 100% repeat-x;
}
.platinumSkin .left-mb-Error {
	background: url(images/controls/MessageBox/Error/Platinum/Middle_Left.gif) 0 0 repeat-y;
}
.platinumSkin .right-mb-Error {
	background: url(images/controls/MessageBox/Error/Platinum/Middle_Right.gif) 100% 0 repeat-y;
}
.platinumSkin .bottom-left-mb-Error {
	background: url(images/controls/MessageBox/Error/Platinum/Bottom_Left.gif) 0 100% no-repeat;
}
.platinumSkin .bottom-right-mb-Error {
	background: url(images/controls/MessageBox/Error/Platinum/Bottom_Right.gif) 100% 100% no-repeat;
}
.platinumSkin .top-left-mb-Error {
	background: url(images/controls/MessageBox/Error/Platinum/Top_Left.gif) 0 0 no-repeat;
}
.platinumSkin .top-right-mb-Error {
	background: url(images/controls/MessageBox/Error/Platinum/Top_Right.gif) 100% 0 no-repeat;
}

/* MessageBox Warning*/
.platinumSkin .top-mb-Warning {
	background: url(../../images/controls/MessageBox/Warning/Platinum/Top_Center.gif) 0 0 repeat-x;
}
.platinumSkin .bottom-mb-Warning {
	background: url(../../images/controls/MessageBox/Warning/Platinum/Bottom_Center.gif) 0 100% repeat-x;
}
.platinumSkin .left-mb-Warning {
	background: url(../../images/controls/MessageBox/Warning/Platinum/Middle_Left.gif) 0 0 repeat-y;
}
.platinumSkin .right-mb-Warning {
	background: url(../../images/controls/MessageBox/Warning/Platinum/Middle_Right.gif) 100% 0 repeat-y;
}
.platinumSkin .bottom-left-mb-Warning {
	background: url(../../images/controls/MessageBox/Warning/Platinum/Bottom_Left.gif) 0 100% no-repeat;
}
.platinumSkin .bottom-right-mb-Warning {
	background: url(../../images/controls/MessageBox/Warning/Platinum/Bottom_Right.gif) 100% 100% no-repeat;
}
.platinumSkin .top-left-mb-Warning {
	background: url(../../images/controls/MessageBox/Warning/Platinum/Top_Left.gif) 0 0 no-repeat;
}
.platinumSkin .top-right-mb-Warning {
	background: url(../../images/controls/MessageBox/Warning/Platinum/Top_Right.gif) 100% 0 no-repeat;
}

/**************** Coach Skin Ovrride Styles ********************/

/* Corner+Line */
.coachSkin .top-rc {
	background: url(images/controls/RoundContainer/Coach/top_center.gif) 0 0 repeat-x;
}
.coachSkin .bottom-rc {
	background: url(images/controls/RoundContainer/Coach/bottom_center.gif) 0 100% repeat-x;
}
.coachSkin .left-rc {
	background: url(images/controls/RoundContainer/Coach/middle_left.gif) 0 0 repeat-y;
}
.coachSkin .right-rc {
	background: url(images/controls/RoundContainer/Coach/middle_right.gif) 100% 0 repeat-y;
}
.coachSkin .bottom-left-rc {
	background: url(images/controls/RoundContainer/Coach/bottom_left.gif) 0 100% no-repeat;
}
.coachSkin .bottom-right-rc {
	background: url(images/controls/RoundContainer/Coach/bottom_right.gif) 100% 100% no-repeat;
}
.coachSkin .top-left-rc {
	background: url(images/controls/RoundContainer/Coach/top_left.gif) 0 0 no-repeat;
}
.coachSkin .top-right-rc {
	background: url(images/controls/RoundContainer/Coach/top_right.gif) 100% 0 no-repeat;
}

.coachSkin .round-container-gray {
	background-color: #F5F5F0;
}

.coachSkin div.page-action-bar {
	background-color: transparent;
}

.coachSkin table.section-layout td.label,
.coachSkin table.table-layout td.label {
	background-color: #F5F5F0;
}

.coachSkin table.gridBody th {
	background-color: #F5F5F0;
}

.coachSkin .gridEditTable th {
	background-color: #F5F5F0;
}

.coachSkin table.section-layout td.label,
.coachSkin table.table-layout td.label {
	color: inherit;
}

/* MessageBox Error */
.coachSkin .top-mb-Error {
	background: url(images/controls/MessageBox/Error/Coach/Top_Center.gif) 0 0 repeat-x;
}
.coachSkin .bottom-mb-Error {
	background: url(images/controls/MessageBox/Error/Coach/Bottom_Center.gif) 0 100% repeat-x;
}
.coachSkin .left-mb-Error {
	background: url(images/controls/MessageBox/Error/Coach/Middle_Left.gif) 0 0 repeat-y;
}
.coachSkin .right-mb-Error {
	background: url(images/controls/MessageBox/Error/Coach/Middle_Right.gif) 100% 0 repeat-y;
}
.coachSkin .bottom-left-mb-Error {
	background: url(images/controls/MessageBox/Error/Coach/Bottom_Left.gif) 0 100% no-repeat;
}
.coachSkin .bottom-right-mb-Error {
	background: url(images/controls/MessageBox/Error/Coach/Bottom_Right.gif) 100% 100% no-repeat;
}
.coachSkin .top-left-mb-Error {
	background: url(images/controls/MessageBox/Error/Coach/Top_Left.gif) 0 0 no-repeat;
}
.coachSkin .top-right-mb-Error {
	background: url(images/controls/MessageBox/Error/Coach/Top_Right.gif) 100% 0 no-repeat;
}

/* MessageBox Warning*/
.coachSkin .top-mb-Warning {
	background: url(../../images/controls/MessageBox/Warning/Coach/Top_Center.gif) 0 0 repeat-x;
}
.coachSkin .bottom-mb-Warning {
	background: url(../../images/controls/MessageBox/Warning/Coach/Bottom_Center.gif) 0 100% repeat-x;
}
.coachSkin .left-mb-Warning {
	background: url(../../images/controls/MessageBox/Warning/Coach/Middle_Left.gif) 0 0 repeat-y;
}
.coachSkin .right-mb-Warning {
	background: url(../../images/controls/MessageBox/Warning/Coach/Middle_Right.gif) 100% 0 repeat-y;
}
.coachSkin .bottom-left-mb-Warning {
	background: url(../../images/controls/MessageBox/Warning/Coach/Bottom_Left.gif) 0 100% no-repeat;
}
.coachSkin .bottom-right-mb-Warning {
	background: url(../../images/controls/MessageBox/Warning/Coach/Bottom_Right.gif) 100% 100% no-repeat;
}
.coachSkin .top-left-mb-Warning {
	background: url(../../images/controls/MessageBox/Warning/Coach/Top_Left.gif) 0 0 no-repeat;
}
.coachSkin .top-right-mb-Warning {
	background: url(../../images/controls/MessageBox/Warning/Coach/Top_Right.gif) 100% 0 no-repeat;
}
