@CHARSET "UTF-8";

html {
	overflow-y: scroll;
}

body {
	font-size: 13px;
	margin: 0px;
}

form {
	margin: 0px;
}

a img {
	border: none;
}

h1 {
	font-size: 1.6em;
	margin-top: 0;
}

td { 
	display: table-cell;
}

td.action {
	text-align: center;
	width: 8em;
	white-space: nowrap;
}

td.action a {
	padding-left: 1px;
	padding-right: 1px;
}

table {
	font-size: 13px;
}

table.radio {
	border: 0;
}

table.radio td {
	padding: 0 2px;
}

table.radio input[type=radio] {
	vertical-align: bottom;
}

/* lists - modified part of firefox's html.css */
ul, menu, dir {
  display: block;
  list-style-type: disc;
  margin: 0px;
  -moz-padding-start: 40px;
}

input[type=submit],input[type=button] {
	font-size: 13px;
	margin: 0px 5px 5px 0;
	cursor: pointer;
}

input[type=text],input[type=password],textarea {
	font-size: 13px;
	padding-left: 1px;
	box-sizing: content-box;
}

input[type=text][readonly], textarea[readonly] {
	background-color: #EBEBE4; /* default readonly color */
	background-image: none;
}

select {
	font-size: 13px;
}