/*
+----------------------------------------------------------------------+
| BCSE Mobile Mod                                                      |
+----------------------------------------------------------------------+
| Copyright (c) 2004-2009 BCSE LLC. dba BCS Engineering                |
+----------------------------------------------------------------------+
|                                                                      |
| BCSE Mobile Mod is subject for version 2.0 of the BCSE proprietary   |
| license. That license file can be found bundled with this package in |
| the file BCSE_LICENSE. A copy of this license can also be found at   |
| http://www.bcsengineering.com/license/BCSE_LICENSE_2.0.txt           |
|                                                                      |
+----------------------------------------------------------------------+
*/

html, body {
	font: 12px/15px sans-serif;
	padding: 3px;
	color: #000;
	margin: 0;
	}
	
* {
	float: none;
	}
	
.center {
	width: 100%; !important;
	text-align: center;
	}
	
#content img { 
	max-width: 250px;
	}
	
.blockIt{ 
	max-width: 140px;
	border: 2px solid #000000;
	display: block 
	}
	
.login{
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
	padding-left: 40px;
	}

img {
border:0 none;
}

table.data-table .error-message {
  color: #ff0000;
  font-weight: bold;
}
table.data-table .data-name {
  
  font-weight: bold;
}