#OWEBAPP .onTime, #OWEBAPP .late, #OWEBAPP .noAssignments, #OWEBAPP .approverLevelButton, #OWEBAPP .timecardApproved
{
    background-image:none;
    color:#fff;
    border-style:none;
    width:100%;
    height:100%;
}

#OWEBAPP .onTime
{
    background-color:#18732E;
}

#OWEBAPP .approverLevelButton
{
    color:#000 !important;
}

#OWEBAPP .timecardApproved
{
    background-color:#4d4e4f;
}

#OWEBAPP .late
{
    background-color:#731820;
}

#OWEBAPP .noAssignments
{
    background-color:#ccc;
}


.shrinkExpand:hover
{
        background-color: #eee;
}

#leftPanel, #OWEBAPP .panelLeft
 {
	float: left;
	width: 650px ;
        text-align: center;
	height: 520px;
	background-image: url(../Images/leftpanel.png) ;
	display: block;
}

#text1
{
    margin-top: 40px ;
    font-family: Verdana ;
    font-weight: normal;
    font-size: 32px;
    color: #333 ;
    letter-spacing: -2px;
}

#text2
{
    margin-top: 5px;
    letter-spacing: -1px;
     font-family: Verdana ;
    font-weight: bold ;
    font-size: 15px ;
    color: #999;
  text-align: center;
}


#rightPanel, #OWEBAPP .panelRight
{
	display: block;
	float: left;
	height: 520px;
	width: 309px;
	border-left: 1px solid #ccc;
	background-image: url(../Images/rightpanel.png) ;
	backgound-size:100%;
}

#rightInner {
	margin: 10px ;
	color: #666;
	font-size: 10px;
}

h3 {
  color: #666;
  font-size: 13pt !important;
  margin-top: 30px !important;
}


#tips {
    border-radius: 15px;
	background-color: #DDD;
	padding: 10px;
    font-size:13px;
}

/* probably want to remove this BAM later */
#bam {
  font-weight: bold;
  font-size: 13px ;
 }

#OWEBAPP .loginView
{
    margin-left:30px;
}

#OWEBAPP .btnLogin button
{
    background-color: #fff;
	background-image: url(../Images/go.png);
	background-repeat: no-repeat;
	margin-top: 24px;

}

#OWEBAPP .btnRunReport button
{
    margin-top: 15px;
}

#OWEBAPP .btnFilter button
{
    min-height: 29px;
}

#OWEBAPP .scheduleWording
{
    font-size:1.5em;
    font-weight:bold;
    font:"Tahoma, Verdana, Arial";
}
