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

.helpmain{
	min-height: 400px;
}
.bigbutton{
	font-family: WGFL;
	border: 1px solid #333;
	border-radius: 20px;
	font-size: 32px;
	font-variant: small-caps;
	display: block;
	line-height: 32px;
	padding: 8px 16px;
	color: #979899;
	text-decoration: none;
	background: #333;
	max-width: 500px;
	margin: 50px auto;
	box-shadow: 2px 2px 2px #333;
}

.appalreadyin{
	font-family: WGFL;
	font-size: 24px;
	width: 70%;
	margin: 40px auto 0;
	text-align: center;
	min-height: 400px;
}
.kb-content{
	min-height: 650px;
}
.kb-listing{
	width: 80%;
	margin: 0 auto;
	min-height: 400px;
}
.kb-listing-overall-title{
	font-family: WGFL;
	font-size: 36px;
	text-align: center;
}
.kb-list-title{
	font-size: 24px;
	text-decoration: underline;
	font-family: WGFL;
}
.kb-list-rating{
	margin-left: 16px;
	font-size: 22px;
	font-family: WGFL;
}
.kb-list-featured{
	margin-left: 16px;
	font-size: 22px;
	font-family: WGFL;
	color: #944;
}
.kb-page-title{
	font-family: WGFL;
	font-size: 36px;
}
.kb-votebox{
	text-align: right;
	float: right;
	font-size: 30px;
	line-height: 30px;
	font-family: WGFL;
	display: table-cell;
	vertical-align: middle;
}
.voteboxq{
	font-size: 22px;
}
.kb-votebox img{
	margin: 0 8px 7px;
}

.support-list-main{
	width: 80%;
	margin: 24px auto;
	min-height: 400px;
}
.support-list-title{
	font-family: WGFL;
	font-size: 30px;
}
.supportlist{
	width: 100%;
	margin-bottom: 24px;
}
.supportlist tr td.headera{
	background: #300;
	height: 24px;
	color: #CCC;
	padding: 1px 4px;
	text-align: center;
	font-weight: bold;
}
.supportlist tr td.headerb{
	background: #600;
	height: 24px;
	color: #CCC;
	padding: 1px 4px;
}
.supportlist tr td.on{
	background: #262626;
	height: 24px;
	padding: 1px 4px;
}
.supportlist tr td.c-on{
	background: #262626;
	height: 24px;
	padding: 1px 4px;
	text-align: center;
}
.supportlist tr td.off{
	width: 24px;
}
.ticket-usercomment{
	background: #3a3a3a;
	width: 100%;
    border-radius: 8px;
    min-height: 80px;
    border: 1px solid #000;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.ticket-supportcomment{
	background: #7D3A3A;
	width: 100%;
    border-radius: 8px;
    min-height: 80px;
    border: 1px solid #000;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.ticket-usercomment .ticket-inner, .ticket-supportcomment .ticket-inner{
	padding: 16px;
}
fieldset{
	position: relative;
	padding: 10px;
	padding-top: 0;
	padding-top: 25px;
	margin-bottom: 30px;
	background: #222;
	border: 2px ridge #400;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 2px 2px 1px #333;
}
legend{
	margin-bottom: 8px;
	padding: 5px 10px;
	background-color: #600;
	color: white;
	border: 1px solid #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: WGFL;
	font-size: 24px;
}
.keyboard{
    width: 20px;
    height: 23px;
    margin: 1px;
    border-width: 2px 3px 5px;
    border-style: solid;
    border-radius: 2px;
	}
.key{
	display: inline-block;
	color: #555;
	min-width: 20px;
    height: 18px;
    padding: 4px 3px 0;
	margin-right: -1px;
    line-height: 1;
    background: -moz-linear-gradient(left, #e5e2e1, #f5f3f1, #e5e2e1);
    background: -ms-linear-gradient(left, #e5e2e1, #f5f3f1, #e5e2e1);
    background: -o-linear-gradient(left, #e5e2e1, #f5f3f1, #e5e2e1);
    background: linear-gradient(to right, #e5e2e1, #f5f3f1, #e5e2e1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
	}