﻿body
{
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	font-family: arial;
	font-size: 1em;
}

h1
{
	margin: 0px;
	display: block;
	background-color: green;
	color: white;
	width: 980px;
	padding-left: 10px;
	font-size: large;
}

#container
{
	display: block;
	width: 990px;
	text-align: justify;
	margin: 0 auto;	
	min-height: 300px;
}

#header
{
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#contents
{
	margin: 0px;
	border: 0px;
	padding: 0px 0px 0px 10px;
	
	min-height: 300px;
	font-size: 0.8em;
}

.menu
{
	display: block;
	height: 25px;
	color: White;
	list-style-type: none;
	margin: 0px;
	padding: 0px 10px 0px 10px;	
	font-weight: bold;
}

#alphaMenu
{
	padding:20px;
	width: 775px;
}

#alphaMenu li
{
	margin: 0px 3px 0px 3px;
}

.menu li
{
	float: left;
	margin: 0px 10px 0px 10px;
}

.menu li#searchForm
{
	float: right;
}

.menu li a
{
}

.menu li a:hover
{
}

#headerLogo
{
	width: 530px;
}

#headerStatus
{
	width: 220px;
}

#clickbankStatus
{
	font-size: 75%
}

#clickbankStatus table
{
	width: 100%;
	border: 1px black solid;
}

#clickbankStatus table#t2
{
	border-top: none;
}

.cbStatusOnline
{
	font-weight:bold;
	color: green;
}

.cbStatusOffline
{
	font-weight:bold;
	color: red;
}

.productInfoList
{
	padding-right:10px;
}

.productInfoList ul
{
	list-style-type:none;
	padding: 0px;
}

.productInfoList ul li
{
	padding-top: 3px;
}

.thinBorder
{
	border:thin black solid;
}

.event
{
	width: 100%;	
}

.event tr th
{
	color: white;
}

.event_r
{
	background-color: red;
}

.event_y
{
	background-color: orange;
}

.event_g
{
	background-color: green;
}

.result
{
	width: 100%;
	border-collapse:separate;
	margin-top: 10px;
}

.resultHeader
{
	color: white;
	display: block;
	width: 98%;
	text-decoration:none;
	font-size:1.2em;
	padding: 2px 1% 2px 1%;
}

.loginError
{
	color: red;
	font-weight:bold;
}

.loginSuccess
{
	color: green;
	font-weight:bold;
}

.watchButton
{
	display:block;
	width:100%;
	height:inherit;
}

.watchButton img
{
	border: none;
}
