One page on my website loads on all PCs but it doesn't load on most Macs...except for the newer ones at the Mac store. Is there something obvious wrong with my HTML or javascript below that a Mac wouldn't like?

Sorry the code is so long, but I'm not sure which part is causing the error.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Untitled Document</title>

<style type="text/css"> 
<!-- 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.twoColElsLtHdr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F6D9AF;
} 
.twoColElsLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 151px;
	margin: 0px;
	background-color: #000000;
} 
.twoColElsLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule.
*/
.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 273px; /* since this element is floated, a width must be given */
	background: #df9927; /* top and bottom padding create visual space within this div */
	margin: 0px;
	padding: 0px;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin: 0px;
	padding: 0px;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsLtHdr #mainContent {
	background-color: #f6d9af;
	float: right;
	width: 684px;
	margin: 0px;
	padding: 0px;
} 
.twoColElsLtHdr #footer {
	background-color: #003366;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColElsLtHdr #footer p {
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:40px;
	font-size: 1px;
}
.rightbanner {
	float: right;
}
.twoColElsLtHdr #container #header #MenuBar1 {
	float: right;
}
.leftbanner {
	float: left;
	margin: 0px;
	padding: 0px;
}
.template1 {color: #FFFFFF}
.template3 {font-size: 13px}
.twoColElsLtHdr #container #footer .copyright style1 .style3 a {
	color: #FFFFFF;
}
.whitetemplate {
	font-size: 13px;
	color: #FFFFFF;
}
.twoColElsLtHdr #container #footer .copyright style1 .style3 .whitetext {
	color: #FFFFFF;
}
.twoColElsLtHdr #container #footer .copyright style1 .style3 .whitetext {
	color: #FFFFFF;
}
.template5 {font-size: 18px}
.twoColElsLtHdr #container #footer .copyright template1 .template3 .whitetext {
	color: #FFFFFF;
}
.style6 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColElsLtHdr #container #footer a{
	color: #FFFFFF;
}
.twoColElsLtHdr #container {
	background-color: #D3D3D3;
}
.twoColElsLtHdr #container #sidebar1 #form2 {
	margin-bottom: 0px;
}
.twoColElsLtHdr #container #sidebar1 #form4 {
	margin-top: 15px;
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle #Image120 {
	margin-top: 15px;
	margin-left: 30px;
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle #jsp {
	margin-left: 10px;
	margin-top: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColElsLtHdr #container #mainContent .tableprofiletop .style1 .style4 strong {
	color: #000000;
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle .personalstatement bro #form1 #personalstatement {
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle .personalstatement bro #form1 #personalstatement {
}
.makeitblack {
	color: #000000;
}
.twoColElsLtHdr #container #mainContent .tableprofiletop .style1 .style4 style15 style15 .makeitblack {
}
a.makeitblack {
}
a.makeitblack {
}
.twoColElsLtHdr #container #mainContent .tableprofiletop .style1 .style4 style15 style15 .makeitblack {
}
#profilepicture {
<?php if ($width < $height) {?>
    height: 263px;
	<?php ;}?>
<?php if ($height < $width) {?>
    width: 251px;
	<?php ;}?>
	max-height: 263px;
	max-width: 251px;
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle .personalstatement bro #form1 #personalstatement {
}
--> 
</style>
<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColElsLtHdr #sidebar1 { padding-top: 0px; }
.twoColElsLtHdr #mainContent { zoom: 1; padding-top: 20px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
<script src="../SpryAssets/SpryEffects.js" type="text/javascript"></script>
<script type="text/javascript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<SCRIPT language="javascript">
<!--
if (document.images)
    {
      preload_image = new Image(25,25); 
      preload_image.src="uploads/<?php echo 'R'.$row_rsProfile['Thumbnail'].'.jpg' ?>"; 
    }

function MM_effectShake(targetElement)
{
	Spry.Effect.DoShake(targetElement);
}
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
//-->
</SCRIPT>
<style type="text/css">
<!--
.twoColElsLtHdr #container #sidebar1 {
	background-color: #D3D3D3;
}
.twoColElsLtHdr #container #mainContent {
	background-color: #<?php echo $row_rsProfile['Bkgdcolor']; ?>;
}
.whitetext {
	color: #FFFFFF;
}
.style1 {
	font-size: 20px;
	background-color: #CCCCCC;
	filter: Glow(Color=#770000, Strength=50);
}
.style2 {
	color: #FF0000;
	font-weight: bold;
}
.tableprofiletop {
	margin-top: 16px;
}
.tableprofilemiddle {
	color: #FF0000;
	margin-top: 20px;
}
.profilepic {
	margin-left: 30px;
}
.profiledescription {
}
.profilebasicinfo {
	margin-left: 10px;
	height: 263px;
}
.profilebasicinfocolor {
	background-color: #<?php echo $row_rsProfile['Textbkgdcolor']; ?>;
	padding-left: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 26px;
}
.style3 {background-color: #<?php echo $row_rsProfile['Textbkgdcolor']; ?>; padding-left: 20px; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 25px; }
.contactuserbutton {	color: #<?php echo $row_rsProfile['Textcolor']; ?>;
	margin-top: 20px;
	background-color: #<?php echo $row_rsProfile['Textbkgdcolor']; ?>;
	font-size: 16px;
	margin-left: 30px;
	position: relative;
	bottom: 10px;
}
.contactuser {
	margin-left: 30px;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F6F6F3;
	margin-top: 0px;
}
.personalstatement {
	padding-left: 10px;
	padding-top: 15px;
}
.profilebuttons {
	margin: 0px;
	padding: 0px;
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle td.profilebuttons {
}
.schedule {
	margin-top: 15px;
	margin-left: 30px;
}
.uploadvideo {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.formonleft {
	padding-left: 0px;
	color: #000000;
	background-color: #D3D3D3;
	margin-right: 0px;
	background-position: 20px;
	margin-left: 20px;
}
.help1 {	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.leftsearchbutton {	color: #000000;
	background-color: #c6a586;
}
.style4 {color: #<?php echo $row_rsProfile['Textcolor']; ?>;
	font-size: 24px;
}
.style5 {background-color: #<?php echo $row_rsProfile['Textbkgdcolor']; ?>; padding-left: 20px; color: #<?php echo $row_rsProfile['Textcolor']; ?>; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 22px; }
.twoColElsLtHdr #container #mainContent {
	height: 1086px;
}
.twoColElsLtHdr #container #mainContent .tableprofiletop .style1 .style2 a {
	color: #FF0000;
}
a:link {
	text-decoration: none;
	color: #aa0000;
}
a:visited {
	text-decoration: none;
	color: #aa0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
.colorchange {
	color: #<?php echo $row_rsProfile['Textcolor']; ?>;
}
.style9 {padding-left: 20px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 20px; color: #<?php echo $row_rsProfile['Textcolor']; ?>; background-color: #<?php echo $row_rsProfile['Textbkgdcolor']; ?>; }
.twoColElsLtHdr #container #mainContent .tableprofilemiddle .personalstatement #form1 #personalstatement {
	width: 326px;
	background-color: #B77615;
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle .personalstatement #form1 #personalstatement {
	color: #<?php echo $row_rsProfile['Textcolor']; ?>;
	background-color: #<?php echo $row_rsProfile['Textbkgdcolor']; ?>;
	font-weight: bold;
	font-weight: bold;
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle .personalstatement #form1 #personalstatement {
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle .personalstatement #form1 #personalstatement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle .profilepic {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle .schedule {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle .uploadvideo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 451px;
	top: 365px;
}
#apDiv2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 522px;
	top: 339px;
}
.style11 {
	font-size: 15px;
	font-weight: bold;
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle .profilebuttons table {
	margin-bottom: 140px;
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle .profilepic {
	margin-bottom: 0px;
}
.twoColElsLtHdr #container #mainContent {
	width: 687px;
	margin-top: 110px;
}
-->
</style>
<style type="text/css">
<!--
.style12 {font-size: 18px}
.brownback {
	background-color: #B77615;
}
.twoColElsLtHdr #container #sidebar1 #form2 {
	margin-left: 20px;
}
#mainContent {
	background-image: url(uploads/<?php echo $row_rsProfile['bkgdimage']; ?>);
	background-repeat: no-repeat;
	<?php if($row_rsProfile['RepeatHorizontal'] == 'repeat-x'){
	echo 'background-repeat: repeat-x;';}  
		?>
		<?php if($row_rsProfile['RepeatVertical'] == 'repeat-y'){
	echo 'background-repeat: repeat-y;';}  
		?>
	<?php if($row_rsProfile['RepeatHorizontal'] == 'repeat-x' and $row_rsProfile['RepeatVertical'] == 'repeat-y'){
	echo 'background-repeat: repeat;';}  
		?>
		}
		
.twoColElsLtHdr #container #sidebar1 #form2 .whitetext a {
	color: #FFFFFF;
}
.twoColElsLtHdr #container #sidebar1 #form2 .whitetext style13 {
}
.twoColElsLtHdr #container #sidebar1 #form2 table {
}
.style13 {
	font-size: 17px;
	font-weight: bold;
}
.style14 {
	font-size: 16px;
	font-weight: bold;
}
.style15 {color: #000000}
a.makeitblack {
color: #000000
}
.twoColElsLtHdr #container #header #topmain {
	height: 117px;
	width: 686px;
}
.twoColElsLtHdr #container #header #nav {
	clear: right;
}
.twoColElsLtHdr #container #header #nav #one {
	height: 33px;
	width: 134px;
	float: left;
	background-color: #CCCCCC;
	line-height: 33px;
	color: #000000;
	font-size: 100px;
	background-image: url(../images/greybutton.jpg);
}
.twoColElsLtHdr #container #header #nav #one2 {
	height: 33px;
	width: 135px;
	float: left;
	background-color: #CCCCCC;
	line-height: 33px;
	background-image: url(../images/greybutton.jpg);
}
.twoColElsLtHdr #container #header #nav #one3 {
	height: 33px;
	width: 135px;
	float: left;
	background-color: #CCCCCC;
	line-height: 33px;
	background-image: url(../images/greybutton.jpg);
}
.twoColElsLtHdr #container #header #nav #one4 {
	height: 33px;
	width: 137px;
	float: left;
	background-color: #CCCCCC;
	line-height: 33px;
	background-image: url(../images/greybutton.jpg);
}
.twoColElsLtHdr #container #header #nav #one5 {
	height: 33px;
	width: 137px;
	float: left;
	background-color: #CCCCCC;
	line-height: 33px;
	background-image: url(../images/greybutton.jpg);
}
.twoColElsLtHdr #container #header #nav #one{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.twoColElsLtHdr #container #header #nav #one2{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.twoColElsLtHdr #container #header #nav #one3{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.twoColElsLtHdr #container #header #nav #one4{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.twoColElsLtHdr #container #header #nav #one5{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.sixteen {
    color: #000000;
}
.twoColElsLtHdr #container #header #nav #one #A1 .style2111 {
	color: #000000;
	font-size: 16px;
			font-style: italic;
}
.backtoblack {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
			font-style: italic;
}
a.backtoblack {
	color: #000000;
		font-style: italic;
}
a.backtoblack:hover {
color: #FFFFFF;
	font-style: italic;
}
.themainbanner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 55px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
}
.topbannermini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CCCCCC;
	font-weight: bold;
}
.twoColElsLtHdr #container #header #topmain #america {
	margin-left: 55px;
}
a.themainbanner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 55px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.themainbanner:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 55px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.style16 {font-size: 16px}
.twoColElsLtHdr #container #header #topmain {
	float: right;
	background-image: url(../images/backgroundblue.jpg);
	background-repeat: repeat-x;
}
#trackprogress{
	background-color: #F9E2C1;
	height: 110px;
	width: 960px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.twoColElsLtHdr #container #mainContent #trackprogress #trackyourprogress {
	height: 100px;
}
.style24 {
	font-size: 17px;
	font-weight: bold;
}
.twoColElsLtHdr #container #mainContent #trackprogress #trackyourprogress #button {
	margin: 0px;
	padding: 0px;
}
a.makeitblack1 {}
a.makeitblack1 {}
a.makeitblack1 {color: #000000
}
#here {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColElsLtHdr #container #trackprogress #trackyourprogress {
}
.twoColElsLtHdr #container #trackprogress #trackyourprogress {
}
.twoColElsLtHdr #container #sidebar1 {
}
.twoColElsLtHdr #container #spacertop {
}
#spacertop {
	height: 110px;
	width: 800px;
	background-color: #F9E2C1;
}
.twoColElsLtHdr #container #sidebar1 #spacertop #trackprogress #trackyourprogress {
	margin-left: 139px;
}
.style27 {font-size: 7px}
-->
</style>
</head>

