/*==============================================================================
General stylesheet.

Copyright (c) 2008 aatranslations
==============================================================================*/


/* -------------------------------------------------------------------------- */

body {
	margin: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	/* background: #283843 url("../img/background.gif"); */
	background-color: #202d50;
	/* background-color: #dcdcdc; */
	/* background: linear-gradient(180deg, #1e3061 0%, #364263 65%, #6f6f6f 100%) fixed; */
	/* background: linear-gradient(180deg, #bfbfbf 0%, #e0e0e0 10%, #efefef 100%) fixed; */
}

form {
	margin: 0;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #08c;
}

a:hover {
	text-decoration: underline;
}

.neg {
	color: #d22;
}

.notset {
	color: #aaa;
}

.r {
	text-align: right;
}

h1 {
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 25px;
	margin: 0 0 40px 0;
	letter-spacing: -1px;
	color: #000;
}

h2 {
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #036;
	margin: 15px 0;
	font-weight: normal;
	letter-spacing: 1px;
}

h3 {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	margin: 5px 0;
	padding: 2px 0;
	text-align: right;
}

h3 a {
	background: #036;
	color: #fff;
	padding: 2px 15px;
	border-radius: 3px;
}

h3 a:hover {
	background: #004d99;
	text-decoration: none;
}

/* -------------------------------------------------------------------------- */

#main {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

/* -------------------------------------------------------------------------- */

#header {
	height: 90px;
	position: relative;
}

/* -------------------------------------------------------------------------- */

#logo {
	position: absolute;
	left: 25px;
	top: 21px;
}

#logo a {
	text-indent: -9999px;
	width: 350px;
	height: 48px;
	display: block;
}

/* -------------------------------------------------------------------------- */

#login {
	position: relative;
	top: 5px;
	height: 31px;
	line-height: 31px;
	font-size: 9px;
	color: #08c;
	text-align: center;
	float: right;
	margin: 0 40px 0 10px;
}

#login a {
    background: url(../img/logout.png) no-repeat right top;
    height: 30px;
    display: block;
	white-space: nowrap;
	padding-right: 30px;
	margin: 0 20px;
}

#login a:hover {
	background-position: right -31px;
}

/* -------------------------------------------------------------------------- */

#suggestions {
	position: relative;
	right: 25px;
	top: 5px;
	line-height: 31px;
	font-size: 9px;
	float: right;
}

/* -------------------------------------------------------------------------- */

#sections {
	position: absolute;
	right: 10px;
	bottom: 0;
	margin: 0;
	list-style-type: none;
}

#sections li {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	float: left;
	background: #777;
	margin-left: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	opacity: .5;
}

#sections li:last-child {
	/* box-shadow: 10px 10px 10px -2px rgba(0,0,0,0.56); */
}

#sections li a {
	color: #fff;
	text-shadow: #000 0 1px 0;
	min-width: 80px;
	white-space: nowrap;
	padding: 0 15px;
	height: 25px;
	line-height: 25px;
	display: block;
	border-bottom: 1px solid #777;
}

#sections li a:hover {
	text-decoration: none;
	text-shadow: #000 0 1px 0;
	background: #999;
	color: #fff;
	border-bottom: 1px solid #999;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#sections .s {
	background: #fff;
	opacity: 1;
}

#sections .s a {
	color: #000;
	text-shadow: none;
	border-bottom: 1px solid #fff;
}

#sections .s a:hover {
	background: #eee;
	color: #111;
	border-bottom: 1px solid #ddd;
	text-shadow: none;
}

/* -------------------------------------------------------------------------- */

#window-sections,
#window-nosections {
	background: #fff;
	width: 920px;
	margin: 0 auto;
	padding: 40px 20px 20px 20px;
	border-radius: 8px;
}

#window-sections {
	border-top-right-radius: 0;
	/* box-shadow: 10px 10px 10px -2px rgba(0,0,0,0.56); */
}

/* -------------------------------------------------------------------------- */

#contents {
	position: relative;
}

/* -------------------------------------------------------------------------- */

