/** Basic **/
#tx_whidamgallery_abContent h2 {
  color: #fff;
  border-bottom:2px solid #FF9600;
  border-top:2px solid #FF9600;
  font-size:18px;
  margin:5px 0pt;
  padding:4px 0pt 3px 5px; 
}
.tx-whidamgallery-pi1 {
}
.tx_whidamgallery_clear {
  clear: both;
}
.tx_whidamgallery_float_left {
  float: left;
}
.tx_whidamgallery_float_right { 
  float: right;
}
.tx_whidamgallery_no_content {
  font-weight: bold;
  padding: 10px;
  border: 2px solid #333;
  background-color: #e1a648;
}
.tx_whidamgallery_page_browser {
  text-align: center;
}

/** Categories **/
.tx_whidamgallery_cat_container {
  margin: 15px 0 5px 0;
}

.tx_whidamgallery_cat_box_container {
  margin: 0;
  padding: 0;
  border: none;
}

.tx_whidamgallery_cat_box {
  border: 1px solid black;
  background-color: #ddd;
  padding: 5px;
  margin: 0px 5px 10px 5px;
}

.tx_whidamgallery_cat_image {
  margin: 0 10px 10px 0;
}
.tx_whidamgallery_cat_image IMG {
  border: 1px solid black;
}

.tx_whidamgallery_cat_title {
  font-size: 14px;
  font-weight: bold;
}

.tx_whidamgallery_cat_subcats {
  font-size: 12px;
}

.tx_whidamgallery_cat_description {
}

/** Gallery **/
.tx_whidamgallery_gal_container {
}
.tx_whidamgallery_gal_images_container {
  margin: 15px 0 5px 0;
}
.tx_whidamgallery_gal_spinner_container {
  display: none;
  position: absolute;
  background: url(typo3conf/ext/whi_damgallery/static/images/spinners/spinnerbg.png);
  border: 3px solid #555;
  width: 150px;
  height: 40px;
  top: 25%; left:50%;
  margin: -20px 0 0 -75px;
}
.tx_whidamgallery_gal_spinner {
  text-align: center;
  margin-top: 5px;
}
.tx_whidamgallery_gal_spinner img {
  vertical-align: middle;
  padding-right: 5px;
}
.tx_whidamgallery_gal_box_container {
  margin: 0;
  padding: 0;
  border: none;
}
.tx_whidamgallery_gal_row {
  display: inline;
  zoom: 1;
}
.tx_whidamgallery_gal_box {
  border: 1px solid black;
  background-color: #ddd;
  padding: 5px;
  margin: 0px 5px 10px 5px;
}

.tx_whidamgallery_gal_image {
  margin-bottom: 5px;
}
.tx_whidamgallery_gal_image IMG {
  border: 1px solid black;
}

.tx_whidamgallery_gal_actions {
}
.tx_whidamgallery_gal_actions img {
  vertical-align: middle;
}
.tx_whidamgallery_gal_comments {
  margin-right: 5px;
}
.tx_whidamgallery_gal_rating {
  margin-right: 5px;
}
.tx_whidamgallery_gal_exif {
  margin-right: 5px;
}
.tx_whidamgallery_gal_download {
}

/** Comments **/
.tx_whidamgallery_com_header h2 {
}
.tx_whidamgallery_com_header h4 {
}
.tx_whidamgallery_com_container {
  padding: 0 5px;
}
.tx_whidamgallery_com_commentlist ol {
  padding-bottom: 15px;
}
.tx_whidamgallery_com_commentlist li {
  list-style-type: none;
  margin-bottom: 15px;
  border-bottom: 1px solid #e2dacd;
}
.tx_whidamgallery_com_commentlist .tx_whidamgallery_com_gravatarimg {
  float: left;
  clear: left;
  margin-right: 10px;
  border: 1px solid #e2dacd;
}
.tx_whidamgallery_com_commentlist span.tx_whidamgallery_com_byname {
  font-size: 15px;
  font-weight: bold;
}
.tx_whidamgallery_com_commentlist span.tx_whidamgallery_com_date {
}
.tx_whidamgallery_com_commentlist p {
  padding: 0;
  margin: 8px 0 10px 0;
}

.tx_whidamgallery_com_no_comments {
}
.tx_whidamgallery_com_form_container {
}
.tx_whidamgallery_com_form_container form {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}
 
#tx_whidamgallery_com_form_error {
}
#tx_whidamgallery_com_form_error ul {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  list-style: none;
  margin: 5px 0;
  margin-top: 10px;
  padding: 10px;
  border: 2px solid #fff;
  background-color: #f00;
}

