/* Default
-----------*/

body {
  margin:0;
  padding:0;
  text-align:center;
  font:normal 70% 'Trebuchet MS',Arial,Helvetica,sans-serif;
  color:#333;
  background:#fff url('../_images/back-body.gif') no-repeat center top;
}

a,
span.link {
  text-decoration:none;
  color:#9e213f;
}
a:hover,
span.link:hover {
  color:#9e213f;
}

h1 {
  min-height:1%;
  margin:0 0 0.8em 0;
  font-size:1.5em;
  font-weight:normal;
  color:#419ab6;
}
* html h1 {
  height:1%;
}
h1:after {
  content:'.';
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}
h1 span.student {
  float:left;
  margin-left:-12px;
  background:url('../_images/back-h1-student.gif') no-repeat left;
}
h1 span.student span.inner {
  float:left;
  padding:4px 32px 4px 20px;
  background:url('../_images/back-h1-student-inner.gif') no-repeat right;
}
h2 {
  margin:0 0 0.4em 0;
  font-size:1.3em;
}
h3,
h4,
h5,
h6 {
  margin:0;
  font-size:1em;
}

p {
  margin:0 0 0.8em 0;
}

ol,ul {
  margin:0 0 0.8em 16px;
  padding:0;
}
ul.links {
  margin-left:0;
  list-style:none;
}
ul.links li {
  padding-left:16px;
  background:url('../_images/back-link.gif') no-repeat 2px 0.2em;
}
ul.links li a {
  color:#333;
}
ul.links li a:hover {
  color:#0bf;
}

img {
  border:0;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  border-bottom:1px solid #ddd;
}
table tr th {
  padding:8px 10px;
  font-size:1.2em;
  font-weight:bold;
  color:#fff;
  background:#666;
}
table tr td {
  padding:5px 10px;
  border-top:1px solid #eee;
}

form {
}
input,select,textarea {
  font:normal 1em 'Trebuchet MS',Arial,Helvetica,sans-serif;
}
input.button {
  width:auto;
  padding:3px 12px 4px 4px;
  overflow:visible;
  font-size:1.1em;
  font-weight:bold;
  color:#000;
  background:#fd4 url('../_images/back-button.gif') no-repeat right;
  border:0;
  cursor:pointer;
}

span.button {
  display:inline-block;
  background:url('../_images/back-button-yellowwhite.gif') no-repeat left;
}
span.button span {
  display:inline-block;
  padding:0 3px;
  background:url('../_images/back-button-yellowwhite-span.gif') no-repeat right;
}
span.button span a {
  display:inline-block;
  padding:4px 12px 5px 4px;
  font-size:1.1em;
  font-weight:bold;
  color:#000;
  background:#fd4 url('../_images/back-button.gif') no-repeat right;
}


/* General
-----------*/

.textleft {
  text-align:left;
}
.textcenter {
  text-align:center;
}
.textright {
  text-align:right;
}
.floatleft {
  float:left;
}
.floatright {
  float:right;
}
.clearleft {
  clear:left;
}
.clearright {
  clear:right;
}
.clearboth {
  clear:both;
}
.larger {font-size:1.2em;}
.vlarger {font-size:1.4em;}
.vvlarger {font-size:1.6em;}
.vvvlarger {font-size:1.8em;}
.vvvvlarger {font-size:2em;}

.blue {
  color:#09c;
}
.red {
  color:#9e213f;
}


/* Holder
----------*/

div#holder {
  width:950px;
  margin:0 auto;
  padding:0 15px;
  text-align:left;
}


/* Header
----------*/

