/* -----------------------------------------------
IR Event Community local stylesheet.
Author:   
Version:  01 Month 2008
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

#gsu li.library {margin-left:-15px;}

/* submit button in intro text*/
#gsu p.ace_submit {text-align:center;}

#gsu p.ace_submit a.btn {
	display:inline-block;
	margin:0 5px 15px 0;
	outline:none;
	padding:10px;
	width:auto;
	text-align:center;
	text-decoration:none !important;
	vertical-align:middle;
	background-color:#0039A6; /* ============ Set the button color here ========== */
	background-image: url('/assets/cgi/images/global/grad.png');
	background-repeat: repeat-x;
	background-position: bottom;
	color:#fff !important; /* ======= Set the button text coilor =============*/
	border-width:2px;
	border-style:groove;
	border:1px solid rgba(0, 0, 0, 0.2);
	box-shadow:0px 1px 0px rgba(225, 225, 225, 0.5) inset;
	-moz-box-shadow:0px 1px 0px rgba(225, 225, 225, 0.5) inset;
	-webkit-box-shadow:0px 1px 0px rgba(225, 225, 225, 0.5) inset;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; }

#gsu p.ace_submit a.btn:hover  {
	background-color:#CC0000;  /* Set the button hover color here */
	background-image: url('/assets/cgi/images/global/grad.png');
	text-decoration:none;
	outline:none; }

#gsu p.ace_submit a.btn:active  {
	position:relative;
	top:1px;
	outline:none;
	background-image: url('/assets/cgi/images/global/grad-rev.png');
	background-position:top; }