/*
 * General formatting
 */
body {
	margin: 0;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
h1, h2, h3, h4, td, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0; margin: 0;
	display: inline;
}
em {
	font-weight: bold;
	font-style: normal;	
}
img, a img {
	border: 0; margin: 0; padding: 0;
}
a {
	color: #009;
}
.small {font-size: 11px;} .big {font-size: 14px;}

/*
 * Header and Navi
 */
#header {
	font-size: 11px;
	color: #558;
}

#header_sub_title {
	font-weight: bold;
}

.header_row {
	width: 100%;
	clear: both;
}

.header_left {
	float: left;
	width: 25%;
	padding-bottom: 8px;
}

.header_center {
	float: left;
	width: 50%;
	text-align: center;
}

.header_right {
	float: right;
	width: 25%;
	text-align: right;
}

.search_input_text {
	width: 240px;
}

#sm_icons {
}

#view_urls {
	float: right;
	margin-left: 15px;
	
}

#menu {
	border-top: 1px solid #cce;
	width: 100%;
	height: 25px;
	padding-bottom: 30px;
	clear: both;
}
.cat_color_block {
	display:inline-block;
	font-size:1px;
	margin-right:3px;
	width:8px;
	height:8px;
}
#user_menu {
	padding-top:6px;
	float: right;
}

/* Dropdown menu from http://javascript-array.com/scripts/simple_drop_down_menu/ */

#sddm
{	margin: 0;
	padding: 0;
	z-index: 80}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	z-index: 50;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 7px 7px;
	width: auto;
	background: #fff;
	color: #334;
	z-index: 50;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #dfdff1;}

#sddm div
{	position: absolute;
	visibility: hidden;
	border: solid #cce 1px;	
	margin: 0;
	padding: 0;
	z-index: 50;	
	background: #efeff1;}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #fff;
		border: #99b;
		color: #334;
		font: 11px arial}

	#sddm div a:hover
	{	background: #dfdff1;}


#sddm_login
{	margin: 0;
	padding: 0;
	z-index: 80}

#sddm_login li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	z-index: 50;}

#sddm_login div
{	position: absolute;
	visibility:hidden;
	width:250px;
	text-align:left;
	right:0px;
	border: solid #cce 1px;	
	margin-top: 3px;
	padding: 12px;
	z-index: 50;
	background-color:#dfdff1;}


/*
 * Page header
 */
#page_title {
	width: 100%;
	clear: both;
}

#page_title_left {
	float: left;
	padding-bottom: 25px;
}
#page_title h2 {
	color: #334;
	font-weight: bold;
}
#page_title_center {
	text-align: center;
	padding-bottom: 25px;
}
#page_title_right {
	float: right;
	text-align: right;
}

/*
 * Sidebar
 */
#side_bar {
	float: left;
	width: 197px;
}

.side_bar_box {
	clear:both;
	line-height: 18px;
	padding: 12px;
	margin-bottom: 10px;
}
.sbb_1 {
	border: 1px solid #cce;
}
.sbb_2 {
	background-color:#e5e5f6;
}

#sb_entry {
	margin-top: 15px;
	margin-bottom: 15px;
}
#sb_entry_elem {
	margin-top: 2px;
	margin-bottom: 2px;
}
.settings_text {
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

a.settings_link {
	font-size:12px;
	font-weight:normal;
	color:#000099;
}


/*
 * Content
 */
#content {
	margin-left: 210px;
}

#content_left {
	float: left;
	width: 49%;
}

#content_right {
	float: right;
	width: 49%;
}
.content_search {
	padding: 24px;
}

.group_box {
	clear: both;
	margin-bottom: 10px;
}

.gb_title {
	background-color: #e5e5f6;
	padding-top: 8px; padding-bottom: 8px;
	padding-left: 22px; padding-right: 22px;
}

.gb_title h2, .gb_title a {
	font-weight: bold;
	color: #333;
}

.gb_content {
	padding: 22px;
}

.gb_more_hls {
	padding-top: 10px;
}
.gb_more_hls a {
	color: #009;
	font-weight: bold;
	text-decoration: none;
}
.gb_more_hls a:hover {
	text-decoration: underline;
}

.gb_no_hls {
	padding: 20px;
}


.hl {
	clear: both;
	margin-bottom: 18px;
}

.hl_title {
}
.hl_title a {
	font-size: 14px;
	color: #009;
}

.hl_img {
	float: right;
	margin-left: 8px;
	margin-bottom: 5px;
}

.hl_info {
	color: #505050;
	margin-top: 6px;
}
.hl_info .cat_color_block {
	margin-left: 5px; margin-right: 5px;
}
a.hl_info {
	text-decoration: none;
}
a.hl_info:hover {
	text-decoration: underline;
}

.hl_desc {
	margin-top: 4px;
}

.hl_more {
	margin-top: 8px;
}
a.hl_more {
	color: #006600;
	text-decoration: none;
}
a.hl_more:hover {
	text-decoration: underline;
}

.hl_info_text {
	display:none;
}
.hit_desc {
	padding:4px;
	font-size: 12px;
}
.hit_tags {
	margin-top:10px;
	font-size: 11px;
	background-color:#efeff6;
	padding:7px;
}
.hld_box {
	display:none;
}

.hld_desc {	
	clear:both;
	font-size: 12px;
	padding:10px;
}
#sm_share_box {
	padding: 12px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
}


/* Dialogs/Forms */
table.tvb_dialog_table {
	width:400px;
	padding:6px;
}
table.tvb_dialog_table a {
	text-decoration: underline;
}
td.tvb_dialog_table_left {
	width:120px;
}
td.tvb_dialog_table_right {
}
.dialog_form {
	clear:both;
	background-color:#dfdff1;
	padding: 10px;
	margin-bottom: 12px;
}
.dialog_header {
	text-align:center;
	padding-bottom:5px;	
}
.dialog_row {
	clear: both;
	padding: 5px;
}
.dialog_left {
	float:left;
	width:120px;
}
.dialog_right {
	float:left;
}


/*
 * Contact
 */
#footer_navi {
	clear: both;
	text-align: center;
	width: 100%;
	padding-top: 15px;padding-bottom: 10px;
}
#footer_navi, #footer_navi a {
	font-size: 11px;
	color: #000;
	text-decoration:none;
}
#footer_navi a:hover, #footer_navi a:active {
	text-decoration:underline;
}





