﻿.navButton
{
	background-image: url(../../images/btn150x100.jpg);
	width: 150px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: Transparent;
	border-style: none;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: white;
	cursor: hand;
	text-align: center;
	white-space: normal;
    line-height: normal !important;    
}
.cellLabel_LEFTALIGN
{
	width:148px;
}
.btnViewESC
{
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	color: White;
	background-image: url(../../images/ESC.png);
	font-size: 21px;
	border-style: none;
	cursor: pointer;
}
.divGrossScoreBox
{
	display:block; 
	border-style: inset; 
	border-color: #4169e1; 
	border-width: 3px; 
	background-color:White; 
	text-align:left; 
	width: 114px;
	height: 70px; 
	margin-left: 110px; 
	margin-top: 15px;
}
.divScorePostingContainer
{	
	width: 988px;
	height: 485px;

	border-color: black;
	border-style: solid;
	border-width: 1px;
    border-radius: 7px; 
    background-color:#e1dfdf; 
    behavior: url(/CSS/ie-css3.htc);
    padding: 5px 5px 5px 5px;   
}
.divScoreInfoContainer
{	
	width: 580px;
	height: 365px;

	border-color: black;
	border-style: solid;
	border-width: 1px;

    border-radius: 7px; 
    background-color:#EEEEEE; 
    behavior: url(/CSS/ie-css3.htc);
    padding: 10px 10px 10px 10px;    
}
.divGrossScoreContainer
{
	float:right; 
	text-align:center; 
	height:100px; 
	width:350px;
	vertical-align: middle;
}
.divGrossScore
{	
	float:right;
	width: 104px;
	height: 45px;
	background-color:White; 	
	font-family: Verdana;
	font-size: 35px;
	font-weight: bold;
	text-align:center;		
	color: #606060;
	border:none;	
	margin-right:5px;	
	margin-top: 3px;
}
.divGrossScoreTitle
{	
	float:left;
	font-family: Verdana;
	font-size: 12px;	
	color: Black;		
	color: #606060;
	margin-top: 2px;
	margin-left:17px;	
}
.divGrossHeaderContainer
{
	float:left;
	height:90px;
}

.divGrossHeader
{
	height:50%; 
	width:610px;	
	text-align:left;	
	vertical-align:middle;	
	margin-left:15px;
	margin-top:15px;
}
.divTitle
{
	font-family: Verdana;
	font-size: 22px;
	font-weight: bold;
	text-align:left;	
}
.divSubTitle
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	margin-left:5px;
}
.divErrorText
{	
	width: 610px; 
	height: 50%; 
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	color: Red;	
	text-align:center;
	margin-top: 10px;
}