@charset "utf-8";
/* CSS Document */

/* By default (td, body..) use verdana in black. */
body, td, th , tr {
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 12px;
}
input, textarea, button {
	color: #000;
	font-family: verdana, sans-serif;
	font-size: 12px;
	padding:2px;
}

td {
	padding:2px;
	height:30px;
}

/* The main body of the entire forum. */
body {
	background-color: #FFF;
	margin: 0px 0 5px 0;
	padding: 0;
	background-image: url(http://www.the-credit-bootcamp.com/img/body_tile.jpg);
}

#wrapper {
	margin: 0 auto;
	width: 950px;
	border-left: solid 4px #fff;
	border-right: solid 4px #fff;
	border-bottom: solid 4px #fff;
	background-color: #FFF;
}

#mainarea {
	color: #FFF;
}

#header {
	position: relative;
	height: 120px;
	overflow: hidden;
	background: #3D71AD url(http://www.the-credit-bootcamp.com/img/header-bg.jpg) top left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	top: 5px;
	left: 54px;
	display: block;
	width: 147px;
	height: 102px;
	cursor: pointer;
	background-image: url(http://www.the-credit-bootcamp.com/img/logo.jpg);
	background-repeat: no-repeat;
}
#footer {
	padding: 8px 40px 10px 40px;
	font-size: x-small;
	color: #999;
	background: #505050 url(http://www.the-credit-bootcamp.com/img/footer-bg.jpg) no-repeat;
	vertical-align: middle;
	text-align: center;
	height: 35px;
	margin-top: 20px;
}

#footer a:link , #footer a:visited {
	color: #505050;
}
.catbg, .catbg TD {
	background: #fff url(http://www.the-credit-bootcamp.com/img/header-bg.jpg);
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
}

.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
	color: #333;
	font-style: normal;
	background: #fde9d1 url(http://www.the-credit-bootcamp.com/img/catbg.jpg) repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
}
/* This is used on tables that should just have a border around them. */
.tborder {
	border: 1px solid #eee;
	padding: 0px;
}
.windowbg {
	padding: 5px;
	color: #333;
	background-color: #f9f9f9;
	border-bottom: 1px solid #eee;
}

