body {
	color:#333;
}
a:link, a:visited {
    color: #2583AD;
	text-decoration: none;
}
#wphead {
	font-size: 80%;
	border-top: 0;
	color: #555;
	background-color: #f1f1f1;
}
#wphead h1 {
	font-size: 24px;
	color: #555;
	margin: 0;
	padding: 10px;
}
#tabs {
	padding: 15px 15px 3px;
	background-color: #f1f1f1;
	border-bottom: 1px solid #dfdfdf;
}
#tabs li {
	display: inline;
}
#tabs a.current {
	background-color: #fff;
	border-color: #dfdfdf;
	border-bottom-color: #fff;
	color: #d54e21;
}
#tabs a {
	color: #2583AD;
	padding: 6px;
	border-width: 1px 1px 0;
	border-style: solid solid none;
	border-color: #f1f1f1;
	text-decoration: none;
}
#tabs a:hover {
	color: #d54e21;
}
.wrap h2 {
	border-bottom-color: #dfdfdf;
	color: #555;
	margin: 5px 0;
	padding: 0;
	font-size: 18px;
}
#user_info {
	right: 5%;
	top: 5px;
}
h3 {
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 0px;
}
#flipper {
	margin: 0;
	padding: 5px 20px 10px;
	background-color: #fff;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
* html {
	overflow-x: hidden;
	overflow-y: scroll;
}
#flipper div p {
	margin-top: 0.4em;
	margin-bottom: 0.8em;
	text-align: justify;
}
th {
	text-align: center;
}
.top th {
	text-decoration: underline;
}
.top .key {
	text-align: center;
	width: 5em;
}
.top .action {
	text-align: left;
}
.align {
	border-left: 3px double #333;
	border-right: 3px double #333;
}
.keys {
	margin-bottom: 15px;
}
.keys p {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
.keys .left { text-align: left; }
.keys .center { text-align: center; }
.keys .right { text-align: right; }
td b {
	font-family: "Times New Roman" Times serif;
}

.mac,
.macos .win {
	display: none;
}

.macos span.mac {
	display: inline;
}

.macwebkit tr.mac {
	display: table-row;
}


/* Dialog *----------------------------------------
----------------------------------------*/
.columns-2 {
	overflow: hidden;
	float: left;
	width: 48%;
	height:347px;
}
.column-last {
	float: right;
	margin-right: 0;
}
label span {
	color: #999;
}
label {
    line-height: 22px;
}
input.smallfat {
	float: right;
	width: 100px;
}
select.smallfat {
	float: right;
	min-width: 100px;
}
select {
    float: right;
	padding: 1px;
}
input[type="checkbox"], input[type="radio"] {
    margin-right: 5px;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}