.tabbedoptions {
	text-align: center;
	margin-bottom: 30px;
}

.tabbedoptions ul {
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.tabbedoptions li {
	float: left;
}

.tabbedoptions li a {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
	text-shadow: #eee 0 1px 0;
	display: block;
	padding: 5px 15px;
	border: 1px solid #7c7f83;
	border-left: none;
	background: #d7d8da url("../img/tabbedoptions_bg.png") repeat-x bottom;
}

.tabbedoptions li a:hover {
	text-decoration: none;
	text-shadow: #ddd 0 1px 0;
	background: #bdc2c8;
}

.tabbedoptions .l a {
	border-left: 1px solid #7c7f83;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.tabbedoptions .r a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.tabbedoptions .s a {
	background: #454554;
	color: #fff;
	text-shadow: #111 0 1px 0;
}

.tabbedoptions .s a:hover {
	background: #3a3a47;
	text-shadow: #111 0 1px 0;
}

.tabbedoptions .badge {
	background: #7e7e9a;
	color: #fff;
	padding: 1px 4px 0 4px;
	text-shadow: none;
	margin-left: 5px;
	border-radius: 7px;
}

.tabbedoptions .s .badge {
	background: #fff;
	color: #454554;
}

/* -------------------------------------------------------------------------- */

.formbox {
	position: relative;
	background: #eee;
	border: 1px solid #ccd;
	margin: 0 auto;
	padding: 20px;
	border-radius: 8px;
}

.formbox .spinner {
	background: url("../img/spinner_16_EEE.gif");
	width: 16px;
	height: 16px;
	position: absolute;
	top: 5px;
	right: 5px;
	visibility: hidden;
}

.formbox .spinner span {
	right: 20px;
	position: absolute;
	color: red;
	top: 3px;
	white-space: nowrap;
}

.formbox .progress {
	background: url("../img/spinner2_16_EEE.gif") right center no-repeat;
	padding-right: 26px;
	min-height: 16px;
	line-height: 16px;
	margin-right: 10px;
	visibility: hidden;
}

.formbox p {
	margin: 0 0 15px 0;
}

.formbox .separator {
	width: 100%;
	border-top: 1px dashed #aab;
	margin: 10px 0;
}

.formbox .separator2 {
	border-top: 1px solid transparent;
	margin: 10px 0;
}

.formbox .grid tr:hover,
.formbox .buttons tr:hover {
	background: inherit;
}

.formbox .grid th,
.formbox .buttons th {
	background: inherit;
	border: inherit;
	text-transform: inherit;
	font-size: inherit;
	padding: inherit;
}

.formbox .grid td,
.formbox .buttons td {
	padding: inherit;
	border: inherit;
}

.formbox .grid {
	border-collapse: collapse;
	width: 100%;
}

.formbox .grid th {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	white-space: nowrap;
}

.formbox .grid td {
	width: 100%;
}

.formbox .grid .note {
	font-size: 9px;
}

.formbox .box {
	padding: 5px;
	margin: 5px 0;
	background: #f4f4f4;
	border: 1px solid #ddd;
	position: relative;
}

.formbox .box2 {
	padding: 20px;
	margin: 20px 0;
	background: #f4f4f4;
	border: 1px solid #bbc;
	position: relative;
	border-radius: 8px;
}

.formbox .box .separator,
.formbox .box2 .separator {
	width: 100%;
	border-top: 1px solid #ddd;
	margin: 5px 0;
}

.formbox .buttons {
	border-collapse: collapse;
	margin-top: 30px;
	width: 100%;
}

.formbox .buttons th {
	width: 100%;
}

.formbox .buttons td {
	white-space: nowrap;
}

.formbox input[type="text"],
.formbox input[type="password"],
.formbox textarea {
	border: 1px solid #08c;
	padding: 2px;
	margin: 2px 1px;
	box-sizing: border-box;
}

.formbox input[type="text"][disabled],
.formbox input[type="password"][disabled],
.formbox textarea[disabled] {
	border: 1px dotted #ccc;
	background: transparent;
	color: #fff;
}

.formbox input[type="text"][readonly],
.formbox input[type="password"][readonly],
.formbox textarea[readonly] {
	background: transparent;
}

.formbox input[type="text"],
.formbox input[type="password"] {
	font-size: 12px;
}

.formbox button,
.formbox input[type="button"],
.formbox input[type="file"],
.formbox input[type="submit"] {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: none;
	padding: 6px 12px;
	color: #fff;
	background: #08c;
	margin-left: 5px;
	cursor: pointer;
	border-radius: 3px;
}

.formbox input[type="button"]:hover,
.formbox input[type="file"]:hover,
.formbox input[type="submit"]:hover {
	background: #0099e5;
}

.formbox input[type="button"][disabled],
.formbox input[type="file"][disabled],
.formbox input[type="submit"][disabled] {
	cursor: default;
	opacity: 0.5;
}

.formbox input[type="button"][disabled]:hover,
.formbox input[type="file"][disabled]:hover,
.formbox input[type="submit"][disabled]:hover {
	background: #08c;
}

/* -------------------------------------------------------------------------- */

.formbox2 {
	font-size: 10px;
	background: #eee;
	border: 1px solid #ccd;
	padding: 7px;
	margin-bottom: 5px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.formbox2 .grid {
	border-collapse: collapse;
	margin-left: auto;
}

.formbox2 .grid th {
	font-weight: normal;
	padding: 0 5px;
	text-align: right;
	white-space: nowrap;
}

.formbox2 input[type="text"] {
	font-size: 11px;
	border: 1px solid #08c;
	padding: 2px;
	box-sizing: border-box;
}

.formbox2 input[type="submit"] {
	font-family: Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: none;
	padding: 6px 8px;
	color: #fff;
	background: #08c;
	margin-left: 12px;
	cursor: pointer;
	border-radius: 3px;
}

.formbox2 input[type="submit"]:hover {
	background: #0099e5;
}

/* -------------------------------------------------------------------------- */

.databox {
	border: 1px solid #a5a5b3;
	width: 918px;
	position: relative;
}

.databox .block {
	padding: 5px;
	overflow: auto;
}

.databox .separator {
	border-top: 1px solid #a5a5b3;
	width: 100%
}

/* -------------------------------------------------------------------------- */

.datatab {
	margin: 0 auto;
	width: 100%;
}

.datatab .options {
	margin: 0;
	overflow: auto;
}

.datatab .options ul {
	margin: 0;
	float: right;
}

.datatab .options li {
	list-style-type: none;
	padding: 4px 10px;
	float: left;
}

.datatab .options li a {
 	font-size: 9px;
 	text-transform: uppercase;
 	font-weight:bold;
 }
 
 .datatab .options li .box {
 	background: #eee;
 	border: 1px solid #ccc;
 	padding: 5px 10px;
 	border-radius: 4px;
 }

.datatab .data1 {
	border-collapse: collapse;
	width: 100%;
}

.datatab .data1 td {
	border-top: 1px solid #d0d0df;
	border-bottom: 1px solid #d0d0df;
	padding: 12px;
}

.datatab .data1 .noinfo {
	font-size: 14px;
	text-align: center;
	padding: 50px;
}

.datatab .data2 {
	border-collapse: collapse;
	width: 100%;
}

.datatab .data2 th {
	background: #dee7f8;
	font-size: 9px;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
	padding: 6px 12px;
	border-right: 1px solid #a4bdec;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 1px;
}

.datatab .data2 td {
	padding: 6px 12px;
}

.datatab .data3 {
	border-collapse: collapse;
	width: 100%;
}

.datatab .data3 th {
	background: #dee7f8;
	font-size: 9px;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: right;
	padding: 6px 12px;
	border-top: 1px solid #a4bdec;
	border-bottom: 1px solid #a4bdec;
}

.datatab .data3 td {
	padding: 6px 12px;
	border-top: 1px solid #eef;
	border-bottom: 1px solid #eef;
}

.datatab .data3 .h {
	background: #f8f8ff;
	font-weight: bold;
}

.datatab .data3 .m {
	font-size: 9px;
}

.datatab .data3 tr:hover {
	background: #fcfcff;
}

.datatab .data3 .noinfo {
	font-size: 14px;
	text-align: center;
	padding: 50px;
}

.datatab .data3 .noinfo:hover {
	background: #fff;
}

.datatab .data4 {
	border-collapse: collapse;
	width: 100%;
}

.datatab .data4 th {
	background: #dddde4;
	font-size: 9px;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: right;
	padding: 6px 12px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.datatab .data4 td {
	padding: 6px 12px;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.datatab .data4 .h {
	background: #eee;
	font-weight: bold;
}

.datatab .data5 {
	border-collapse: collapse;
	width: 100%;
}

.datatab .data5 th {
	background: #f4f4f4;
	font-size: 9px;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: right;
	padding: 3px 6px;
	border: 1px solid #bbc;
	font-weight: normal;
}

.datatab .data5 td {
	padding: 3px 6px;
	border: 1px solid #bbc;
}

.datatab .data6 {
	border-collapse: collapse;
}

.datatab .data6 th {
	background: #dee7f8;
	white-space: nowrap;
	text-align: right;
	padding: 3px 9px 3px 18px;
	border-top: 1px solid #a4bdec;
	border-bottom: 1px solid #a4bdec;
	font-weight: bold;
}

.datatab .data6 td {
	background: #fcfcff;
	padding: 3px 18px 3px 9px;
	border-top: 1px solid #a4bdec;
	border-bottom: 1px solid #a4bdec;
}

.datatab .data7 {
	border-collapse: collapse;
}

.datatab .data7 th {
	vertical-align: middle;
	font-size: 9px;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 4px 8px;
	font-weight: normal;
	color: #777;
}

.datatab .data7 td {
	padding: 4px 8px;
	font-size: 18px;
}

.datatab .data8 {
	border-collapse: collapse;
}

.datatab .data8 th {
	vertical-align: middle;
	font-size: 9px;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 6px 8px 4px 8px;
	font-weight: normal;
	color: #777;
	text-align: right;
}

.datatab .data8 td {
	padding: 4px 8px;
	font-size: 14px;
}

/* -------------------------------------------------------------------------- */

.postok {
	background: url("../img/postok.png");
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -100px 0 0 -100px;
	z-index: 20;
}

/* -------------------------------------------------------------------------- */

.props {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.props li {
	float: left;
	margin: 4px 20px 0 0;
}

.props li .t {
	color: #aab;
	font-size: 9px;
	text-transform: uppercase;
}

/* -------------------------------------------------------------------------- */

.doclink2 {
	width: 100%;
}

.doclink2 div {
	display: table-cell;
	height: 32px;
	white-space: nowrap;
	vertical-align: middle;
}

.doclink2 .selectedfile,
.doclink2 .file {
	text-align: right;
	width: 100%;
}

.doclink2 .alts,
.doclink2 .altb {
	font-size: 9px;
	text-align: right;
	display: block;
	height: 9px;
	margin-top: 4px;
}

.doclink2 .file,
.doclink2 .altb {
	display: none;
}

.doclink3,
.doclink4 {
	display: inline-block;
	white-space: nowrap;
	margin: 1px;
	padding: 1px 10px;
	border: 1px solid #dde;
	color: #778;
	border-radius: 2px;
}

.doclink3 #label,
.doclink4 #label {
	padding-left: 5px;
}

.doclink3 img {
	vertical-align: -4px;
}

.doclink4 img {
	vertical-align: -12px;
}

/* -------------------------------------------------------------------------- */

.username,
.suppliername {
	position: relative;
}

.username a,
.suppliername a {
	cursor: context-menu;
}

.username.deactivated {
	text-decoration: line-through;
}

.username.hidden {
	opacity: .2;
}

.userhud,
.supplierhud {
	opacity: 0;
	position: absolute;
	height: 24px;
	top: -24px;
}

.userhud {
	width: 51px;
	right: -12px;
	background: url("../img/userhud.png");
}

.supplierhud {
	width: 25px;
	right: 1px;
	background: url("../img/supplierhud.png");
}

.userhud #aa,
.userhud #addreminder,
.supplierhud #fw {
	position: absolute;
	width: 21px;
	height: 15px;
	top: 2px;
}

.userhud #aa {
	left: 2px;
}

.userhud #aa:hover {
	background: url("../img/userhud-aa.png");
}

.userhud #addreminder {
	left: 28px;
}