div#header {
  min-height:1%;
  background:#fff;
}
div#header:after {
  content:'.';
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}
a#logo img {
  float:left;
}
div#tools {
  float:right;
  text-align:right;
}
div#phone {
  margin:0 0 6px 0;
  font-size:1.4em;
  color:#ccc;
}
div#profile {
  width:410px;
  padding:10px 10px 5px 10px;
  background:url('../_images/back-profile.gif') no-repeat right bottom;
}
div#welcome {
  font-size:1.2em;
  font-weight:bold;
}
div#navtop a {
  color:#666;
}
div#navtop a:hover {
  color:#0bf;
}
div#url {
  margin:24px 0 0 0;
  text-align:right;
}
ul#navbar {
  position:relative;
  clear:both;
  min-height:1%;
  margin:0 0 -3px 0;
  padding:0 0 4px 0;
  list-style:none;
  font-size:1.4em;
  background:url('../_images/back-navbar.gif') no-repeat top;
  z-index:40;
}
* html ul#navbar {
  height:1%;
}
ul#navbar:after {
  content:'.';
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}
ul#navbar li {
  float:left;
}
ul#navbar li a {
  float:left;
  padding:5px 24px 7px 16px;
  font-weight:bold;
  color:#fff;
  background:url('../_images/back-navbar-li-a.gif') no-repeat right;
  border-right:1px solid #ce909f;
}
ul#navbar li ul {
  display:none;
}
ul#navbar li.selected ul {
  display:block;
  position:absolute;
  left:0;
  top:15px;
  margin:1.3em 0 0 0;
  padding:0;
  list-style:none;
}
ul#navbar li.selected ul li a {
  color:#222;
  background-image:url('../_images/back-navbar-li-ul-li-a.gif');
  border-color:#eee;
}
div#subnavbar {
  padding:9px 0 12px 0;
  background:url('../_images/back-subnavbar.gif') no-repeat top;
  z-index:60;
}
ul#navmenu {
  margin:0;
  padding:6px 8px;
  list-style:none;
  background:#eee;
}
ul#navmenu li {
  display:inline;
}
ul#navmenu li a {
  padding:0 8px;
  font-weight:bold;
}



/* Banner */

div#banner {
  position:relative;
  height:250px;
  z-index:20;
}
img#bannerfade {
  display:block;
  position:absolute;
  left:0;
  top:0;
}
div#bannerlink {
  position:absolute;
  right:0;
  bottom:0;
  width:180px;
}
div#bannerlink a {
  display:block;
  padding:70px 16px 12px 64px;
  height:50px;
  text-align:center;
  line-height:1.2em;
  font-weight:bold;
  color:#000;
  background:url('../_images/back-banner-link.png') no-repeat left top;
}
div#bannerlink a:hover {
  color:#09c;
}
div#banner div.searchpanel {
  position:absolute;
  top:10px;
  width:206px;
  height:226px;
  padding:12px 15px 2px 15px;
  background:url('../_images/back-banner-search.png') repeat;
}
div#banner div#search1 {
  left:10px;
}
div#banner div#search2 {
  left:256px;
}


/* Main
--------*/

div#main {
  min-height:1%;
  margin:0;
  padding:0 0 32px 0;
}
div#main:after {
  content:'.';
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}


/* Content */

div#content {
  float:left;
  width:710px;
  min-height:1%;
  padding:24px 0 2px 0;
}
div#content:after {
  content:'.';
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}

div#content div.search {
  color:#222;
  background:#ddd;
  padding:2px 0 14px 0;
}
div#content div.search h2 {
  color:#222;
}
div#content div.searchpanel {
  float:left;
  width:206px;
  padding:14px 20px 2px 20px;
}
div#content div.search div.format {
  display:none;
}

div#signposts {
  min-height:1%;
  padding:16px 0 8px 0;
  color:#fff;
}
* html div#signposts {
  height:1%;
}
div#signposts:after {
  content:'.';
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}
div#signposts a {
  color:#fff;
}
div#signpost1 {
  float:left;
  width:340px;
  background:#f6af33 url('../_images/back-signpost1.png') no-repeat top;
}
div#signpost1 div.inner {
  min-height:160px;
  padding:18px 20px 12px 20px;
  background:url('../_images/back-signpost1-inner.png') no-repeat bottom;
}
* html div#signpost1 div.inner {
  height:160px;
}
div#signpost2 {
  float:right;
  width:340px;
  background:#419ab6 url('../_images/back-signpost2.png') no-repeat top;
}
div#signpost2 div.inner {
  min-height:160px;
  padding:18px 20px 12px 20px;
  background:url('../_images/back-signpost2-inner.png') no-repeat bottom;
}
* html div#signpost2 div.inner {
  height:160px;
}

