<?
require_once($_SERVER['DOCUMENT_ROOT'].'/../libs/cssControl.php');
?>

.image-container {
	padding-top:4px;
}
.view-image,.view-image img {
    width:600px;
}
.view-image {
    margin:0 0 10px 10px;
}

.display-image {
	background-color:#fff;
	padding:4px;
	margin:9px;
}
.display-image, .display-image img {
	-moz-border-radius:5px;
	border-radius:5px;
}

.gallery-image img,
.gallery-image-rotate img {
	background-color:#fff;
	/*max-height:120px;*/
	text-align:center;
	border:1px inset #a9a9a9;
	-moz-border-radius:5px;
	border-radius:5px;
    margin-left:1px;
}
.gallery-image-rotate img {
	width:110px;
	padding: 4px;
}
.gallery-desc {
	background-color:#fff;
	text-align:left;
    display: block;
    border: 1px outset #a9a9a9;
	padding:4px;
	width:124px;
	font-size:0.8em;
	margin-left:auto;
	margin-right:auto;
	/*-moz-border-radius:7px;
	border-radius:7px;*/
}
.gallery-desc .title {
    padding:2px;
    font-weight:bold;
    font-size:1.1em;
    border:outset 1px #a9a9a9;
	-moz-border-radius-topright:3px;
	-moz-border-radius-topleft:3px;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
    text-align:center;
    text-transform:uppercase;
}
.gallery-desc .description {
    padding:2px;
    font-size:.9em;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
    border:outset 1px #a9a9a9;
}
	
.image-shadow {
    float:left;
    background:url('/images/shadowAlpha.png') no-repeat bottom right !important;
    background:url('/images/images/shadow.gif') no-repeat bottom right;
    margin: 10px 0 0 20px !important;
    margin: 10px 0 0 5px;
}

.image-shadow img {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    margin: -6px 6px 6px -6px;
}

.image-description {
	clear:both;
    float:right;
	width:200px;
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px outset #a9a9a9;
    margin: 0 6px 6px -6px;
    padding: 4px;
	font-size:10px;
}


.report-image{
}

.report-image img {
	float:right;
    border: 1px outset #252525;
	margin-left:5px;
	width:80px;
}

.private-image {
	position:absolute;
    background:url('/images/image_private.png') no-repeat;
	width:50px;
	height:50px;
}

.approved-image {
	position:absolute;
    background:url('/images/image_approved.png') no-repeat;
	width:50px;
	height:50px;
}

.pending-image {
	position:absolute;
    background:url('/images/image_pending.png') no-repeat;
	width:50px;
	height:50px;
}

.denied-image {
	position:absolute;
    background:url('/images/image_denied.png') no-repeat;
	width:50px;
	height:50px;
}