.userhud #addreminder:hover {
	background: url("../img/userhud-addreminder.png");
}

.supplierhud #fw {
	left: 2px;
}

.supplierhud #fw:hover {
	background: url("../img/supplierhud-fw.png");
}

/* -------------------------------------------------------------------------- */

.language {
	display: inline-block;
	white-space: nowrap;
	margin: 1px;
	padding: 2px 10px;
	background: #f8f8f8;
	border: 1px solid #bbc;
	border-radius: 2px;
}

.language img {
	vertical-align: -1px;
}

.language .code {
	font-size: 8px;
	color: #778;
	padding-left: 8px;
}


/* -------------------------------------------------------------------------- */

.projectproperty1,
.projectproperty2,
.projectproperty3,
.projectproperty4,
.projectproperty5,
.projectproperty6,
.projectproperty7,
.projectproperty8,
.projectproperty9,
.projectproperty10,
.projectproperty11,
.projectproperty12,
.projectproperty13,
.projectproperty14,
.projectproperty15,
.projectproperty16
{
	display: inline-block;
	font-weight: bold;
	font-size: 9px;
	margin-right: 1px;
	margin-bottom: 1px;
	padding: 1px 5px;
	color: #fff;
	border-radius: 2px;
}

.projectproperty1 {
	background: hsl(0, 60%, 50%);
}

