﻿HR
{
	color: #73be28;
}
p.dashGadgetSep
{
	line-height: 10px;
}

.PlayerDetailHdg
{
	border: solid 1 black;	
}

/* Dashboard Messages */
.messageSuccess
{
	color: Green;
}
.messageError
{
	color: Red;
}
.messageWarning
{
	color: #f74a08;
}

/* Dashboard Panels */

.paneBorder				/* green */
{
	border: solid 1px #73be28;
	margin-bottom: 10px
}
.paneBlueBorder
{
	border: solid 1px #2b85bb;
	margin-bottom: 10px
}
.paneRedBorder
{
	border: solid 1px red;
	margin-bottom: 10px
}
.paneLadder
{
	width: 400px;
}
.paneLeft
{
	width: 200px;
}
.paneLeftContent
{
	width: 200px;
	border: solid 1px #73be28;
	margin-bottom: 10px;
}
.paneLeftContentBlue
{
	width: 200px;
	border: solid 1px #2b85bb;
	margin-bottom: 10px;
}
.paneLeftContentInner
{
	width: 96%;
	min-height: 200px;
	margin-top: 3px;
	margin-left: 3px;
}
.paneInner
{
	width: 200px;
}
.paneInnerContent
{
	width: 196px;
	min-height: 200px;
}
.paneInnerContentInner
{
	/* 
	width: 96%;
	min-height: 200px;
	margin-top: 3px;
	margin-left: 3px;
	*/
}
.paneRightContentInner
{
	width: 96%;
	min-height: 200px;
	margin-top: 3px;
	margin-left: 3px;
}
.paneRight
{
	width: 300px;
}
.paneRightContent
{
	width: 196px;
	border: solid 1px #73be28;
	margin-bottom: 10px;
}
.paneRightContentInner
{
	width: 96%;
	min-height: 200px;
	margin-top: 3px;
	margin-left: 3px;
}
.dashGadgetSpacing
{
	line-height: 3px;
	height: 3px;
}

/* table & gridview styles */

.gvHeading
{
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	border: none 0px white;
}
.tableHeading
{
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	border: none 0px white;
}
.tableHeadingRank
{
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	padding-right: 13px;
	border: none 0px white;
}
.tableHeadingLower
{
	font-size: 9px;
	font-weight: normal;
	text-transform: lowercase;
	text-align: left;
	vertical-align: bottom;
	border: none 0px white;
}
.tableBorderless
{
	border: none 0px white;
}
.gvCol
{
	border: none 0px white;
}
/* Dashboard Gadgets */

.tabYellowRounded
{
	background-image: url(images/tabs/dashboardTab_tan.gif);
	background-repeat: no-repeat; 
	background-position: left;
	height: 21px; 
	width: 150px; 
	text-align: left;
	text-indent: 12px;
	/* margin-top: 10px; */
	/* border-bottom: solid 1 black; */
	font-weight: bold;
}
.tabGreen
{
	background-image: url(images/backgrounds/greenTab01.png);
	background-repeat: no-repeat;
	background-position: left;
	color: Black;
	height: 18px;
	width: 175px; 
	text-align: left;
	text-indent: 12px;
	padding-top: 1px;
	/* margin-top: 10px; */
	/* border-bottom: solid 1 black; */
	/* font-weight: bold; */
}
.tabBlue
{
	/* background-image: url(images/tabs/dashboardTab_tan.gif);  */
	/* background-repeat: no-repeat;  */
	/* background-position: left; */
	background-color: #bbe483;
	color: Black;
	/* height: 21px;  */
	width: 150px; 
	border-left: solid 1px #73be28;
	border-right: solid 1px #73be28;
	border-top: solid 1px #73be28;
	border-bottom: none;
	text-align: left;
	text-indent: 8px;
	padding-top: 1px;
	/* margin-top: 10px; */
	/* border-bottom: solid 1 black; */
	font-weight: bold;
}
.tabRed
{
	/* background-image: url(images/tabs/dashboardTab_tan.gif);  */
	/* background-repeat: no-repeat;  */
	/* background-position: left; */
	background-color: red;
	color: white;
	/* height: 21px;  */
	width: 150px; 
	border-left: solid 1px red;
	border-right: solid 1px red;
	border-top: solid 1px red;
	border-bottom: none;
	text-align: left;
	text-indent: 8px;
	padding-top: 1px;
	/* margin-top: 10px; */
	/* border-bottom: solid 1 black; */
	font-weight: bold;
}
.tabBlueLong
{
	/* background-image: url(images/tabs/dashboardTab_tan.gif);  */
	/* background-repeat: no-repeat;  */
	/* background-position: left; */
	/* background-color: #bb3483; */
	color: Black;
	/* height: 21px;  */
	width: 250px; 
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	text-align: left;
	text-indent: 8px;
	padding-top: 1px;
	/* margin-top: 10px; */
	/* border-bottom: solid 1 black; */
	font-weight: bold;
}

