/***************************************************/
/* CSS DEFINITIONS FOR GALLERY MODULE              */
/***************************************************/

#gallery img {
	border:4px solid #e6e6e6;
	margin-bottom:4px;
}
#gallery a:hover img {
	border:4px solid #ABC0CB;
	margin-bottom:4px;
}

#gallery {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float:left;
    height:auto !important;
}

div.row_1,
div.row1 {
    background-color: #f9f9f9;
    border-bottom: 1px solid #E6E6E6;
}
div.row_2,
div.row2 {
    background-color: #ffffff;
    border-bottom: 1px solid #E6E6E6;
}

#gallery div.category_tree,
#gallery div.category_comment,
#gallery div.category_images,
#gallery div.show_image,
#gallery div.image_navigation,
#gallery div.category_paging {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
    float:left;
    height:auto !important;
}
#gallery div.category_image
 {
    width: 30%;
    float: left;
    height:auto !important;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#gallery div.category_informations {
    width: 70%;
    float: left;
    height:auto !important;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#gallery div.category_informations h2 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#gallery div.image_voting,
#gallery div.image_comment {
    float: left;
    height:auto !important;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
}
#gallery div.category {
    width: 100%;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    float:left;
    height:auto !important;
}
#gallery div.category_images div.image {
    width: 33%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align:left;
    float: left;
}
#gallery div.show_image img, #gallery div.category_image img, #gallery div.category_images img{
    margin: 0px 15px 0px 0px;
}
#gallery div.show_image, #gallery div.image_navigation {
    text-align: center;
}

#docsys {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
}
#docsys td {
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
#docsys th {
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	font-weight: bold;
}

#media
{
 border-top: 1px solid #454F58;
border-left: 1px solid #454F58;
}

#media td
{
 border-right: 1px solid #454F58;
 border-bottom: 1px solid #454F58;
}

#media th
{
 border-right: 1px solid #454F58;
 border-bottom: 1px solid #454F58;
 font-weight: bold;
}

#news
{
 border-top: 1px solid #454F58;
 border-left: 1px solid #454F58;
}

#news td
{
 border-right: 1px solid #454F58;
 border-bottom: 1px solid #454F58;
}

#news th
{
 border-right: 1px solid #454F58;
 border-bottom: 1px solid #454F58;
 font-weight: bold;
}

#sitemap_level_1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #454F58;
	font-weight: bold;
}

#sitemap_level_2,
#sitemap_level_3,
#sitemap_level_4,
#sitemap_level_5 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: black;
	font-weight: normal;
}
/* DEFAULT CONTACT FORM */
form.contactForm p {
	width: 300px;
	clear: left;
	margin: 0;
	padding: 2px 0 3px 0;
	padding-left: 155px;
	_padding-left: 165px;
	height: 1%;
}

form.contactForm p label.noCaption {
	float: left;
	width: 150px;
	margin-left: 2px;
	margin-top: 2px;
}

form.contactForm .contactFormGroup {
	float: left;
	margin-top: -15px !important;
}

form.contactForm p input.contactFormClass_checkbox {
	float: left;
}

form.contactForm p input.contactFormClass_checkboxGroup {
	clear: left;
	float: left;
}

form.contactForm p input.contactFormClass_radio {
	clear: left;
	float: left;
}

form.contactForm p label, .contactForm p span {
	font-weight: bold;
	float: left;
	margin-left: -155px;
	width: 150px;
}

form.contactForm input[type="text"] {
	width: 180px;
}

form.contactForm input{
	overflow: hidden;
}

form.contactForm img.captcha {
	float: left;
}

form.contactForm .is_required {
	color: red;
}

form.contactForm textarea {
	width: 250px;
	height: 150px;
}

form.contactForm #contactFormCaptcha {
	margin-left: 147px;
}


form.contactForm .contactFormClass_button {
	margin-left: 0px;
}

form.contactForm  #contactFormCaptcha {
	margin-left: 3px !important;
	margin-top: 5px !important;
}
