/* /////////////////////////////////////// CSS For Switch Application originaly controlled by javascript ///////////////////////////////  LR 2008 ////////////////////////////*/
/* Each section controls every aspect of every div on the page app */
BODY
{
	Background: transparent;
}
div.outer01
{
	text-align: center;
	vertical-align:middle;
	height:269px;
	width:382px;
	border:0px solid #000000;
}
div.outer02
{
	background-image:url(http://www.unitytools.com/clients/contexts/heritageChryslerJeepM1/fsMultiPlayer-Jeep/090801-1Button/images/bgcolor.jpg);
	background-repeat:no-repeat;
	vertical-align:middle;
	width:382px;
	height:269px;
	border:0px solid #000000;
}
div.playerHolder
{
	border:0px solid #000000;
	background-image:url(http://www.unitytools.com/clients/contexts/heritageChryslerJeepM1/fsMultiPlayer-Jeep/090801-1Button/images/bgcolor.jpg);
	background-repeat:no-repeat;
	vertical-align:middle;
	width:382px;
	height:269px;
}

div.playerNVP
{
	border:0px solid #000000;
	height:269px;
}


div.spacer 
{
	height:15px;
}

div.buttonArea
{
	border:0px solid #000000;
	background-image:url(http://www.unitytools.com/clients/contexts/heritageChryslerJeepM1/fsMultiPlayer-Jeep/090801-1Button/images/btn4.jpg);
	background-repeat:no-repeat;
	vertical-align:middle;
	width:384px;
	height:50px;
}

table.mainUWM
{
	width:382px;
	height:318px;
}

td.doubleButton 
{
	width:180px;
	height:40px;
}

td.singleButton 
{
	width:382px;
	height:40px;
}

/* Clicking Area */

div.switchSingle
{
	background-image:url(http://www.unitytools.com/clients/contexts/heritageChryslerJeepM1/fsMultiPlayer-Jeep/090801-1Button/images/pix.gif);
	background-repeat:no-repeat;
	width:382px;
	height:40px;
	border:0px solid #000000;
	cursor: pointer;
}

div.switchDouble
{
	background-image:url(http://www.unitytools.com/clients/contexts/heritageChryslerJeepM1/fsMultiPlayer-Jeep/090801-1Button/images/pix.gif);
	background-repeat:no-repeat;
	width:180px;
	height:40px;
	border:0px solid #000000;
	cursor: pointer;
}













