/*
 * Style sheet for edition builder
 */
.helptextbox {
    margin: 1em;
}

.item {
	background-color: white;
}

div.ctxpopup {
    border: 2px ridge #3A18DA;
    padding: 5px;
}

button {
   color: blue;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:small;
}

.outerShadow {

	width: 99%;
    height: 100%;
    float:left;
    margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
    background: url(../images/shadow1600x1200Alpha.png) no-repeat bottom right !important;
    background: url(../images/shadow1600x1200.gif) no-repeat bottom right;
}

.innerShadow {  
   
    position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding:5px;
	margin: 0px 0px 0px 0px;
}

/* Used by all editions/my editions list box */
.listbox, .grid, div.leavemargin, table.leavemargin {
    margin-bottom: 4px;
}

.buttonClass {
	font-size: 10px;

}
