/** EMPTY **/

/* BOX ***********************************************************************/

table.box {
  margin-bottom: 10px;
  padding: 0px;
  border-collapse:	collapse;
	width: 400px;
}

table.one {
	border: solid 1px #7E9FDF;
}

table.two {
	border: solid 1px #FFC600;
}

table.three {
	border: solid 1px #ABA302;
}

table.five {
	border: solid 1px #916993;
}

table.four {
	border: solid 1px #EB7C00;
}

table.picture {
	background: white;
}

table.text {
	background: #f7f7f7;
}

tr.boxtitle {
	margin: 0;
	padding: 0;
}

.boxtitle img {
	display: none;
}

tr.one td, tr.two td, tr.three td, tr.four td, tr.five td {
  padding-top: 1px;
  padding-bottom: 2px;
  padding-left: 20px;
}

tr.one {
	background: #7E9FDF repeat-x;
}

tr.two {
	background: #FFC600 repeat-x;
}

tr.three {
	background: #ABA302 repeat-x;
}

tr.five {
	background: #916993 repeat-x;
}

tr.four {
	background: #EB7C00 repeat-x;
}

td.boxtitle {
	padding: 0;
}

tr.boxtitle p {
	padding: 1px 10px 1px 6px;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
}

td.boxcontent {
padding: 5px 5px 5px 5px;
}

div.searchfloat {
float: none;
margin: auto;
padding: 0;
}

div.cwwlogo {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

tr.loginimage {
  background: none;
}

#logout_link {
  color: white;
}