#global {
	/*margin: 10px 64px;*/
}

body {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 0;
}

h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

hr {
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	border: 0;
	margin: .2em 0 .2em 0;
}

a {
	color: #1b4caf;
	outline-style: none;
	outline-width: medium;
	text-decoration: none;
	background: none;
}

a:visited, a:active {
	color: #1b4caf;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: square;
	margin-top: 6px;
	margin-left: 32px;
	padding: 0px;
}

li {
	margin-top: 6px;
}

#message {
	position: fixed;
	width: 100%;
	display: none;
	font-size: 16px;
	font-weight: bold;
	z-index: 100;
	padding: 6px 20px;
	cursor: pointer;
}

.error {
	background-color: #f0d585;
	border: 8px solid #d0a565;
}

.notify {
	background-color: #d5f085;
	border: 8px solid #a5e055;
}

#header {
	background: transparent url(images/header.png) repeat-x left;
	border-bottom: 1px solid #303050;
	padding: 8px;
	padding-left: 12px;
	padding-right: 12px;
	color: #eee;
}

#header input {
	font-size: 14px;
}

#personal-bar {
	/*text-align: right;*/
	/*padding: 4px 4px 8px 0px;*/	
}

#personal-bar a {
	color: #eee;
}

#reg-block, #signin-block, #signout-block, #recover-block {
	font-size: 14px;
	display: none;
	/*font-weight: bold;*/
}

#column-content {
	width: 100%;
	float: right;
	margin: 0 0 0 -100px;
	padding: 0;
}

#content {
	margin: 0 0 0 100px;
	position: relative;
	z-index: 2;
	color: #555;
}

#column-one {
	width: 100px;
}

#content {
	min-height: 300px;
}

#content-header {
	background: transparent url(images/content-header.png) repeat-x left;
	border-bottom: 1px solid #c0c0c0;
	padding: 8px 0px 8px 12px;
	font-size: 18px;
	font-weight: bold;
	color: #555;
}

#content-body {
	padding: 16px;
}

#footer {
	background: transparent url(images/footer.png) repeat-x left;
	margin-top: 10px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #f0f0f0;
	font-size: 8pt;
}

#footer ul {
	list-style: none;
	margin: 10px 160px;
}

#footer li {
	display: inline;
	margin-right: 12px;
	overflow: visible;
}

#footer li.selected {
	border-color: #fabd23;
	padding: 8px;
	font-weight: bold;
}

#footer li a {
	color: #002bb8;
	border: none;
	position: relative;
	z-index: 0;
	margin: 0;
}

#welcome-block, #main-block {
	margin-top: 50px;
	margin-bottom: 20px;
}

#main-block {
	display: none;
}

#suggestion-menu {
	margin-top: 20px;
	display: none;
}

#suggestion-menu ul {
	display: block;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	background-color: #ddd;
	border: none;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
}

#suggestion-menu li {
	float: left;
	display: inline;
	margin: 0px;
	padding: 4px 8px;
	background-color: #ddd;
}

#suggestion-menu li.active {
	background-color: #fff;
}

#suggestion-menu li a {
	margin: 2px 4px;
	text-decoration: none;
}

#content-list {
	position: relative;
	/*border-top: 1px solid #ccc;*/
	min-height: 100px;
	padding-top: 10px;
}

.comment-list {
	margin: 6px 50px;
	font-size: 16px;
}

#comment {
	border-top: 1px solid #f0f0f0;
	padding-top: 6px;
	padding-bottom: 2px;
}

#comment-meta {
	margin-bottom: 8px;
	font-size: 14px;
}

#widget-info {
	margin-top: 50px;
	font-size: 16px;
	/*font-weight: bold;*/
}

#profile-block, #constructor-block, #client-block {
	font-size: 16px;
}

#profile-block input, #constructor-block input {
	padding: 2px;
	font-size: 16px;
	width: 250px;
}

#client-block select {
	padding: 2px;
	font-size: 16px;
	width: 250px;
}

#client-actions {
	display: none;
	font-size: 14px;
}

#client-actions a {
	padding: 4px 15px;
	padding-bottom: 10px;
	text-decoration: none;
	cursor: pointer;
}

