html, body {
	font: 0.8em Helvetica, Arial, sans-serif;
	margin: 20px;
	margin-left: 50px;
}

body {
	background: #ddbff5 url('../img/background.png') fixed no-repeat left bottom;
}

a {
	text-decoration: none;
}

table {
	width: 95%;
}

td {
	border-bottom: 1px dotted;
	vertical-align: top;
	text-align: left;
}

td.subdetails:first-child {
	width:30%;
}

td.subdetails:last-child {
	width:35%;
}

h1 {
	font-size: 20px;
}

h1 {
	font-size: 16x;
}

img {
	border: none;
}

.ui-icon {
	float: left;
}

.center {
	text-align: center;
}

.pull-right {
	float: right;
	margin-right: 10px;
}
.pull-left {
	float: left;
	margin-left: 10px;
}

.accDetails div {
	height: 103px;
	text-align: center;
}

.thumbnail {
	height: 100px;
}

.subdetails {
	border-bottom: none;
	vertical-align: top;
}

.subdetailslast {
	border-bottom: 1px dotted;
	vertical-align: top;
}

.no-border {
	border: none;
}

.solid-bottom-border {
	border-bottom: 1px solid;
}

.solid-border {
	border: 1px solid;
}

.bold {
	font-weight: bold;
}

#contactTable {
	margin-top: -15px;
	width: auto;
}

.ui-tabs-vertical { width: 100%; }
  .ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 15%; }
  .ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
  .ui-tabs-vertical .ui-tabs-nav li a { display:block; }
  .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: .1em; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
  .ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 80%;}
 