h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

body
{
	background-image:url(../../images/help_menu.png);
	background-repeat:repeat-x;
	margin:0 auto;
	padding:0;
	width:98%;
        font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 300;
        font-size: 12px;
	letter-spacing:.4px;
}

#head
{
	color:#FFF;
	height:24px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../../images/help_menu.png);
	background-repeat:repeat-x;
}

#foot
{
	background-color:#414141;
	color:#fff;
	height:24px;
	padding-top:13px;
	text-align:center;
}

#headleft
{
	float:left;
	margin-top:-22px;
	width:30%;
}

#headright
{
	margin-top:-18px;
	right:0;
	float:right;
}

#headcenter
{
	display:inline-block;
	float:middle;
	padding-top:10px;
}

.image-wrap {
         border: 1px solid #8ed9f6;
}

.mylist{
    text-align:center;
    color:#fff;
    background:#666;
    font-weight:bold;
    box-shadow:4px 4px 4px 0 gray;
}

.repbutton
{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#f6f6f6;
	background-image:linear-gradient(top, #fff, #efefef);
	background-image:-moz-linear-gradient(top, #fff, #efefef);
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#efefef));
	border:1px solid #ccc;
	border-radius:3px;
	color:#000;
	cursor:pointer;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#efefef);
	height:1.9231em;
	outline:0 none;
	overflow:visible;
	padding:0 .5em;
	whitewhite-space:nowrap;
        font-weight:700;
	letter-spacing:1px;
}

.repbutton::-moz-focus-inner
{
	border:none;
}

.repbutton:hover,button:focus
{
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.4);
	background-color:#f0f1f3;
	background-image:0 to(#ebebeb));
	border-color:#000;
	box-shadow:0 0 3px rgba(0,0,0,0.4);
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#ebebeb);
}

.repbutton:active
{
	background-color:#ddd;
	background-image:0 to(#fff));
	border-color:#ECFFB3;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#cccccc,endColorStr=#ffffff);
}