/* /////////////////////////////////////// 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:380px;
	border:0px solid #000000;
}
div.outer02
{
	background-image:url(http://www.unitytools.com/clients/contexts/mileOne/fsmultiplayer/4buttonsII/images/bgcolor.jpg);
	background-repeat:no-repeat;
	vertical-align:middle;
	width:380px;
	height:269px;
	border:0px solid #000000;
}
div.playerHolder
{
	border:0px solid #000000;
	background-image:url(http://www.unitytools.com/clients/contexts/mileOne/fsmultiplayer/4buttonsII/images/bgcolor.jpg);
	background-repeat:no-repeat;
	vertical-align:middle;
	width:380px;
	height:269px;
}

div.specialBackground
{
	border:0px solid #000000;
	/*image for special goes here*/
	background-image:url(http://www.unitytools.com/clients/contexts/mileOne/fsmultiplayer/4buttonsII/images/monthlySpecial.jpg);
	background-repeat:no-repeat;
	vertical-align:middle;
	width:380px;
	height:269px;
}


div.playerNVP
{
	border:0px solid #000000;
	height:269px;
}


div.specialImage
{
	border:0px solid #000000;
	/*background-image:url(http://www.unitytools.com/clients/contexts/tischerBMWM1/fsMultiPlayer/images/employeediscount-miniflyer.jpg);*/
	background-repeat:no-repeat;
	vertical-align:middle;
	margin-left: 30px;
	width:297px;
	height:228px;
	cursor: pointer;
}

div.spacer 
{
	height:15px;
}

div.buttonArea
{
	border:0px solid #000000;
	background-image:url(http://www.unitytools.com/clients/contexts/mileOne/fsmultiplayer/4buttonsII/images/firstbutton.jpg);
	background-repeat:no-repeat;
	vertical-align:middle;
	width:380px;
	height:50px;
}

div.buttonAreaCustom
{
	border:0px solid #000000;
	background-image:url(http://www.unitytools.com/clients/contexts/mileOne/fsmultiplayer/4buttonsII/images/secondbutton.jpg);
	background-repeat:no-repeat;
	vertical-align:middle;
	width:380px;
	height:50px;
}
div.buttonAreaCustom2
{
	border:0px solid #000000;
	background-image:url(http://www.unitytools.com/clients/contexts/mileOne/fsmultiplayer/4buttonsII/images/thirdbutton.jpg);
	background-repeat:no-repeat;
	vertical-align:middle;
	width:380px;
	height:50px;
}
div.buttonAreaCustom3
{
	border:0px solid #000000;
	background-image:url(http://www.unitytools.com/clients/contexts/mileOne/fsmultiplayer/4buttonsII/images/fourthbutton.jpg);
	background-repeat:no-repeat;
	vertical-align:middle;
	width:380px;
	height:50px;
}


table.mainUWM
{
	width:380px;
	height:318px;
}

td.singleButton 
{
	width:380px;
	height:40px;
}

/* Clicking Area */

div.switchSingle
{
	background-image:url(http://www.unitytools.com/clients/contexts/mileOne/fsMultiPlayer/images/pix.gif);
	background-repeat:no-repeat;
	width:380px;
	height:40px;
	border:0px solid #000000;
	cursor: pointer;
}

div.switchDouble
{
	background-image:url(http://www.unitytools.com/clients/contexts/mileOne/fsMultiPlayer/images/pix.gif);
	background-repeat:no-repeat;
	width:180px;
	height:40px;
	border:0px solid #000000;
	cursor: pointer;
}


div.switchTriple
{
	background-image:url(http://www.unitytools.com/clients/contexts/mileOne/fsMultiPlayer/images/pix.gif);
	background-repeat:no-repeat;
	width:120px;
	height:40px;
	border:0px solid #000000;
	cursor: pointer;
}

div.switchQuad
{
	background-image:url(http://www.unitytools.com/clients/contexts/mileOne/fsMultiPlayer/images/pix.gif);
	background-repeat:no-repeat;
	width:90px;
	height:40px;
	border:0px solid #000000;
	cursor: pointer;
}

div.switchFive
{
	background-image:url(http://www.unitytools.com/clients/contexts/mileOne/fsMultiPlayer/images/pix.gif);
	background-repeat:no-repeat;
	width:70px;
	height:40px;
	border:0px solid #000000;
	cursor: pointer;
}
div.switchSept
{
	background-image:url(http://www.unitytools.com/clients/contexts/mileOne/fsMultiPlayer/images/pix.gif);
	background-repeat:no-repeat;
	width:86px;
	height:40px;
	border:0px solid #000000;
	cursor: pointer;
}