ul.tabs {
  min-height:1%;
  margin:0;
  padding:0 0 0 10px;
  list-style:none;
  border-bottom:1px solid #ddd;
}
* html ul.tabs {
  height:1%;
}
ul.tabs:after {
  content:'.';
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}
ul.tabs li {
  float:left;
  margin:0 5px 0 0;
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
}
ul.tabs li a {
  float:left;
  padding:6px 12px;
  font-size:1.1em;
  font-weight:bold;
  color:#09c;
  background:#eee;
}
ul.tabs li.selected a {
  margin-bottom:-1px;
  padding-bottom:7px;
  color:#222;
  background:#fff;
}
div.tabpanel {
  padding:8px;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  border-bottom:1px solid #ddd;
}


/* Property */

div#images {
  float:left;
  width:366px;
}
img.show {
  display:block;
  padding:2px;
  border:1px solid #ddd;
}
div.slideshow a {
  display:block;
  padding:2px;
  border:1px solid #9e213f;
}
div.slideshow a:hover {
  border-color:#0bf;
}
div.slideshow a.selected {
  border-color:#666;
}
div.slideshow a img {
  display:block;
}

div#text {
  float:right;
  width:315px;
}


/* Search */

div#search {
  height:185px;
  padding:20px;
}

div.result {
  min-height:1%;
  padding:12px 0 2px 0;
  border-bottom:1px solid #ddd;
}
* html div.result {
  height:1%;
}
div.result:after {
  content:'.';
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}
div.result div.image {
  float:left;
  width:171px;
  margin:0 16px 0 0;
  padding:0 0 10px 0;
}
div.result div.image a {
  display:block;
  padding:2px;
  border:1px solid #ccc;
}
div.result div.image a:hover {
  border-color:#9e213f;
}
div.result div.image a img {
  display:block;
}
div.result div.description {
  float:left;
  width:555px;
}
div.result div.description h2 {
  margin-bottom:0;
}
div.result div.description p {
  margin-bottom:8px;
}
div.result div.actions {
  float:right;
  width:160px;
  padding:10px 20px 0 0;
}
div.result div.actions span.button,
div.result div.actions span.button span,
div.result div.actions span.button span a {
  display:block;
}
div.result div.actions span.button {
  margin:0 0 4px 0;
}


/* Aside */

div#aside {
  float:right;
  width:206px;
  min-height:225px;
  padding:24px 0 0 16px;
  background:#fff url('../_images/back-aside.gif') no-repeat left top;
}
* html div#aside {
  height:225px;
}

div.block {
  min-height:1%;
  margin:0 0 12px 0;
  padding:12px 0 2px 0;
  border-top:1px solid #ddd;
}
* html div.block {
  height:1%;
}
div.block:after {
  content:'.';
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}
div.block h2 {
  color:#9e213f;
}
div.block p {
  margin:0 0 0.4em 0;
}

div.properties,
div.search {
  padding:0;
  border:0;
}

ul.properties {
  margin:0;
  padding:0;
  list-style:none;
}
ul.properties li {
  margin:0;
  border-bottom:1px solid #eee;
}
ul.properties li.final {
  margin-bottom:0;
}
ul.properties li a {
  display:block;
  padding:15px 0;
  color:#666;
}
* html div.ul.properties li a {
  height:1%;
}
ul.properties li a:after {
  content:'.';
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}
ul.properties li a span {
  display:block;
}
ul.properties li a span.image {
  float:left;
  padding:2px;
  background:#fff;
  border:1px solid #ccc;
}
ul.properties li a:hover span.image {
  border-color:#9e213f;
}
ul.properties li a span.image img {
  float:left;
  width:80px;
  height:60px;
}
ul.properties li a span.details {
  margin:0 0 0 100px;
}
ul.properties li a span.details span.title {
  font-size:1.1em;
  font-weight:bold;
}
ul.properties li a:hover span.details span.title {
  color:#9e213f;
}


/* Footer
----------*/

div#footer {
  min-height:1%;
  padding:20px 0;
  color:#666;
  border-top:1px solid #eee;
}
div#footer:after {
  content:'.';
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}