.projectproperty2 {
	background: hsl(27, 60%, 50%);
}

.projectproperty3 {
	background: hsl(54, 60%, 50%);
}

.projectproperty4 {
	background: hsl(81, 60%, 50%);
}

.projectproperty5 {
	background: hsl(108, 60%, 50%);
}

.projectproperty6 {
	background: hsl(135, 60%, 50%);
}

.projectproperty7 {
	background: hsl(162, 60%, 50%);
}

.projectproperty8 {
	background: hsl(189, 60%, 50%);
}

.projectproperty9 {
	background: hsl(216, 60%, 50%);
}

.projectproperty10 {
	background: hsl(243, 60%, 50%);
}

.projectproperty11 {
	background: hsl(270, 60%, 50%);
}

.projectproperty12 {
	background: hsl(297, 60%, 50%);
}

.projectproperty13 {
	background: hsl(324, 60%, 50%);
}

.projectproperty14 {
	background: #808080;
}

.projectproperty15 {
	background: hsl(351, 60%, 50%);
}

.projectproperty16 {
	background: hsl(378, 60%, 50%);
}

/* -------------------------------------------------------------------------- */

.projectstatus0,
.projectstatus1,
.projectstatus2,
.projectstatus3 {
	position: relative;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	width: 110px;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	cursor: pointer;
}

