
#headerMenu {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	height: 28px;
}

#headerMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}

#headerMenu li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

#headerMenu a {
	text-decoration: none;
	display: block;
}

#headerMenu ul ul {
	border: solid 1px #BCBCBC;
	display: none;
	z-index: 250;
	position: absolute;
	clear: both;
}

#headerMenu li.over ul {
	display: block;
}

#headerMenu li li {
	clear: left;
}

#headerMenu li.dropselected ul {
	border: 1px solid #05386d;
}

#headerMenu li.over a{
	z-index: 400;
}

#headerMenu li li a
{
	background-color: #FFFFFF;
	color: black;
	margin: 0;
	font-weight:normal;
	font-size: 11px;
	border:0;
	display: block;
	padding: 5px 8px 5px 27px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 5px 7px;
}

#headerMenu li li a strong
{
	text-decoration: underline;
	font-size: 12px;
}

#headerMenu li li b, #headerMenu li li span {
	display: block;
	line-height: 1.2;
}

#headerMenu li li span {
	padding: 5px 0px 5px 0px;
}

#headerMenu li li b {
	text-decoration: underline;
	font-size: 12px;
}

#headerMenu li.dropselected li a {
	background-color: #05386D;
	color: white;
}

#headerMenu li.dropselected li:last-child a, #headerMenu li.dropselected li.last a {
	border-bottom: 0;
}

#headerMenu li li a:hover
{
	background-color: #f5f5f5;
	color: #005fa3;
}

#headerMenu li.dropselected li a:hover {
	background-color: #DFEDFC;
	color: black;
}

#headerMenu li li a.menu_mnuArticles
{
	width: 200px;
}

#headerMenu li li a.menu_mnuCategories
{
	width: 200px;
}

#headerMenu li li a.menu_mnuGroups
{
	width: 200px;
}

#headerMenu li li a.menu_mnuUsers
{
	width: 200px;
}

#headerMenu li li a.menu_mnuComments
{
	width: 200px;
}

#headerMenu li li a.menu_mnuStats
{
	width: 200px;
}

.menuBar
{
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #05386d;
}

#headerMenu li li a.menu_list_button
{
	width: 120px;
}

#headerMenu li li a.menu_subscriber_button
{
	width: 147px;
}

#headerMenu li li a.menu_newsletter_button
{
	width: 145px;
}

#headerMenu li li a.menu_template_button
{
	width: 145px;
}

#headerMenu li li a.menu_autoresponder_button
{
	width: 140px;
}

#headerMenu li li a.menu_statistics_button
{
	width: 125px;
}


/** CSS FOR HEADER MENU TABLE **/

#headerMenu td {
	padding: 0;
	vertical-align: top;
	text-decoration: none;
	cursor: pointer;
}


#headerMenu table {
	margin-right: 2px;
}

#headerMenu td img {
	border: 0;
	cursor: pointer;
}

#headerMenu td.dropdown-tab-icon,

#headerMenu td.dropdown-tab-arrow,

#headerMenu td.dropdown-tab-label {
	padding-top: 8px;
	/*background: url(../../images/mnu_middle.gif) repeat-x top left; */
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	color: #000;
}

#headerMenu td.dropdown-tab-label span  {
	text-decoration: none;
}

#headerMenu td.dropdown-tab-icon {
	padding-right: 6px;
}


#headerMenu td.dropdown-tab-arrow {
	padding-top: 15px;
	padding-left: 6px;
}

#headerMenu li.dropselected td.dropdown-tab-icon,

#headerMenu li.dropselected td.dropdown-tab-arrow,

#headerMenu li.dropselected td.dropdown-tab-label {
	background-image: url(../../images/mnu_on_middle.gif); 
	color: #FFF;
}

#headerMenu li.dropdown-on ul {
	border-color: #05386D;
}

#headerMenu li.dropdown-on li a {
	text-decoration: none;
	background-color: #05386D;
	color: #FFF;
}

#headerMenu li.dropdown-on li a:hover {
	background-color: #DFEDFC;
	color: #000;
}

/** End of Header Menubar **/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	/*float:right;*/
	position: absolute;
	top: 2px;
	right: 0;
}

#TB_ajaxWindowTitle{
	/*float:left;*/
	padding:7px 0 0px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color: lightgrey;
	/*height:27px;*/
	padding-bottom: 8px;
	position: relative;

	color: #000000;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#TB_ajaxContent{
	clear:both;
	padding:2px;/* 15px 15px 15px;*/
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