#client-result {
	display: none;
	font-size: 14px;
	background-color: #333;
	color: #00ff00;
	font-family: "Courier New", "Times New Roman", monospace;
	line-height: 1.3em;
	margin: 10px auto 1px auto;
	padding: 8px;
	white-space: nowrap;
}

.client-select {
	background-color: #f0f0f0;
	/*font-weight: bold;*/
}

#settings-block {
	display: none;
	margin: 5px 80px;
	padding: 10px 10px;
	background-color: #f0f0f0;
}

#settings-block input {
	margin-top: 4px;
	font-size: 11px;
}

#widget-code {
	position: relative;
	padding-left: 2px;
	border: 1px solid #ccc;
	width: 98%;
	height: 250px;
	font-family: "courier new", "times new roman", monospace;
	font-size: 12px;
	color: #333;
}

#widget-header, #settings-domain {
	width: 500px;
}

#content-list select, #suggestion-one select {
	width: auto;
}

#client-code {
	font-size: 10px;
	color: #000;
	background-color: #fff;
	font-family: "courier new", "times new roman";
	line-height: 1.3em;
	border: 1px dashed #777;
	margin: 10px auto 1px auto;
	padding: 8px;
	white-space: nowrap;
}

.hivext-table {
	width: 100%;
	background-color: white;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #8a97ba;
	font-size: 11px;
}

.hivext-table th,
.hivext-table td {
	border-color: #8a97ba;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding: 6px 10px;
}

.hivext-table th {
	background: transparent url(images/content-header.png) repeat-x left;	
	font-weight: normal;
	font-style: normal;
	text-align: left;
}

div.block-show {
	margin: 6px 6px;
	margin-right: 100px;
}

div.block-show > div.block-header {
	background: transparent url(images/minus.png) no-repeat left;
	background-position: 4px center;
	background-color: #e5e7ee;
	padding: 4px 8px;
	padding-left: 30px;
	cursor: pointer;
	font-size: 18px;
}

div.block-show > div.block-sample {
	overflow: visible;
	padding-top: 20px;
	padding-bottom: 50px;
}

div.block-hide {
	margin: 6px 6px;
	margin-right: 100px;
	color: #aaa;
}

div.block-hide > div.block-header {
	background: transparent url(images/plus.png) no-repeat left;
	background-position: 4px center;
	background-color: #f0f0f2;
	padding: 4px 8px;
	padding-left: 30px;
	cursor: pointer;
	font-size: 18px;
}

div.block-hide > div.block-sample {
	display: none;
}

.suggestion {
	clear: both;
	padding: 6px 0 6px 6px;
	margin-bottom: 4px;
}

#suggestion-list .dark {
	background: #eee none repeat scroll 0 0;
}

div.suggestion h3 {
	line-height: 18px;
	margin: 0;
}

div.suggestion h3 a {
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
}

.actions {
	float: right;
	font-size: 11px;
}

.actions a {
	text-decoration: none;
}

.vote-score {
	float: right;
	/*margin-top: 2px;*/
	width: 65px;
	height: 32px;
}

.vote-actions {
	float: right;
	margin-right: 6px;
	width: 5px;
}

.vote-actions span {
	font-size: 12px;
}

span.score {
	position: relation;
	display: block;
	float: right;
	margin-right: 8px;
	/*margin-top: 2px;*/
	padding: 4px;
	width: 50px;
	color: #fff;
	background-color: #000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

select.status {
	margin-right: 4px;
	padding: 2px 4px;
	color: #fff;
	background-color: #256615;
}

.suggestion .meta {
	color: #555555;
	padding-top: 5px;
	font-size: 12px;
}

.page, .page-select {
	margin: 4px 4px;
	padding: 0px 10px;
	border: 1px solid #777;
	cursor: pointer;
	font-size: 14px;
}

.page {
	background-color: #fff;
}

.page a {
	text-decoration: none;
	color: #777;
}

.page-select {
	background-color: #ccc;
}

.page-select a {
	text-decoration: none;
	color: #777;	
}

.clearfix {
	clear: both;
}

