body{
	font-family: Tahoma, Arial;
	color:#003594;
	font-size:0.8em;
}


a {
	text-decoration:none;
	color: #7272C2;
}
a:hover {
	text-decoration:underline;
	color: #7272C2;
}


/* structure */
#body {
	width: 970px;
	background-color: #fff; 
	margin: 0 auto 
}

#header {
	height: 100px;
}
#header .logo {
	width: 200px;
	height: 100px;
	border: none;
	float: left;
}
#header .title {
	height: 70px;
	margin: 0;
	text-align: center;
	font-size:2.3em;
	color:#000000;
}
#header .logout {
	position:relative;
	bottom: -10px;
	margin-top: 5px;
	text-align: right;
	float:right;
	height: 16px;
}
#header .logout img{
	border:none;
}

#footer {
	position:relative;
	top: 50px;
	height: 20px;
	/*border: 1px solid green;*/
	margin-top: 20px;
}

#menus {
	position:relative;
	top: 5px;
	height: 31px;
}

#login_box {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 400px;
}
#login_box table {
  width: 1%;
  margin: auto;
}

#content {
	position:relative;
	top:20px;
}

/* table styles */
/*search*/
#search{
	background:#fff;
	width:100%;
	border-collapse:collapse;
	text-align:left;
}
#search td{
	border: none;
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 2px 2px;
}
/* remove border in subtable */
#search td table.subdisplay td {
	border: none;
}


/* List tables */
table.dataTable {
	border:0;
	width:100%;
	padding:0;
	border-spacing:0;
	margin:0;
}

table.dataTable img, table.dataTable input[type="img"]{
	vertical-align: middle;
	border:0;
	height:16px;
	width:16px;
	margin-left: 5px;
}

table.dataTable th{
	margin:0;
	color:#255792;
	text-align: left;
	padding:3px;
	background:#f1f1f1;
	font-size:12px;
	font-weight:bold;
/*	border-left:1px solid #d4d0c4; */
	vertical-align: middle;
}

table.dataTable th.sortable{ 
	cursor:pointer;
}

table.dataTable td{
	border-left:0;
	padding:3px;
	background:#fff;
	/*border-left:1px solid #e7e7e7;*/
	border-bottom:1px solid #e7e7e7;
	white-space:nowrap;
	vertical-align: middle;
}
table.dataTable td,
table.dataTable td a{
	margin:0;
	text-decoration: none;
	color:#444;
}
table.dataTable tbody tr:hover>td{
	 background-color:#f6f5f3 !important;
}
td.clean{
	background-color:#fff!important;
}
table.dataTable tr.roweven td{
	background:#fdfdfd;
}
table.dataTable tr.rowodd td{
	background:#fafafa;
}
table.dataTable tr.selected td{
	background:#f6f5f3;
}
table.dataTable td.columneven{
	background:#fdfdfd;
}
table.dataTable td.columnodd{
	background:#fafafa;
}
table.dataTable tr.dataTableAction:hover>td{
	 background-color:#FFFFFF !important;
}
table.dataTable tr.dataTableNav:hover *{
	background-color:#FFFFFF !important;
}
table.dataTable tr.dataTableNav *{
	font-size: 10px !important;
	vertical-align: middle;
	background:#FFFFFF;
}
table.dataTable tr.userdisabled td{
	/*background:#f6f5f3; */
	text-decoration:line-through;
}

/* simple css-based tooltip */
.tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:5px 5px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}

/*forms*/
input {
	border: 1px solid #cecece;
	background: #fff;
}
select {
	border: 1px solid #cecece;
	background: #fff;
}

.formtable {
	width:100%
}

.formtable td{
	border-left:0;
	padding:3px;
	background:#fff;
	/*border-left:1px solid #e7e7e7;*/
	border-bottom:1px solid #e7e7e7;
	white-space:nowrap;
	vertical-align: middle;
}

.formtable td.category{
	background:#cccccc;
}

.userdisabled {
	color:#FF0000;
	font-weight: bold;
}



/* 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; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }



