/* Sets the style for unvisited links. */
a, a:link {

}
/* Sets the style for visited links. */
a:visited {
}
/* Sets the style for links on mouseover. */
a:hover {

}
/* Sets the style for a link that has focus. */
a:focus {

}
/* Sets the style for a link that is being activated/clicked. */
a:active {

}
.clear {
	clear:both;
}
.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.galleryleft {
	float:left;
	border:solid 5px #000;
	margin:10px 10px 0 0;
}
.arrow {
	background: url(images/arrow.gif) no-repeat left top;
	display: block;
	padding-left: 15px;
	margin-top: 8px;
}
/* ---------- Page Structure CSS ---------- */

#etop {
	text-align: left;  margin: 0;
         background: url(images/bg.jpg) repeat-x left top;
	height: 32px;
	padding-left: 0px;
}
#e-page {
	text-align: left;
         background: url(images/epage.jpg) repeat-x left top;
         float: left;
         width: 220px;
         height: 32px;
         padding-left: 90px;
}
#e-addon {
	text-align: left;
         float: left;
         width: 200px;
         background: url(images/eheflp.jpg) repeat-x left top;
	height: 32px;
	padding-left: 32px;
}
#e-addon:hover {
	text-align: left;
         float: left;
         width: 200px;
         background: url(images/ehelp.jpg) repeat-x left top;
	height: 32px;
	padding-left: 32px;
}

#e-help {
	text-align: right;
         float:right;
         width: 75px;
         background: url(images/ehelp.jpg) repeat-x left top;
	height: 32px;
	margin-right: 10px;
         padding-right: 25px;
}


/* ---------- Navigation CSS ---------- */

img {
	background: transparent;
   	border: 0px solid #DCDCDC;
	padding: 0px;
         padding-top: 0px;
}



/*controlling*/
#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
ul#icons {margin: 0; padding: 0;}
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
ul#icons span.ui-icon {float: left; margin: 0 4px;}


