@charset "UTF-8";
/* CSS Document */

/***************** 
Green Buttons
******************/

/* The style of the button's link */
.green-button-content {
	text-align:center;
}

.green-button-content a {
	display: block;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	color:#000;
	text-align:center;
}

.green-button-content p {
	padding: 0px;
	margin: 0px;
}

.green-button-container {
 position: relative;
 margin: 0px auto;
 min-width: 13.75em;
 /* max-width:760px; based on image dimensions - not quite consistent with drip styles yet */
 max-width:599px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left: 12px; /* default, width of left corner */
 margin-bottom: 0.5em; /* spacing under dialog */
}

.green-button-container .c,
.green-button-container .t,
.green-button-container .b,
.green-button-container .b div {
 background:transparent url(../images/gen/green-button-bg.png) no-repeat top right;
 _background-image:url(dialog2-blue.gif);
}

.green-button-container .c {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 /* set the bottom margin to negative if the lower right corner is overlapping the bottom */
 padding:0px 0px -10px 0px; /*setting right margin to 0 fixed the gap problem in Safari/Chrome */
}

.green-button-container .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.green-button-container .b {
 /* bottom */
 position:relative;
 width:100%;
}

.green-button-container .b,
.green-button-container .b div {
 height:10px; /* height of bottom cap/shade */
 font-size:1px;
}

.green-button-container .b {
 background-position:bottom right;
}

.green-button-container .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.green-button-container .hd,
.green-button-container .bd,
.green-button-container .ft {
 position:relative;
}

.green-button-container .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

/* Document: for stying 8x11 and A4 buttons on the resource page, amongst others */
.doc-link {
	border:#E6E6E6 solid 1px;
	padding:3px;
	margin-right: 5px;
}