#tx_whidamgallery_com_form input, #tx_whidamgallery_com_form textarea {
  font-size: 11px;
  border: 1px solid #300000;
  background: #eee;
  color: black;
  padding: 1px 2px;
  margin: 0;
}
#tx_whidamgallery_com_form textarea {
  width: 435px;
  height: 200px;
}
#tx_whidamgallery_com_form p {
  padding: 0;
  margin: 8px 0;
}
#tx_whidamgallery_com_form #email, #tx_whidamgallery_com_form #author, #tx_whidamgallery_com_form #url, #tx_whidamgallery_com_form #capture, #tx_whidamgallery_com_form #freecap {
  font-weight: bold;
  width: 180px;
}
#tx_whidamgallery_com_form label {
  font-size: 12px;
  color: #e2dacd;
  margin-left: 5px;
}
#tx_whidamgallery_com_form .tx_whidamgallery_com_form_required {
  color: red;
}

#tx_whidamgallery_com_form img {
  margin-bottom: 5px;
}

.tx-srfreecap-pi2-image {
  margin: 0 0 8px 0;
}
.tx_whidamgallery_com_spinner_container {
  display: none;
  position: absolute;
  background: url(typo3conf/ext/whi_damgallery/static/images/spinnerbg.png);
  border: 3px solid #555;
  width: 150px;
  height: 40px;
  top: 25%; left:50%;
  margin: -20px 0 0 -75px;
}
.tx_whidamgallery_com_spinner {
  text-align: center;
  margin-top: 12px;
}
.tx_whidamgallery_com_spinner img {
  vertical-align: middle;
  padding-right: 5px;
}

/** Rating **/
.tx_whidamgallery_rating { }
	.tx_whidamgallery_rating_display { position: relative; left: 0; top: 0; height: 12px; margin-bottom: 5px; }
		.tx_whidamgallery_rating_grey_bar { position: absolute; left: 0; top: 0; width: 60px; height: 12px; background: url(typo3conf/ext/whi_damgallery/static/images/rating_stars_12.gif) repeat-x; font-size: 1px; }
		.tx_whidamgallery_rating_gold_bar { position: absolute; left: 0; top: 0; width: 0px; height: 12px; background: url(typo3conf/ext/whi_damgallery/static/images/rating_stars_12.gif) repeat-x 0 -12px; font-size: 1px; font-size: 1px; }
		.tx_whidamgallery_rating_vote_bar { position: absolute; left: 0; top: 0; width: 60px; height: 12px; font-size: 1px; }
			.tx_whidamgallery_rating_vote_bar DIV A { position: absolute; left: 0; top: 0; width: 11px; height: 12px; border: none; text-decoration: none; }
				.tx_whidamgallery_rating_vote_bar DIV A:hover { position: absolute; left: 0; top: 0; background-image: url(typo3conf/ext/whi_damgallery/static/images/rating_stars_12.gif); background-position: 0 -24px; }
			.tx_whidamgallery_rating_vote_bar DIV A.tx_whidamgallery_rating_star_1 { width: 12px; z-index: 5; }
			.tx_whidamgallery_rating_vote_bar DIV A.tx_whidamgallery_rating_star_2 { width: 24px; z-index: 4; }
			.tx_whidamgallery_rating_vote_bar DIV A.tx_whidamgallery_rating_star_3 { width: 36px; z-index: 3; }
			.tx_whidamgallery_rating_vote_bar DIV A.tx_whidamgallery_rating_star_4 { width: 48px; z-index: 2; }
			.tx_whidamgallery_rating_vote_bar DIV A.tx_whidamgallery_rating_star_5 { width: 60px; z-index: 1; }
	.tx_whidamgallery_rating_text { color: #606060; font-size: 11px; }
	.tx_whidamgallery_rating_display_wrap { font-size: 12px; display: none; z-index: 1; }
			.tx_whidamgallery_rating_display_wrap IMG { float: left; margin-left: 65px; margin-right: 5px; }

/** Exif **/
.tx_whidamgallery_exi_data_group_title {
	font-size: 14px;
	color: #ddd;
	padding: 0;
	margin: 0 0 2px 0;
}
.tx_whidamgallery_exi_image {
	margin-right: 10px;
}
.tx_whidamgallery_exi_image img {
	border: 3px solid #E2DACD;
}
.tx_whidamgallery_exi_table {
	width: 300px;
	padding: 0;
	margin: 0 0 10px 0;
	border-collapse: collapse;
}
.tx_whidamgallery_exi_table td {
	vertical-align: top;
	padding: 2px;
}
.tx_whidamgallery_exi_table_odd {
	background-color: #725F42;
}
.tx_whidamgallery_exi_table_even {
}
.tx_whidamgallery_exi_table .label {
	width: 150px;
}
.tx_whidamgallery_exi_table .value {
}
.tx_whidamgallery_exi_belowimage .label {
	color: #fff;
	margin: 12px 0 0 0;
	font-weight: bold;
}
.tx_whidamgallery_exi_belowimage .value {
	color: #000;
	margin: 5px 0 0 0;
}

