
div.photo-big{
	text-align: center;
	display: table-cell;
	vertical-align:middle;
	border: 0px;
	padding: 3px;
	margin: 0px;
	float: center;
}

div.photo img{
  box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
	float: center;
}

table.gallery td {
	width: 150px;
	height: 180px;
	text-align: center;
}
table.gallery th, table.gallery td {
  padding:10px;
}
.photo{
  background-position: center center;
  background-repeat: no-repeat;
	text-align: center;
	display: table-cell;
	vertical-align:middle;
	height: 180px;
	width: 140px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.desc,.sidedesc
{
  text-align: center;
	vertical-align:middle;
	width: 150px;
	border: 0px;
	padding: 0px;
	height: 100px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 15px;
}
.sidedesc{
	display: table-cell;
	width:170px;
	height:180px;
	padding-left:10px;
}
#gallery a, #conlist a{
  color:#777777;
  font-size: 13px;
  line-height: 14px;
}
#gallery a:hover, #conlist a:hover{
  color:#333333;
}

.gallery_grid_4{
  width: 680px;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
}

.gallery_grid{
  width: 1020px;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
}

.gallery-photobox:hover, .profile-small-photobox:hover, .profile-big-photobox:hover {
  background-color: #EEEEEE;
}

.gallery-photobox, .profile-small-photobox, .profile-big-photobox{
	display: inline; float: left; padding: 0px 10px;
}

.photo:hover{
	cursor: pointer;
}

.gallery-photobox{
	width: 140px;height:280px;
}

.profile-small-photobox{
	width: 150px;height:180px;
}

.profile-big-photobox{
	width: 320px;height:180px;
}

form.singleupload {
  width: 500px;
  margin: auto;
}

form.singleupload input,select{
  width: 200px;
}

#foot-message{
  background: transparent;
  box-shadow: rgba(0,0,0, 0) 0px 0px 0px;  
  -moz-box-shadow: rgba(0,0,0, 0) 0px 0px 0px;  
  -webkit-box-shadow: rgba(0,0,0, 0) 0px 0px 0px;
}

#foot-message:hover{
  background: transparent;
  box-shadow: rgba(0,0,0, 0) 0px 0px 0px;  
  -moz-box-shadow: rgba(0,0,0, 0) 0px 0px 0px;  
  -webkit-box-shadow: rgba(0,0,0, 0) 0px 0px 0px;
}

input, textarea, select{
	font-size: 12px;
	color: #3f3f3f;
	background: #eaeaea;
	border: 1px solid #555555;
	font-family:"Lucida Grande",Arial,sans-serif;
  background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));  
  background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);  
  box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
  -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
  -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
}

input:hover, textarea:hover, input:focus, textarea:focus {
  box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;  
  -moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;  
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px;
}  
div.fileinputs {
	position: relative;
}
div.fakefile {
	position: absolute;
	top: 3px;
	left: 0px;
	z-index: 1;
}
div.fakefile2 {
	position: absolute;
	top: -19px;
	left: 0px;
	z-index: 1;
}
table.singlefile input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 999;
}

table.main_reg th, table.main_reg td{
  padding: 3px;
}

div.dialog-box{
  position: absolute;
  z-index:999;
  background-color: white;
  border: 1px solid;
  margin-top: 1px;
  padding: 3px;
  display: none;
  box-shadow: rgba(0,0,0, 0.3) 0px 0px 20px;  
  -moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 20px;  
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px;
}
.action-item{
  text-align: right;
  padding-right: 6px;
  padding-left: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: white;
  color: #999;
  border-bottom: 1px solid #666;
}

.action-item-inactive{
  padding-right: 6px;
  padding-left: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: white;
  color: #333333;
  border-bottom: 1px solid #666;
}

.action-item:hover{
  background-color: #eee;
  color: #333333;
}

.editbox{
  width:100%;overflow:auto;height:150px;
}
.info-icon{
	width:50px;
	height:50px;
	padding: 2px 2px 7px 2px;
}
.info-container, .info-container-album{
	
	width:300px;
	padding-bottom:10px;
	clear: both;
	
}
.info-container{
	height:54px;
}
.info-side1,.info-side2{
	float: right;
	width: 234px;
	clear: both;
	padding:2px;
	padding-left: 10px;
	
}
.btop{
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
}
.cover {
    border: 0px;
    display: block;
    height: 100px;
    overflow: hidden;
    width: 100px;
    
}
.cover:hover {
	overflow:visible;
}
.cover-thumb {
    max-height: 150px;
    margin-left: -25px;
    max-width: 150px;
    vertical-align: middle;
}
.cover-thumb:hover {
	opacity:0.95;
	z-index:100;
}
.album-photo-icon,.album-photo-icon-active{
	height: 56px;
	width: 56px;
	padding: 2px 2px 13px 2px;
	background-color: white;
}

.album-photo-icon-active{
	padding: 1px;
	border: 1px solid #93b6d3;
	margin-bottom: 11px;
}

.fakebutton, #album-content .collapsibleContainerTitle div{
	font-size: 11.5px;
	color: #3f3f3f;
	background: #eaeaea;
	border: 1px solid #555555;
	font-family:"Lucida Grande",Arial,sans-serif;
  background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));  
  background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
  padding: 4px 8px 4px 8px;
  height: 20px;
  display: inline;
  margin-left:-5px;
}
.fakebutton img{
	margin-top: -3px;
	margin-right: 6px;
}
.w100{
	width:100px;
}

.leftmost{
	margin-left:0px;
}

.fakebutton:hover, #album-content .collapsibleContainerTitle div:hover{
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #DDDDDD), to(#FFFFFF));  
  background: -moz-linear-gradient(top, #FFFFFF, #DDDDDD 1px, #FFFFFF 25px);
  
}
.fakebuttons-container{
	margin: 10px 0px 20px 0px;
	padding-left: 5px;
}

#g{
top:280px;
height:10px;
width:10px;
position:absolute;
}

#logo-img{
	margin-top:-10px;
}

#topmenu ul li.active a{
	padding: 0 15px;
}
.album-box{
	padding-top: 10px;
	border: 1px solid #EEEEEE;
	margin: 5px;
}
.album-thumb{
  background-position: top center;
  background-repeat: no-repeat;
  height: 150px;
  margin-top: 5px;
}
.album-box:hover {
  border: 1px solid #CCC;
}
.album-edit-options{
	clear:both;
	text-align: right;
	margin-left: 6px;
	margin-bottom: 10px;
	padding-top: 15px;
	visibility: hidden;
}

#album-content .grid_10{
	width: 814px;
	margin-left: 70px;
}
#album-content .collapsibleContainer
{
  margin-left: -1px;
}

#album-content .collapsibleContainerTitle
{
    
    background: none;
    height: 31px;
}
#album-content .collapsibleContainerTitle div
{
    margin-top:10px;
    margin-left: 0px;
    cursor:pointer;
    background-color:none;
}
#album-content .collapsibleContainerContent
{
	display:block;
}
.add-album{
	border: 1px solid #EEEEEE;
	padding: 10px;
}
