html {
	
	font-family: "Trebuchet MS";
	font-size: 12px;
}

#header {
	
	background-image: url(/images/logo.png);
	background-position: 25px center;
	background-repeat: no-repeat;
	
}

#menu div {
	
	line-height: 150%;

	font-size: 11px;
	color: #666666;

	height: 40px;
	padding-top: 15px;
	padding-left: 22px;
	
	background-image: url('../images/menu_bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 19px;
	
}

#menu a {
	
	font-size: 16px;
	font-weight: normal;
	
	color: #444444;
	
	text-decoration: none;
	
}

#content {
	
	padding-top: 2px;
	
}

h1 {
	
	font-size: 22px;
	font-weight: normal;
	
	color: #666666;
	
}

h2 {
	
	font-size: 16px;
	color: #666666;
	
}

li {
	
	padding-left: 25px;
	text-indent: -10px;
	margin-left: 10px;
	
	font-size: 12px;
	line-height: 150%;
	
}

p {
	
	font-size: 12px;
	
	line-height: 140%;
	
}

#footer {
	
	color: #FFFFFF;
	
	font-size: 12px;
	line-height: 150%;
	
}

#footer_container {
	
	padding-top: 15px;
	
}

#footer h1 {
	
	color: #FFFFFF;
	
}

#footer_col_center img {
	
	vertical-align: middle;
	margin-bottom: .25em;

	padding-right: 5px;
	
}

#footer_col_right img {
	
	border: 1px solid #0F324A;
	
}

#footer a {
	
	text-decoration: none;
	color: #FFFFFF;
	
}

#footer a:hover {
	
	text-decoration: underline;

}

div.headers div {
	
	display: table-cell; 
	
	width: 75px;
	
	padding: 5px;
	
}

div.rows div {
	
	display: table-cell;
	
	width: 75px;
	
	vertical-align: middle;
		
	padding: 5px;
	
	color: #000000;
	
	cursor: pointer;
	
}

div.rows:hover div {
	
	width: 75px;
	
	vertical-align: middle;
	
	padding: 5px;
	
	cursor: pointer;
	
	background-color: #2B8ECD;
	
	color: #FFFFFF;
	
}

input.field {
	
	width: 150px;
	height: 23px;
	
	border: 1px solid #999999;
	
	background-image: url(/images/textfield.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	
	padding-left: 26px;
}

div.field {
	
	padding-bottom: 10px;
	
}

label {
	
	font-weight: bold;
	
}

input.pass {
	
	background-image: url(/images/textfield_key.png);
	
}

#content a {
	
	color: #666666;
	text-decoration: underline;
	
}

#buttons {
	
	float: right; 
	
	text-align: right; 
	
	border-top: 1px solid #DDDDDD;
	
}

#buttons img {
	
	vertical-align: middle;
	margin-bottom: .25em;
	
}

div.button {
	
	border: 1px solid #BBBBBB;
	background-color: #EEEEEE;
	
	padding: 7px;
	padding-bottom: 5px;
	
	margin-top: 5px;
	
}

div.button:hover {
	
	border: 1px solid #AAAAAA;
	background-color: #DDDDDD;
	
	cursor: pointer;
	
}