
strong.highlight {
  background: url(/images/highlight.gif) repeat-x bottom;
}

input, select, textarea {
	border: solid 1px #aaa;
	background: #fafafa;
}

div.fieldWithErrors {
	float: left;
	margin-right: 2px;
}

.fieldWithErrors * {
	border: solid 2px #faa;
	background: #ffefef;
}

.errorExplanation {
	background: #ffffef;
	border: solid 1px #dda;
	color: #770;
	padding: 1em;
}

.errorExplanation h2 {
	font-family: arial;
	font-size: 11pt;
	margin: 0px;
}

.errorExplanation ol {
	margin: 0px;
}

body {
	margin: 0;
	font-family: arial;
	font-size: 10pt;
	line-height: 1.25em;
}

h1, h2, h3 {
	font-family: georgia;
}

h3 {
	margin: 0px;
	padding-bottom: .5em;
	margin-bottom: 0em;
	border-bottom: solid 1px #ddd;
}

small, .small {
	font-size: 11px;
}

img {
	border: 0;
}

#top {
	background: url(/images/top/bg.gif) repeat-x;
	height: 97px;
	padding-left: 1em;
}

#navbar {
  margin-left:  auto;
  margin-right: auto;
}

#navbar a:hover {
	color: black !important;
}

#navbar td {
	white-space: nowrap;
}

#navbar .spaced td {
	padding: 0px 10px;
}

.fading_border {
	background: url(/images/fading_border.gif) no-repeat;
	padding: 1em;
	margin: 0.5em 0em;
}

/* links */

.hover:hover {
	background: url(/images/selected_bg.gif) no-repeat 0px 14px;
	width: 100%;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #000;
}

/* navbar */

#navbar img {
	margin-left: 1em;
}

#navbar * {
	vertical-align: middle;
	font-family: verdana;
	font-size: 11px;
}

#navbar a {
	text-decoration: none;
}

#navbar a:hover {
	color: #f70;
	text-decoration: underline;
}

/* statuses */

.status_declined td {
	background: #fee;
}

.status_success td {
	background: #eefaff;
}

.status_error td {
	background: #ffefff;
}

.status_pending td {
}

/* data table */

table.data {
	font-family: verdana;
	font-size: 11px;
	margin: 1em 0em;
	border-collapse: collapse;
}

table.data th {
	text-align: left;
	color: #050;
	font-weight: bold;
	padding: 2px 5px;
	font-size: 11px;
	border-bottom: solid 1px #ccc;
}

table.data td {
	color: #555;
	border-bottom: solid 1px #eee;
	padding: 0.5em;
}

.notice {
	background: url(/images/notice.gif) no-repeat 10px 10px #ffefef;
	color: red;
	padding-top: 13px;
	padding-left: 45px;
	/*padding-bottom: 13px;*/
	min-height: 30px;
	font-size:14px;
	padding-bottom:5px;
	border: solid 1px #ddd;
	margin: 0.5em 0em;
}

.info {
  color: #797777;
  font-size: 14px;
  border: solid 1px #17a8c1;
  margin: 0.5em 0em;
  background-color: #16d2f3;
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
  padding: 10px;
  text-align: left;
  border-radius: 4px;
}

/* form table */

/*table.form */
th {
	padding-top: 3px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	font-size: 13px;
	font-weight: normal;
	color: #555;
}

table.form td {
  width: 100%;
}

table.form input, table.form textarea, table.form select {
}

table.form .button {
  width: auto;
}

table.form th.h1 {
  font-weight: bold;
  text-align: left;
}

/* common */

th, td {
	vertical-align: top;
}
