/**
 * Joomgallery CSS styles
 * Please adjust the CSS to your needs by using 'Customize CSS' in JoomGallery backend
 * Bitte nehmen Sie Änderungen vor, indem sie 'CSS anpassen' im Backend der JoomGallery vornehmen
 **/
 
 .jg_imgalign_catimgs{
	 margin-left: auto;
	 margin-right: auto;
 }
 .jg_photo, .jg_imgalign_catimgs, jg_element_cat{
    display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*commons for all views */
.gallery .sectiontableheader, .jg_category .sectiontableheader{
  padding:5px;
  text-align:center;
  	background-image: url("http://www.tmcrew.be/tmcrew/templates/tmcrew/images/styles/blue/module_box_templatecolor_bg.png");
    background-position: left top;
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 40px;
    padding-left: 10px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
.jg_userpanelview .sectiontableheader{
	font-size: 14px;
}
.jg_rm, .jg_sm {
  font-size:0.8em;
  padding-left:2px;
  color:#999;
  vertical-align:middle;
}
.jg_back, jg_toplist, .jg_search{
  padding-left:5px;
  
}
img.jg_photo {
  vertical-align:center;
  
}
.jg_no_script {
  color:#999;
  font-size:0.8em;
}
.jg_no_access {
  color:#777;
}
/* Border for all images (thumbs, minis, full...) */
img.jg_photo, .jg_minis a img {
	margin-top: 2px;
}
a:hover img.jg_photo, .jg_minis a:hover img {
	-moz-box-shadow: 0px 0px 9px #1479C4;
	-webkit-box-shadow: 0px 0px 9px #1479C4;
	box-shadow: 0px 0px 9px #1479C4;
}
.jg_element_cat:hover .jg_catelem_txt{
background: -moz-linear-gradient(top, rgba(20,121,196,0) 0%, rgba(20,121,196,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,121,196,0)), color-stop(100%,rgba(20,121,196,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(20,121,196,0) 0%,rgba(20,121,196,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(20,121,196,0) 0%,rgba(20,121,196,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(20,121,196,0) 0%,rgba(20,121,196,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(20,121,196,0) 0%,rgba(20,121,196,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001479c4', endColorstr='#1479c4',GradientType=0 ); /* IE6-9 */
	color: #FFF;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
.jg_element_cat:hover .jg_catelem_txt li a{ color: #FFF;}

.jg_pathway{
  margin-top: 10px;
  width: 66%;
  padding:2px;
}
.jg_pathway a img{
  vertical-align:middle;
}
.jg_back{

}
.jg_mygal{
  text-align:left;
  font-weight:bold;
  padding-left:5px;
}
/* div around 'my favourites'-link */
div.jg_my_favourites {
  text-align:left;
  font-weight:bold;
  padding-left:5px;
  width: 25%;
  float: left;
}
.jg_txtrow, .jg_toplist, .jg_gallerystats, .jg_paginationimg, .jg_subcat_pagination, jg_catcountimg {
  text-align:center;
  padding:0.5em 0;
}
.jg_paginationimg{
	background: url("../images/module_box_bg.png") repeat-x scroll 0 0 #EBEBEB;
    border-bottom: 1px solid #DEDEDE;
    overflow: hidden;
    padding: 20px 20px 19px;
    text-shadow: 0 1px 0 #FFFFFF;
}
.jg_hidden {
  visibility:hidden;
  text-align:center;
}
.jg_displaynone {
  display:none;
}
.jg_overflowhidden {
  padding:0.8em 0;
  overflow:hidden !important;
  overflow:hidden;
}
.jg_floatleft {
  float:left;
}
.jg_floatright{
  float:right;
}
.jg_clearboth{
  clear: both;
}
/* div around searchbox */
div.jg_search {
  text-align:right;
  margin:2px;
  padding: 0.2em 0;
  width: 33%;
  float: right;
}
/* searchbox */
div.jg_search .inputbox {
  margin:0 0 0 5px;
  background-image:url("../images/search_icon.gif");
  background-position:5px center;
  background-repeat:no-repeat;
  padding:2px 5px 2px 20px;
}
.jg_poweredby {
  border:#666 solid 1px;
  padding:0.2em;
}
.jg_newpic {
  border:0 none;
  margin:0 0 0 0.6em;
  padding:0;
  vertical-align:bottom;
}
img.jg_icon{
  width:16px;
  height:16px;
  border:0px;
  vertical-align:bottom;
}
.pngfile{
}

/* Tooltip-Styles::Overlib */
.jl-tips-font {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size:10px;
  color:#000;
}
.jl-tips-capfont {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10px;
  font-weight:bold;
  color:#fff;
  padding-top:2px;
  padding-bottom:2px;
}
.jl-tips-closefont {
  font-family:Arial, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#99f;
  text-align:right;
}
.jl-tips-closefont a, .jl-tips-closefont a:link, .jl-tips-closefont a:visited,.jl-tips-closefont a:hover {
  color:#730000;
}
.jl-tips-fg {
  background-color:#fff;
  border:1px solid #d0d0ca;
  padding:2px;
}
.jl-tips-bg {
  background:#C64934;
}
.jl-tips-button, .jl-tips-button:link, .jl-tips-button:visited, .jl-tips-hover {
  margin:0 0.5em 0.5em 0;
  padding:0;
  white-space:nowrap;
  text-align:center;
  display:block;
  width:8em;
  background:#333;
  font:bold 12px Menu,Arial,Verdana,sans-serif;
  border:1px solid #d0d0ca;
  color:#404040;
  text-decoration:none;
  padding:2px;
  padding-left:5px;
  padding-right:8px;
  margin-top:10px;
}
.jl-tips-button:hover, .jl-tips-hover:hover {
  background:#eee;
  color:#000040;
  text-decoration:none;
}
.jg_row {
  overflow:hidden;
  height:auto !important;
  padding:0.1em 0;
}
.jg_element_gal, .jg_element_gal_r {
  height:100%;
  padding: 10px;
  margin-right: 20px;
  text-align: center;
}
.jg_element_gal:hover, .jg_element_gal_r:hover {
  background-color: #F0F2F7;
}
.jg_photo_container_r{
  float:right;
  padding-left: 0.5em;
}
.jg_photo_container{
	padding: 0.5em;
	text-align: center;
}
.jg_element_img{
  text-align:center;
}
.jg_element_txt_r{
  text-align:right !important;
}

.jg_element_txt_subs_r{
  float:right;
  text-align:right !important;
  font-size: 0.9em;
}

.jg_element_txt ul,.jg_element_txt_r ul, .jg_element_txt_subs ul, .jg_element_txt_subs_r ul{
  margin:0 !important;
  padding:0 !important;
}
.jg_element_txt li,.jg_element_txt_r li, .jg_element_txt_subs li, .jg_element_txt_subs_r li{
  background-image:none;
  list-style-type:none;
  list-style-image:none;
  margin:0 !important;
  padding:0 !important;
  line-height:115% !important;
}
.jg_element_txt li:first-child{
	font-size: 1.3em;
	line-height:  1.4em;
}

/*Detail view - Detalansicht*/
.jg_imgtitle {
  text-align:center;
  font-weight:bold;
  padding-bottom: 10px;
}
div.jg_details, div.jg_voting, div.jg_commentsarea, div.jg_send2friend, div.jg_bbcode, div.jg_exif, div.jg_panemodule {
  width:100%;
  margin-bottom:5px;
  overflow: hidden;
  text-shadow: 0 1px 0 #FFFFFF;
  width: 33%;
  float: left;
  min-height: 100%;
}
div.jg_details .sectiontableheader h4, 
div.jg_voting .sectiontableheader h4, 
div.jg_commentsarea .sectiontableheader h4, 
div.jg_send2friend .sectiontableheader h4, 
div.jg_bbcode .sectiontableheader h4, 
div.jg_exif .sectiontableheader h4, 
div.jg_panemodule .sectiontableheader h4{
	line-height: 1.6em; 
	color: #FFF;
	margin-top: 0;
}
.jg_photo_left, .jg_exif_left, jg_s2fl{
	width: 30%;
	margin: 0 5%;
	font-weight: bold;
	float: left;
}

.jg_send2friend .sectiontableentry1, .jg_voting .sectiontableentry1{
  text-align:center;
  padding:5px;
}
.jg_send2friend form{
	margin-left: 20px;
}
.jg_send2friend .jg_s2fl{
	
}
.jg_send2friend .jg_s2fr{
	
}
.jg_photo_entry {
  overflow:hidden;
}
div.jg_bbcode_left {
  width:29%;
  font-weight:normal;
  padding:0.3em;
  float:left;
}
div.jg_photo_right, div.jg_bbcode_right {
  padding:0.3em 0;
  overflow:hidden;
}
/* Exif-Data cells */
div.jg_exif_left {
  padding:0.3em;
  float:left;
}
div.jg_exif_right{
  padding:0.3em 0;
  overflow:hidden;
}
/* Comments and send2friend cells */
td.jg_cmtl, td.jg_s2fl {
  width: 30%;
  padding:0.2em 0 0 0.2em;
  font-weight:normal;
  text-align:left;
}
td.jg_cmtr, .jg_s2fr {
  padding:0.2em 0;
  vertical-align:top;
  text-align:left;
}
/* Comment delete */
div.jg_cmtronly {
  clear:both;
  padding:0.5em 0;
  text-align:center;
}
div.jg_cmtl {
  float:left;
  width:20%;
  text-align:left !important;
}
div.jg_cmtr {
  float:left;
  width:80%;
  text-align:left !important;
}
td.jg_cmtf {
  text-align:center;
}
.jg_minipic {
  border:1px solid #000;
  padding:1px;
}
.jg_detailnavi {
  overflow:hidden;
  text-align:center !important;
  margin-bottom:0.9em;
}
.jg_detailnaviprev, .jg_detailnavinext {
  width:30%;
}
.jg_detailnaviprev {
  float:left;
  text-align:center !important;
}
.jg_detailnavinext {
  float:right;
  text-align:center !important;
}
.jg_detailnavislide {
  width:100%;
  padding:0.3em 0;
  text-align:center !important;
}
.jg_iconbar {
  float:left;
  width:40%;
  padding-top:5px;
  text-align:center !important;
}
/* MotionGallery Styles */
.jg_minis {
  text-align:center;
  padding:0.5em 0;
}
#motiongallery {
  position:absolute;
  left:0;
  top:0;
  white-space:nowrap;
}
#motioncontainer {
  margin:0 auto;  /*centers on page */
  position:relative;
  overflow:hidden;
}
#statusdiv {
  background-color:#FFFFE0;
  border:1px solid #7F7F7F;
  padding:2px;
  position:absolute; /* Stop Editing Gallery Styles */
  left:-300px;
  visibility:hidden;
}
#motioncontainer a:hover {
  color:#F00; /* Dummy definition to overcome IE bug */
}
/* Nameshield */
.nameshield {
  font-size:10px;
  color:#4F4F4F;
  background-color:#E5E5E5;
  border:1px solid #888;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  opacity:0.7;
  padding-left:2px;
  padding-right:2px;
}
/* Accordion */
/* DIVs around accordion headers */
div.gallery div.sectiontableheader{
  padding:0px;
  clear: both;
}

/* deactivated accordion */
.joomgallery-notoggler{
  margin:0px;
  padding:2px;
}
/* common for both togglers */
.joomgallery-toggler, .joomgallery-toggler-down{
  background-repeat:no-repeat;
  background-position:right;
  cursor:pointer;
  margin:0px;
  padding:2px;
  line-height: 1.6em;
  color: #FFF;
}
/* not activated toggler */
.joomgallery-toggler {
  background-image: url(../images/arrow_down.png);
  color: #e8e8e8;
  line-height: 1.6em;
}
/* activated toggler */
.joomgallery-toggler-down {
  background-image: url(../images/arrow_up.png);
  color: #FFF;
  line-height: 1.6em;
}
.joomgallery-slider {
  margin:0;
  padding:2px;
  
  background: url("../images/module_box_bg.png") repeat-x scroll 0 0 #EBEBEB;
  border-bottom: 1px solid #DEDEDE;
  overflow: hidden;
  padding: 20px 20px 19px;
  text-shadow: 0 1px 0 #FFFFFF;
}
/* favourites */
/* Box around copyright and title: */
div.jg_uploadcopyright{
  padding:5px 15px 5px 15px;
}
/* Actual copyright text */
div.jg_uploadcopyright div{
  font-style:italic;
}
.jg_uploadquotas{
  padding: 5px;
  font-size:10px;
  text-align:center;
}
span.jg_quotatitle{
  font-weight:bold;
}
.jg_fav_switchlayout{
  text-align:right;
}
.jg_fav_clearlist{
  text-align:right;
}
.jg_up_esub3,.jg_up_esub4 {
  width:5%;
  padding:0pt 0.2em;
  float:left;
}
.jg_up_esub3 {
  text-align:right;
}
.jg_up_esub4 {
  text-align:left;
}
.jg_top_element {
  text-align:center;
  float:left;
}
/* Top list entry images */
/* Text under top list entries */
.jg_top_element .jg_top_details {
  margin:0;
  padding:0;
  text-align:center;
}
.jg_favelem_txt ul{
  padding: 1.1em;
}
.jg_favelem_txt li {
  background-image:none;
  list-style-type:none;
  list-style-image:none;
  margin:0;
  padding:0;
}
/* Create Zip */
.jg_createzip{
  margin-top:20px;
  margin-bottom:20px;
  text-align:center;
}
/* minis */
.jg_header{
  text-align:center;
  font-weight:bold;
  margin:10px 0px;
}
.minigallery .sectiontableheader{
  margin-bottom:5px;
  width:502px;
  margin-left:auto;
  margin-right:auto;
}
/* Joom Plugin */
.jg_bu_extended_options{
  text-align:center;
  padding:10px;
  margin-right:auto;
  margin-left:auto;
  width:500px;
}
.jg_bu_extended_option_left{
  margin-right:20px;
}
.jg_bu_extended_option_middle{
  margin:0px 20px;
}
.jg_bu_extended_option_right{
  margin-left:20px;
}
.jg_bu_search{
  padding:0px;
  text-align:center;
}
.jg_bu_filter{
  margin:12px 0px;
}
.jg_bu_minis{
  margin:auto;
  border:solid 1px black;
  width:500px;
  overflow:hidden;
}
.jg_bu_mini{
  float:left;
  padding:5px;
}
.jg_bu_no_mini{
  width:40px;
  text-align:center;
  font-size:90%;
  line-height:13px;
}
.jg_bu_no_images{
  text-align:center;
  padding:10px;
}
.jg_overlib .jg_title{
  font-weight:bold;
}
.jg_overlib .jg_catname{
  margin-left:5px;
}
/* special view */
/* Container and Text under top list entries */
.jg_topelement .jg_topelem_txt {
  margin:0;
  padding:0;
}
.jg_topelem_txt ul{
  padding: 1.1em;
}
.jg_topelem_txt li {
  background-image:none;
  list-style-type:none;
  list-style-image:none;
  margin:0;
  padding:0;
}
/* user view */
/* Box around copyright and title: */
div.jg_uploadcopyright{
  padding:5px 15px 5px 15px;
}
/* Actual copyright text */
div.jg_uploadcopyright div{
  font-style:italic;
}
.jg_uploadquotas{
  padding:5px;
  font-size:10px;
  text-align:center;
}
span.jg_quotatitle{
  font-weight:bold;
}
.jg_up_head {
  vertical-align:middle;
  text-align:center !important;
  padding:0.3em 0;
}
/*Pagination*/
div.list-footer{
  text-align:center !important;
  padding:0.8em 0;
}
div.limit, div.counter {
  text-align:center !important;
}
.jg_up_entry {
  overflow:hidden;
  height:1%;
  margin:auto;
  text-align:center;
  padding:0.4em 0;
}
.jg_uprow {
  overflow:hidden;
  padding-top:0.7em;
}
.jg_uptext {
  float:left;
  text-align:right;
  padding-right:0.9em;
  width:25%;
}
.jg_uploadform .jg_txtrow, .jg_editpicture .jg_txtrow {
  padding-top:1em;
}
.jg_up_ename,.jg_up_ehits,.jg_up_ecat,.jg_up_eact,.jg_up_eappr,.jg_up_epubl,.jg_up_esub1,.jg_up_esub2 {
  float:left;
}
.jg_up_ename {
  width:20%;
  text-align:left;
}
.jg_up_ehits {
  width:10%;
}
.jg_up_ecat {
  width:20%;
}
.jg_up_eact {
  width:20%;
}
.jg_up_esub1,.jg_up_esub2 {
  width:10%;
  padding:0 0.2em;
}
.jg_up_esub1 {
  text-align:right;
}
.jg_up_esub2 {
  text-align:left;
}
.jg_up_eappr {
  width:14%;
}
.jg_up_epubl {
  width:14%;
}
.jg_up_eminithumb {
  border:0;
  height:30px;
}
.jg_up_filter_entry {
  padding:1px 0;
  overflow:hidden;
  margin: auto;
  height: 1%;
}
.jg_up_filter_ecol1 {
  text-align:left;
  float:left;
  width:29%	;
}
.jg_up_filter_ecol2 {
  text-align:left;
  float:left; 
}
div.jg_uploadnotice{
  padding:5px;
}

/*description of category under header - Kategoriebeschreibung unterhalb des Header*/
.jg_catdescr{
  text-align:center;
  padding:5px;
}
.jg_catelem_txt{
  clear:both;
}
.jg_catelem_txt ul, .jg_subcatelem_txt ul{
  margin:0;
  padding:0 0.5em;
}
.jg_catelem_txt li, .jg_subcatelem_txt li{
  background-image:none;
  list-style-type:none;
  list-style-image:none;
  margin:0;
  padding:0;
}

#jg_cooliris{ 
    color: white; 
    position: absolute;
    right: 25px;
    top: 200px;
}

.jg_category div:nth-child(2){
    /*form*/
}
.clear{
    clear:both;
    height: 0;
    margin: 0;
    padding: 0;
 }
.jg_imgalign_catimgs{ 
	position: relative; 
	z-index: 0; 
	overflow: hidden;
	display: inline-table;
}
 
.jg_imgalign_catimgs img[alt=New]{
    position: absolute;
    left: 5px;
    top: 15px;
}

.jg_catelem_txt ul li{ 
    float: left; 
    padding-bottom: 2px;
    margin-right: 6px;
    line-height: 1.1em; 
    vertical-align: center;
    margin-top: 3px;
    font-size: 0.8em;
    text-transform: capitalize;
    line-height: 20px;
    }
.jg_catelem_txt { 
    position: absolute;
    bottom : 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #FFF;
    
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
    }

.jg_image_hits{ font-size: 0.8em;}
.jg_image_author{text-align: left;}

.gallery .componentheading{
    margin-bottom: 10px;
    }
    
.jg_subcatelem_txt ul li:first-child{
    text-transform: capitalize;
    font-size: 1.3em;
    line-height: 1.2em;
    padding: 5px;
}
.sectiontablegallery{
	margin: 0 auto;
	margin-bottom: 10px;
}
.hasHint{
}
.jg_subcatelem_cat_r{
	float: left;
	width: 25%;
}
.jg-tool-tip{
	background: #FFF;
	z-index: 999999;
	max-width: 200px;
	
	border-radius: 0px 10px 10px 10px; 
	-moz-border-radius: 0px 10px 10px 10px; 
	-webkit-border-radius: 0px 10px 10px 10px; 
	border: 0px solid #800000;
	
	box-shadow:2px 2px 6px rgba(0, 0, 0, 1);
	margin-left: -10px;
	
}
.jg-tool-title{
	font-size: 1.3em;
	background-color: #1479C4;
	color: white;
	line-height: 25px;
	padding-left: 10px;
	
	border-radius: 0px 9px 0px 0px; 
	-moz-border-radius: 0px 9px 0px 0px; 
	-webkit-border-radius: 0px 9px 0px 0px; 
	
}
.jg-tool-text{
	padding: 10px;
	line-height:  1.1em;
	margin-bottom: 15px;
}

.pagination a{
	margin: 0 5px;
}
.button{
background-color: #7FBF4D;
background-image: -webkit-gradient(linear, left top, left bottom, from(#7fbf4d), to(#63a62f));
background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
background-image: linear-gradient(top, #7fbf4d, #63a62f);
border: 1px solid #63A62F;
border-bottom: 1px solid #5B992B;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
-moz-box-shadow: inset 0 1px 0 0 #96ca6d;
-ms-box-shadow: inset 0 1px 0 0 #96ca6d;
-o-box-shadow: inset 0 1px 0 0 #96ca6d;
box-shadow: inset 0 1px 0 0 #96ca6d;
color: #FFF;
font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
line-height: 1;
padding: 7px 5px 8px 5px;
text-align: center;
text-shadow: 0 -1px 0 #4C9021;
border-image: initial;
}
a.button {
	color: #FFF;
}

#lbCaption{
	line-height:  20px;
	text-transform: uppercase;
}

/* Tabs of upload view */
dl.tabs {
  float:left;
  margin:10px 0pt -1px;
  z-index:50;
}
dl.tabs dt {
  background:#F0F0F0 none repeat scroll 0%;
  border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #CCCCCC;
  color:#666666;
  float:left;
  margin-left:3px;
  padding:4px 10px;
}
dl.tabs dt.open {
  background:#F9F9F9 none repeat scroll 0%;
  border-bottom:1px solid #F9F9F9;
  color:#000000;
  z-index:100;
}
div.current {
  border:1px solid #CCCCCC;
  clear:both;
  margin-top:35px;
  padding:10px;
}
div.current legend {
  font-size:14px;
  font-weight:bold;
  color:#aa0005;
  padding-left:8px;
}
div.current dd {
  margin:0pt;
  padding:0pt;
}
div.current td {
  border-bottom:1px dotted #CCCCCC;
}
div.current .formu td {
  border-style:none;
  padding:2px;
}

#reportimageform div{
  margin: 10px 0px;
}
html body.contentpane div.gallery fieldset legend{
	font-size: 1.4em; 
	background-color: #1479C4;
	line-height: 1.6em;
	text-align: center;
	display: block;
	color: #FFF;
}

