* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/img01.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a, a:link, a:visited, a:active, .list td {
	color: #006699;
	text-decoration: none;
}

img {
	border: 0px;
}

img.left {
	float: left;
	margin: 0 5px 5px 0;
}

/* header */
#header {
	width: 280px;
}

#logo h1 {
	height: 36px;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 0px;
	text-transform: lowercase;
	font-size: 20px;
	font-weight: normal;
}

/* page */

.page {
	width: 280px;
}

.box-orange {
	width: 280px;
	margin-left: 10px;
	margin-top: 20px;
	background: url(../images/img09.gif) repeat-x;
}

.box-orange .section {
	background: url(../images/img11.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-orange .section b {
	display: block;
	height: 15px;
	padding: 7px 0 0 10px;
	background: url(../images/img10.gif) no-repeat;
}

.content {
	padding: 15px 15px 15px 15px;
}

.desc {
	padding-top: 5px;
	padding-bottom: 10px;
}

.list_left {
	height: 55px;
	width: 100px;
	text-align: left;
}

.list_center {
	width: 100px;
	text-align: center;
}

.list_right {
	width: 100px;
	text-align: right;
}

/* footer */
#footer {
}

#footer p {
	height: 10px;
	padding: 2px 0 2px 2px;
	background: #DDDDDD;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;

	text-align: left;
	font-size: 85%;
	margin: 0;
}

/* Set the timer label */
.gwt-Label {
	font-size: 20px;
	padding: 4px 0;
}

.selectable {
	cursor: pointer;
}
