From: <Saved by Windows Internet Explorer 7>
Subject: UTPA Bronc Notes - Bulletin
Date: Wed, 21 Mar 2007 15:30:04 -0500
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_0000_01C76BCD.CC893400"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028

This is a multi-part message in MIME format.

------=_NextPart_000_0000_01C76BCD.CC893400
Content-Type: text/html;
	charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://broncnotes.utpa.edu/displayBulletin.aspx?bulletinID=1032

=EF=BB=BF<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" =
"http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML><HEAD><TITLE>UTPA Bronc Notes - Bulletin</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dutf-8"><LINK=20
href=3D"http://broncnotes.utpa.edu/css/bulletin.css" type=3Dtext/css =
rel=3Dstylesheet>
<SCRIPT language=3Djavascript =
src=3D"http://broncnotes.utpa.edu/jscript/pngfix.js"=20
defer></SCRIPT>

<META content=3D"MSHTML 6.00.6000.16414" name=3DGENERATOR></HEAD>
<BODY>
<DIV id=3Dcontainer>
<DIV id=3DBulletinHeader>
<DIV class=3DBulletinTitle>Web Time Entry Information for Direct Wage =
&amp; Work=20
Study Employees</DIV>
<DIV class=3DBulletinPoster>Posted by: Celina Gilpatrick on =
3/21/2007</DIV>
<DIV class=3DBulletinDate>Today's Date: 3/21/2007</DIV></DIV>
<DIV id=3Dcontent>
<P align=3Dcenter><FONT face=3DArial color=3D#ff0000 =
size=3D5><STRONG><FONT=20
size=3D7>&nbsp;</FONT><FONT size=3D6>ATTENTION: &nbsp;DIRECT WAGE AND =
WORK STUDY=20
EMPLOYEES<BR><BR></FONT>&nbsp; <FONT color=3D#000000 size=3D6>MANDATORY =
ONLINE=20
TIMECARD!</FONT>&nbsp;<BR><BR>&nbsp; <FONT color=3D#ff0000>Find answers=20
@&nbsp;<BR></FONT><BR>&nbsp; <A=20
href=3D"http://www.utpa.edu/oracle24-7/time_entry.htm">WWW.UTPA.EDU/ORACL=
E24-7/TIME_ENTRY.HTM<BR></A><BR><FONT=20
color=3D#000000>OR<BR></FONT><BR><FONT color=3D#0000ff><FONT =
size=3D6>Web Time Entry=20
Town Hall Meeting</FONT><BR><BR>Student Union =
Auditorium<BR><BR>Wednesday, March=20
28<BR><BR>2pm - 3pm<BR></FONT><BR>&nbsp; <FONT face=3DVerdana =
color=3D#000000=20
size=3D3>If special accommodations are needed please contact </FONT><A=20
href=3D"mailto:oracle-payroll@utpa.edu"><FONT face=3DVerdana =
color=3D#000000=20
size=3D3>oracle-payroll@utpa.edu</FONT></A><FONT face=3DVerdana =
color=3D#000000=20
size=3D3>.</FONT></STRONG></FONT></P></DIV></DIV></BODY></HTML>

------=_NextPart_000_0000_01C76BCD.CC893400
Content-Type: text/css;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://broncnotes.utpa.edu/css/bulletin.css

#container {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: =
auto; WIDTH: 98%; PADDING-TOP: 0px; HEIGHT: auto
}
#BulletinHeader {
	FLOAT: left; BACKGROUND-IMAGE: url(../images/bg_header.jpg); =
PADDING-BOTTOM: 10px; MARGIN: auto; WIDTH: 100%; FONT-FAMILY: Verdana, =
Arial, Helvetica, sans-serif
}
.BulletinTitle {
	PADDING-LEFT: 10px; FONT-SIZE: 24px; FLOAT: left; WIDTH: 100%; COLOR: =
#ffffff; TEXT-ALIGN: left
}
.BulletinDate {
	PADDING-RIGHT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 12px; FLOAT: right; =
WIDTH: 200px; COLOR: #ffffff; PADDING-TOP: 5px; TEXT-ALIGN: right
}
.BulletinPoster {
	PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 12px; FLOAT: left; =
WIDTH: 400px; COLOR: #ffffff; PADDING-TOP: 5px; TEXT-ALIGN: left
}
#content {
	BORDER-RIGHT: #333333 1px solid; PADDING-RIGHT: 15px; BORDER-TOP: =
#333333 1px solid; PADDING-LEFT: 15px; PADDING-BOTTOM: 15px; MARGIN: =
auto; BORDER-LEFT: #333333 1px solid; WIDTH: 95%; PADDING-TOP: 15px; =
BORDER-BOTTOM: #333333 1px solid
}

------=_NextPart_000_0000_01C76BCD.CC893400
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://broncnotes.utpa.edu/jscript/pngfix.js

/*
=20
Correctly handle PNG transparency in Win IE 5.5 & 6.
http://homepage.ntlworld.com/bobosola. Updated 18-Jan-2006.

Use in <HEAD> with DEFER keyword wrapped in conditional comments:
<!--[if lt IE 7]>
<script defer type=3D"text/javascript" src=3D"pngfix.js"></script>
<![endif]-->

*/

var arVersion =3D navigator.appVersion.split("MSIE")
var version =3D parseFloat(arVersion[1])

if ((version >=3D 5.5) && (document.body.filters))=20
{
   for(var i=3D0; i<document.images.length; i++)
   {
      var img =3D document.images[i]
      var imgName =3D img.src.toUpperCase()
      if (imgName.substring(imgName.length-3, imgName.length) =3D=3D =
"PNG")
      {
         var imgID =3D (img.id) ? "id=3D'" + img.id + "' " : ""
         var imgClass =3D (img.className) ? "class=3D'" + img.className =
+ "' " : ""
         var imgTitle =3D (img.title) ? "title=3D'" + img.title + "' " : =
"title=3D'" + img.alt + "' "
         var imgStyle =3D "display:inline-block;" + img.style.cssText=20
         if (img.align =3D=3D "left") imgStyle =3D "float:left;" + =
imgStyle
         if (img.align =3D=3D "right") imgStyle =3D "float:right;" + =
imgStyle
         if (img.parentElement.href) imgStyle =3D "cursor:hand;" + =
imgStyle
         var strNewHTML =3D "<span " + imgID + imgClass + imgTitle
         + " style=3D\"" + "width:" + img.width + "px; height:" + =
img.height + "px;" + imgStyle + ";"
         + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
         + "(src=3D\'" + img.src + "\', =
sizingMethod=3D'scale');\"></span>"=20
         img.outerHTML =3D strNewHTML
         i =3D i-1
      }
   }
}

------=_NextPart_000_0000_01C76BCD.CC893400--

