/*
	$Id$
	For edit functions
*/

#messagediv {
	position: fixed;
	width: 100%;
	height:  100%;
	z-index: 9000;
	
}

#messagediv .trans {
	position: absolute;
	width: 100%;
	height:  100%;
	background-color: #999;
	opacity: .8;
	filter:alpha(opacity=80);
	z-index: 9001;
	
}

#messagediv .errdiv {
	position: absolute;
	width: 50%;
	height: 50%;
	left: 25%;
	top:  25%;
	background-color: #660000;
	z-index: 9002;
	border: 4px solid red;
}
#messagediv .textinerr {
	color:  white;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 2em;
}

#messagediv .textinerr input {
	width: 4em;
	position: relative;
	top:  4em;
}

hr { width: 100%; }


#uploaddiv {
	display: none;
	padding: 2em;
	border: 1px solid #dfdfdf;
}

th { text-align: left; padding-bottom: 0.8em;}

/* @group sponsoring edit form  */
.spons input[type="text"] { width: 382px;}
.spons textarea { width: 382px; }
.spons th { padding-right: 1em; }
.spons hr {
	border-bottom: 1px dotted #ddd;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

/* @end */

/* @group sponsoring list  */
.spons td.c3 {text-align: left;}


/* @end */
