body
{
	background-color: #4D4D4D;
	font-size: 65%;
	font-family: Arial, Helvetica, Arial,sans-serif;
	color: #3FB6FF;
	font-weight: bold;
}

div.lineError
{
	background: #FFD89D;
	border: solid 1px #ff9900;
	width: 80%;
	margin: 5px 0 5px 10px;
	padding: 8px;
	color: #c00;
}
div.lineError ul
{
	margin: 5px 0 0 5px;
	padding: 0;
}
div.lineError ul li
{
	background: url(../TMS/images/error_sign.gif) no-repeat 0 0;
	font-weight: 700;
	color: #c00;
	margin-left: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	padding-left: 20px;
}

div.lineRuleError
{
	background: #FFD89D;
	width: 485px;
}
div.lineRuleError ul
{
	margin: 5px 0 0 5px;
	padding: 0;
}
div.lineRuleError ul li
{
	background: url(../TMS/images/error_sign.gif) no-repeat 0 0;
	color: #c00;
	margin-left: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	padding-left: 20px;
	font-weight: normal;
	font-size: .9em;
}
div.lineRuleErrorTitleBar
{
	background-color: #FFe8aD;
	width: 485px;
	border-bottom: solid 1px lightyellow;
}
.lineRuleErrorTitle
{
	color: black;
	font-size: 1.4em;
	padding: 5px;
	display: block;
	padding: 12px;
}
div.panel
{
	background-color: #e8e8e8;
	padding: 5px;
}

p
{
	font-size: 1.2em;
}
.menu
{
	margin: 0;
	padding: 0;
}
.menu li
{
	background: #fff url(../TMS/images/bullet.gif) no-repeat 0 0;
	margin-left: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	padding-left: 20px;
	border-bottom: dotted 1px #3FB6FF;
	height: 10px;
}
.menu li a
{
	text-decoration: none;
	font-size: 1.0em;
	color: #056aa6;
	bottom: 5px;
	position: relative;
}

th
{
	color: #3FB6FF;
	text-align: left;
	width: 100px;
}
a
{
	color: #77A7C5;
	text-decoration: underline;
}

a img
{
	border: 0;
}

h1
{
}

li
{
	padding: 3px;
}

.pageHeader
{
	font-size: 2em;
	color: #BFBFBF;
	font-weight: normal;
}

.message
{
	background-color: #FFe8aD;
	border: solid 1px #ff9900;
	color: #000000;
	width: 463px;
	padding: 10px;
	margin: 5px 0 5px 0;
	text-align:center;
}
.helpLink
{
	padding-left: 20px;
	vertical-align: middle;
}

.teamStatusField
{
	background-image: url( ../TMS/images/teamBg.gif );
	background-repeat: no-repeat;
	width: 487px;
	height: 40px;
	margin-bottom: 0px;
	margin-top: 2px;
}

.cancelledTeamStatusField
{
	background-image: url( ../TMS/images/teamBg.gif );
	background-repeat: no-repeat;
	width: 487px;
	height: 40px;
	margin-bottom: 0px;
	margin-top: 2px;
	color:#929292;
}

.expandTeamButton
{
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 12px 6px 12px 6px;
	position: relative;
	top: 0px;
}

.teamStats
{
	font-size: .75em;
	display: block;
	float: left;
	height: 40px;
	position: relative;
	top: 6px;
	width: 381px;
}

.statInfo
{
	font-size: 1.2em;
	color: #056AA6;
	margin-right: 24px;
}

.teamEditButtonSet
{
	display: block;
	float: left;
	height: 14px;
	width: 60px;
	margin: 0px;
	position: relative;
	top: 20px;
}

.playerStatusField
{
	background-image: url( ../TMS/images/playerBg.gif );
	background-repeat: no-repeat;
	width: 463px;
	height: 25px;
	margin-top: 2px;
	font-size: .75em;
	position: relative;
	left: 12px;
}

.playerStatus
{
	width: 369px;
	float: left;
	font-size: 1.2em;
	color: #056AA6; /*margin-left: 28px;*/
	margin-left: 10px;
	margin-top: 2px;
}

