/*
1. Init (remove margins, paddings etc)
2. Base element
3. General
4. Structure
5. Content
6. Forms
7. Tables
8. Lists
*/

/*
	1. Init
*/
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #000;
	line-height: 1.35em;
}
:link img {
	border: none;
}
img {
	border: none;
}
a img {
	border: none;
}
ul, ol {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
/*
	2. Base element
*/

body {
	text-align: center;
	background: #fff url(/images/bg.gif) repeat-x;
}
p {
	font-size: 12px;
	margin-bottom: .8em;
}
a {
	
}
a:link, a:hover, a:active {
	color: blue;
}
a:visited {
	color: blue;
}
a:hover {
	
}
/*
	3. General
*/

.right {
	float: right;
}
.left {
	float: left
}
.clr {
	clear: both;
}
.clrRight {
	clear: right;
}

.clrLeft {
	clear: left;
}



/*
	4. Structure
*/

#main {
	width: 900px;
	text-align: left;
	margin: 0 auto;
}
#top {
	color: #fff;
	height: 120px;
}
#menu {
	float: left;
	width: 200px;
	background: #fff;
	clear: both;
	padding-bottom: 20px;
}
#content {
	float: left;
	width: 700px;
	padding-left: 0px;
	padding-bottom: 20px;
}
#footer {
	border-top: solid 1px #ddd;
	clear: both;
	padding: 5px 0 20px 0;
}

/*
	5. Content
*/


#menu h3 {
	padding: 10px 0 0 10px;
}
#menu ul {
	list-style-type: none;
}
#menu p {
	padding: 0 0 0 10px;

}
#top h2 {
	color: #fff;
	text-transform: uppercase;
	font-size:20px;
	padding-top: 20px;
}
#top ul {
	padding-top:25px;
}
#top ul li {
	float: left;
	padding: 0 1em 0 0;
}

#top ul li a, #top ul li a:link, #top ul li a:visited {
	color: #fff;
	text-decoration: none;
}


#content h2 {
	font-size: 20px;
}
#hbc {
	/*text-align: right;
	padding: 10px;
	*/
	position: absolute;
	top:36px;
	right:20px;
}

/*
	6. Forms
*/
input {
	font-size: 14px;
	width: 400px;
	font-family: courier new, courier;
	padding: 3px;
}
.button {
	width: auto;
}
.small {
	width: 150px;
}
/*
	7. Tables
*/
td, th {
	padding: 2px 4px;
}
td {
	vertical-align: top;
	border-bottom: solid 1px #ddd;
}
th {
	vertical-align: bottom;
	border-bottom: solid 1px #555;
}
tfoot td{
	font-weight: bold;
	border-bottom: none;
}
.number {
	text-align: right;
	white-space: nowrap;
}
.date {
	white-space: nowrap;
}
.nowrap {
	white-space: nowrap;
}
/*
	8. Lists
*/
