@charset "utf-8";

#tab {
	display: table;
	border-collapse: collapse;
	width: 100%;
	font-family: Oxygen;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
.rowlist_content1 {
	display: table-row;
	color      : #555 !important;
	background : #D7E1EF;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
.rowlist_content1 > div {
	display: table-cell;
	margin: 15px;
	padding: 10px;
	border: 1px solid #ddd;
}
.rowlist_content1 > div:hover {
	display: table-cell;
	margin: 15px;
	padding: 10px;
	box-shadow: 0 0 0 3px #74e0f8 inset;
	color      : #0091c6;
}
.rowlist_content1:hover {
	color      : #00b0f0 !important;
	background : #E0EBFF;
}
.rowlist_content1:active {
	color      : #00b0f0 !important;
	background : #E0EBFF;
}
.rowlist_content2 {
	display: table-row;
	color      : #555 !important;
	background : #F2F8FB;
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
.rowlist_content2 > div {
	display: table-cell;
	margin: 15px;
	padding: 10px;
	border: 1px solid #ddd;
}
.rowlist_content2 > div:hover {
	display: table-cell;
	margin: 15px;
	padding: 10px;
	box-shadow: 0 0 0 3px #74e0f8 inset;
	color      : #0091c6;
}
.rowlist_content2:hover {
	color      : #00b0f0 !important;
	background : #E0EBFF;
}
.rowlist_content2:active {
	color      : #00b0f0 !important;
	background : #E0EBFF;
}
.rowlist_content_bottom {
	display: table-row;
}
.rowlist_content_bottom > div {
	display: table-cell;
	margin: 15px;
	padding: 0.7px;
}
.border-top-left {
	border-top-left-radius: 8px;
}
.border-top-right {
	border-top-right-radius: 8px;
}
.rowlist_bottom-left {
	border-bottom-left-radius: 8px;
}
.rowlist_bottom-right {
	border-bottom-right-radius: 8px;
}
.style_line1 {
	border: 1px solid;
	background: linear-gradient(to bottom, #414141 0%,#323232 100%);
	border-bottom: 1px solid #1E1E1E;
	text-shadow: 0 -1px 0 #000;
	color: #DDD;
	box-shadow: 0 1px 20px rgba(0,0,0,0.1);
}
input.forms[type="text"] {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 5px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	width: 150px;
	font-size: 24px;
	padding: .2em .2em .2em 0.5em;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
}
input.forms[type="text"]:focus {
	box-shadow: 0 0 7px #EF810F;
	border: 1px solid #EF810F;
	background-color: #FEFAF5;
}