.projectstatus0 div,
.projectstatus1 div,
.projectstatus2 div,
.projectstatus3 div {
	width: 110px;
	height: 38px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.projectstatus0 {
	color: #888;
	background: #eee;
	border-color: #888;
}
.projectstatus0:hover {
	background: #fff;
}

.projectstatus1 {
	color: #396;
	background: #cfc;
	border-color: #396;
}
.projectstatus1:hover {
	background: #efe;
}

.projectstatus2 {
	color: #b50;
	background: #fc6;
	border-color: #b50;
}
.projectstatus2:hover {
	background: #fe8;
}

.projectstatus3 {
	color: #fff;
	background: #d22;
	border-color: #d22;
}
.projectstatus3:hover {
	background: #f44;
}

.projectstatus0 .parked,
.projectstatus1 .parked,
.projectstatus2 .parked,
.projectstatus3 .parked {
	position: absolute;
	display: block;
	padding: 1px 3px;
	background: #26f;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	right: 0;
	bottom: 0px;
	font-size: 10px;
	border: 1px solid #fff;
	border-radius: 3px;
}

.projectstatus0 .queries,
.projectstatus1 .queries,
.projectstatus2 .queries,
.projectstatus3 .queries {
	position: absolute;
	display: block;
	padding: 2px 6px;
	background: #d22;
	color: #fff;
	right: -10px;
	top: -10px;
	font-size: 11px;
	font-weight: bold;
	border-radius: 99px;
}

/* -------------------------------------------------------------------------- */

#contactmeans {
	margin-top: 10px;
	margin-bottom: 7px;
}

