﻿html
{
	height: 100%;
}

#bodyPM
{
	background: #250147;	
	margin: 0 10%;
	color: #FFFFFF;
	font-family:'Times New Roman';
	height:100%;


}
.bodyMain
{
	width: auto;
	margin: 0 0;
	font-family:'Times New Roman';

}
#containerPM
{
	vertical-align: middle;
	margin: 0 auto;
	max-width:1024px;
	position:relative;
	min-height:100%;
	padding-bottom:80px;
	

}
#LeagueBannerPM
{
	background:url('../img/imgNSAHeader.png') no-repeat;
	float: none;
	vertical-align: top;
	min-width: 1024px;
	background-size:100% 100%;
	max-height: 123px;	
	
}
#LeagueNamePM
{
	color: white;
	position: relative;
	top: -105px;
	left: 328px;
	height: 54px;
	width: 489px;
}
#asideContentPM
{
	float: none;
	width: auto;
	min-width: 1024px;

}
#footer
{
	bottom:0px;
	position:absolute;
	color: #FF5C04;
	font-size:small;
	width:100%;

}
.iFrameTabContentHome
{
	height: 1000px;
	min-width: 1000px;
	background-color: #250147;
}
.iFrameTabContentManage
{
	height: 950px;
	min-width: 975px;
	background-color: #250147;
}
.iFrameTabContentManageLeague
{
	height: 900px;
	min-width: 950px;
	background-color: #250147;
}
.iFrameTabContentManageLeagueCreate
{
	height: 850px;
	min-width: 925px;
	background-color: #250147;	
}
.iFrameModalEditContact
{
	width:500px;
	height:480px;
	background-color: #250147;	
}
.iFrameModalRecovery
{
	width:500px;
	height:450px;
	background-color: #250147;	
}
.contentTable
{
	width: auto;
	color: #FFFFFF;
	background-color: #250147;
	font-weight: bold;
}
.contentContainer
{
	width:925px;
	border:1px;	
}
.contentRight
{
	width: 500px;
	float: right;
	border: 4px solid #FFFFFF;
}
.contentLeft
{
	width: 400px;
	float: left;
	border: 4px solid #FFFFFF;	
}
.scheduleContainer
{
	width:890px;
	border:1px;
}
.scheduleFull
{
	width: 880px;
	float: left;
	border: 4px solid #FFFFFF;
}
.scheduleRight
{
	width: 480px;
	float: right;
	border: 4px solid #FFFFFF;
}
.scheduleLeft
{
	width: 350px;
	float: left;
	border: 4px solid #FFFFFF;
}
.contentFull
{
	width: 790px;
	float: left;
	border: 4px solid #FFFFFF;

}
.contentFullTable
{
	width: 790px;
	border: 4px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #250147;
	font-weight: bold;
}
.contentAutoWidthTable
{
    width: auto;
	border: 4px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #250147;
	font-weight: bold;	
}

.contentWideTable
{
	width: 940px;
	border: 4px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #250147;
	font-weight: bold;
}
.content34Table
{
	width: 600px;
	border: 4px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #250147;
	font-weight: bold;
}
.contentModalTable
{
	width: auto;
	border: 4px solid #FFFFFF;	
	color: #FFFFFF;
	background-color: #250147;
	font-weight: bold;
	min-width: 200px;
}
.contentEditFormModalTable
{	
	color: #FFFFFF;
	background-color: #250147;
	font-weight: bold;
}
.RequiredField
{
	background-color: #FFABAB;
}
.StatusMessage
{
	color: #FF5C04;
}
.StatusLog
{
	background-color: #250147;
	color: #FF5C04;
}
.ErrorMessage
{
	color: red;
    font-weight: 900;	

	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;

	-moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
}
@-moz-keyframes blinker {  
    0% { opacity: 0.0; }
    50% { opacity: 1.0; }
    100% { opacity: 1.0; }
}
@keyframes blinker {  
    0% { opacity: 0.0; }
    50% { opacity: 1.0; }
    100% { opacity: 1.0; }
}
.LoginButton
{
	color: #FF5C04;
	background-color: #250147;
	font-size:medium;
	font-weight: bold;
	border:hidden;
	font-family:'Times New Roman';
	cursor:pointer;
}
.PlainText
{
	color: #FFFFFF;
	font-weight: bold;
}	
.displayNone
{
	display:none;
}
 .DebugLabelColor
{
	color: yellow
}
.BalloonExtender
{
	color: #250147;
}
.icons
{
	height: 25px;
	width: 25px;
}
.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=70);
    opacity: 0.4;	
}
.modalPopup
{
    background-color: #250147;        
    width: auto;
    border: 4px solid #FFFFFF;

}
.nsaImageAds
{
	width: 202px;
    height: 95px;
}
.gvDataView
{
	background-color: #EFF3FB;
	border-style: None;
}
.gvStandingsData
{
	width: 35px;
	text-align:center;
}
.panelWidth
{
	width: 95%;
}
.modalHeader
{
	background-color: #f69542;
	height: 23px;
	font-weight: bold;
	cursor: move;
}
.modalHeaderText
{
	float:left;
	color:#250147;
	padding:0 0 0 5px;
}
.modalCloseButton
{
	background-color:red;
	color:white;
	font-weight:bold;
	float:right;
	padding:0 5px 0 0;
	
}
