/*******************************************************************
*
* Styles for dynamic build rollover div elements
*
*******************************************************************/
/* the span to mark rollver-text */
#rollover {
	text-decoration: underline;
	color: #003300;
	cursor: default;
}

#rollover:hover {
	color: #b7b098;
	cursor: pointer;
}

.div_wrapper {
	background-color: #cccccc;
	border: 1px #222222 solid;
	padding: 0px;
	position: absolute;
	z-index: 100;
	visibility: hidden;
	text-align: left;
}

#db_div {
	left: 10px;
	top: 20px;
	position: absolute;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	padding: 3px;
}

/*
* this is invoked for IE v 6.5 and lower only
*/
.div_wrapper iframe {
	display: none;
	display/**/: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	filter: mask();
	width: 3000px;
	height: 3000px;
}

.drag_bar {
	height: 16px;
	border-bottom: 1px #000000 solid;
	font-family: Arial;
	padding-left: 7px;
	font-size: 12px;
	background-color: #555599;
	color: #ffffff;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
}

#drag_title {
	float: left;
	color: #ffffff;
}

.drag_bar img {
	margin: 0px;
	margin-right: 2px;
	margin-left: 2px;
	border-left: 0px #ffffff solid;
	display: inline;
	float: right;
}

.drag_bar img:hover {
	cursor: pointer;
}

/* generic div class: used for content mgmt rollover, and quick menu divs */
.generic {
	position: absolute;
	width: 160px;
	padding: 5px;
	z-index: 90;
	background-color: #eeffee;
	border: 1px solid #555555;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
}

.paster {
	position: absolute;
	width: 550px;
	height: auto;
	padding: 5px;
	z-index: 90;
	background-color: #efefde;
	border: 1px solid #232323;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #121245;
	text-align: left;
	padding: 5px;
}

.paster textarea {
	width: 98%;
	margin-left: 3px;
	margin-top: 5px;
	height: 250px;
	padding: 0px;
}

.image_div {
	position: absolute;
}

.post_div {
	width: 600px;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #000000;
}

.generic ul {
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	margin-right: 8px;
}

.generic li {
	padding: 0px;
	list-style: none;
	text-align: left;
}

/* a tanslations msg style class */
.trans_div {
	position: absolute;
	width: 400px;
	padding: 5px;
	background: #F1F9FC;
	border: 1px solid #555555;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
}

/* a help msg style class */
.help_div {
	position: absolute;
	width: 400px;
	padding: 5px;
	background: #F1F9FC;
	border: 1px solid #555555;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
	z-index: 100;
	text-align: left;
}

.help_div .help_close {
	background-image: url('/images/cross.png');
	background-position: right top;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	float: right;
}

.help_div .help_close:hover {
	cursor: pointer;
}

.help_div em {
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
}

/* display an error message to user: not used? */
.error_msg {
	position: absolute;
	background-color: #ff4444;
	margin: 0px;
	font-weight: bold;
	border: #444444 1px solid;
	padding: 5px;
	z-index: 100;
	text-align: center;
}

/* display an image to user */
.popupdiv_image {
	position: absolute;
	min-width: 100px;
	padding: 5px;
	background: #ff5555;
	border: 1px solid #000000;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
}

/* used in some help rollovers, for formatting via tables */
.help_div table {
	background-color: #aaaaaa;
}

.help_div td {
	background-color: #ffffff;
	padding: 3px;
}
