html, body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;  
  font-size: 10px;
  background-color:#F8F8FA;
}

body {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 520px;
  width: 960px;
}

html, body, a,
#header, #footer, #header a {
  color: #666;
}

body.mceContentBody {
  color: #333;
  width: 220px !important;
  font-size: 1.2em;
  overflow-x: none;
  overflow-y: auto;
}

#text_container li,
#text_container p,
#list_wrapper a,
#footer_left a,
#footer_left span,
.project_url {
  font-size: 12px;
  line-height: 18px;
}

.not_found_border {
  padding: 1em;
  border: #666 1px solid;
}

.thumbnail_list img {
  display: block;
}

.thumbnail_list .thumbnail {
  float: left;
  margin: 0 19px 19px 0;
  background-color: #DFDFE2;
}

.thumbnail_list .thumbnail.right {
  float: left;
  margin: 0 0 19px 0;
}

.thumbnail_list .thumbnail.bottom {
  float: left;
  margin: 0 19px 0 0;
}

.thumbnail_list .thumbnail.bottom.right {
  float: left;
  margin: 0 0 0 0;
}

.thumbnail_list.cellcount_2 .thumbnail {
  width: 225px;
  height: 225px;
}

.thumbnail_list.cellcount_3 .thumbnail {
  width: 144px;
  height: 144px;
}

.thumbnail_list.cellcount_4 .thumbnail {
  width: 103px;
  height: 103px;
}

.tooltip {
	font-size:1.1em;
}

p, #text_container p a {
  text-transform: none;
  margin-top: 0;
}

a {
  text-decoration: none;
}

img, a img {
  border: 0;
}

#ajax_loader {
	display: none;
	float: right;
}

#header, #footer, #header a {
  text-align: left;
  height: 22px;
}

#main_content {
	overflow: hidden;
	height: 470px;
	width: 960px;
}

#text_container {
  float:left;
  width: 470px;
  height: 470px;
  margin-right: 20px;
  background-color:#dfdfe2;
}

.project_item.detail {
  display:block;
  width: 470px;
  height: 470px;
}

#image_container {
  float:left;
  width: 470px;
  height: 470px;
  background-color:transparent;
}
.download #image_container {
	background-color: #DFDFE2;
}

.download #image_container table {
	margin: 0;
	width: 100%;
	font-size: 12px;
}

.download #image_container table a.download {
	line-height: 1.5em;
  background: url(../images/doc.gif) no-repeat;
	padding-left: 1.8em;
	padding-bottom: .1em;
}

.download #image_container table a.pdf {
  background: url(../images/pdf.gif) no-repeat;
}

.download #image_container table a.zip {
  background: url(../images/zip.gif) no-repeat;
}

.download #image_container th {
	text-align: left;
}

.thumbnail_list {
  clear: left;
  width: 470px;
  height: 470px;
}
.root .thumbnail_list img {
  visibility: hidden;
}

#footer_left{
  font-weight: normal;
  float:left; 
  width: 470px;
}

#logo, #title_append {
  float:left; 
  width: 235px;
}

#logo, #title, #title_append {
	font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}

#footer_left span.active {
  color: #999;
}

#title, #footer_right {
  float:right; 
  width: 470px;
}

#list_wrapper {
  float: right;
  width: 227px;
  min-height:10em;
  margin-top: 3px;
  margin-right: 8px;
}

#list_wrapper a {
  display: block;
/*  text-transform: uppercase;*/
  padding-bottom: 0.1em;
}

#list_wrapper p a {
  display: inline;
  text-decoration: underline;
}

#list_wrapper a.active, 
#main_navigation a.active,
#main_navigation span {
  color:#A0A0A0;
}

#footer {
  font-weight: bold;
  clear: both;
}

#footer > div {
  margin-top: .5em;
}

#main_navigation li a,
#main_navigation li span {
  padding: 0;
  margin: 0;
}

ul#main_navigation {
  float: left;
  list-style: none;
  padding: 0;
  width: 235px;
  margin-top: 3px;
  margin-left: 0px;
}

ul ul {
  list-style: none;
  padding:0;
  padding-left:5px;
  margin-top:0;
  margin-left:8px;
}

ul ul li {
  margin-top: 0;
}

#footer a, #footer span {
  padding-right:6px;
}

#image_container a.project_item,
#image_container span.project_item {
  display: block;
  float: left;
  padding:0;
  overflow-x: scroll hidden;
  overflow-y: none;
}

#image_container a.size_225,
#image_container span.size_225 {
  height: 225px;
  width: 225px;
}

#image_container a.size_103,
#image_container span.size_103 {
  height: 225px;
  width: 225px;
}

#image_container a.size_144,
#image_container span.size_144 {
  height: 144px;
  width: 144px;
}

#image_container {
  vertical-align: top;
}
a.project_item {
  cursor: pointer !important;
}

.tooltip {
  display: none;
	position: absolute;
	color: #333;
  line-height: 1.4em;
	padding: 5px;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, .90);
  max-width: 190px;
  min-width: 140px;
}

.tooltip p {
  color: #333;
}

.tooltip p, .tooltip strong {
  padding: 0; margin:0;
}

.tooltip p.project_name {
  padding-bottom: 0;
}

#project_navigation {
  position: absolute;
  bottom: 5px;
  height: 16px;
  width:470px;
}

#image_container a.project_navigation_item, 
#image_container a.project_browse_item,
#image_container span.project_navigation_item {
  display: block;
  float: left;
  width:12px;
  height:12px;
  margin-right:8px;
  background-color:#d2d2d2;
}

#image_container .project_navigation_item.active {
  background-color:#999;
}

#image_container span.overview,
#image_container a.overview,
#image_container a.project_browse_item {
  background: url(../images/overview_project.gif) no-repeat;
  background-color:#999;
}

#image_container a.project_url {
  float: left;
  line-height: 15px;
  display: block;
  margin-top:-2px;
  padding: 0 10px;
}

#project_detail_images,
#project_navigation .project_navigation_item {
	width: 470px;
  cursor: pointer;
}

#image_container a.project_browse_item {
  cursor: pointer;
}

#project_detail_images {
	height: 470px;
}

#project_detail_images.unclickable,
#project_navigation .project_navigation_item.active {
  cursor: default;
}

#image_container span.overview {
  background-color:#d2d2d2;
}

#admin_link {
  float:right;
  text-align:right;
  width: 24px;
  width: 24px;
}

#admin_link a {
  background: url(../images/login.gif) no-repeat 0px 0px;
}

#admin_link a:hover {
  background: url(../images/login_hover.gif) no-repeat 0px 0px;
}

.overlay_image_wrapper {
  position: absolute;
  overflow: hidden;
}

.overlay_image_wrapper .bottom_element {
  display: none !important;
}

.overlay_image_wrapper .next_element {
  margin:0;
  padding: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}  
