.box1 {
	position: absolute;
	width: 2400px;
	height: 1200px;
	background-image: url(../images/TM13_floorplan.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 150px;
	margin-bottom: 40px;
	margin-left: 170px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border: thin solid #666666;
}

.box2 {
	position: absolute;
	width: 2400px;
	height: 1200px;
	background-image: url(../images/TM13_floorplan.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 150px;
	margin-bottom: 40px;
	margin-left: 170px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border: thin solid #666666;
}

.box2FE {
	position: absolute;
	width: 2400px;
	height: 1200px;
	background-image: url(../images/TM13_floorplan.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 150px;
	margin-bottom: 40px;
	margin-left: 270px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border: thin solid #666666;
}

#nomove {
	position:fixed;
	left:0;
	top:5px;
	background-color: #FFFFFF;
	height:auto;
	width: 150px;
	padding: 10px 10px 10px 10px;
	z-index: 5;
	text-align: center;
	visibility:visible;

}

#nomoveFE {
	position:fixed;
	left:0;
	top:5px;
	background-color: #FFFFFF;
	height:auto;
	width: 250px;
	padding: 10px 10px 10px 10px;
	z-index: 5;
	text-align: center;
	visibility:visible;

}


#nomoveinstructions {
	position:fixed;
	left:0;
	bottom:10px;
	background-color: #FFFF99;
	height:auto;
	width: 150px;
	padding: 10px 10px 10px 10px;
	z-index: 5;
	text-align: center;
	visibility:visible;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;	
}


.text_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.text_tablehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.text_instruction {
	font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 20px;
	border: 1px solid #CCCCCC;
}
#PriceList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#writebooth {
	height:700px;
	overflow:auto;

}

.writeboothtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* Available Booths */

.Available {
	/*border-bottom: 1px dotted #000000; color: #000000; outline: none;*/
	cursor: help; text-decoration: none;
	position: relative;
	background-image: url(../images/green.png);
}

.Available_Rotate {
	
  -webkit-transform: rotate(45deg);  /* Safari 3.1+, Chrome */
     -moz-transform: rotate(45deg);  /* Firefox 3.5-15 */
      -ms-transform: rotate(45deg);  /* IE9+ */
       -o-transform: rotate(45deg);  /* Opera 10.5-12.00 */
          transform: rotate(45deg);  /* Firefox 16+, Opera 12.50+ */
	/* IE8+ - must be on one line, unfortunately */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865473, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865473, SizingMethod='auto expand')";      
	
	/* IE6 and 7 */    
	filter: progid:DXImageTransform.Microsoft.Matrix(
		M11=0.7071067811865473,
		M12=-0.7071067811865477,
		M21=0.7071067811865477,
		M22=0.7071067811865473,
		SizingMethod='auto expand'); 

	border: 1px solid #000000;
	color: #000000; 
	outline: none;
	cursor: help; 
	text-decoration: none;
	position: relative;
	background-color: #33FF33;
	padding: 2px;
          
}	


/* Reserved Booths */
.Reserved {
	
	color: #000000; 
	outline: none;
	cursor: help; 
	text-decoration: none;
	position: relative;
	background-image: url(../images/red.png);
	
} 

.Reserved_Rotate {
	
  -webkit-transform: rotate(45deg);  /* Safari 3.1+, Chrome */
     -moz-transform: rotate(45deg);  /* Firefox 3.5-15 */
      -ms-transform: rotate(45deg);  /* IE9+ */
       -o-transform: rotate(45deg);  /* Opera 10.5-12.00 */
          transform: rotate(45deg);  /* Firefox 16+, Opera 12.50+ */
	/* IE8+ - must be on one line, unfortunately */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865473, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865473, SizingMethod='auto expand')";      
	
	/* IE6 and 7 */    
	filter: progid:DXImageTransform.Microsoft.Matrix(
		M11=0.7071067811865473,
		M12=-0.7071067811865477,
		M21=0.7071067811865477,
		M22=0.7071067811865473,
		SizingMethod='auto expand'); 

	border: 1px solid #000000;
	color: #000000; 
	outline: none;
	cursor: help; 
	text-decoration: none;
	position: relative;
	background-color: #FB2F2F;
	padding: 2px;
          
}	

