/* YUI 3.9.1 (build 5852) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,legend{color:#000}

body {
  /* first value is the fallback/base color */
  background: #ffe;  /* light color for everything below the gradient */
  background-image: linear-gradient(#fed9b4 3em, #ffe 230px);
  background-repeat: no-repeat;
  background-attachment: fixed;   /* optional */
  background-size: 100% 230px;    /* optional */
  color: #800;
  font-family: 'Helvetica Neue', arial, sans-serif;
  margin: 5px 0;
  padding: 0 5px;
  font-size: 13px;
}

html {
  overflow-y: scroll;
}

.is_channel body {
  background: url(//s.4cdn.org/image/fade-blue.png) repeat-x scroll center top #EEF2FF;
  color: #000;
}

header {
  text-align: center;
}

a {
  color: #0000EE;
}

#title {
  margin-top: 20px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -2px;
}

input {
  height: 20px;
}

input:focus,
textarea:focus {
  outline: none;
  border: 1px solid #1d8dc4;
}

input {
  border: 1px solid #AAA;
}

h2, h3, h4 {
  font-weight: bold;
  margin-bottom: 20px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

.hidden {
  display: none;
}

.msg-error {
  color: red;
}

.msg-success {
  color: green;
}

#content {
  padding: 0 10px;
  margin-top: 20px;
}

#auth-cnt {
  text-align: center;
}

#auth-form {
  width: 200px;
  margin: auto;
}

#logout-form {
  margin-top: 20px;
}

input[type="text"],
input[type="password"] {
  width: 145px;
  padding: 0px 4px;
}

th {
  font-weight: bold;
  text-align: right;
  padding-right: 4px
}

td {
  padding: 4px 4px
}

tfoot {
  font-size: 11px;
  text-align: center;
}

tfoot p {
  margin-bottom: 10px;
}

tfoot input {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 4px;
}

.row-space td {
  padding-top: 10px;
}

.row-sep hr {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 0;
  border: 0;
  border-bottom: 1px solid #D2D4D3;
}

