@charset "utf-8";

html {
  overflow: auto;
}
body {
  font-family: "Lucida Grande", sans-serif;
  font-size: 12px;
  background: #999;
  text-align: center;
  }
#container {
	margin: 30px 50px 50px 50px;
}
a:active {
  outline: none;
  }
a:focus {
  -moz-outline-style: none;
  }
a { color: #111111; }
.tabula {
  width: 846px;
  height: 10%;
  vertical-align: bottom;
  background: #666;
  padding: 0px 0px 0px 0px;
  margin: auto;
  }
img {
  border: 0px;
  margin: 0;
  }

span {
  clear: both;
  width: 100%;
  line-height: 20px;
  }
table {
  clear: both;
  position: relative;
  text-shadow: 1px 1px 1px #FFFFFF;
  top: -4px;
  left: -4px;
  width: 100%;
  /*border: 1px solid #000;*/
  background: #fff;
  }
table caption {
  margin: 0;
  padding: 4px 10px;
  text-align: left;
  font-size: 140%;
  font-weight: bold;
  /*border: 1px solid #000;
  border-bottom: none;*/
  background: #fff;
  }
table th, table td {
  margin: 0;
  padding: 4px 10px;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #b5b5b5;
  }
table th {
  color: #999;
  }
table .name {
  text-align: left;
  }
table .question {
  text-align: right;
  }
table .answer {
  text-align: left;
  font-weight: bold;
  padding: auto 0 auto 0;
  }
table .nav {
  float: left;
  padding: 4px 10px;
  text-align: left;
  border-top: none;
  border-bottom: none;
  }
table .title {
  display: block;
  text-align: left;
  height: 100%
  font-size: 110%;
  font-weight: bold;
  }
table .client {
  background-color: #fff;
  }
table tr {
  background: #ddd;
  }
table tr.alt {
  background: #f1f1f1;
  }
table td a {
  display: block;
  font-weight: bold;
  }

.text_big{
  font-size: 100%;
  font-weight: bold;
  line-height: 18px;
  }

.col_startitle{#
  overflow: hidden;
  text-align: center;
  width: 30px;
  }
.col_star{
  font-size: 180%;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
  padding: 8px 0 0 0;
  line-height: 16px;
  width: 30px;
  }

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding-left: 6px;
	padding-top: 5px;
}

.gallery li {
	float: left;
	margin: 0 3px 3px 0px;
}

.gallery a {
	text-decoration: none;
	color: #ddd;
}
.gallery a:hover {
  cursor:pointer;
	color: #333;
	text-decoration: underline;
}

.gallery em {
	height: 30px;
	background: url("/gui/gallery/picture-frame.png") no-repeat;
	display: block;
	position: absolute;
	text-align: center;
	font: 100%/100% Georgia, "Times New Roman", Times, serif;
	padding-top: 145px;
}
.gallery em.upload_image {
  background: url("/gui/gallery/upload-frame.png") no-repeat;
}