/* Pending Booths */
.Pending {
	border-bottom: 1px dotted #000000; color: #000000; outline: none;
	cursor: help; text-decoration: none;
	position: relative;
	background-image: url(../images/yellow.png);
}

.Pending_Rotate {
	
  -webkit-transform: rotate(45deg);  /* Safari 3.1+, Chrome */
     -moz-transform: rotate(45deg);  /* Firefox 3.5-15 */
      -ms-transform: rotate(45deg);  /* IE9+ */
       -o-transform: rotate(45deg);  /* Opera 10.5-12.00 */
          transform: rotate(45deg);  /* Firefox 16+, Opera 12.50+ */
	/* IE8+ - must be on one line, unfortunately */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865473, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865473, SizingMethod='auto expand')";      
	
	/* IE6 and 7 */    
	filter: progid:DXImageTransform.Microsoft.Matrix(
		M11=0.7071067811865473,
		M12=-0.7071067811865477,
		M21=0.7071067811865477,
		M22=0.7071067811865473,
		SizingMethod='auto expand'); 

	border: 1px solid #000000;
	color: #000000; 
	outline: none;
	cursor: help; 
	text-decoration: none;
	position: relative;
	background-color: #FEFE00;
	padding: 2px;
          
}	

/* BoothSelected Booths */
.BoothSelected {
	/*border-bottom: 1px dotted #000000; color: #000000; outline: none;*/
	cursor: help; text-decoration: none;
	position: relative;
	background-image: url(../images/blue.png);
}

.BoothSelected_Rotate {
	
  -webkit-transform: rotate(45deg);  /* Safari 3.1+, Chrome */
     -moz-transform: rotate(45deg);  /* Firefox 3.5-15 */
      -ms-transform: rotate(45deg);  /* IE9+ */
       -o-transform: rotate(45deg);  /* Opera 10.5-12.00 */
          transform: rotate(45deg);  /* Firefox 16+, Opera 12.50+ */
	/* IE8+ - must be on one line, unfortunately */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865473, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865473, SizingMethod='auto expand')";      
	
	/* IE6 and 7 */    
	filter: progid:DXImageTransform.Microsoft.Matrix(
		M11=0.7071067811865473,
		M12=-0.7071067811865477,
		M21=0.7071067811865477,
		M22=0.7071067811865473,
		SizingMethod='auto expand'); 

	border: 1px solid #000000;
	color: #000000; 
	outline: none;
	cursor: help; 
	text-decoration: none;
	position: relative;
	background-color: #66FEFC;
	padding: 2px;
          
}	

.BoothSelected_Rotate_Special_On {
	
  -webkit-transform: rotate(45deg);  /* Safari 3.1+, Chrome */
     -moz-transform: rotate(45deg);  /* Firefox 3.5-15 */
      -ms-transform: rotate(45deg);  /* IE9+ */
       -o-transform: rotate(45deg);  /* Opera 10.5-12.00 */
          transform: rotate(45deg);  /* Firefox 16+, Opera 12.50+ */
	/* IE8+ - must be on one line, unfortunately */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865473, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865473, SizingMethod='auto expand')";      
	
	/* IE6 and 7 */    
	filter: progid:DXImageTransform.Microsoft.Matrix(
		M11=0.7071067811865473,
		M12=-0.7071067811865477,
		M21=0.7071067811865477,
		M22=0.7071067811865473,
		SizingMethod='auto expand'); 

	border: 1px solid #000000;
	color: #000000; 
	outline: none;
	cursor: help; 
	text-decoration: none;
	position: relative;
	background-color: #66FEFC;
	padding: 2px;
          
}	

.BoothSelected_Rotate_Special_Off {
	
  -webkit-transform: rotate(45deg);  /* Safari 3.1+, Chrome */
     -moz-transform: rotate(45deg);  /* Firefox 3.5-15 */
      -ms-transform: rotate(45deg);  /* IE9+ */
       -o-transform: rotate(45deg);  /* Opera 10.5-12.00 */
          transform: rotate(45deg);  /* Firefox 16+, Opera 12.50+ */
	/* IE8+ - must be on one line, unfortunately */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865473, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865473, SizingMethod='auto expand')";      
	
	/* IE6 and 7 */    
	filter: progid:DXImageTransform.Microsoft.Matrix(
		M11=0.7071067811865473,
		M12=-0.7071067811865477,
		M21=0.7071067811865477,
		M22=0.7071067811865473,
		SizingMethod='auto expand'); 

	border: 1px solid #000000;
	color: #000000; 
	outline: none;
	cursor: help; 
	text-decoration: none;
	position: relative;
	background-color: #66FEFC;
	padding: 2px;
          
}	


