@charset "utf-8";

/* ----------------------------  USER CSS ------------ */

div.gallery_scroll_box {
	width:700px;
	height: auto;
	float:left;
	margin: 0px 0px 10px 0px;
}

.gallery_scroll_nextprev {
	background-color:transparent;
	width:20px;
	float:left;
	cursor:pointer;
	margin-top:4px;
}
.gallery_scroll_nextprev_hover {
	background-color: #E3E4EA;
	width:20px;
	float:left;
	cursor:pointer;
	margin-top:4px;
}

.gallery_scroll_thumbs{
	background-color:transparent;
	border: 5px solid transparent;
	width:100px;
	float:left;
	display:block;
	cursor:pointer;
	text-align:center;
}
.gallery_scroll_thumbs_hover{
	background-color: transparent;
	border: 5px solid #E3E4EA;
	width:100px;
	float:left;
	display:block;
	cursor:pointer;
	text-align:center;
}
.gallery_scroll_thumbs_selected{
	background-color: transparent;
	border: 5px solid #666699;
	width:100px;
	float:left;
	text-align:center;
}

.gallery_album_thumbs{
	background-color:transparent;
	border: 5px solid #E3E4EA;
	width:100px;
	float:left;
	display:block;
	cursor:pointer;
	text-align:center;
}

/*PHOTO DISPLAY*/

div.gallery_photo_container {
	margin:0px 0px 0px 0px;
	text-align: center;
	float: left;
	width: 700px;
}
div.gallery_photo_desc {
	text-align: center;
	padding-bottom:10px;
	width:96%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
div.gallery_photo_upload {
	text-align: left;
	padding: 10px 5px 0px 10px;
	float: left;
	height:auto;
}
div.gallery_photo_desc h2 {
	font-size:16px;
	font-weight:normal;
}
div.gallery_photo_nextprev {
	height:15px;
	text-align: right;
	float: right;
	padding: 10px 10px 0px 0px;
}
div.gallery_photo_tagswitch_small {
	height:15px;
	text-align: right;
	width: auto;
	top: 0px;
	float: left;
	padding: 0px 0px 5px 0px;
	margin: 0px 10px 0px 0px;
}
.gallery_photo_finish{
color: #66CC33;
}

.gallery_photo_finish:visited{
color: #66CC33;
}

/* COMMENTS */

div.gallery_comments_col {
	float:left;
	width:390px;
	height:auto;
	margin: 10px 0 0 0;
}

div.gallery_comments_captcha {
	float:left;
	text-align: center;
	width: 100%;
}

div.gallery_comments_input {
	float:left;
	height: auto;
	padding: 5px 5px 5px 5px;
	width: 98%;
}

div.gallery_comments_num {
	float:left;
	height: auto;
	padding: 5px 5px 5px 5px;
	width: 280px;
}

div.gallery_comments_post_box{
	float:left;
	width:370px;
	height:auto;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#E3E4EA;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
}

div.gallery_comments_userpic{
	float:left;
	margin:0px 0px 0px 5px;
	width: 30px;
}
div.gallery_comments_username_date{
float:left;
margin:0px 0px 0px 5px;
}
div.gallery_comments_comment{
	float:left;
	margin:8px 0px 5px 5px;
	width: 370px;
}


/* TAGGING */

div.gallery_tag_col {
	float:right;
	width:300px;
	height:auto;
	margin: 10px 0px 0px 0px;
}

div.gallery_tag_item {
background-color:#FFFFFF;
	width:96%;
	padding:5px;
	float:left;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E4EA;
	margin: 0px 0px 5px 0px;
}
div.gallery_tag_item_approve {
	background-color: #E3E4EA;
	width:96%;
	padding:5px;
	float:left;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px 0px 5px 0px;
}

.gallery_tag_item_hover {
	background-color: #E3E4EA;
	width:96%;
	padding:5px;
	float:left;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E4EA;
	margin: 0px 0px 5px 0px;
}

div.gallery_photo_edit_box{
 background-color:#E3E4EA;
 float:left;
 width: 280px;
 padding: 5px 10px 5px 10px;
}

div.gallery_tag_delete{
	float:right;
	padding: 0px 2px 0px 2px;
}

div.gallery_tag_delete a {
	font-size:11px;
	color:#666699;
}

div.gallery_tag_delete a:visited {
	font-size:11px;
	color:#666699;
}

div.gallery_tag_delete a:hover {
	font-size:11px;
	color:#000000;
}

div.gallery_tag_switch { /*SWITCH ON OFF */
	float:left;
	width:95%;
	background-color: #E3E4EA;
	margin: 10px 0px 5px 0px;
	padding: 10px;
}
.gallery_tag_switch a{
	text-decoration:none;
	color:#8A8AB1;
}
.gallery_tag_switch a:hover{
	color: #666699;
}

div.gallery_tag_switch_icon{
	float:left;
	margin: 5px 10px 5px 5px;
}
div.gallery_tag_switch_text{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#8A8AB1;
	margin:0;
	font-weight: bold;
	float: left;
	padding: 10px 0px 5px 0px;
	width: 200px;
	height: 30px;
}

/* LEFT COL */

div.gallery_profile_photo_title {
	width:236px;
	text-align:left;
	height:auto;
	float:left;
	display:inline;
	margin-left:10px;
}

div.gallery_left_col_icon {
	float:right;
	margin: 0px 0px 5px 0px;
	position: relative;
	right: 15px;
	top: 0px;
}

div.gallery_left_col_genericdiv{
	float:left;
	width:225px;
	height:auto;
}

/* ---------------------------------------- GALLERY COMPONENTS */

div.gallery_photo_popup {
	height:auto;
	width:200px;
	background-color:#996699;
	border:3px;
	border-color:#FFFFFF;
	border-style:solid;
	padding: 8px;
}
.gallery_photo_popup p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	margin: 0;
	line-height: 20px;
}

.gallery_photo_popup p a,a:visited{
	color:#FFFFFF;
}

div.gallery_photo_tag {
	height:auto;
	width:auto;
	_width:150px;
	max-width:200px;
	background-color:#996699;
	padding: 8px;
	z-index:6;
}
.gallery_photo_tag p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	margin: 0;
}
div.gallery_photo_tag_background{
	background-color:#FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=15);
	-moz-opacity: 0.15;
	z-index:5;
}
div.gallery_photo_selector {
	border:3px;
	border-color:#FFFFFF;
	border-style: dashed;
	background:transparent;
}

div.gallery_photo_indicator {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;
	border:1px;
	border-color:#FFFFFF;
	border-style: solid;
	background:transparent;
}

div.gallery_photo_indicator_flash {
	border:3px;
	border-color:#FFFFFF;
	border-style: solid;
	background:transparent;
}
