body {
	background: #000;
	color:#565656;
}
/* TEXT */
a, a:link, a:active, a:visited {
	color:#565656;
}
a:hover {
	color:#2E2E2E;
}

/* GLOBAL */
#wrapper {
	margin:auto;
	width:770px;
	background:#FFF;
	border: 10px solid #303030;
}

h3, h2 {
	color:#666666;
}

.text-highlight {
	color:#004b88;
}


#controls-search input{
	background:#f9fbfc;
}

#controls-search2 input{
	background:#f9fbfc;
}

input.button {
	border-top:solid 1px #CDCDCD;
	border-right:solid 1px #636363;
	border-bottom:solid 1px #636363;
	border-left:solid 1px #CDCDCD;
	color:#666666;
}

a.button {
	border-top:solid 1px #CDCDCD;
	border-right:solid 1px #636363;
	border-bottom:solid 1px #636363;
	border-left:solid 1px #CDCDCD;
	color:#FFF;
	padding:1px 3px 1px 3px;
	background:#57B3F7;
}

a.button:hover {
	background:#336699;
}
.tr-color {
	background:#f0fafe;
}

.pipe {
	font-size:18px;
	color:#d9e3e8;
}