body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background-color: #E5F1FF;
}

img {
	border: 0;
}

a {
	color: blue;
}
.paging {
 padding : 10px;
}

.filter-box{
 padding-bottom : 8px;	
}

a:hover {
	color: red;
}

table.view-list, table.simple-list {
	border-collapse: collapse;
}

table.view-list td, table.view-list th, table.simple-list th, table.simple-list td {
	border: 1px solid #D0D7E5;
}

table.simple-list td.inner-l {
	border-right: 0px !important;
}

table.simple-list td.inner-r {
	border-left: 0px !important;
}

table.view-list thead th, table.simple-list th {
	background-color: #C1D8F1;
	color: #3E6AAA;
	padding: 5px;
}

table.view-list thead th a, table.simple-list th a {
	color: #3E6AAA;
	text-decoration: none;
}

table.view-list thead th a:hover, table.simple-list th a:hover {
	text-decoration: underline;
}

table.view-list td, table.simple-list td {
	background-color: #FFFFFF;
	height: 20px;
	padding: 0px 4px 0px 4px;
}

table.view-list td img.attach {
	position: relative;
	top: 1px;
}

table.view-list tr.even td {
	background-color: #FFFFC0;
}

table.view-list tr:hover td, table.simple-list tr:hover td {
	background-color: #E5F1FF;
}

table.view-list td.type-box {
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	border-right: 2px solid #D0D7E5;
}

table.view-list td.type-box a {
	color: black;
	text-decoration: none;
}

table.view-list td.data-cell {
	background-color: #FFFFEB !important;
	font-weight: normal;
}

table.view-list tr:hover td.data-cell {
	background-color: #E2ECF8 !important;
}

table.view-list select {
	width: 100%;
}

table.view-list img.check-img {
	margin-left: 2px;
}

.menu li.active a, a.active {
	font-weight: bold;
}

.ac {
	text-align: center;
}

div.pager {
	border: 1px solid #E5F1FF;
	margin: 10px 0 10px 0;
}

div.on-page {
	float: left;
}

div.pages {
	float: right;
}

div.cleaner {
 	clear: both;
}

form, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

table.form-table th {
	text-align: left;
}

input.wide {
	width: 250px;
}

span.required {
	color: red;
}

.menu {
	margin: 0;
	padding: 0;
}

.menu li {
	list-style: none;
	float: left;
	margin: 0px 10px 0px 0px;
}

hr {
	border: 1px solid #D0D7E5;
}

#filter {
	border: 1px solid #D0D7E5;
	background-color: #FFFFFF;
	margin-top: 10px;
}

div.filter {
	float: left;
	padding: 5px;
	height: 45px;
}

#filter input {
	width: 200px;
}

#filter input.button {
	width: auto;
}

#filter select {
	width: 205px;
}

#filter input.button {
	width: auto;
}

#filter th {
	text-align: left;
}

table.stat-divider {
}

table.stat-divider td {
	padding-right: 20px;
}

.cart_info{
	margin-top: 15px;
	font-size: 1.3em;
}

a.a-attach {
	text-decoration: none;
}

.msg-confirm {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-right: 50px;
  padding-bottom: 5px;
  padding-left: 50px;

  border: 1px solid #008000;
  color: #008000;
  background-color: #DFFFDF;
}

.msg-err {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-right: 50px;
  padding-bottom: 5px;
  padding-left: 50px;

  border: 1px solid #FF0000;
  color: #FF0000;
  background-color: #FEE6E2;
}

h2 {
	font-size: 1.4em;
}

#login {
	position: absolute;
	top: 30%;
	left: 40%;
	background-color: white;
	border: 1px solid black;
}

#login h1 {
	margin: 0;
	padding: 0.5em 0.5em 0.5em 2.2em;
	font-size: 1em;
	background-color: #CDE8FF;
	border-bottom: 1px solid #82ADD7;
	
	background-image: url('img/key.png');
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

#login table {
	margin: 0.5em;
}

#login th {
	text-align: right;
}
