html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


body {
	/*background-color:#FFFFFF;*/
	background-image:url('../../images/background.png');
	background-repeat:repeat-x;
	margin:15px 0px 15px 0px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: 0px;
}

h1 {
	font-size: 17px;
	font-weight: bold;
}

h2 {
	font-size: 15px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

hr {
	height: 1px;
	border: 0px;
	border-top: 1px dashed gray;
}

td {
	vertical-align: middle;
}

p {
	padding: 5px 0 20px 0;
}

select {
	padding-left: 2px;
	margin: 1px 2px 1px 3px;

    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

	background-color: #FFFFFF;
	border-left: 1px solid #e6e5e1;
	border-top: 1px solid #acabb1;
	border-right: 1px solid #e6e5e1;
	border-bottom: 1px solid #e6e5e1;

	color: #000000;
}

textarea {
	padding-left: 2px;
	margin: 1px 2px 1px 3px;

    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	background-color: #FFFFFF;
	border-left: 1px solid #e6e5e1;
	border-top: 1px solid #acabb1;
	border-right: 1px solid #e6e5e1;
	border-bottom: 1px solid #e6e5e1;

	color: #000000;
}

tr.evenRow {
	background-color: #f7f7f7;
    text-align: left;
}

tr.oddRow {
	background-color: #e7e7e7;
    text-align: left;
}

.strong {
	font-weight: bold;
}

.brown-link {
	color:#4F493C;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-decoration:underline;
}

.brown-link:hover {
	color:#4F493C;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-top {
	vertical-align: top;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 10px 1px 10px;
	margin: 3px;
	background-color: #4F493C;
	border-top: 1px solid #5B778A;
	border-right: 1px solid #665722;
	border-bottom: 1px solid #443916;
	border-left: 1px solid #B6A361;
}

.centered-buttons {
	margin: auto;
}

.big-button {
	display: block;
	height: 30px;
	line-height: 30px;
	min-width: 200px;
	padding-left: 16px;	
	background: url(../../images/template/big-button-bg.png) top left no-repeat;
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}

.big-button span {
	display: block;
	float: right;
	position: relative;
	right: -8px;
	width: 8px;
	height: 30px;
	background: url(../../images/template/big-button-right.png) top right no-repeat;
}

.rounded-button-block {
	/*display: inline;*/
	margin: 0px 5px;
	padding: 0px;
}

.rounded-button-block td {
  text-align: center;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}

.rounded-button-block td.button-td {
  background: url('../../images/template/button-bg.png') center center repeat-x;
}

.rounded-button {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  letter-spacing: 1px;
  background-color: transparent;
  border: none;
}

.text-field {
	padding-left: 2px;
	margin: 1px 2px 1px 3px;

    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

	background-color: #FFFFFF;
	border-left: 1px solid #e6e5e1;
	border-top: 1px solid #acabb1;
	border-right: 1px solid #e6e5e1;
	border-bottom: 1px solid #e6e5e1;

	color: #000000;
}

.errorMessage {
	color: red;
	font-weight: bold;
}

.successMessage {
	color: green;
	font-weight: bold;
}

.next-step {
	clear: both;
	float: right;
	text-align: right;
	margin: 15px 10px 0 0;
}

#navigation-path {
	padding: 0 0 10px 10px;
}

#navigation-path ul li {
	display: inline;
}

#navigation-path ul li#navigation-path-title {
	font-weight: bold;
}



