<!-- 

/* Start of SITS_UoM.css                                                          

Note: This CSS should be copied to ALL systems SIPR,SITE,SITR,JCPR,JCTE,JCTR
      Also all versions should be maintained to be exactly the same.

------------------------------------------------------------------------------	  
FILENAME:        SITS_UoM.css
DESC:            UoM specific style sheet for use with SITS e:Vision
------------------------------------------------------------------------------

REVISIONS:
Date    Name     Reason
-------	-------  -------------------------------------------------------------
5jan17  NBON1   Added uomSubmitButton and uomSubmitButtonB

5jan17  NBON1    Since v910/920 SITS have begun releasing its own LESS/css
                 file to comply with Responsive Mode. The new policy is now
                 to have a separate CSS file site specific CSS entries.
                 UoM is using SITS_UoM.css
				 

				 
*/				 


/*    
------------------------------------------------------------------------------
uomSubmitButton - START
------------------------------------------------------------------------------
*/
.uomSubmitButton
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(../images/buttons/button_over.gif) no-repeat;   
white-space: nowrap;
display: block;
width: 53px;
height: 22px;
margin: 0;
padding: 0;
}

.uomSubmitButton a
{
display: block;
color: #000000;
font-size: 11px;
width: 53px;
display: block;
float: left;
color: black;
text-decoration: none;
font-color: #666666;
}

.uomSubmitButton img
{
border: 0
}

.uomSubmitButton a:hover img
{
visibility:hidden
}

.uomSubmitButton span
{
position: absolute;
/*  left: 35px;  */
/*  top: 15px;   */
margin: 0px;
padding: 0px;
cursor: pointer;
text-decoration: none;
font-color: #666666;
}
/*
uomSubmitButton - END
------------------------------------------------------------------------------
*/


/*    
------------------------------------------------------------------------------
uomSubmitButtonB - START
------------------------------------------------------------------------------
*/
.uomSubmitButtonB
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(../images/buttons/button_over_B.gif) no-repeat;   
white-space: nowrap;
display: block;
width: 100px;
height: 22px;
margin: 0;
padding: 0;
}

.uomSubmitButtonB a
{
display: block;
color: #000000;
font-size: 11px;
width: 100px;
display: block;
float: left;
color: black;
text-decoration: none;
font-color: #666666;
}

.uomSubmitButtonB img
{
border: 0
}

.uomSubmitButtonB a:hover img
{
visibility:hidden
}

.uomSubmitButtonB span
{
position: absolute;
/*  left: 35px;  */
/*  top: 15px;   */
margin: 0px;
padding: 0px;
cursor: pointer;
text-decoration: none;
font-color: #666666;
}

/*
uomSubmitButtonB - END
------------------------------------------------------------------------------
*/


/*
END of - SITS_UoM.css
------------------------------------------------------------------------------
*/
-->