.tabmenu {
	color: #000;
	border-bottom: 2px solid black;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px }

.tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; }

.tabmenu a, a.active {
	color: #DEDECF;
	background: #898B5E;
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
	border: 2px solid black;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none; }

.tabmenu a.active {
	background: #ABAD85;
	border-bottom: 3px solid #ABAD85; }

.tabmenu a:hover {
	color: #fff;
	background: #ADC09F; }

.tabmenu a:visited {
	color: #E8E9BE; }

.tabmenu a.active:hover {
	background: #ABAD85;
	color: #DEDECF; }
		
.error
{
	color: Red;
	font-weight: bold;
}
.success
{
	color: Green;
	font-weight: bold;
}

.winner
{
	font-weight: normal;
	color: Green;
}

.winnerStrong
{
	font-weight: bold;
	color: Green;
}

.loser
{
	font-weight: normal;
	color: Red;
}

.loserStrong
{
	font-weight: bold;
	color: Red;
}
		
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=40);
	opacity:0.4;
}

.popupControl
{
	background-color: #ffffff;
	position: absolute;
	visibility: hidden;
	border-style: solid;
	border-color: Gray;
	border-width: 1px;
	filter:alpha(opacity=40);
	opacity:0.4
}
.modalPopup 
{
	/* background-image: url("http://localhost/DesktopModules/QuickLadder_v10/images/backgrounds/white34percent.png); */
	background-color: #ffffff;
	border-width:2px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:400px;
}

/*
.popupBubbleControl
{
	position: absolute;
	visibility: hidden;
	filter:alpha(opacity=60);
	opacity:0.6;
}
*/
.modalBubblePopup 
{
	background-color: #ffffff;
	border-style: none;
	position: absolute;
	visibility: hidden;
	filter:alpha(opacity=40);
	opacity:0.4;
}

/* QUICKLADDER specific classes */
.qlOrange
{
	color: #f74a08;
}
.buttonPad
{
	padding-right: 4px;
	padding-bottom: 6px;
}
.quickLinks
{
	list-style-image: url(images/buttons/Bullet_sm.jpg);
}
.qlBullet
{
	padding: 3px 2px 0px 3px; vertical-align: middle;
}
.loginField
{
	font-family: Courier New, Monospace; font-size: 100%;
}
.subtleHeading
{
	color: Gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9.5px;
    padding-left: 4px;
}
.roundedTextbox
{
	background-image: url(images/backgrounds/textBox150px.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0px;
    padding: 4px 0px 4px 4px;
    border: 0px none;
    width: 150px;
}
.qlRegistrationStep
{
	color: Gray;
}
.qlRegistrationStepCurr
{
	color: #2b85bb;
}
.qlBubbleLeft
{
	padding: 6px 10px 0 10px;
	background: url(images/bubbles/TalkBubble_Left.png) no-repeat;
	height: 59px;
}
.qlBubbleRight
{
	padding: 6px 10px 0 10px;
	background: url(images/bubbles/TalkBubble_Right.png) no-repeat;
	height: 59px;
}
.qlChatterNameRight
{
	position: relative;
	top: -14px;
	text-align: right; 
	font-size: 10.5px;
	padding: 0px 12px 0 0;
	width: 100%;
}
.qlChatterNameLeft
{
	position: relative;
	top: -14px;
	text-align: left; 
	font-size: 10.5px;
	padding: 0px 0 0 15px;
	width: 100%;
}
.qlChatterText
{
	color: #ffffff;
	font-size: 10.5px;
}
