﻿

/*-----------The Beehive------------------------*/

#context ul.location li#theBeehiveTitle
{
	-webkit-transform:none;
	background:url('/images/theBeehive.png') top left no-repeat transparent;
	position:static;
	height:60px;
	width:233px;
	margin-top:0;
	
}
#context ul.location li#theBeehiveTitle:after
{
	content:"";
}

#theBeehiveTitle h1
{
	text-indent:-9999px;
}

/*-----------Off Air------------------------*/

#context ul.location li#OffAirProjectRequest 
{
	-webkit-transform:none;
	background:url('/images/OffAirProjectRequest.png') top left no-repeat transparent;
	position:static;
	height:47px;
	width:333px;
	margin-top:0;
	
}
#context ul.location li#OffAirProjectRequest:after
{
	content:"";
}

#OffAirProjectRequest h1
{
	text-indent:-9999px;
}


table{
	margin:0;
}


table.clean > tbody > tr > td
{
	padding:0 0 1em 1em;
	width:50%;
	background-color:transparent !important;	
	margin:0;
}


table.clean tr > td:first-child
{
	padding-left:0;
}

table.head
{
	padding:1em;
	background-color:#333;
}
table.head span
{
	color:#bbb;
	font-size:1.5em;
}


#zones
{
	width:501px;
	height:307px;
	background:url('/images/us.png') top left no-repeat;
}
#selectedZone
{	
	width:501px;
	height:307px;
	background-image: url('/images/zones.png');
	background-repeat:no-repeat;
	background-position:501px left ;
	display:table;
}

#selectedZone span
{
	display:table-cell;
	vertical-align:middle;
	font-weight:bold;
	font-size:2.5em;
	padding-right:0.5em;
	color:#eee;
	text-shadow:2px 2px 2px #111;
}

.Pacific #selectedZone
{
	background-position:top left;
}
.Mountain #selectedZone
{
	background-position:0 -305px;
}
.Central #selectedZone
{
	background-position:left -608px;
}
.Eastern #selectedZone
{
	background-position:left -915px;
}
.zones { margin:0;}
.zones td
{
	width:1% !important;
}
.zones label
{
	display:inline;
	width:auto;
}

.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}

.MaskedEditError
{
    background-color: #ffcccc;
}