#contactmeans .phone a,
#contactmeans .skype a,
#contactmeans .email a {
	padding: 2px 10px 2px 36px;
	line-height: 22px;
	border: 1px solid #a4ecbd;
	background: #def8e7 no-repeat 10px center;
	color: #000;
	white-space: nowrap;
	border-radius: 8px;
}

#contactmeans .phone a {
	background-image: url("../img/phone_16.png");
	font-weight: bold;
}

#contactmeans .skype a {
	background-image: url("../img/skype_16.png");
}

#contactmeans .email a {
	background-image: url("../img/email_16.png");
}

#contactmeans .phone a:hover,
#contactmeans .skype a:hover,
#contactmeans .email a:hover {
	text-decoration: none;
	background-color: #beedce;
	border-color: #64ed94;
}

/* -------------------------------------------------------------------------- */

#bottomline {
	clear: both;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 3px;
	color: #999;
	margin: 20px;
}

#bottomline a {
	color: #999;
}

/* -------------------------------------------------------------------------- */

.pager {
	text-align: right;
	margin: 5px 10px 0 0;
}

table.data1 > tbody > tr.priority {
	background-color: #ffe;
}

div#notifications {
	position: relative;
	top: 22px;
	right: 20px;
	float: right;
}

div#user {
	float: right;
	font-size:10px;
	height:36px;
	line-height: 26px;
	position: relative;
	right: 10px;
	top: 15px;
	width:36px;
}

div#rolling3, div#ssp {
    float: right;
    min-width: 50px;
    background-color: #416aa6;
    border-radius: 5px;
    padding: 3px;
    margin: 10px;
    text-align: center;
    color: white;
    font-size: 10px;
    top: 3px;
    position: relative;
    right: 33px;
}

div#rolling3 div, div#ssp div {
	background: white;
	border-radius: 0 0 5px 5px;
	padding: 5px 15px;
	color: black;
	margin: 3px 0 0 0;
}

div#closebutton a::before {
	content: '\274C';
	color: #444;
	font-weight: 300;
	font-family: Arial, sans-serif;
	text-align: center;
	display: block;
	bottom: 1px;
	position: relative;
	bottom: 1px;
}

div#closebutton {
	background-color: #CCC;
	position: relative;
	float: left;
	top: 8px;
	left: 970px;
	width: 13px;
	height: 12px;
	text-align: center;
	border-radius: 90px;
	opacity: 0.4;
	content: close-quote;
	cursor: pointer;
	display: none;
}

/* -------------------------------------------------------------------------- */

a#helpboard_link {
	display:inline-block;
	height:36px;
	width:37px;
	text-decoration: none;
}

a#helpboard_link p {
	position:relative;
	top:-4px;
	left:12px;
	font-size:9px;
}

form#helpboardhud td.opoffline {
	color: #666;
}

/* -------------------------------------------------------------------------- */

table.qarules {
  border-collapse: collapse;
}

table.qarules tr {
  border-bottom: solid;
  border-width: 1px 0;
  border-color: #ccc;
  padding-bottom: 2px;
  padding-top: 2px;
}

table.qarules tr:first-child {
  padding-top: none;
}

table.qarules tr:last-child {
  border-bottom: none;
  padding-bottom: none;
}

table.qarules td:first-child {
	width:40px;
	padding-right:5px;
	text-align:right;
	color: #666;
}
table.qarules td {
	vertical-align:top;
}
