table.overview-table {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	font-size: 13px;
}

table.overview-table thead tr {
	width: auto;
	height: 40px;
	padding: 0px;
	margin: 0px;
}

table.overview-table thead tr th {
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 2px;
	margin: 0px;
	text-align: left;
	background-color: #909799;
	border-bottom: 1px solid #71787a;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
}

table.overview-table thead tr th.left {
	border-top-left-radius: 6px;
}

table.overview-table thead tr th.right {
	border-top-right-radius: 6px;
}

table.overview-table tbody tr {
	width: auto;
	height: 36px;
	margin: 0px;
	padding: 0px;
	transition: background 0.15s ease;
}

table.overview-table tbody tr.gray {
	background-color: #f1f1f1;
}

table.overview-table tbody tr:hover {
	background-color: #ebebeb;
}

table.overview-table tbody tr td {
	width: auto;
	padding: 0px 4px;
	height: 36px;
	line-height: 36px;
	margin: 0px;
	border-spacing: 0px;
	cursor: default;
	border-bottom: 1px solid #e0e0e0;
}

table.overview-table tbody tr td div.inner {
	width: auto;
	height: 36px;
	overflow: hidden;
}

table.overview-table tbody tr td div.inner a {
	display: inline;
	font-weight: 600;
	text-decoration: none;
	color: #2da3b8;
	transition: color 0.15s ease;
}

table.overview-table tbody tr td div.inner a:hover {
	color: #287c8b;
}

table.overview-table tbody tr td div.inner a img {
	width: 24px;
	height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	vertical-align: text-bottom;
}

table.overview-table tbody tr:hover td div.not-visible {
	opacity: 0.6;
	filter:alpha(60);
}

table.overview-table tbody tr:hover td div.not-visible:hover {
	opacity: 1;
	filter:alpha(100);
}



























/* LINKS */

a.menuitem {
	font: 11px verdana;
	font-weight: bold;
	color: #4f4f4f;
	text-decoration: none;
	padding-left: 24px;
}

a.menuitem:hover {
	color: #ec6a00;
}

a.menuitemhover {
	font: 11px verdana;
	font-weight: bold;
	color: #ec6a00;
	text-decoration: none;
	padding-left: 24px;
}

a.menuitemhover:hover {
	color: #ec6a00;
}

a.submenuitem {
	font: 10px verdana;
	color: #4f4f4f;
	text-decoration: none;
	padding-left: 24px;
	line-height: 24px;
}

a.submenuitem:hover {
	color: #ec6a00;
}

a.submenuitemhover {
	font: 10px verdana;
	color: #ec6a00;
	text-decoration: none;
	padding-left: 24px;
	line-height: 24px;
}

a.submenuitemhover:hover {
	color: #ec6a00;
}

a.linktopright {
	color: #1c7e76;
	padding-left: 20px;
}

a.linktopright:hover {
	color: #606060;
}

#textsquare #header a,#textsquare #header_2 a {
	font: 10px verdana;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#textsquare #header a:hover,#textsquare #header_2 a:hover {
	color: #e9e9e9;
}

#textsquare #header a.small {
	font: 10px arial;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#textsquare #header a.small:hover {
	color: #e9e9e9;
}







.rule {
	background: #f0f0f0;
	border: 1px solid #ddd;
	padding: 12px 20px;
	margin: 0 0 10px 0;
	border-radius: 3px;
}
.rule-close {
	float: right;
}
.rule-title {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 7px 0;
}
.rule table thead td {
	font-weight: bold;
	padding: 0 5px 5px 5px;
	vertical-align: bottom;
}
.rule table tbody td {
	padding: 0 5px 5px 5px;
	vertical-align: top;
}
.rule table tbody input {
}



.code {
	background-color: #333;
	border-radius: 4px;
	padding: 14px;
	color: #fff;
	line-height: 14px;
}



