﻿.popup, .popup-active
{
    position:absolute;
    z-index: 999;
}

.popup
{
    visibility:hidden;
}

.popup-active
{
    visibility:visible;
}

.captcha
{
    position:relative;
    height: 59px;
    margin: 2px;
    width: 180px;
}

.captcha img
{
    width:112px;
    height:35px;
    position:absolute;
    left:0px;
    top:0px;
}

.captcha input
{
    position:absolute;
    top: 37px;
    left: 0px;
    width: 107px;
}

.captcha b
{
    position:absolute;
    top: 37px;
    left: 115px;
    color:#ff0000;
}

.albumitem
{
    float:left;    
    padding: 0px;
    margin: 0px 20px 20px 0px;
    text-align:center;
    font-size:11px;
    line-height:14px;
    overflow:hidden;
}

.galllink
{
    font-size:90%;
}

.galllink p
{
    display:block;
    margin:0;
    padding:0;
}

.galllink ul
{
    padding:0;
    margin:0;
}

.galllink li
{
    padding:0;
    margin:0 0 0 15px;
}

.gallurl input[type=text]
{
    width:100%;
}

div.gallurl
{
    margin: 0px 0px 5px 0px;
}

ul.gallviews
{
    margin:0px;
    padding:0px;
}

ul.gallviews li
{
    display:inline;
    list-style-type:none;
}

.gallcontrols
{
    font-size:120%;
    padding-bottom:5px;
}

.gallcontrols a
{
    text-decoration:none;
}

.gallcontrols a:hover
{
    text-decoration:underline;
}

.slideshowitem img
{
    border: solid 1px #ccc;
    padding:10px;
}

.flright
{
    float:right;
}

.mapkey
{
    width:480px;
    padding-top:10px;
}

.mapkey div
{
    float:left;
    width:160px;
    display:inline;
}

.commenting
{
    margin-top:10px;
}

.comment
{
    margin-top:10px;
    /*border: solid 1px #ccc;*/
}

.comment > div
{
    /*padding:5px;*/

}

.comment > div:first-child
{
    /*background-color: #ccc;
    color: #fff;*/
	font-weight:bold;
	font-size:110%;
}

.commenting > span > button, .commenting form
{
    margin-top:10px;
}

.commenting form
{
    display:block;    
}

.commenting label
{
    display:block;
    font-weight:bold;
}

.commenting form div
{
    margin-top:10px;
}

.commenting input[type=text]
{
    width:300px;
}

.commenting textarea
{
    width:300px;
    height:150px;
}

.gallerycarousel
{
    position:relative;
    text-align:center;
}    

.gallerycarousel .thumbs
{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    overflow:hidden;
}

.gallerycarousel .thumbs div
{
    float:left;
    cursor:pointer;
}

.gallerycarousel .gnavprev, .gallerycarousel .gnavnext
{
    position:absolute;
    bottom:0;
    width:20px;
    cursor:pointer;
    background-color:#333;
    background-repeat:no-repeat;
    background-position:center center;
}

.gallerycarousel .gnavprev
{    
    left:0;    
    background-image: url(/central/content/gallery_prev.png);
}

.gallerycarousel .gnavnext
{
    right:0;
    background-image: url(/central/content/gallery_next.png);
}

.warning-box
{
	background-color:#FFC;
	padding:10px;
	text-align:center;
	color:#000;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.warning-box b
{

}

.warning-box a
{
	color:#000;
	text-decoration:underline;
}
.submit-forms input[type=text], .submit-forms textarea
{
       width:370px;
       border:3px solid #c4d7ec;
       padding:5px;
}

.submit-forms select
{

       border:3px solid #c4d7ec;
       padding:5px;
}

.submit-forms textarea
{
       height:150px;
}

.submit-forms table tbody tr td
{
   padding-bottom:7px;
   padding-top:7px;
   /*border-bottom:1px solid #fff;    */
}

.submit-forms table
{
   background-color:#D0DFF0;
   padding:10px;
}

.submit-p
{
   text-align:center;
}

.brfgridheader
{
   display:none;
}

.brfnondepsubform
{
   border:1px dashed #7DA9D5;
   margin-top:10px;
}

.submit-forms h2
{
   padding:0;
   margin:0;
}