<body class="twoColElsLtHdr" onload="MM_preloadImages('testout.jpg')">

<div id="container">
<div id="header">
    <h1><img src="../leftbanner.jpg" width="273" height="151" class="leftbanner" /></h1>
    <div><table width="686" border="0" cellpadding="0" cellspacing="0" id="topmain">
      <tr>
        <td height="5"></td>
        <td height="5"></td>
      </tr>
     <tr>
        <td width="249" rowspan="2" valign="bottom"><img src="../images/america.jpg" name="america" width="140" height="87" border="0" usemap="#americaMap" id="america" /></td>
        <td width="437"><span class="themainbanner"><a href="../index2.php" class="themainbanner">JobVid.com</a></span></td>
      </tr>
      
      <tr>
        <td class="topbannermini">A STIMULUS PACKAGE FOR THE ECONOMY</td>
      </tr>
      <tr>
        <td>&nbsp;</td>
        <td height="1"></td>
      </tr>
    </table>
    </div><div id="nav">
    <div class="sixteen" id="one">
      <div align="center"><strong><span class="style2111"><a href="../FindJobs.php" class="backtoblack">FIND JOBS</a></span></strong></div>
    </div>
        <div id="one2">
      <div align="center"><strong><span class="style2111"><a href="../HireHelp.php" class="backtoblack">&nbsp;HIRE HELP&nbsp;</a></span></strong></div>
    </div>
        <div id="one3">
      <div align="center" class="backtoblack"><strong><span class="style2111"><a href="../signin.php" class="backtoblack">&nbsp;SIGN IN&nbsp;</a></span></strong></div>
    </div>
        <div id="one4">
      <div align="center"><strong><span class="style2111"><a href="../favorites.php" class="backtoblack">MY FAVORITES</a></span></strong></div>
    </div>
        <div id="one5">
      <div align="center"><strong><span class="style2111"><a href="../ContactUs.php" class="backtoblack">CONTACT US</a></span></strong></div>
    </div>
    </div>
    <!-- end #header -->
