body {
	background-color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #51626F;
}

a {
	color: #017bba;
	text-decoration: none
}

h1 {
	line-height: 28px;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-indent: 0px
}

button {
	min-width: 60px;
	border-radius: 12px;
	min-height: 30px;
	background-position: center;
	background-color: gray; /* For browsers - gradients not supported */
	background-image: linear-gradient(rgba(255, 255, 255, 0.5),
		rgba(255, 255, 255, 1));
}

.button:active {
	background-color: #3e8e41;
	box-shadow: 0 5px #666;
	transform: translateY(4px);
}

.center {
	margin: auto;
	width: 80%;
	border: 1px solid #000000;
	padding: 10px;
	border-radius: 12px;
}

table {
	padding-right: 2px;
	padding-left: 2px;
	margin: auto;
	font-weight: normal;
	font-size: 1.2em;
	padding-bottom: 2px;
	margin: 0px;
	color: #51626f;
	padding-top: 0px;
	font-family: Helvetica, Arial, sans-serif;
	border-collapse: separate;
	empty-cells: hide;
	border-spacing: 0px
}

td {
	border-right: 0px;
	padding-right: 2px;
	border-top: 0px;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: 0px;
	padding-top: 0px;
	border-bottom: 0px;
}

.navbar {
	height: 80;
	overflow: hidden;
	background-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: 550;
	font-size: 14px;
}

.navbar a {
	float: left;
	font-size: 14px;
	color: white;
	text-align: center;
	padding: 6px 6px;
	text-decoration: none;
}

.navbar a:hover {
	background-color: #808080;
}

#chanList tr:nth-child(even) {
	background-color: #E8E8E8
}

.chanList {
	text-align: left;
	border: 1px solid #C0C0C0;
}

#cr_main_content {
	margin: auto;
    min-width: 576px;
	margin: auto;
}

.cr_content_frame {
	margin: 0px 0px 0px 18px
}

.cr_padding {
	display: block;
	margin: 0px;
	padding: 12px 0px 0px 0px
}

.cr_hr {
	background: #aaaaaa repeat-x scroll center;
	margin: 0;
	padding: 0;
	height: 1px
}

.cr_hr hr {
	display: none
}

#cr_footer {
	position: relative;
	clear: both;
	display: block;
	height: 35px;
	line-height: 35px;
	margin-right: 0px;
	margin-left: 0px
}

#cr_banner_bottombox {
	height: 6px;
	background-color: #FFFFFF;
	border: 1px solid #C4CFD1;
	border-top: none;
	background-position: center;
	z-index: 10;
	margin: 0px
}

#cr_banner_wrapper {
    min-width: 576px;
}

#cr_banner_center {
	min-width: 576px;
}

#cr_banner_topbox {
	height: 28px;
	background-color: #FFFFFF;
	border: 1px solid #C4CFD1;
	z-index: 20
}

.cr_banner_title {
	position: relative;
	top: 2px;
	left: 5px;
	background-color: TRANSPARENT;
	font-family: Arial, Helvetica, sans-serif;
	color: #51626F;
	font-weight: bold;
	font-size: 22px;
	z-index: 30;
	text-align: left;
	padding: 1px 0px 2px
}

.cr_banner_title:hover {
	text-decoration: underline
}

.cr_page_link {
	position: relative;
	bottom: 2px;
}

.cr_page_link:hover {
	text-decoration: underline
}

.cr_banner_bottombg {
	position: relative;
	top: 1px;
	left: 1px;
	margin-right: 2px;
	height: 8px;
	background-color: #C4CFD1;
	z-index: 35;
	padding: 0px
}

select {
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px;
	border-style: solid;
}

.cq {
	position: fixed;
	left: 50%;
	top: 25%;
	margin-left: -100px;
	padding: 15px;
	width: 200px;
	border: 1px solid black;
	background-color: #CCCCCC;
	color: #51626F;
}

.cq label {
	display: block;
	margin-bottom: 5px;
}

.cq input {
	margin-bottom: 10px;
}