* { margin:0;padding:0; }

body {
	margin: 0;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color:#444;
	line-height: 1.5em;
	background-color: #ddd;
}

h1, h2, h3, h4, h5 {
	font-family: 'Tahoma', 'Arial', sans-serif;
	font-weight:bold;
	color:#14527c;
	line-height: normal;
	margin-top: 0;
}

h1 {
	font-size:2.5em;
  margin-bottom: 3px;
}

h2 {
	font-size:1.6em;
	margin-bottom: 2px;
}

p{
  margin: 5px 0 5px 0
}

a:link, a:visited {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted #444444;
}
a:hover {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
a:active {
	text-decoration: none;
	color: #444444;
}

.oddrow {
  background-color:#DDDDDD;
  color:#000000;
  }
.evenrow {
  background-color:#EEEEEE;
  color: #000000;
  }


ul, ol {
  margin-left: 20px;
}

div#title {
  display: block;
  background-image: url('/images/buckle_logo.png');
  background-repeat: no-repeat;
  height: 120px;
}

div#title .home-link,
div#title .home-link:hover {
	width: 305px;
	height: 115px;
	display: block;
	border-bottom: 0;
}

div#title_container {
/*   background: #fff url('/images/header_gradient_bg.png') repeat-x; */
  background-color: #fff;
  padding: 10px 0 10px 0;
}

div.shadow {
  height: 12px;
  width: 100%;
  background-image: url('/images/shadow.png');
  background-repeat: repeat-x;
}

div.container {
  width: 1000px;
  margin: 0 auto;
}

div.body {
  padding: 10px;
  background-color: #fff;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
/*   -webkit-border-radius: 0 0 10px 0; */
/*   -webkit-box-shadow: 2px 2px 5px #999; */
}

div#content {
	border-bottom: 1px solid #333;
}

div#welcome {
	border-top: 1px solid #333;
}

div.preout {
  background-color: rgb(40, 40, 40);
  padding: 10px;
  color: yellow;
  font-weight: bold;
  font-size: 12px;
}

.error {
  color: red;
  font-weight: bold;
}

td.label {
  width: 100px;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}

#content {
	margin-bottom: 20px;
}

#ajax_progress {
  display: none;
  float: right;
/*   margin-top: 105px; */
  font-weight: bold;
}

#footer {
	border: 1px solid #333;
	padding: 5px 10px 5px 10px;
	font-size: 10px;
	background: white;
	margin-bottom: 20px;
	text-align: center;
}

#footer ul {
	margin-left: 0;
}

#footer ul li {
	list-style-type: none;
	margin-left: 0;
}

