﻿html,body 
{
  height:99%
}
 
#Container 
{
  height:99%;
  min-height:99%;
}
 
html>body #outer 
{
  height:auto
}


body, div
{
 font-family: Arial;
 font-size: 10pt; 
 padding: 0;
 margin: 0; 
}



A:link, A:visited, A:active, A:hover 
{
	font-family: Arial;
	color: #254261;	
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

A:hover 
{	
		text-decoration: none; 
}



#footer > A:link, #footer > A:visited, #footer > A:active, #footer > A:hover 
{
	font-family: Arial;
	color: #FFFFFF;	
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

#footer > A:hover 
{	
		text-decoration: none; 
}

#divappfooter
{
	width: 940px; 
	height: 28px; 
	padding-top: 6px; 
	font-size: 9pt; 
	font-weight: bold; 
	margin: 0 auto; 
	color: #000000; 
	text-align: left;
}


#divappfooter > A:link, #divappfooter > A:visited, #divappfooter > A:active, #divappfooter > A:hover 
{
	font-family: Arial;
	color: #000000;	
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}

#divappfooter > A:hover 
{	
		text-decoration: none; 
}



div.AppCntrlTitle
{
 font-size: 12pt;
 font-weight: bold;
 color: #254261;
 
 position: absolute; 
 bottom: 0px; 
 left: 0px; 
 padding-bottom: 4px;
}

div.AppCntrlLinks
{
	position: absolute; 
	bottom: 0px; 
	right: 0px; 
	padding-bottom: 4px;
}

table.dxButton_X {
    height: 32px;
    font: 9pt Arial;
    color: White;
    cursor: pointer;
    background: url('/images/buttons/normal_l.png') left no-repeat;
}
table.dxButton_X:hover {
    color: #E3F6FF;
    background: url('/images/buttons/hover_l.png') left no-repeat;
}
table.dxButton_X td.dxbButton_X {
    padding: 0 14px;
    background: url('/images/buttons/normal_r.png') right no-repeat;
}
table.dxButton_X td.dxbButton_X:hover {
    background: url('/images/buttons/hover_r.png') right no-repeat;
}


.avail_game_text
{
 font-size: 8pt;
 color: #000000;
 font-weight: normal;
}

TD.bb
{
	border-bottom: solid 1px #000000;
}


.errorMessage
{
	color:Red;	
}

.popupMenu
{
 display: none;   
}

.NewFeature
{
    border: solid 1px #000000; 
    background-color: #FFFFFF; 
    padding: 8px; 
    width: 600px;
}

.UserInfoPanel
{
    padding-top: 5px;
}

.app_alert
{
    color: #C10000;
    font-weight: bold;
}

.tbl_row_hdr
{
    font-weight: bold;
}

.StatusUpdate
{
  font-weight: bold;
  color: #C10000;
}

.InfoRowHeader
{
  text-align: right;
  font-weight: bold;
}

.UserMaintRight
{
  position: absolute;
  top: 0px; 
  right: 0px;
  
}

.UserInfoName
{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11pt;
  padding-top: 5px;
}
.MyInfoName
{
font-family:	Arial;
font-size:	16px;
font-weight:	bold;
font-style:	normal;
color:	#254261;
text-transform:	none;
text-decoration:	none;
letter-spacing:	normal;
word-spacing:	0;
line-height	20px;
}



table.mstr_schedule {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.mstr_schedule th {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: #254261;
	color: #FFFFFF;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.mstr_schedule td {	
	padding: 5px;
	border: none;		
	-moz-border-radius: 0px 0px 0px 0px;
}	


.PopupRowHeader
{
  text-align: right;
  font-weight: bold;
}

.PopupHeader
{
  text-align: center;
  font-weight: bold;
  background-color: #254261;
  color: #FFFFFF;
  padding: 0px;
  margin: 0px;
}