@charset "utf-8";
/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	line-height: 1;
}
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}
a {
	cursor: pointer;
}
a:link *, a:visited * { cursor: pointer; }
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:hover, a:active {
	outline: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	color: inherit;
	font-weight: bold;
	font-family: inherit;
	line-height: 1;
	text-rendering: optimizelegibility;
}
h1 {
	margin: 0.67em 0;
	font-size: 2em;
}
h2 {
	margin: 0.83em 0;
	font-size: 1.5em;
}
h3 {
	margin: 1em 0;
	font-size: 1.17em;
}
h4 {
	margin: 1.33em 0;
	font-size: 1em;
}
h5 {
	margin: 1.67em 0;
	font-size: 0.83em;
}
h6 {
	margin: 2.33em 0;
	font-size: 0.75em;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
p, pre {
	margin: 1em 0;
}
small {
	font-size: 75%;
}
sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
ul, ol {
	padding: 0;
	margin: 0 0 1em 25px;
}
ul ul, ul ol,
ol ol, ol ul {
	margin-bottom: 0;
}
ul.unstyled,
ol.unstyled {
	margin-left: 0;
	list-style: none;
}
img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
fieldset {
	margin: 1em 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}
legend {
	padding: 0 5px;
	border: 0;
	white-space: normal;
	*margin-left: -7px;
}
/*fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}*/
html.js input.form-autocomplete {
	background-position: 100% 8px;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
	*overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	display: inline-block;
	margin-bottom: 9px;
	padding: 4px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #555555;
	font-size: 14px;
	line-height: 20px;
}
table select,
table textarea,
table input {
	margin-bottom: 0;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border: 1px solid #aaa;
	background-color: #ffffff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	outline: 0;
	outline: thin dotted \9;
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
	cursor: pointer;
	*margin-top: 0;
	vertical-align: baseline;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}
select,
input[type="file"] {
	height: 30px;
	line-height: 30px;
	*margin-top: 4px;
}
select {
	width: 220px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
select[multiple],
select[size] {
	height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999999;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
	background-color: #eeeeee;
	cursor: not-allowed;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
	background-color: transparent;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
	border-color: #ee5f5b;
	color: #b94a48;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
}
.btn, input[type="submit"], input[type="reset"], input[type="button"] {
	display: inline-block;
	margin-bottom: 0;
	padding: 4px 14px;
	border: 1px solid #bbbbbb;
	border-color: #c5c5c5;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333;
	vertical-align: middle;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	font-size: 14px;
	line-height: 20px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	cursor: pointer;
	*display: inline;
	*margin-left: .3em;
	*line-height: 20px;
	*background-color: #e6e6e6;
	*border: 0;
	*zoom: 1;
}
.btn:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover,
.btn:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active,
.btn.active, input[type="submit"].active, input[type="reset"].active, input[type="button"].active,
.btn.disabled, input[type="submit"].disabled, input[type="reset"].disabled, input[type="button"].disabled,
.btn:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled, input[type="button"]:disabled {
	background-color: #e6e6e6;
	color: #333333;
	*background-color: #d9d9d9;
}
.btn:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active,
.btn.active, input[type="submit"].active, input[type="reset"].active, input[type="button"].active {
	background-color: #cccccc \9;
}
.btn:first-child, input[type="submit"]:first-child, input[type="reset"]:first-child, input[type="button"]:first-child {
	*margin-left: 0;
}
.btn:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background-color: #e6e6e6;
	background-position: 0 -15px;
	color: #333333;
	text-decoration: none;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
	*background-color: #d9d9d9;
}
.btn:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active,
.btn.active, input[type="submit"].active, input[type="reset"].active, input[type="button"].active {
	outline: 0;
	background-color: #e6e6e6;
	background-color: #d9d9d9 \9;
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled, input[type="submit"].disabled, input[type="reset"].disabled, input[type="button"].disabled,
.btn:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled, input[type="button"]:disabled {
	background-color: #e6e6e6;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	cursor: default;
}
ul.primary {
	
}
ul.primary:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}
ul.primary {
	border-bottom: 1px solid #ddd;
	margin-left: 0;
}
ul.primary li {
	margin-bottom: -1px;
	float: left;
	list-style: none;
}
ul.primary li a {
	display: block;
	padding: 8px 12px;
	margin: 0 2px 0 0;
	line-height: normal;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background: none;
}
ul.primary li a:hover {
	border-color: #eeeeee #eeeeee #dddddd;
}
ul.primary li.active a,
ul.primary li.active a:hover {
	color: #555555;
	cursor: default;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
.messages,
.help {
	background-color: #fcf8e3;
	margin-bottom: 20px;
	padding: 8px 14px !important;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
div.warning {
	background-color: #fcf8e3;
}
div.warning, tr.warning {
	border-color: #fbeed5;
	color: #c09853;
}
div.error {
	border-color: #eed3d7;
}
div.error, tr.error {
	background-color: #f2dede;
	color: #b94a48;
}
div.ok {
	border-color: #d6e9c6;
}
div.ok, tr.ok {
	background-color: #dff0d8;
	color: #468847;
}
.help {
	padding: 8px 14px;
	border-color: #bce8f1;
	background-color: #d9edf7;
	color: #3a87ad;
	font-size: 0.75em;
	line-height: 1.4em;
}
.help p {
	margin: 0;
}
table {
	margin-bottom: 1em;
	max-width: 100%;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
}
table th,
table td {
	padding: 6px;
	border-top: 1px solid #dddddd;
	vertical-align: top;
	line-height: 1.4em;
}
table th {
	font-weight: bold;
}
table thead th {
	vertical-align: bottom;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
	border-top: 0;
}
table tbody + tbody {
	border-top: 2px solid #dddddd;
}
tr.odd {
	background: #f9f9f9;
}
.right { float: right; }
.left { float: left; }
.node img.left, .node img[align='left'] {
	float: left;
	margin: 2px 20px 16px 0;
}
.node img.right, .node img[align='right'] {
	float: right;
	margin: 2px 0 16px 20px;
}
.gb-item { margin: 15px 0px; }
.gb-item .submitted {
	margin: 0px 0px 19px;
	padding: 0px;
}
.gb-item .gb-item .submitted { margin: 0px 0px 8px; }
.gb-item .content {
	position: relative;
	padding: 14px;
	border: 1px solid #c8c8c8;
	background: #f7f9f8;
}
.gb-item .com_bg {
	top: -15px;
	left: 14px;
	border: 0 solid #c8c8c8;
	border-width: 0 15px 15px 15px;
}
.gb-item .com_bg span {
	top: 2px;
	left: -13px;
	border: 0 solid #f7f9f8;
	border-width: 0 13px 13px 13px;
}
.gb-item .com_bg, .gb-item .com_bg span {
	position: absolute;
	width: 0;
	height: 0;
	border-right-color: transparent;
	border-left-color: transparent;
}
.submessage-content .com_bg { display: none; }
.submessage-content .gb-item {
	position: relative;
	margin-top: 18px 0;
	padding: 14px;
	border: 1px solid #b9b9b9;
	background: #fffff0;
}
.submessage-content .content {
	padding: 0px;
	border: 0px;
	background: none;
}
.sticky-enabled td {
	vertical-align: middle;
}
