
/* CSS: mod_photo_lightbox*/
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */

.mod_photo_gallery {}
.mod_photo_gallery a {color:#000;text-decoration:underline;background:none}
.mod_photo_gallery a:hover {color:#000;text-decoration:none;background:none}
.mod_photo_row {width:100%;padding:0 5px 5px 5px;position:relative;margin:0 0 10px 0;background:none}
.mod_photo_cell {width:190px;float:left;display:inline;margin:5px 10px;}
.mod_photo_img {margin: 0 !important;width:100%;text-align:center;padding:10px 0 10px}
.mod_photo_img a {border:0;}
.mod_photo_img img {border:4px solid #f4f4f4;}
.mod_photo_text {margin: 0 !important;text-align:center;color:#000}
.mod_photo_text a {text-decoration:underline;color:#000;background:none;font-size:0.9em}
div.nofloat {width:1px;height:1px;clear:both;float:none;overflow:hidden;}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 110;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 120;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/* CSS: mod_poll_main*/
.poll {width:180px;background:#f7f7f7;font-size:95%;margin:0 0 20px 0;text-align:center;}
.poll fieldset {border:0px solid #fff;width:160px;text-align:left;padding:10px 0 10px 0;margin:0 auto}
.poll h3 {margin:0 0 10px 0}
.poll h4 {margin:0 0 10px 0}
.poll p.poll_question {margin:0 0 5px 0}
.poll input.poll_radio {margin:0 3px 0 0;vertical-align:bottom}
.poll label {cursor:pointer;}
.poll_row {display:block;height:1.25em;width:100%;position:relative;margin:5px 0 0 0}
.poll_row_inner {background: #efefef;height:1.25em;display:block;}
.poll_info {line-height:1.25em;position:absolute;top:0;right:0;background:transparent;}
.poll_count {text-align:center;margin:0;padding:0}
.poll input.poll_send {float:none !important;margin:0 auto;clear:both;width:114px;height:19px;background: #999;color:#fff;text-align:center;cursor:pointer;border:0px solid #fff;}
.poll_send_box {text-align:center;margin:0 0 5px 0;padding:5px 0 0 0}
.poll_thanks {text-align:center;}

form.poll_vote {margin:0 0 20px 0;padding:10px;background:#efefef;border:1px solid #ccc}
form.poll_vote h4 {margin:0 0 10px 0;padding:0}
form.poll_vote fieldset {border:0;padding:0;margin:0}
form.poll_vote input.poll_radio {margin:0}
form.poll_vote span.poll_box {width:40px;float:left;display:inline;text-align:center}
form.poll_vote span.poll_lbl {display:block}
form.poll_vote label {cursor:pointer;display:block}
form.poll_vote p.poll_count {width:90px;float:left;margin:0;padding:0;clear:both}
form.poll_vote p.poll_p_submit {float:left;width:100px;margin:0;padding:8px 0 0 0}
form.poll_vote p.poll_thanks {margin:0 0 10px 0;padding:3px;background:#f9f9f9}
form.poll_vote input.form_submit { }
