/*
#	Gallery css
#	------------

#	@file 		gal.css
#	@version 	1.0.0b
#	@date 		2009-07-31 23:34:23 +0200 (Fri, 31 Jul 2009)
#	@author 	Aleksandar Markovic <mikikg@gmail.com>

#	Copyright (c) 2009 Netsector <http://www.netsector.biz>
*/

.container {
	display: table;
}
.row {
	display: table-row;
}
.left, .right, .middle {
	display: table-cell;
	background-image:url(../img/mediumthumbbg1.png);
	background-repeat: no-repeat;
	width:180px;
	height:180px;
	vertical-align: middle;
	text-align:center;
}
.left img, .right img, .middle img {
	padding: 0px 10px 10px 0px;
}

.left img:hover {
	cursor: pointer;
}

.left_page, .right_page, .middle_page {
	display: table-cell;
	width:700px;
	height:540px;
}
.gal_title {
	color: #FF5900;
	font-size:14px;
	padding-left:0px;
	padding-bottom:5px;
	width:710px;
}

.gal_title a {
	text-decoration:none;
	color:#FF5900;
}

.gal_title a:hover {
	text-decoration:none;
	color:#CCC;
}

.gal_folders {
	color: #CCC;
	padding-left:0px;
	overflow:auto;
	 /* height: 150px; */
	clear: both;
	width:710px;
}

/* ************** event browser ********** */
.xecell_row {
	clear: both;
	/* border: 1px solid black; */
}

.xecell_holder {
	float:left;
	padding-left:10px;
	padding-bottom:20px;
	text-align:left;
	width:300px;
}

.xecell_img_holder {
	float: left;
	width: 90px;
	text-align: center;
	padding-right:7px;
}

.xecell_img_holder img {
/*	margin-top: 5px;
	border:medium none; */
	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
	border:1px solid #444444;
	margin:2px;
	padding:4px;
}

.xecell_img_holder img:hover {
	border:1px solid #FF5900;
}

.xecell_holder h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.xecell_holder h4 {
	margin: 0px;
}

.xecell_holder h5 {
	margin: 0px;
}


.gtmb_holder {
	/*float: left;*/
	/*border: 1px hidden gray;*/
	text-align: center;
	width: 105px;
	height: 80px;
	padding: 0 0px;
	vertical-align: middle;
	display: table-cell;
}

.gtmb_img {
/*
	border: none;
	margin: 1px;
*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:1px solid #444444;
	margin:0 2px;
	padding:4px;
}

.gtmb_img:hover {
border:1px solid #FF5900;
}

.gtmb_img_sel {
/*	border: 1px solid #FF5900;
	margin: 0px;
	*/
	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
	border:1px solid #FF5900;
	margin:0 2px;
	padding:4px;
}


.items_small_cont {
	/*width: 300px;*/
	display:table-cell;
	vertical-align:middle;
}

#galtip {
    display:none;
    background:transparent url(../img/black_arrow.png);
    font-size:11px;
    height:80px;
    width:170px;
    padding:20px;
    color:#fff;
    z-index: 12000;
}

.tmbtip_date {
	color: #FF6603;
	font-weight: bold;
}

.gal_tmb_o0 {
	width: 80px;
	height: 80px;
}

.gal_tmb_o1 {
	height: 80px;
}

.gal_tmb_o2 {
	width: 80px;
}
