/*
====================================================================
Gallery Add Page
====================================================================
*/

#columns {
	overflow: visible;
}

#columns h1 {
	padding: 0px 10px;
	margin-bottom: 8px;
}

#columns .add {
	padding: 0px 10px;
	margin-bottom: 15px;
}

/*
====================================================================
Stages
====================================================================
*/

.stg1 {
	height: 220px;
	background: transparent url(../images/newgal_stg_1.jpg) top no-repeat;
}

.stg2 {
	height: 220px;
	background: transparent url(../images/newgal_stg_2.jpg) top no-repeat;
}

.stg3 {
	height: 220px;
	background: transparent url(../images/newgal_stg_3.jpg) top no-repeat;
}

/*
====================================================================
Table
====================================================================
*/

#columns .col .wrapper form {
	width: 220px;
}

.formtable {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	width: 220px;
}

.formtable th {
	padding: 0px 0px 3px 0px;
}

.formtable td {
	padding: 0px 0px 8px 0px;
}

.formtable td span {
	color: #666;
}

.msg_error, .msg_warning, .msg_good {
	margin-bottom: 10px;
}

.finac {
	filter: alpha(opacity=20);
	-moz-opacity: .20;
	opacity: .20;
	-khtml-opacity: .20;
}

/*
====================================================================
Entries List
====================================================================
*/

#columns .col .wrapper #entrieslist {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#columns .col .wrapper #entrieslist li {
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
	padding: 0px 6px 6px 0px;
	margin: 0px;
}

#columns .col .wrapper #entrieslist li img {
	border: 1px solid #bbb;
}

#columns .col .wrapper #entrieslist li a {
	display: inline;
	background-color: none;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	-khtml-opacity: .85;
}

#columns .col .wrapper #entrieslist li a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-khtml-opacity: 1;
}

#f_addgal_done {
	clear: both;
	padding-top: 15px;
}

.adding {
	padding-left: 20px;
	padding-top: 2px;
	height: 1.5em;
	font-weight: normal;
	background: transparent url(../images/loading.gif) top left no-repeat;
}




