@CHARSET "UTF-8";

.loading
{
	width:100%;
	height:100%;
	position:absolute;

	opacity:0.5;
	filter:alpha(opacity=50);
	top:0px;
	left:0px;
	background: url(../images/spinner.gif) no-repeat center #fff;
	z-index:900;
}

.CAPTCHA
{
    visibility:hidden;
    display:none;
}
.addcomment
{
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size : 11px;
    padding:2px;
    color:#305129;
}

.addcomment_mini
{
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size : 10px;
    padding:2px;
    color:#508149;
    font-style:italic;
}

.litle_title
{
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size : 11px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #333;



}

.dlgbox
{
	overflow:auto;
	display:none;
	background:#606060;
	border:1px solid;
	position: absolute;
	margin: 0px auto;
	z-index:1000;
}

.dlgbox_title
{
	position: relative;
	height:20px;
	padding:5px;
	
	left:0px;
	letter-spacing: 1px;
	font-size: 13px;
	color: #ddd;
	font-weight: bold;
}

.dlgbox_client
{
	background:#fff;
	overflow:auto;
	z-index:1001;
        font-size : 10px;
}

.dlgbox_bottom
{
	position:absolute; 
	vertical-align:bottom; 
	left:0px; 
	height:50px; 
	bottom:0px; 
	padding:0px; 
	width:100%; 
	
	background-position: bottom;
}

.dlg_box_bottom_desc
{
	text-align: left; 
	position: absolute;
	float:left; 
	left:10px;
	width:70%;
	height:10px;
	top:20px;
	font-size: 10px;
	color: #000;
}

.dlg_box_bottom_btn
{
	position: relative;
	float:right;
	right:5px;
	top:30px;
	color: #000;
}

.minilink
{
	font-size: 9px;
	color: #50665a;
}


.img_panel
{
	overflow:auto;
	display:none;
	background:#333;
	border:0px solid;
	position: absolute;
	margin: 0px auto;

        text-align: center;
        left:0px;
        top:0px;
        width:100%;
        height:100%;
}

.img_title
{
        position: relative;
        left:0px;
        height:33px;
        padding:0px;
        letter-spacing: 1px;
        font-size: 13px;
        color: #444;
        font-weight: bold;
        background-image:url(../images/bottom_galerry.gif);
        background-position:top;
}

.img_loader
{
        opacity:0.8;
        filter:alpha(opacity=80);
        z-index: 100;
        position:absolute;
        height:100%;
        width:100%;
        top:0px;
        left:0px;
        background: url(../images/img_loader.gif) no-repeat center #333;
}

.img_navi_link
{
	font-family: "Lucida Grande", Verdana, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;

        color: #555;
        float:left;
}

.img_navi_close
{
    font-family: "Lucida Grande", Verdana, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;

    color: #c33;
    float:right;
    font-size: 11px;
}

.img_content
{
    top:60px;
    text-align: center;
    width:100%;
    padding:0px;
    margin: 0 auto;
}

.img_content_link
{
    border:0px solid;
    width:48%;
    height:50%;
    cursor:pointer;
}

.mainimg
{
	vertical-align:bottom;
}