#wrapper
{
	text-align:left;
	margin:30px 10px 10px 10px;
	width:980px;
}

    #boxshadow {
			-moz-box-shadow: inset 0 0 5px #cccccc;
			-webkit-box-shadow: inset 0 0 15px#cccccc;
			box-shadow: inner 0 0 10px #cccccc;
		}
		#boxshadow2 {
		-moz-box-shadow: inset 0 0 5px #ececec;
		-webkit-box-shadow: inset 0 0 15px#ececec;
		box-shadow: inner 0 0 10px #ececec;
		}
			#boxshadow3 {
		-moz-box-shadow: inset 0 0 5px #333333;
		-webkit-box-shadow: inset 0 0 15px#333333;
		box-shadow: inner 0 0 10px #333333;
		}

.gradtext {
    position: relative;
	font-size: 21px;
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	text-transform: uppercase;
	letter-spacing: 1px;
   	color: #006699;
   	font-weight: bold;
    margin: 0;
    padding: 0;
  	background: -webkit-gradient(linear, left top, left bottom, from(#0086bc), to(#005882));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradtext2 {
    position: relative;
	font-size: 24px;
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	letter-spacing: -1px;
   	color: #006699;
   	font-weight: bold;
    margin: 0;
    padding: 0;
  	background: -webkit-gradient(linear, left top, left bottom, from(#0086bc), to(#005882));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradtext3 {
    position: relative;
	font-size: 24px;
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	text-decoration: underline;
	letter-spacing: -1px;
   	color: #333333;
   	font-weight: bold;
    margin: 0;
    padding: 0;
}

.gradtext4 {
    position: relative;
	font-size: 24px;
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	letter-spacing: -1px;
   	color: #333333;
   	font-weight: bold;
    margin: 0;
    padding: 0;
}
#dothr
{
border-style:none; 
border-top: 1px dotted #999999;
border-bottom: 2px solid white;
height: 2px;
}
.maplecode
{
font-size: 12px;
	font-family: Courier New, Courier, monospace;
   	color: #333333;
   	font-weight: normal;
}
.maplecodered
{
font-size: 12px;
	font-family: Courier New, Courier, monospace;
   	color: #990000;
   	font-weight: bold;
}

a.button16 {
    background: transparent url('/common/includes/images/bg_button_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    height: 24px;
    margin-right: 3px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button16 span {
    background: transparent url('/common/includes/images/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button16:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button16:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
a.button16:visited {
	color:#444;	
}