.cancelledPlayerStatus
{
	width: 369px;
	float: left;
	font-size: 1.2em;
	color: #929292;
	margin-left: 10px;
	margin-top: 2px;
}

.playerEditButtonSet
{
	width: 60px;
	height: 14px;
	float: left;
	margin-top: 6px;
}

.addPlayerButton
{
	position: relative;
	top: 4px;
}

.playerColumnLabels
{
	font-size: .75em;
	margin-top: 12px;
}

.deleteTeamButton
{
	float: right;
}

.editTeamButton
{
	float: left;
}

.deletePlayerButton
{
	float: right;
}

.editPlayerButton
{
	float: left;
}

.CreateAccountButton
{
	float: right;
}

.LoginButton
{
	float: left;
}

.errorMessage
{
	color: Red;
	font-weight: bold;
}
.successMessage
{
	color: Green;
	font-weight: bold;
}

.infoTitle
{
	color: Black;
	font-weight: bold;
	font-size:larger;
}
.infoMessage
{
	color: Black;
	font-weight: normal;
	font-size: 1.1em;
}

.warning
{
}
.instructions
{
	color: #454545;
	font-weight: normal;
	display: block;
	padding: 10px 0 15px 0;
	font-size: .9em;
}

.address
{
	border: solid 1px #666;
	width: 405px;
	padding: 5px;
	margin: 5px;
	background: #ededed;
}

.processButton
{
	cursor: pointer;
	margin-bottom: 1px;
	border: none;
	width: 76px;
	height: 21px;
	background: #fff url(./Public/Images/btn_continue.gif) no-repeat;
}
.leftColumnStatus
{
	/*width: 250px;*/
	width:248px;
	margin-bottom: 8px;
}

.leftColumnStatusLeft
{
	display: block !important;
	background-image: url( ../TMS/images/statusBackgroundLeft.gif );
	background-repeat: repeat-y;
	background-position: left;
	/*width: 234px;*/
	width:230px;
	height: 100%;
	min-height: 280px;
	float: left;
	padding-left: 8px;
}

.leftColumnStatusRight
{
	display: block !important;
	background-image: url( ../TMS/images/statusBackgroundRight.gif );
	background-repeat: repeat-y;
	background-position: right;
	width: 8px;
	height: 100%;
	min-height: 280px;
	float: right;
}

.leftColumnStatusTeamData
{
	display: block;
	width: 214px;
	height: 22px;
	margin-top: 8px;
	padding-left: 6px;
	padding-top: 4px;
	background-image: url( ../TMS/images/statusActiveBg.gif );
	background-repeat: no-repeat;
	background-position: left top;
}

.leftColumnStatusTeamData a
{
	text-decoration: none;
	color: #056AA6;
}

.leftColumnStatusData
{
	margin-top: 8px;
	padding-left: 6px;
	padding-top: 4px;
}

.leftColumnStatusPlayerData
{
	padding-left: 6px;
	padding-top: 4px;
}

.leftColumnStatusPlayerData a
{
	text-decoration: none;
	color: #056AA6;
}

.leftColumnStatusNoData
{
	margin-top: 125px;
	text-align: center;
	color: #999999;
	font-size: 1em;
}

.lessPaddingBottom
{
	padding-bottom: 2px;
}
.emphasisTitle
{
	color: #ff9933;
	font-size: 12px;
	font-weight: bold;
}
.subTitle
{
	color: #bfbfbf;
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
}
.subDivisionTitle
{
	color: #056aa6;
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
}
.price
{
	color: #ff6600;
	font-weight: normal;
	padding-left:5px;
}
.accordionHeader
{
	height: 25px;
	color: #000000;
	cursor: pointer;
	background-color:#ffffff;
}
.accordionContent
{
	color:#000000;
	background-color:#ffffff;
	padding:5px;
	border:dotted 1px #ff6600;
	margin:0 20px 20px 10px;
	font-weight:normal;
}
.fblogin
{
    background-image: url(../App_Themes/TMS/images/Facebook/signin_facebook.png) no-repeat 0 0;
    height: 23px;
    width: 150px;
    display: block;
    border:0;
}
.fblogin:hover
{
    background-position: 0 -24px;
}
.fblogin:active
{
    background-position: 0 -47px;
}