/* BoothHighlighted Booths */
.BoothHighlighted {
	/*border-bottom: 1px dotted #000000; color: #000000; outline: none;*/
	cursor: help; text-decoration: none;
	position: relative;
	background-image: url(../images/blue.png);
}

.BoothHighlighted_Rotate {
	
  -webkit-transform: rotate(45deg);  /* Safari 3.1+, Chrome */
     -moz-transform: rotate(45deg);  /* Firefox 3.5-15 */
      -ms-transform: rotate(45deg);  /* IE9+ */
       -o-transform: rotate(45deg);  /* Opera 10.5-12.00 */
          transform: rotate(45deg);  /* Firefox 16+, Opera 12.50+ */
	/* IE8+ - must be on one line, unfortunately */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865473, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865473, SizingMethod='auto expand')";      
	
	/* IE6 and 7 */    
	filter: progid:DXImageTransform.Microsoft.Matrix(
		M11=0.7071067811865473,
		M12=-0.7071067811865477,
		M21=0.7071067811865477,
		M22=0.7071067811865473,
		SizingMethod='auto expand'); 

	border: 1px solid #000000;
	color: #000000; 
	outline: none;
	cursor: help; 
	text-decoration: none;
	position: relative;
	background-color: #FF7301;
	padding: 2px;
          
}


a:hover {
	background-image: url(../images/blue.png);	
}

.countdown{
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:200%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	
	
}

#Timer{
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:20px;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:black;
  background-color:#d12f19;
  border:1px solid #d12f19;
  color:#fff;	
  visibility:hidden;
	
	
}

.transformedObject {
	-moz-transform: 	 rotate(45deg);
	-o-transform:      rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform:         rotate(45deg);
		
	/* IE8+ - must be on one line, unfortunately */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865473, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865473, SizingMethod='auto expand')";      
	
	/* IE6 and 7 */    
	filter: progid:DXImageTransform.Microsoft.Matrix(
		M11=0.7071067811865473,
		M12=-0.7071067811865477,
		M21=0.7071067811865477,
		M22=0.7071067811865473,
		SizingMethod='auto expand');   
		
		/*    
		* To make the transform-origin be the middle of    
		* the object.      
		*/   
		

		
} 

.box_rotate {
  background-color: rgba(235, 46, 16, 100);  /* Firefox 3+, Safari 3+, Opera 10.10+, Chrome, IE9+ */
  
  -webkit-transform: rotate(45deg);  /* Safari 3.1+, Chrome */
     -moz-transform: rotate(45deg);  /* Firefox 3.5-15 */
      -ms-transform: rotate(45deg);  /* IE9+ */
       -o-transform: rotate(45deg);  /* Opera 10.5-12.00 */
          transform: rotate(45deg);  /* Firefox 16+, Opera 12.50+ */
	/* IE8+ - must be on one line, unfortunately */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865473, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865473, SizingMethod='auto expand')";      
	
	/* IE6 and 7 */    
	filter: progid:DXImageTransform.Microsoft.Matrix(
		M11=0.7071067811865473,
		M12=-0.7071067811865477,
		M21=0.7071067811865477,
		M22=0.7071067811865473,
		SizingMethod='auto expand'); 
		
		background-color: #FB2F2F;
          
}



#grid
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fff;
	width: 225px;
	border-collapse: collapse;
	text-align: left;
}
#grid th
{
	font-size: 11px;
	font-weight: normal;
	color: #039;
	padding: 5px 4px;
	border-bottom: 2px solid #6678b1;
}
#grid td
{
	border-bottom: 1px solid #ccc;
	color: #333333;
	padding: 6px 8px;
}

#grid tbody tr:hover td
{
	font-weight: bold;
}