</div>
  
  <?php if ($row_rsProfile['preventinjection'] != 5){ ?>
  <div id="sidebar1">
  <div id="spacertop">
  <div id="trackprogress">
    <table width="683" border="0" cellpadding="0" cellspacing="0" id="trackyourprogress">
      <tr>
        <td width="93" height="47" rowspan="3" align="right"><img src="images/trackerleft.gif" name="button" width="32" height="36" id="button" /></td>
        <td width="36"></td>
        <td></td>
        <td colspan="2"></td>
        <td width="132">&nbsp;</td>
        <td width="17" rowspan="3">&nbsp;</td>
        <td width="112" rowspan="3">&nbsp;</td>
      </tr>
      <tr>
        <td align="center" bgcolor="#FF0000">&nbsp;</td>
        <td bgcolor="#FF0000"><div align="center"><span class="style20 template17 template1 style12"><strong>50%</strong></span></div></td>
        <td width="71" bgcolor="#FF0000">&nbsp;</td>
        <td width="71">&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td colspan="2">&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td colspan="2" align="center" valign="top"><span class="style24">1. Basic Info</span></td>
        <td width="151" align="center" valign="top"><span class="style24">2. Job Specific<br /> 
          Skills</span></td>
        <td colspan="2" align="center" valign="top"><span class="style24">3. Photos, Video,<br /> 
          etc.</span></td>
        <td colspan="2" align="center" valign="top"><span class="style24">4. Email and Password</span></td>
        <td align="center" valign="top"><span class="style24">5. Finished</span></td>
      </tr>
    </table>
  </div>
  </div>
    <form id="form2" name="form2" method="post" action="">
      <table width="230" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td height="10"></td>
        </tr>
        <tr>
          <td height="50" bgcolor="#D3D3D3"><div align="center" class="style13"><a href="UploadBackground.php?Key=<?php echo $row_rsProfile['UserID']; ?><?php if ($row_rsProfile['bkgdimage'] == 'none'){echo '&skip=yes';;} ?>" class="style12">Click HERE to upload a background image</a></div></td>
        </tr>
      </table>
    </form>
    <form action="<?php echo $editFormAction; ?>" method="POST" name="form4" class="formonleft" id="form4">
      <table width="230" border="0" cellspacing="0">
        <tr>
          <td width="207"><span class="style14">Change Main<br />
            Background color</span></td>
        </tr>
        <tr>
          <td><table width="230">
              <tr>
                <td width="53"><label> <img src="images/colors/black.jpg" alt="black" width="18" height="18" />
                      <input <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"000000"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="000000" id="RadioGroup1_0" />
                </label></td>
                <td><label> <img src="images/colors/verylightyellow.jpg" alt="very light yellow" width="18" height="18" />
                      <input <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"e8f3A5"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="e8f3A5" id="RadioGroup1_9" />
                </label></td>
                <td><label> <img src="images/colors/darkblue.jpg" alt="dark blue" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"15096D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="15096D" id="RadioGroup1_6" />
                </label></td>
                <td width="51"><label> <img src="images/colors/pink.jpg" alt="pink" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"F4758A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="F4758A" id="RadioGroup1_3" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/white.jpg" alt="white" width="18" height="18" />
                      <input <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"ffffff"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="ffffff" id="RadioGroup1_1" />
                </label></td>
                <td><label> <img src="images/colors/darkgreen.jpg" alt="dark green" width="18" height="18" />
                      <input <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"0A5b0c"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="0A5b0c" id="RadioGroup1_10" />
                </label></td>
                <td><label> <img src="images/colors/blue.jpg" alt="blue" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"1523FE"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="1523FE" id="RadioGroup1_7" />
                </label></td>
                <td><label> <img src="images/colors/light pink.jpg" alt="light pink" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"F2A6B2"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="F2A6B2" id="RadioGroup1_4" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/darkred.jpg" alt="dark red" width="18" height="18" />
                      <input <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"6f1308"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="6f1308" id="RadioGroup1_2" />
                </label></td>
                <td><label> <img src="images/colors/green.jpg" alt="green" width="18" height="18" />
                      <input <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"00E823"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="00E823" id="RadioGroup1_11" />
                </label></td>
                <td><label> <img src="images/colors/lightblue.jpg" alt="light blue" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"DDDAF5"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="DDDAF5" id="RadioGroup1_8" />
                </label></td>
                <td><label> <img src="images/colors/very light pink.jpg" alt="very light pink" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"F2D3D9"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="F2D3D9" id="RadioGroup1_5" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/red.jpg" alt="red" width="18" height="18" />
                      <input <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"D52001"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="D52001" id="RadioGroup1_3" />
                </label></td>
                <td width="53"><label> <img src="images/colors/lightgreen.jpg" alt="light green" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"73F56D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="73F56D" id="RadioGroup1_0" />
                </label></td>
                <td><label> <img src="images/colors/verylightblue.jpg" alt="very light blue" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"CDE2E7"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="CDE2E7" id="RadioGroup1_9" />
                </label></td>
                <td><label> <img src="images/colors/dark brown.jpg" alt="dark brown" width="18" height="18" />
                      <input name="RadioGroup1" type="radio" id="RadioGroup1_6" value="452300"  <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"452300"))) {echo "checked=\"checked\"";} ?> />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/lightred.jpg" alt="light red" width="18" height="18" />
                      <input <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"Fd402c"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="Fd402c" id="RadioGroup1_4" />
                </label></td>
                <td><label> <img src="images/colors/verylightgreen.jpg" alt="very light green" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"C0F2B5"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="C0F2B5" id="RadioGroup1_1" />
                </label></td>
                <td><label> <img src="images/colors/darkpurple.jpg" alt="dark purple" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"670B5E"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="670B5E" id="RadioGroup1_10" />
                </label></td>
                <td><label> <img src="images/colors/oragne.jpg" alt="orange" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"FF8000"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="FF8000" id="RadioGroup1_7" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/verylightred.jpg" alt="very light red" width="18" height="18" />
                      <input <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"F4BCAF"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="F4BCAF" id="RadioGroup1_5" />
                </label></td>
                <td><label> <img src="images/colors/darkturq.jpg" alt="dark turquiose" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"105E68"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="105E68" id="RadioGroup1_2" />
                </label></td>
                <td><label> <img src="images/colors/purple.jpg" alt="purple" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"F000FB"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="F000FB" id="RadioGroup1_11" />
                </label></td>
                <td><label> <img src="images/colors/peach.jpg" alt="peach" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"FF8038"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="FF8038" id="RadioGroup1_8" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/darkyellow.jpg" alt="dark yellow" width="18" height="18" />
                      <input <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"7f9806"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="7f9806" id="RadioGroup1_6" />
                </label></td>
                <td><label> <img src="images/colors/turq.jpg" alt="turquoise" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"00CDF8"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="00CDF8" id="RadioGroup1_3" />
                </label></td>
                <td width="53"><label> <img src="images/colors/lightpurple.jpg" alt="light purple" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"F691E1"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="F691E1" id="RadioGroup1_0" />
                </label></td>
                <td><label> <img src="images/colors/lime.jpg" alt="lime" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"B1EE14"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="B1EE14" id="RadioGroup1_9" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/yellow.jpg" alt="yellow" width="18" height="18" />
                      <input <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"EDF200"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="EDF200" id="RadioGroup1_7" />
                </label></td>
                <td><label> <img src="images/colors/lightturq.jpg" alt="light turquoise" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"88EFEE"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="88EFEE" id="RadioGroup1_4" />
                </label></td>
                <td><label> <img src="images/colors/verylightpurple.jpg" alt="very light purple" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"F1C0ED"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="F1C0ED" id="RadioGroup1_1" />
                </label></td>
                <td><label> <img src="images/colors/grey.jpg" alt="grey" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"C0C0C0"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="C0C0C0" id="RadioGroup1_10" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/lightyellow.jpg" alt="light yellow" width="18" height="18" />
                      <input <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"e1f67d"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="e1f67d" id="RadioGroup1_8" />
                </label></td>
                <td><label> <img src="images/colors/verylightturq.jpg" alt="very light turq" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"D3F0F8"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="D3F0F8" id="RadioGroup1_5" />
                </label></td>
                <td><label> <img src="images/colors/darkpink.jpg" alt="dark pink" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"780929"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="780929" id="RadioGroup1_2" />
                </label></td>
                <td><label> <img src="images/colors/darkgrey.jpg" alt="dark grey" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Bkgdcolor'],"686868"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="686868" id="RadioGroup1_11" />
                </label></td>
              </tr>

          </table></td>
        </tr>
        <tr>
          <td class="help1"><label for="ZipCodeBox">&nbsp;
                &nbsp;&nbsp;&nbsp;&nbsp;
                <input name="searchjobdatabase" type="submit" class="leftsearchbutton" id="searchjobdatabase" value="CHANGE COLOR" />
          </label></td>
        </tr>
        <tr>
          <td class="help1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
              <input name="MM_update" type="hidden" id="MM_update" value="<?php echo $row_rsProfile['UserID']; ?>" /></td>
        </tr>
      </table>
      <table width="230" border="0" cellspacing="0">
        <tr>
          <td width="207"><span class="style14">Change Text
            Color</span></td>
        </tr>
        <tr>
          <td><table width="230">
              <tr>
                <td width="53"><label> <img src="images/colors/black.jpg" alt="black" width="18" height="18" />
                      <input   <?php if (!(strcmp($row_rsProfile['Textcolor'],"000000"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="000000" id="RadioGroup1_12" />
                </label></td>
                <td><label> <img src="images/colors/verylightyellow.jpg" alt="very light yellow" width="18" height="18" />
                      <input   <?php if (!(strcmp($row_rsProfile['Textcolor'],"e8f3A5"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="e8f3A5" id="RadioGroup1_21" />
                </label></td>
                <td><label> <img src="images/colors/darkblue.jpg" alt="dark blue" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textcolor'],"15096D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="15096D" id="RadioGroup1_18" />
                </label></td>
                <td width="51"><label> <img src="images/colors/pink.jpg" alt="pink" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textcolor'],"F4758A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="F4758A" id="RadioGroup1_15" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/white.jpg" alt="white" width="18" height="18" />
                      <input   <?php if (!(strcmp($row_rsProfile['Textcolor'],"ffffff"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="ffffff" id="RadioGroup1_13" />
                </label></td>
                <td><label> <img src="images/colors/darkgreen.jpg" alt="dark green" width="18" height="18" />
                      <input   <?php if (!(strcmp($row_rsProfile['Textcolor'],"0A5b0c"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="0A5b0c" id="RadioGroup1_22" />
                </label></td>
                <td><label> <img src="images/colors/blue.jpg" alt="blue" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textcolor'],"1523FE"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="1523FE" id="RadioGroup1_19" />
                </label></td>
                <td><label> <img src="images/colors/light pink.jpg" alt="light pink" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textcolor'],"F2A6B2"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="F2A6B2" id="RadioGroup1_16" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/darkred.jpg" alt="dark red" width="18" height="18" />
                      <input   <?php if (!(strcmp($row_rsProfile['Textcolor'],"6f1308"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="6f1308" id="RadioGroup1_14" />
                </label></td>
                <td><label> <img src="images/colors/green.jpg" alt="green" width="18" height="18" />
                      <input   <?php if (!(strcmp($row_rsProfile['Textcolor'],"00E823"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="00E823" id="RadioGroup1_23" />
                </label></td>
                <td><label> <img src="images/colors/lightblue.jpg" alt="light blue" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textcolor'],"DDDAF5"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="DDDAF5" id="RadioGroup1_20" />
                </label></td>
                <td><label> <img src="images/colors/very light pink.jpg" alt="very light pink" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textcolor'],"F2D3D9"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="F2D3D9" id="RadioGroup1_17" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/red.jpg" alt="red" width="18" height="18" />
                      <input   <?php if (!(strcmp($row_rsProfile['Textcolor'],"D52001"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="D52001" id="RadioGroup1_15" />
                </label></td>
                <td width="53"><label> <img src="images/colors/lightgreen.jpg" alt="light green" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textcolor'],"73F56D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="73F56D" id="RadioGroup1_12" />
                </label></td>
                <td><label> <img src="images/colors/verylightblue.jpg" alt="very light blue" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textcolor'],"CDE2E7"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="CDE2E7" id="RadioGroup1_21" />
                </label></td>
                <td><label> <img src="images/colors/dark brown.jpg" alt="dark brown" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textcolor'],"452300"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="452300" id="RadioGroup1_18" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/lightred.jpg" alt="light red" width="18" height="18" />
                      <input   <?php if (!(strcmp($row_rsProfile['Textcolor'],"Fd402c"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="Fd402c" id="RadioGroup1_16" />
                </label></td>
                <td><label> <img src="images/colors/verylightgreen.jpg" alt="very light green" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textcolor'],"C0F2B5"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="C0F2B5" id="RadioGroup1_13" />
                </label></td>
                <td><label> <img src="images/colors/darkpurple.jpg" alt="dark purple" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textcolor'],"670B5E"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="670B5E" id="RadioGroup1_22" />
                </label></td>
                <td><label> <img src="images/colors/oragne.jpg" alt="orange" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textcolor'],"FF8000"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="FF8000" id="RadioGroup1_19" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/verylightred.jpg" alt="very light red" width="18" height="18" />
                      <input   <?php if (!(strcmp($row_rsProfile['Textcolor'],"F4BCAF"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="F4BCAF" id="RadioGroup1_17" />
                </label></td>
                <td><label> <img src="images/colors/darkturq.jpg" alt="dark turquiose" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textcolor'],"105E68"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="105E68" id="RadioGroup1_14" />
                </label></td>
                <td><label> <img src="images/colors/purple.jpg" alt="purple" width="18" height="18" />
                      <input   <?php if (!(strcmp($row_rsProfile['Textcolor'],"F000FB"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="F000FB" id="RadioGroup1_23" />
                </label></td>
                <td><label> <img src="images/colors/peach.jpg" alt="peach" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textcolor'],"FF8038"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="FF8038" id="RadioGroup1_20" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/darkyellow.jpg" alt="dark yellow" width="18" height="18" />
                      <input   <?php if (!(strcmp($row_rsProfile['Textcolor'],"7f9806"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="7f9806" id="RadioGroup1_18" />
                </label></td>
                <td><label> <img src="images/colors/turq.jpg" alt="turquoise" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textcolor'],"00CDF8"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="00CDF8" id="RadioGroup1_15" />
                </label></td>
                <td width="53"><label> <img src="images/colors/lightpurple.jpg" alt="light purple" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textcolor'],"F691E1"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="F691E1" id="RadioGroup1_12" />
                </label></td>
                <td><label> <img src="images/colors/lime.jpg" alt="lime" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textcolor'],"B1EE14"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="B1EE14" id="RadioGroup1_21" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/yellow.jpg" alt="yellow" width="18" height="18" />
                      <input   <?php if (!(strcmp($row_rsProfile['Textcolor'],"EDF200"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="EDF200" id="RadioGroup1_19" />
                </label></td>
                <td><label> <img src="images/colors/lightturq.jpg" alt="light turquoise" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textcolor'],"88EFEE"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="88EFEE" id="RadioGroup1_16" />
                </label></td>
                <td><label> <img src="images/colors/verylightpurple.jpg" alt="very light purple" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textcolor'],"F1C0ED"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="F1C0ED" id="RadioGroup1_13" />
                </label></td>
                <td><label> <img src="images/colors/grey.jpg" alt="grey" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textcolor'],"C0C0C0"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="C0C0C0" id="RadioGroup1_22" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/lightyellow.jpg" alt="light yellow" width="18" height="18" />
                      <input   <?php if (!(strcmp($row_rsProfile['Textcolor'],"e1f67d"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="e1f67d" id="RadioGroup1_20" />
                </label></td>
                <td><label> <img src="images/colors/verylightturq.jpg" alt="very light turq" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textcolor'],"D3F0F8"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="D3F0F8" id="RadioGroup1_17" />
                </label></td>
                <td><label> <img src="images/colors/darkpink.jpg" alt="dark pink" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textcolor'],"780929"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="780929" id="RadioGroup1_14" />
                </label></td>
                <td><label> <img src="images/colors/darkgrey.jpg" alt="dark grey" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textcolor'],"686868"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="686868" id="RadioGroup1_23" />
                </label></td>
              </tr>

          </table></td>
        </tr>
        <tr>
          <td class="help1"><label for="ZipCodeBox">&nbsp;&nbsp;&nbsp;
                &nbsp;&nbsp;
                <input name="searchjobdatabase2" type="submit" class="leftsearchbutton" id="searchjobdatabase2" value="CHANGE COLOR" />
          </label></td>
        </tr>
        <tr>
          <td class="help1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
        </tr>
      </table>
      <table width="230" border="0" cellspacing="0">
        <tr>
          <td width="207"><span class="style14">Change Text<br />
          Background 
          Color</span></td>
        </tr>
        <tr>
          <td><table width="230">
              <tr>
                <td width="53"><label> <img src="images/colors/black.jpg" alt="black" width="18" height="18" />
                      <input    <?php if (!(strcmp($row_rsProfile['Textbkgdcolor'],"000000"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup3" value="000000" id="RadioGroup1_24" />
                </label></td>
                <td><label> <img src="images/colors/verylightyellow.jpg" alt="very light yellow" width="18" height="18" />
                      <input    <?php if (!(strcmp($row_rsProfile['Textbkgdcolor'],"e8f3A5"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup3" value="e8f3A5" id="RadioGroup1_33" />
                </label></td>
                <td><label> <img src="images/colors/darkblue.jpg" alt="dark blue" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textbkgdcolor'],"15096D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup3" value="15096D" id="RadioGroup1_18" />
                </label></td>
                <td width="51"><label> <img src="images/colors/pink.jpg" alt="pink" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textbkgdcolor'],"F4758A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup3" value="F4758A" id="RadioGroup1_15" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/white.jpg" alt="white" width="18" height="18" />
                      <input    <?php if (!(strcmp($row_rsProfile['Textbkgdcolor'],"ffffff"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup3" value="ffffff" id="RadioGroup1_25" />
                </label></td>
                <td><label> <img src="images/colors/darkgreen.jpg" alt="dark green" width="18" height="18" />
                      <input    <?php if (!(strcmp($row_rsProfile['Textbkgdcolor'],"0A5b0c"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup3" value="0A5b0c" id="RadioGroup1_34" />
                </label></td>
                <td><label> <img src="images/colors/blue.jpg" alt="blue" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textbkgdcolor'],"1523FE"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup3" value="1523FE" id="RadioGroup1_19" />
                </label></td>
                <td><label> <img src="images/colors/light pink.jpg" alt="light pink" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textbkgdcolor'],"F2A6B2"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup3" value="F2A6B2" id="RadioGroup1_16" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/darkred.jpg" alt="dark red" width="18" height="18" />
                      <input    <?php if (!(strcmp($row_rsProfile['Textbkgdcolor'],"6f1308"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup3" value="6f1308" id="RadioGroup1_26" />
                </label></td>
                <td><label> <img src="images/colors/green.jpg" alt="green" width="18" height="18" />
                      <input    <?php if (!(strcmp($row_rsProfile['Textbkgdcolor'],"00E823"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup3" value="00E823" id="RadioGroup1_35" />
                </label></td>
                <td><label> <img src="images/colors/lightblue.jpg" alt="light blue" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textbkgdcolor'],"DDDAF5"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup3" value="DDDAF5" id="RadioGroup1_20" />
                </label></td>
                <td><label> <img src="images/colors/very light pink.jpg" alt="very light pink" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textbkgdcolor'],"F2D3D9"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup3" value="F2D3D9" id="RadioGroup1_17" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/red.jpg" alt="red" width="18" height="18" />
                      <input    <?php if (!(strcmp($row_rsProfile['Textbkgdcolor'],"D52001"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup3" value="D52001" id="RadioGroup1_27" />
                </label></td>
                <td width="53"><label> <img src="images/colors/lightgreen.jpg" alt="light green" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textbkgdcolor'],"73F56D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup3" value="73F56D" id="RadioGroup1_12" />
                </label></td>
                <td><label> <img src="images/colors/verylightblue.jpg" alt="very light blue" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textbkgdcolor'],"CDE2E7"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup3" value="CDE2E7" id="RadioGroup1_21" />
                </label></td>
                <td><label> <img src="images/colors/dark brown.jpg" alt="dark brown" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textbkgdcolor'],"452300"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup3" value="452300" id="RadioGroup1_18" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/lightred.jpg" alt="light red" width="18" height="18" />
                      <input    <?php if (!(strcmp($row_rsProfile['Textbkgdcolor'],"Fd402c"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup3" value="Fd402c" id="RadioGroup1_28" />
                </label></td>
                <td><label> <img src="images/colors/verylightgreen.jpg" alt="very light green" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textbkgdcolor'],"C0F2B5"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup3" value="C0F2B5" id="RadioGroup1_13" />
                </label></td>
                <td><label> <img src="images/colors/darkpurple.jpg" alt="dark purple" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textbkgdcolor'],"670B5E"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup3" value="670B5E" id="RadioGroup1_22" />
                </label></td>
                <td><label> <img src="images/colors/oragne.jpg" alt="orange" width="18" height="18" />
                      <input  <?php if (!(strcmp($row_rsProfile['Textbkgdcolor']

Recommended Answers

All 10 Replies

Its no good sending us that source, send us the HTML that it is rendered to

(visit the site in IE and go view->source)

post that HTML here

sorry...didn't realize that. Here is the code that you requested:

I got it from visiting the site in Firefox

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Untitled Document</title>

<style type="text/css"> 
<!-- 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.twoColElsLtHdr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F6D9AF;
} 
.twoColElsLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 151px;
	margin: 0px;
	background-color: #000000;
} 
.twoColElsLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule.
*/
.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 273px; /* since this element is floated, a width must be given */
	background: #df9927; /* top and bottom padding create visual space within this div */
	margin: 0px;
	padding: 0px;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin: 0px;
	padding: 0px;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsLtHdr #mainContent {
	background-color: #f6d9af;
	float: right;
	width: 684px;
	margin: 0px;
	padding: 0px;
} 
.twoColElsLtHdr #footer {
	background-color: #003366;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColElsLtHdr #footer p {
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:40px;
	font-size: 1px;
}
.rightbanner {
	float: right;
}
.twoColElsLtHdr #container #header #MenuBar1 {
	float: right;
}
.leftbanner {
	float: left;
	margin: 0px;
	padding: 0px;
}
.template1 {color: #FFFFFF}
.template3 {font-size: 13px}
.twoColElsLtHdr #container #footer .copyright style1 .style3 a {
	color: #FFFFFF;
}
.whitetemplate {
	font-size: 13px;
	color: #FFFFFF;
}
.twoColElsLtHdr #container #footer .copyright style1 .style3 .whitetext {
	color: #FFFFFF;
}
.twoColElsLtHdr #container #footer .copyright style1 .style3 .whitetext {
	color: #FFFFFF;
}
.template5 {font-size: 18px}
.twoColElsLtHdr #container #footer .copyright template1 .template3 .whitetext {
	color: #FFFFFF;
}
.style6 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColElsLtHdr #container #footer a{
	color: #FFFFFF;
}
.twoColElsLtHdr #container {
	background-color: #D3D3D3;
}
.twoColElsLtHdr #container #sidebar1 #form2 {
	margin-bottom: 0px;
}
.twoColElsLtHdr #container #sidebar1 #form4 {
	margin-top: 15px;
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle #Image120 {
	margin-top: 15px;
	margin-left: 30px;
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle #jsp {
	margin-left: 10px;
	margin-top: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColElsLtHdr #container #mainContent .tableprofiletop .style1 .style4 strong {
	color: #000000;
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle .personalstatement bro #form1 #personalstatement {
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle .personalstatement bro #form1 #personalstatement {
}
.makeitblack {
	color: #000000;
}
.twoColElsLtHdr #container #mainContent .tableprofiletop .style1 .style4 style15 style15 .makeitblack {
}
a.makeitblack {
}
a.makeitblack {
}
.twoColElsLtHdr #container #mainContent .tableprofiletop .style1 .style4 style15 style15 .makeitblack {
}
#profilepicture {
    height: 263px;
		max-height: 263px;
	max-width: 251px;
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle .personalstatement bro #form1 #personalstatement {
}
--> 
</style>
<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColElsLtHdr #sidebar1 { padding-top: 0px; }
.twoColElsLtHdr #mainContent { zoom: 1; padding-top: 20px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
<script src="../SpryAssets/SpryEffects.js" type="text/javascript"></script>
<script type="text/javascript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<SCRIPT language="javascript">
<!--
if (document.images)
    {
      preload_image = new Image(25,25); 
      preload_image.src="uploads/R.jpg"; 
    }

function MM_effectShake(targetElement)
{
	Spry.Effect.DoShake(targetElement);
}
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
//-->
</SCRIPT>

<style type="text/css">
<!--
.twoColElsLtHdr #container #sidebar1 {
	background-color: #D3D3D3;
}
.twoColElsLtHdr #container #mainContent {
	background-color: #F6D9AF;
}
.whitetext {
	color: #FFFFFF;
}
.style1 {
	font-size: 20px;
	background-color: #CCCCCC;
	filter: Glow(Color=#770000, Strength=50);
}
.style2 {
	color: #FF0000;
	font-weight: bold;
}
.tableprofiletop {
	margin-top: 16px;
}
.tableprofilemiddle {
	color: #FF0000;
	margin-top: 20px;
}
.profilepic {
	margin-left: 30px;
}
.profiledescription {
}
.profilebasicinfo {
	margin-left: 10px;
	height: 263px;
}
.profilebasicinfocolor {
	background-color: #B77615;
	padding-left: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 26px;
}
.style3 {background-color: #B77615; padding-left: 20px; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 25px; }
.contactuserbutton {	color: #FFFFFF;
	margin-top: 20px;
	background-color: #B77615;
	font-size: 16px;
	margin-left: 30px;
	position: relative;
	bottom: 10px;
}
.contactuser {
	margin-left: 30px;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F6F6F3;
	margin-top: 0px;
}
.personalstatement {
	padding-left: 10px;
	padding-top: 15px;
}
.profilebuttons {
	margin: 0px;
	padding: 0px;
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle td.profilebuttons {
}
.schedule {
	margin-top: 15px;
	margin-left: 30px;
}
.uploadvideo {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.formonleft {
	padding-left: 0px;
	color: #000000;
	background-color: #D3D3D3;
	margin-right: 0px;
	background-position: 20px;
	margin-left: 20px;
}
.help1 {	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.leftsearchbutton {	color: #000000;
	background-color: #c6a586;
}
.style4 {color: #FFFFFF;
	font-size: 24px;
}
.style5 {background-color: #B77615; padding-left: 20px; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 22px; }
.twoColElsLtHdr #container #mainContent {
	height: 1086px;
}
.twoColElsLtHdr #container #mainContent .tableprofiletop .style1 .style2 a {
	color: #FF0000;
}
a:link {
	text-decoration: none;
	color: #aa0000;
}
a:visited {
	text-decoration: none;
	color: #aa0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
.colorchange {
	color: #FFFFFF;
}
.style9 {padding-left: 20px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 20px; color: #FFFFFF; background-color: #B77615; }
.twoColElsLtHdr #container #mainContent .tableprofilemiddle .personalstatement #form1 #personalstatement {
	width: 326px;
	background-color: #B77615;
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle .personalstatement #form1 #personalstatement {
	color: #FFFFFF;
	background-color: #B77615;
	font-weight: bold;
	font-weight: bold;
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle .personalstatement #form1 #personalstatement {
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle .personalstatement #form1 #personalstatement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle .profilepic {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle .schedule {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle .uploadvideo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 451px;
	top: 365px;
}
#apDiv2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 522px;
	top: 339px;
}
.style11 {
	font-size: 15px;
	font-weight: bold;
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle .profilebuttons table {
	margin-bottom: 140px;
}
.twoColElsLtHdr #container #mainContent .tableprofilemiddle .profilepic {
	margin-bottom: 0px;
}
.twoColElsLtHdr #container #mainContent {
	width: 687px;
	margin-top: 110px;
}
-->
</style>
<style type="text/css">
<!--
.style12 {font-size: 18px}
.brownback {
	background-color: #B77615;
}
.twoColElsLtHdr #container #sidebar1 #form2 {
	margin-left: 20px;
}
#mainContent {
	background-image: url(uploads/);
	background-repeat: no-repeat;
						}
		
.twoColElsLtHdr #container #sidebar1 #form2 .whitetext a {
	color: #FFFFFF;
}
.twoColElsLtHdr #container #sidebar1 #form2 .whitetext style13 {
}
.twoColElsLtHdr #container #sidebar1 #form2 table {
}
.style13 {
	font-size: 17px;
	font-weight: bold;
}
.style14 {
	font-size: 16px;
	font-weight: bold;
}
.style15 {color: #000000}
a.makeitblack {
color: #000000
}
.twoColElsLtHdr #container #header #topmain {
	height: 117px;
	width: 686px;
}
.twoColElsLtHdr #container #header #nav {
	clear: right;
}
.twoColElsLtHdr #container #header #nav #one {
	height: 33px;
	width: 134px;
	float: left;
	background-color: #CCCCCC;
	line-height: 33px;
	color: #000000;
	font-size: 100px;
	background-image: url(../images/greybutton.jpg);
}
.twoColElsLtHdr #container #header #nav #one2 {
	height: 33px;
	width: 135px;
	float: left;
	background-color: #CCCCCC;
	line-height: 33px;
	background-image: url(../images/greybutton.jpg);
}
.twoColElsLtHdr #container #header #nav #one3 {
	height: 33px;
	width: 135px;
	float: left;
	background-color: #CCCCCC;
	line-height: 33px;
	background-image: url(../images/greybutton.jpg);
}
.twoColElsLtHdr #container #header #nav #one4 {
	height: 33px;
	width: 137px;
	float: left;
	background-color: #CCCCCC;
	line-height: 33px;
	background-image: url(../images/greybutton.jpg);
}
.twoColElsLtHdr #container #header #nav #one5 {
	height: 33px;
	width: 137px;
	float: left;
	background-color: #CCCCCC;
	line-height: 33px;
	background-image: url(../images/greybutton.jpg);
}
.twoColElsLtHdr #container #header #nav #one{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.twoColElsLtHdr #container #header #nav #one2{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.twoColElsLtHdr #container #header #nav #one3{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.twoColElsLtHdr #container #header #nav #one4{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.twoColElsLtHdr #container #header #nav #one5{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.sixteen {
    color: #000000;
}
.twoColElsLtHdr #container #header #nav #one #A1 .style2111 {
	color: #000000;
	font-size: 16px;
			font-style: italic;
}
.backtoblack {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
			font-style: italic;
}
a.backtoblack {
	color: #000000;
		font-style: italic;
}
a.backtoblack:hover {
color: #FFFFFF;
	font-style: italic;
}
.themainbanner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 55px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
}
.topbannermini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CCCCCC;
	font-weight: bold;
}
.twoColElsLtHdr #container #header #topmain #america {
	margin-left: 55px;
}
a.themainbanner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 55px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.themainbanner:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 55px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.style16 {font-size: 16px}
.twoColElsLtHdr #container #header #topmain {
	float: right;
	background-image: url(../images/backgroundblue.jpg);
	background-repeat: repeat-x;
}
#trackprogress{
	background-color: #F9E2C1;
	height: 110px;
	width: 960px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.twoColElsLtHdr #container #mainContent #trackprogress #trackyourprogress {
	height: 100px;
}
.style24 {
	font-size: 17px;
	font-weight: bold;
}
.twoColElsLtHdr #container #mainContent #trackprogress #trackyourprogress #button {
	margin: 0px;
	padding: 0px;
}
a.makeitblack1 {}
a.makeitblack1 {}
a.makeitblack1 {color: #000000
}
#here {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColElsLtHdr #container #trackprogress #trackyourprogress {
}
.twoColElsLtHdr #container #trackprogress #trackyourprogress {
}
.twoColElsLtHdr #container #sidebar1 {
}
.twoColElsLtHdr #container #spacertop {
}
#spacertop {
	height: 110px;
	width: 800px;
	background-color: #F9E2C1;
}
.twoColElsLtHdr #container #sidebar1 #spacertop #trackprogress #trackyourprogress {
	margin-left: 139px;
}
.style27 {font-size: 7px}
-->
</style>
</head>

<body class="twoColElsLtHdr" onload="MM_preloadImages('testout.jpg')">

<div id="container">
<div id="header">
    <h1><img src="../leftbanner.jpg" width="273" height="151" class="leftbanner" /></h1>
    <div><table width="686" border="0" cellpadding="0" cellspacing="0" id="topmain">
      <tr>
        <td height="5"></td>

        <td height="5"></td>
      </tr>
     <tr>
        <td width="249" rowspan="2" valign="bottom"><img src="../images/america.jpg" name="america" width="140" height="87" border="0" usemap="#americaMap" id="america" /></td>
        <td width="437"><span class="themainbanner"><a href="../index2.php" class="themainbanner">JobVid.com</a></span></td>
      </tr>
      
      <tr>
        <td class="topbannermini">A STIMULUS PACKAGE FOR THE ECONOMY</td>

      </tr>
      <tr>
        <td>&nbsp;</td>
        <td height="1"></td>
      </tr>
    </table>
    </div><div id="nav">
    <div class="sixteen" id="one">
      <div align="center"><strong><span class="style2111"><a href="../FindJobs.php" class="backtoblack">FIND JOBS</a></span></strong></div>

    </div>
        <div id="one2">
      <div align="center"><strong><span class="style2111"><a href="../HireHelp.php" class="backtoblack">&nbsp;HIRE HELP&nbsp;</a></span></strong></div>
    </div>
        <div id="one3">
      <div align="center" class="backtoblack"><strong><span class="style2111"><a href="../signin.php" class="backtoblack">&nbsp;SIGN IN&nbsp;</a></span></strong></div>
    </div>
        <div id="one4">

      <div align="center"><strong><span class="style2111"><a href="../favorites.php" class="backtoblack">MY FAVORITES</a></span></strong></div>
    </div>
        <div id="one5">
      <div align="center"><strong><span class="style2111"><a href="../ContactUs.php" class="backtoblack">CONTACT US</a></span></strong></div>
    </div>
    </div>
    <!-- end #header -->
</div>

  
    <div id="sidebar1">
  <div id="spacertop">
  <div id="trackprogress">
    <table width="683" border="0" cellpadding="0" cellspacing="0" id="trackyourprogress">
      <tr>
        <td width="93" height="47" rowspan="3" align="right"><img src="images/trackerleft.gif" name="button" width="32" height="36" id="button" /></td>
        <td width="36"></td>
        <td></td>
        <td colspan="2"></td>

        <td width="132">&nbsp;</td>
        <td width="17" rowspan="3">&nbsp;</td>
        <td width="112" rowspan="3">&nbsp;</td>
      </tr>
      <tr>
        <td align="center" bgcolor="#FF0000">&nbsp;</td>
        <td bgcolor="#FF0000"><div align="center"><span class="style20 template17 template1 style12"><strong>50%</strong></span></div></td>
        <td width="71" bgcolor="#FF0000">&nbsp;</td>

        <td width="71">&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td colspan="2">&nbsp;</td>
        <td>&nbsp;</td>
      </tr>

      <tr>
        <td colspan="2" align="center" valign="top"><span class="style24">1. Basic Info</span></td>
        <td width="151" align="center" valign="top"><span class="style24">2. Job Specific<br /> 
          Skills</span></td>
        <td colspan="2" align="center" valign="top"><span class="style24">3. Photos, Video,<br /> 
          etc.</span></td>
        <td colspan="2" align="center" valign="top"><span class="style24">4. Email and Password</span></td>

        <td align="center" valign="top"><span class="style24">5. Finished</span></td>
      </tr>
    </table>
  </div>
  </div>
    <form id="form2" name="form2" method="post" action="">
      <table width="230" border="0" cellspacing="0" cellpadding="0">
        <tr>

          <td height="10"></td>
        </tr>
        <tr>
          <td height="50" bgcolor="#D3D3D3"><div align="center" class="style13"><a href="UploadBackground.php?Key=6766093" class="style12">Click HERE to upload a background image</a></div></td>
        </tr>
      </table>
    </form>
    <form action="/CustomizeNewProfile.php?Key=&amp;Key=6766093&amp;" method="POST" name="form4" class="formonleft" id="form4">

      <table width="230" border="0" cellspacing="0">
        <tr>
          <td width="207"><span class="style14">Change Main<br />
            Background color</span></td>
        </tr>
        <tr>
          <td><table width="230">
              <tr>

                <td width="53"><label> <img src="images/colors/black.jpg" alt="black" width="18" height="18" />
                      <input  type="radio" name="RadioGroup1" value="000000" id="RadioGroup1_0" />
                </label></td>
                <td><label> <img src="images/colors/verylightyellow.jpg" alt="very light yellow" width="18" height="18" />
                      <input  type="radio" name="RadioGroup1" value="e8f3A5" id="RadioGroup1_9" />
                </label></td>
                <td><label> <img src="images/colors/darkblue.jpg" alt="dark blue" width="18" height="18" />

                      <input   type="radio" name="RadioGroup1" value="15096D" id="RadioGroup1_6" />
                </label></td>
                <td width="51"><label> <img src="images/colors/pink.jpg" alt="pink" width="18" height="18" />
                      <input   type="radio" name="RadioGroup1" value="F4758A" id="RadioGroup1_3" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/white.jpg" alt="white" width="18" height="18" />

                      <input  type="radio" name="RadioGroup1" value="ffffff" id="RadioGroup1_1" />
                </label></td>
                <td><label> <img src="images/colors/darkgreen.jpg" alt="dark green" width="18" height="18" />
                      <input  type="radio" name="RadioGroup1" value="0A5b0c" id="RadioGroup1_10" />
                </label></td>
                <td><label> <img src="images/colors/blue.jpg" alt="blue" width="18" height="18" />
                      <input   type="radio" name="RadioGroup1" value="1523FE" id="RadioGroup1_7" />
                </label></td>

                <td><label> <img src="images/colors/light pink.jpg" alt="light pink" width="18" height="18" />
                      <input   type="radio" name="RadioGroup1" value="F2A6B2" id="RadioGroup1_4" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/darkred.jpg" alt="dark red" width="18" height="18" />
                      <input  type="radio" name="RadioGroup1" value="6f1308" id="RadioGroup1_2" />
                </label></td>

                <td><label> <img src="images/colors/green.jpg" alt="green" width="18" height="18" />
                      <input  type="radio" name="RadioGroup1" value="00E823" id="RadioGroup1_11" />
                </label></td>
                <td><label> <img src="images/colors/lightblue.jpg" alt="light blue" width="18" height="18" />
                      <input   type="radio" name="RadioGroup1" value="DDDAF5" id="RadioGroup1_8" />
                </label></td>
                <td><label> <img src="images/colors/very light pink.jpg" alt="very light pink" width="18" height="18" />

                      <input   type="radio" name="RadioGroup1" value="F2D3D9" id="RadioGroup1_5" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/red.jpg" alt="red" width="18" height="18" />
                      <input  type="radio" name="RadioGroup1" value="D52001" id="RadioGroup1_3" />
                </label></td>
                <td width="53"><label> <img src="images/colors/lightgreen.jpg" alt="light green" width="18" height="18" />

                      <input   type="radio" name="RadioGroup1" value="73F56D" id="RadioGroup1_0" />
                </label></td>
                <td><label> <img src="images/colors/verylightblue.jpg" alt="very light blue" width="18" height="18" />
                      <input   type="radio" name="RadioGroup1" value="CDE2E7" id="RadioGroup1_9" />
                </label></td>
                <td><label> <img src="images/colors/dark brown.jpg" alt="dark brown" width="18" height="18" />
                      <input name="RadioGroup1" type="radio" id="RadioGroup1_6" value="452300"   />
                </label></td>

              </tr>
              <tr>
                <td><label> <img src="images/colors/lightred.jpg" alt="light red" width="18" height="18" />
                      <input  type="radio" name="RadioGroup1" value="Fd402c" id="RadioGroup1_4" />
                </label></td>
                <td><label> <img src="images/colors/verylightgreen.jpg" alt="very light green" width="18" height="18" />
                      <input   type="radio" name="RadioGroup1" value="C0F2B5" id="RadioGroup1_1" />
                </label></td>

                <td><label> <img src="images/colors/darkpurple.jpg" alt="dark purple" width="18" height="18" />
                      <input   type="radio" name="RadioGroup1" value="670B5E" id="RadioGroup1_10" />
                </label></td>
                <td><label> <img src="images/colors/oragne.jpg" alt="orange" width="18" height="18" />
                      <input   type="radio" name="RadioGroup1" value="FF8000" id="RadioGroup1_7" />
                </label></td>
              </tr>
              <tr>

                <td><label> <img src="images/colors/verylightred.jpg" alt="very light red" width="18" height="18" />
                      <input  type="radio" name="RadioGroup1" value="F4BCAF" id="RadioGroup1_5" />
                </label></td>
                <td><label> <img src="images/colors/darkturq.jpg" alt="dark turquiose" width="18" height="18" />
                      <input   type="radio" name="RadioGroup1" value="105E68" id="RadioGroup1_2" />
                </label></td>
                <td><label> <img src="images/colors/purple.jpg" alt="purple" width="18" height="18" />

                      <input   type="radio" name="RadioGroup1" value="F000FB" id="RadioGroup1_11" />
                </label></td>
                <td><label> <img src="images/colors/peach.jpg" alt="peach" width="18" height="18" />
                      <input   type="radio" name="RadioGroup1" value="FF8038" id="RadioGroup1_8" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/darkyellow.jpg" alt="dark yellow" width="18" height="18" />

                      <input  type="radio" name="RadioGroup1" value="7f9806" id="RadioGroup1_6" />
                </label></td>
                <td><label> <img src="images/colors/turq.jpg" alt="turquoise" width="18" height="18" />
                      <input   type="radio" name="RadioGroup1" value="00CDF8" id="RadioGroup1_3" />
                </label></td>
                <td width="53"><label> <img src="images/colors/lightpurple.jpg" alt="light purple" width="18" height="18" />
                      <input   type="radio" name="RadioGroup1" value="F691E1" id="RadioGroup1_0" />
                </label></td>

                <td><label> <img src="images/colors/lime.jpg" alt="lime" width="18" height="18" />
                      <input   type="radio" name="RadioGroup1" value="B1EE14" id="RadioGroup1_9" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/yellow.jpg" alt="yellow" width="18" height="18" />
                      <input  type="radio" name="RadioGroup1" value="EDF200" id="RadioGroup1_7" />
                </label></td>

                <td><label> <img src="images/colors/lightturq.jpg" alt="light turquoise" width="18" height="18" />
                      <input   type="radio" name="RadioGroup1" value="88EFEE" id="RadioGroup1_4" />
                </label></td>
                <td><label> <img src="images/colors/verylightpurple.jpg" alt="very light purple" width="18" height="18" />
                      <input   type="radio" name="RadioGroup1" value="F1C0ED" id="RadioGroup1_1" />
                </label></td>
                <td><label> <img src="images/colors/grey.jpg" alt="grey" width="18" height="18" />

                      <input   type="radio" name="RadioGroup1" value="C0C0C0" id="RadioGroup1_10" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/lightyellow.jpg" alt="light yellow" width="18" height="18" />
                      <input  type="radio" name="RadioGroup1" value="e1f67d" id="RadioGroup1_8" />
                </label></td>
                <td><label> <img src="images/colors/verylightturq.jpg" alt="very light turq" width="18" height="18" />

                      <input   type="radio" name="RadioGroup1" value="D3F0F8" id="RadioGroup1_5" />
                </label></td>
                <td><label> <img src="images/colors/darkpink.jpg" alt="dark pink" width="18" height="18" />
                      <input   type="radio" name="RadioGroup1" value="780929" id="RadioGroup1_2" />
                </label></td>
                <td><label> <img src="images/colors/darkgrey.jpg" alt="dark grey" width="18" height="18" />
                      <input   type="radio" name="RadioGroup1" value="686868" id="RadioGroup1_11" />
                </label></td>

              </tr>

          </table></td>
        </tr>
        <tr>
          <td class="help1"><label for="ZipCodeBox">&nbsp;
                &nbsp;&nbsp;&nbsp;&nbsp;
                <input name="searchjobdatabase" type="submit" class="leftsearchbutton" id="searchjobdatabase" value="CHANGE COLOR" />
          </label></td>

        </tr>
        <tr>
          <td class="help1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
              <input name="MM_update" type="hidden" id="MM_update" value="6766093" /></td>
        </tr>
      </table>
      <table width="230" border="0" cellspacing="0">
        <tr>
          <td width="207"><span class="style14">Change Text
            Color</span></td>

        </tr>
        <tr>
          <td><table width="230">
              <tr>
                <td width="53"><label> <img src="images/colors/black.jpg" alt="black" width="18" height="18" />
                      <input    type="radio" name="RadioGroup2" value="000000" id="RadioGroup1_12" />
                </label></td>
                <td><label> <img src="images/colors/verylightyellow.jpg" alt="very light yellow" width="18" height="18" />

                      <input    type="radio" name="RadioGroup2" value="e8f3A5" id="RadioGroup1_21" />
                </label></td>
                <td><label> <img src="images/colors/darkblue.jpg" alt="dark blue" width="18" height="18" />
                      <input   type="radio" name="RadioGroup2" value="15096D" id="RadioGroup1_18" />
                </label></td>
                <td width="51"><label> <img src="images/colors/pink.jpg" alt="pink" width="18" height="18" />
                      <input   type="radio" name="RadioGroup2" value="F4758A" id="RadioGroup1_15" />
                </label></td>

              </tr>
              <tr>
                <td><label> <img src="images/colors/white.jpg" alt="white" width="18" height="18" />
                      <input    type="radio" name="RadioGroup2" value="ffffff" id="RadioGroup1_13" />
                </label></td>
                <td><label> <img src="images/colors/darkgreen.jpg" alt="dark green" width="18" height="18" />
                      <input    type="radio" name="RadioGroup2" value="0A5b0c" id="RadioGroup1_22" />
                </label></td>

                <td><label> <img src="images/colors/blue.jpg" alt="blue" width="18" height="18" />
                      <input   type="radio" name="RadioGroup2" value="1523FE" id="RadioGroup1_19" />
                </label></td>
                <td><label> <img src="images/colors/light pink.jpg" alt="light pink" width="18" height="18" />
                      <input   type="radio" name="RadioGroup2" value="F2A6B2" id="RadioGroup1_16" />
                </label></td>
              </tr>
              <tr>

                <td><label> <img src="images/colors/darkred.jpg" alt="dark red" width="18" height="18" />
                      <input    type="radio" name="RadioGroup2" value="6f1308" id="RadioGroup1_14" />
                </label></td>
                <td><label> <img src="images/colors/green.jpg" alt="green" width="18" height="18" />
                      <input    type="radio" name="RadioGroup2" value="00E823" id="RadioGroup1_23" />
                </label></td>
                <td><label> <img src="images/colors/lightblue.jpg" alt="light blue" width="18" height="18" />

                      <input   type="radio" name="RadioGroup2" value="DDDAF5" id="RadioGroup1_20" />
                </label></td>
                <td><label> <img src="images/colors/very light pink.jpg" alt="very light pink" width="18" height="18" />
                      <input   type="radio" name="RadioGroup2" value="F2D3D9" id="RadioGroup1_17" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/red.jpg" alt="red" width="18" height="18" />

                      <input    type="radio" name="RadioGroup2" value="D52001" id="RadioGroup1_15" />
                </label></td>
                <td width="53"><label> <img src="images/colors/lightgreen.jpg" alt="light green" width="18" height="18" />
                      <input   type="radio" name="RadioGroup2" value="73F56D" id="RadioGroup1_12" />
                </label></td>
                <td><label> <img src="images/colors/verylightblue.jpg" alt="very light blue" width="18" height="18" />
                      <input   type="radio" name="RadioGroup2" value="CDE2E7" id="RadioGroup1_21" />
                </label></td>

                <td><label> <img src="images/colors/dark brown.jpg" alt="dark brown" width="18" height="18" />
                      <input   type="radio" name="RadioGroup2" value="452300" id="RadioGroup1_18" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/lightred.jpg" alt="light red" width="18" height="18" />
                      <input    type="radio" name="RadioGroup2" value="Fd402c" id="RadioGroup1_16" />
                </label></td>

                <td><label> <img src="images/colors/verylightgreen.jpg" alt="very light green" width="18" height="18" />
                      <input   type="radio" name="RadioGroup2" value="C0F2B5" id="RadioGroup1_13" />
                </label></td>
                <td><label> <img src="images/colors/darkpurple.jpg" alt="dark purple" width="18" height="18" />
                      <input   type="radio" name="RadioGroup2" value="670B5E" id="RadioGroup1_22" />
                </label></td>
                <td><label> <img src="images/colors/oragne.jpg" alt="orange" width="18" height="18" />

                      <input   type="radio" name="RadioGroup2" value="FF8000" id="RadioGroup1_19" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/verylightred.jpg" alt="very light red" width="18" height="18" />
                      <input    type="radio" name="RadioGroup2" value="F4BCAF" id="RadioGroup1_17" />
                </label></td>
                <td><label> <img src="images/colors/darkturq.jpg" alt="dark turquiose" width="18" height="18" />

                      <input   type="radio" name="RadioGroup2" value="105E68" id="RadioGroup1_14" />
                </label></td>
                <td><label> <img src="images/colors/purple.jpg" alt="purple" width="18" height="18" />
                      <input    type="radio" name="RadioGroup2" value="F000FB" id="RadioGroup1_23" />
                </label></td>
                <td><label> <img src="images/colors/peach.jpg" alt="peach" width="18" height="18" />
                      <input   type="radio" name="RadioGroup2" value="FF8038" id="RadioGroup1_20" />
                </label></td>

              </tr>
              <tr>
                <td><label> <img src="images/colors/darkyellow.jpg" alt="dark yellow" width="18" height="18" />
                      <input    type="radio" name="RadioGroup2" value="7f9806" id="RadioGroup1_18" />
                </label></td>
                <td><label> <img src="images/colors/turq.jpg" alt="turquoise" width="18" height="18" />
                      <input   type="radio" name="RadioGroup2" value="00CDF8" id="RadioGroup1_15" />
                </label></td>

                <td width="53"><label> <img src="images/colors/lightpurple.jpg" alt="light purple" width="18" height="18" />
                      <input   type="radio" name="RadioGroup2" value="F691E1" id="RadioGroup1_12" />
                </label></td>
                <td><label> <img src="images/colors/lime.jpg" alt="lime" width="18" height="18" />
                      <input   type="radio" name="RadioGroup2" value="B1EE14" id="RadioGroup1_21" />
                </label></td>
              </tr>
              <tr>

                <td><label> <img src="images/colors/yellow.jpg" alt="yellow" width="18" height="18" />
                      <input    type="radio" name="RadioGroup2" value="EDF200" id="RadioGroup1_19" />
                </label></td>
                <td><label> <img src="images/colors/lightturq.jpg" alt="light turquoise" width="18" height="18" />
                      <input   type="radio" name="RadioGroup2" value="88EFEE" id="RadioGroup1_16" />
                </label></td>
                <td><label> <img src="images/colors/verylightpurple.jpg" alt="very light purple" width="18" height="18" />

                      <input   type="radio" name="RadioGroup2" value="F1C0ED" id="RadioGroup1_13" />
                </label></td>
                <td><label> <img src="images/colors/grey.jpg" alt="grey" width="18" height="18" />
                      <input   type="radio" name="RadioGroup2" value="C0C0C0" id="RadioGroup1_22" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/lightyellow.jpg" alt="light yellow" width="18" height="18" />

                      <input    type="radio" name="RadioGroup2" value="e1f67d" id="RadioGroup1_20" />
                </label></td>
                <td><label> <img src="images/colors/verylightturq.jpg" alt="very light turq" width="18" height="18" />
                      <input   type="radio" name="RadioGroup2" value="D3F0F8" id="RadioGroup1_17" />
                </label></td>
                <td><label> <img src="images/colors/darkpink.jpg" alt="dark pink" width="18" height="18" />
                      <input   type="radio" name="RadioGroup2" value="780929" id="RadioGroup1_14" />
                </label></td>

                <td><label> <img src="images/colors/darkgrey.jpg" alt="dark grey" width="18" height="18" />
                      <input   type="radio" name="RadioGroup2" value="686868" id="RadioGroup1_23" />
                </label></td>
              </tr>

          </table></td>
        </tr>
        <tr>
          <td class="help1"><label for="ZipCodeBox">&nbsp;&nbsp;&nbsp;

                &nbsp;&nbsp;
                <input name="searchjobdatabase2" type="submit" class="leftsearchbutton" id="searchjobdatabase2" value="CHANGE COLOR" />
          </label></td>
        </tr>
        <tr>
          <td class="help1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
        </tr>
      </table>
      <table width="230" border="0" cellspacing="0">

        <tr>
          <td width="207"><span class="style14">Change Text<br />
          Background 
          Color</span></td>
        </tr>
        <tr>
          <td><table width="230">
              <tr>
                <td width="53"><label> <img src="images/colors/black.jpg" alt="black" width="18" height="18" />

                      <input     type="radio" name="RadioGroup3" value="000000" id="RadioGroup1_24" />
                </label></td>
                <td><label> <img src="images/colors/verylightyellow.jpg" alt="very light yellow" width="18" height="18" />
                      <input     type="radio" name="RadioGroup3" value="e8f3A5" id="RadioGroup1_33" />
                </label></td>
                <td><label> <img src="images/colors/darkblue.jpg" alt="dark blue" width="18" height="18" />
                      <input   type="radio" name="RadioGroup3" value="15096D" id="RadioGroup1_18" />
                </label></td>

                <td width="51"><label> <img src="images/colors/pink.jpg" alt="pink" width="18" height="18" />
                      <input   type="radio" name="RadioGroup3" value="F4758A" id="RadioGroup1_15" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/white.jpg" alt="white" width="18" height="18" />
                      <input     type="radio" name="RadioGroup3" value="ffffff" id="RadioGroup1_25" />
                </label></td>

                <td><label> <img src="images/colors/darkgreen.jpg" alt="dark green" width="18" height="18" />
                      <input     type="radio" name="RadioGroup3" value="0A5b0c" id="RadioGroup1_34" />
                </label></td>
                <td><label> <img src="images/colors/blue.jpg" alt="blue" width="18" height="18" />
                      <input   type="radio" name="RadioGroup3" value="1523FE" id="RadioGroup1_19" />
                </label></td>
                <td><label> <img src="images/colors/light pink.jpg" alt="light pink" width="18" height="18" />

                      <input   type="radio" name="RadioGroup3" value="F2A6B2" id="RadioGroup1_16" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/darkred.jpg" alt="dark red" width="18" height="18" />
                      <input     type="radio" name="RadioGroup3" value="6f1308" id="RadioGroup1_26" />
                </label></td>
                <td><label> <img src="images/colors/green.jpg" alt="green" width="18" height="18" />

                      <input     type="radio" name="RadioGroup3" value="00E823" id="RadioGroup1_35" />
                </label></td>
                <td><label> <img src="images/colors/lightblue.jpg" alt="light blue" width="18" height="18" />
                      <input   type="radio" name="RadioGroup3" value="DDDAF5" id="RadioGroup1_20" />
                </label></td>
                <td><label> <img src="images/colors/very light pink.jpg" alt="very light pink" width="18" height="18" />
                      <input   type="radio" name="RadioGroup3" value="F2D3D9" id="RadioGroup1_17" />
                </label></td>

              </tr>
              <tr>
                <td><label> <img src="images/colors/red.jpg" alt="red" width="18" height="18" />
                      <input     type="radio" name="RadioGroup3" value="D52001" id="RadioGroup1_27" />
                </label></td>
                <td width="53"><label> <img src="images/colors/lightgreen.jpg" alt="light green" width="18" height="18" />
                      <input   type="radio" name="RadioGroup3" value="73F56D" id="RadioGroup1_12" />
                </label></td>

                <td><label> <img src="images/colors/verylightblue.jpg" alt="very light blue" width="18" height="18" />
                      <input   type="radio" name="RadioGroup3" value="CDE2E7" id="RadioGroup1_21" />
                </label></td>
                <td><label> <img src="images/colors/dark brown.jpg" alt="dark brown" width="18" height="18" />
                      <input   type="radio" name="RadioGroup3" value="452300" id="RadioGroup1_18" />
                </label></td>
              </tr>
              <tr>

                <td><label> <img src="images/colors/lightred.jpg" alt="light red" width="18" height="18" />
                      <input     type="radio" name="RadioGroup3" value="Fd402c" id="RadioGroup1_28" />
                </label></td>
                <td><label> <img src="images/colors/verylightgreen.jpg" alt="very light green" width="18" height="18" />
                      <input   type="radio" name="RadioGroup3" value="C0F2B5" id="RadioGroup1_13" />
                </label></td>
                <td><label> <img src="images/colors/darkpurple.jpg" alt="dark purple" width="18" height="18" />

                      <input   type="radio" name="RadioGroup3" value="670B5E" id="RadioGroup1_22" />
                </label></td>
                <td><label> <img src="images/colors/oragne.jpg" alt="orange" width="18" height="18" />
                      <input   type="radio" name="RadioGroup3" value="FF8000" id="RadioGroup1_19" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/verylightred.jpg" alt="very light red" width="18" height="18" />

                      <input     type="radio" name="RadioGroup3" value="F4BCAF" id="RadioGroup1_29" />
                </label></td>
                <td><label> <img src="images/colors/darkturq.jpg" alt="dark turquiose" width="18" height="18" />
                      <input   type="radio" name="RadioGroup3" value="105E68" id="RadioGroup1_14" />
                </label></td>
                <td><label> <img src="images/colors/purple.jpg" alt="purple" width="18" height="18" />
                      <input    type="radio" name="RadioGroup3" value="F000FB" id="RadioGroup1_23" />
                </label></td>

                <td><label> <img src="images/colors/peach.jpg" alt="peach" width="18" height="18" />
                      <input   type="radio" name="RadioGroup3" value="FF8038" id="RadioGroup1_20" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/darkyellow.jpg" alt="dark yellow" width="18" height="18" />
                      <input     type="radio" name="RadioGroup3" value="7f9806" id="RadioGroup1_30" />
                </label></td>

                <td><label> <img src="images/colors/turq.jpg" alt="turquoise" width="18" height="18" />
                      <input   type="radio" name="RadioGroup3" value="00CDF8" id="RadioGroup1_15" />
                </label></td>
                <td width="53"><label> <img src="images/colors/lightpurple.jpg" alt="light purple" width="18" height="18" />
                      <input   type="radio" name="RadioGroup3" value="F691E1" id="RadioGroup1_12" />
                </label></td>
                <td><label> <img src="images/colors/lime.jpg" alt="lime" width="18" height="18" />

                      <input   type="radio" name="RadioGroup3" value="B1EE14" id="RadioGroup1_21" />
                </label></td>
              </tr>
              <tr>
                <td><label> <img src="images/colors/yellow.jpg" alt="yellow" width="18" height="18" />
                      <input     type="radio" name="RadioGroup3" value="EDF200" id="RadioGroup1_31" />
                </label></td>
                <td><label> <img src="images/colors/lightturq.jpg" alt="light turquoise" width="18" height="18" />

                      <input   type="radio" name="RadioGroup3" value="88EFEE" id="RadioGroup1_16" />
                </label></td>
                <td><label> <img src="images/colors/verylightpurple.jpg" alt="very light purple" width="18" height="18" />
                      <input   type="radio" name="RadioGroup3" value="F1C0ED" id="RadioGroup1_13" />
                </label></td>
                <td><label> <img src="images/colors/grey.jpg" alt="grey" width="18" height="18" />
                      <input   type="radio" name="RadioGroup3" value="C0C0C0" id="RadioGroup1_22" />
                </label></td>

              </tr>
              <tr>
                <td><label> <img src="images/colors/lightyellow.jpg" alt="light yellow" width="18" height="18" />
                      <input     type="radio" name="RadioGroup3" value="e1f67d" id="RadioGroup1_32" />
                </label></td>
                <td><label> <img src="images/colors/verylightturq.jpg" alt="very light turq" width="18" height="18" />
                      <input   type="radio" name="RadioGroup3" value="D3F0F8" id="RadioGroup1_17" />
                </label></td>

                <td><label> <img src="images/colors/darkpink.jpg" alt="dark pink" width="18" height="18" />
                      <input   type="radio" name="RadioGroup3" value="780929" id="RadioGroup1_14" />
                </label></td>
                <td><label> <img src="images/colors/darkgrey.jpg" alt="dark grey" width="18" height="18" />
                      <input   type="radio" name="RadioGroup3" value="686868" id="RadioGroup1_23" />
                </label></td>
              </tr>

          </table></td>
        </tr>
        <tr>
          <td class="help1"><label for="ZipCodeBox">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                <input name="searchjobdatabase3" type="submit" class="leftsearchbutton" id="searchjobdatabase3" value="CHANGE COLOR" />
          </label></td>
        </tr>
      </table>
          <input name="hidden4" type="hidden" id="hidden4" value="6766093" />

      <input type="hidden" name="MM_update" value="form4" />
    </form>
    </div>
    <div id="mainContent">
    <table width="687" border="0" cellpadding="0" cellspacing="0" class="tableprofiletop">
      <tr>
        <td colspan="5"><div align="center"><span class="style1">CHANGE PROFILE APPEARANCE USING LEFT PANEL.<br />
        </span></div></td>

      </tr>
      <tr>
        <td width="72" bgcolor="#F6D9AF"><div align="right"></div></td>
        <td width="227" bgcolor="#CCCCCC"><div align="right"><span class="style1"><span class="style4 style15 style15 makeitblack"><strong><a href="NoBackgroundImage.php?Key=6766093" class="makeitblack">YOU MUST CLICK</a></strong></span></span></div></td>
        <td width="97" valign="top" bgcolor="#CCCCCC"><div align="center" onclick="MM_effectShake(this)"><span class="style1"><span class="style2 style4"><a href="NoBackgroundImage.php?Key=6766093"><img src="images/here.gif" name="here" id="here" onload="MM_effectShake(this)" /></a></span></span></div></td>
        <td width="216" height="39" bgcolor="#CCCCCC"><div align="left"><span class="style1"><span class="style4"><strong><a href="NoBackgroundImage.php?Key=6766093" class="makeitblack">WHEN FINISHED</a></strong></span><strong>.</strong></span></div></td>
        <td width="75" bgcolor="#F6D9AF">&nbsp;</td>

      </tr>
    </table>
    <table width="687" border="0" cellpadding="0" cellspacing="0" class="tableprofilemiddle">
      <tr>
        <td width="310"><div align="left"><a href="Upload.php?Key=6766093"><img src="uploads/unknownface.jpg" alt="" name="profilepicture" class="profilepic" id="profilepicture" style="background-color: #006699" maxheight="263" /></a><a href="Upload.php?Key=6766093"></a></div></td>
        <td width="380"><table width="339" border="0" cellpadding="2" cellspacing="0" class="profilebasicinfo brownback">
          <tr>
            <td height="20" class="profilebasicinfocolor"></td>
          </tr>

          <tr>
            <td class="style4 style3"></td>
          </tr>
          <tr>
            <td class="style5 style12 whitetext">, </td>
          </tr>
          <tr>
            <td class="style5 style12 whitetext">Contractor</td>

          </tr>
                    <tr>
            <td class="style9 style12 whitetext"> No experience</td>
          </tr>
          <tr>
            <td class="style9 style12 whitetext">Flat rate per job	</td>
          </tr>

          <tr>
            <td height="20" class="profilebasicinfocolor"></td>
          </tr>
          
        </table></td>
      </tr>
      <tr>
        <td class="profilebuttons"><table width="310" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="25"><div align="center"></div></td>

            <td width="218"><div align="center" class="style11"><a href="Upload.php?Key=6766093" class="style16">Click Here to Upload Your Profile Photograph</a></div></td>
            <td width="67">&nbsp;</td>
          </tr>

        </table></td>
        <td width="380" class="personalstatement bro">
        <form id="form1" name="form1" method="POST" action="/CustomizeNewProfile.php?Key=&amp;Key=6766093&amp;">
          <input name="hiddenField5" type="hidden" id="hiddenField5" value="6766093" />
          <input type="hidden" name="MM_update2" value="personalstatementbox" />

          <span class="style27"><br />
          </span>

          <textarea name="personalstatement" cols="38" rows="8" class="whitetext" id="personalstatement" onclick="MM_goToURL('parent','AddYourPersonalStatement.php?Key=6766093&amp;Back=Customizenewprofile.php');return document.MM_returnValue">Click HERE to enter a personal statement.  Our research has shown that including a personal statement increases your likelihood of being contacted!</textarea>
          <input type="hidden" name="MM_update" value="form1" />
          </form>        </td>
      </tr>
      <tr>

        <td><a href="CustomizeNewSchedule.php?Key=6766093"><img src="../images/main content/calenderfinal.jpg" width="250" height="186" class="schedule" /></a></td>
        <td width="380"><a href="UploadVideoNewProfile.php?Key=6766093"><img src="images/videouploadnew.jpg" width="339" height="175" border="0" class="uploadvideo" /></a>&lt

Try downloading Safari and seeing if it works

Yes it does. Several users of my site are using firefox on their Mac and that isn't working for them either...

You using anything wierd? like Flash?

No, I'm not using flash. Only PHP, javascript, SQL, and HTML. It's a problem because I don't have a Mac to test it on. It seems that only about 1/2 of the Macs won't open the page...but this page is crucial to my site. Interestingly, the Macs at the Mac store all open the page just fine...

Wierd. It *should* work. Its fairly valid code

Could it be a malware block or an ISP block?

i doubt it based on that it works on all the newer Macs...it seems that it may have something to do with the following code:

if (!isset($_SESSION)) {
  session_start();
}

I have this in the pages that don't work. On pages that do work, I have the following code:

session_start();

Not sure why checking to see if the variable is set would cause a problem, but it might be...

-Dave

is that a system variable?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.