body {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	background-color:black;
	color:white;
	border-collapse:collapse;
	padding:0px;
	margin:0px;
}

/* These are the Main Content areas which contain all of the widgets and/or
buttons */

#content-left, #content-right, #content-middle {
	/* padding:10px; */
	border:2px solid grey;
	position:absolute;  
	margin-top:0px;
	height:120px;
	color: white;
}

#content-left {
	margin-left:0px;
	width:303px;
	background-color:#002448;
	
	
	
	
}
#content-middle {
	margin-left:304px;
	width:600px;
}
#content-right {
	margin-left:905px;
	width:303px;
	background-color:#002448;
}

#adminbar {
  position:absolute;
  top: 200px;
  text-align:center;
  width: 100%;
}


#nextbreak, #adminbar, #title, #currenttime, #elapsed, #chips, #logo, #null
{

	color: #66D0FF;
	color: #FFFFFF;
	text-shadow: 0 0 6px #FFFFFF;
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}



/* Widget containers -- necessary to get vertical and horizontal centering */
  /* Left column Containers */
#nextbreak
{
  height:100px;
  border-bottom: 2px solid grey;
  text-align:center;
  display: table;
  width:100%;
  

}
/* Middle row containers */

#title
{
  display: table;
  width: 100%;
  background-color: #003A75;
  border-bottom: 2px solid grey;
}

#video
{
  display: table;
  width: 100%;
  border-bottom: 2px solid grey;
}


  /* Right Column Containers */
#chips
{
  font-family:"Arial", Times, serif;
  font-size:32px;
  text-align:center;
  height: 690px;
  border-bottom: 2px solid grey;
}

/* img.chipimg { width: 50px;} */


#breakwidget
{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 2.5em;
  font-family:"Arial", Times, serif; height:100%;
  
}

#currenttime
{
  height:100px;
  border-bottom: 2px solid grey;
  text-align:center;
  display: table;
  width:100%;
}

#timewidget
{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 2.5em;
}

#elapsed
{
  height: 100px;
  display: table;
  width: 100%;
  border-bottom: 2px solid grey;
}

#elapsedwidget
{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#titlewidget
{
  display: table-cell;
  text-align:center;
  vertical-align: middle;
  font-size: 4em;
}

#timer
{
  display: table;
  width: 100%;
  border-bottom: 2px solid grey;
}

#timerwidget
{
	text-shadow: 0 0 16px #FFFFFF;
}


#timerwidget, #timerwidget2
{
  display: table-cell;
  vertical-align: middle;
  text-align:center;
  /* font-size: 8em; */
  font-size: 231px;
}
#timerwidget2 
{
  border-right: 2px solid grey;
  text-shadow: 0 0 6px #FFFFFF;
}

#levels
{
   
  display: table;
  width: 100%;
}
#levelwidget
{
  display: table-cell;
  border-right:2px solid grey;
  text-align:center;
  vertical-align: middle;
  background-color: #003A75;
  text-shadow: 0 0 6px #FFFFFF;
  width:50%;
}

#nextlevel
{
  
  display: table;
}
#nextlevelwidget
{
  display: table-cell;
  text-align:center;
  vertical-align:middle;
  background-color: #003A75;
  text-shadow: 0 0 6px #FFFFFF;
  width:50%;
}

#logo
{
  display: table;
  width: 100%;
  border-bottom: 2px solid grey;
}

#logowidget
{
  display: table-cell;
  text-align:center;
  vertical-align:middle;
}

#null
{
	display: table;
  width: 100%;
  border-bottom: 2px solid grey;
}

#nullwidget
{
  display: table-cell;
  text-align:center;
  vertical-align:middle;	
}

#logoimage
{
  border: none;
}

#gameeditdialog
{
	display: none;
}

#loadingscreen
{
	position:absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color:black;
	z-index:2;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }

