#adminleft{
	float:left; 
	width:620px;
}
.tablecontainer{
	padding:1px;
	border:1px solid #9dcabd;
	margin-bottom:18px;
	clear:right;
}
#adminright{
	float:left;
	margin-left:26px;
	width:170px;
	background:#d8e7e3;
	border:1px solid #9dcabd;
	padding:10px;
	font-size:12px;
	overflow:hidden;
}

#adminleft h2 {
	color:#000 !important;
	margin-bottom:14px;
}
#adminleft label {
	color:#000 !important;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:8px 0 0 0 ;
}
select, input {
	margin:3px 0 ;
}

}
label,button,input[type=submit]{cursor:pointer}
address{font-style:normal}
table caption {
}

.data-table
{
  padding: 1px;
  margin:0;
  border-collapse: collapse;
  border: 1px solid #333;
  color: #000;
  background: #fff;
  width:100%;
  font-size:12px;
}


.data-table th, .data-table td
{
  background: #ebebeb;
  border: 1px solid #fff;
  padding: 0.5em;
  text-align: left;
}
.data-table th
{
  background: #cfcfcf;
  white-space: nowrap;
}
.data-table td
{
}

.data-table th[scope=col]
{
  color: #000;
  background-color: #cfcfcf;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.data-table th+th[scope=col]
{
  background-color: #cfcfcf;
  border-right: 1px solid #fff;
}

.data-table th[scope=row]
{
  background-color: #dddddd;
  border-right: 1px solid #fff;
  font-weight:normal;
}

.data-table tr.alt th, .data-table tr.alt td
{
 /*set alternate row colours */
}

.data-table tr:hover th[scope=row], .data-table tr:hover td
{
  background-color: #fff;
}

/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
	font-weight:bold;
}


/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}


/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}



#error{
	color:red;
	font-size: 12px;
	font-family:Helvetica,Arial,Helvetica,sans-serif;
	padding-bottom:5px;
}

#form_l{
	float: left;
	padding-right:20px;
}

#adminleft input[type=text], #adminleft input[type=password]{
	width: 294px
}