/* ================================================
	Good display for: Internet Explorer 5 (Mac), Internet Explorer 5.5 (or hight,6,7 beta 2)
	Konqueror 2.2 (Linux), Netscape 6 (or hight: ver 7, 8)
	Opera 5 and 6 (or hight: ver 7, 8)
	Safari 1.0
	FireFox 1.1 (or height)
	Check All for: CSS Level 2
	www.dnn360.net
	check by: thangpdtt@gmail.com 
================================================ */

.H1Style1 {
	border-style: none;
	border-width: 0px;
	width:200 px;
}

.H1Style2 { /* markerad tab översta nivån */
	color: black;
	text-align: center;
	background-position: left;
	background-color: #00F;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	font-size: 11px;
}

td.H1Style2 {
	white-space: nowrap;
	background-color: #E8EDF1;
	border-top:  thin solid; border-width:1px;
	border-top-color: #D6D9DB;
	border-bottom:  thin solid; border-width:1px;
	border-bottom-color: #D6D9DB;
}

.H1Style3 {  /* markerad tab andra nivån */
	color: Black;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	height: 20px;
}
	
td.H1Style3 { 
	white-space: nowrap;
	/*background-color: blue;*/
	padding-left: 10px;
	padding-right: 10px;
	background-image: url("bg_nav1.gif");
	border-left:  thin solid; border-width:1px;
	border-left-color: #fff;
	border-right:  thin solid; border-width:1px;
	border-right-color: #fff; /*vertikal linje emellan på övre raden*/
}

.H1Table {
	color: black;
	height: 20px;
	/*background-color: #E8EDF1;*/ 
	background-color: #EFEFEF; 
	border-bottom: thin solid; border-width:1px;
	border-bottom-color: #EFEFEF;
}

.H1Header {
	white-space: nowrap;
	background-color: #EFEFEF;
	/*background-image: url("bg_nav2.gif");*/
}

/* Förändrad för alternativ meny på grå bakgrund */
.H1MenuLevel0,.H1MenuLevel0:visited,.H1MenuLevel0:link {
	/*color: white;*/
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.H1MenuLevel0:hover {
	color: #555;
}

.H1MenuLevel0Selected,.H1MenuLevel0Selected:visited,.H1MenuLevel0Selected:link,.H1MenuLevel0Selected:hover {
	color: Black;
	/*background-color: #ECECED;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.H1MenuLevel1,.H1MenuLevel1:visited ,.H1MenuLevel1:link, .H1MenuLevel1:hover {
	/*color: Black; ---------------------- ----------*/
	color: Red;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	/*padding-left: 13px;*/
	padding-left: 13px;
	line-height: 11px;
	font-size: 12px;
	/*padding-right: 13px;*/
	padding-right: 13px;
	*padding-top: 4px;
	border-left: thin solid; border-width:1px;
	border-left-color: #fff;
	height: 20px;
}

td.H1Cell { 
	white-space: nowrap;
	/*padding-left: 14px;
	padding-right: 14px;*/
	background-image: url("bg_nav1.gif");
	border-left:  thin solid; border-width:1px;
	border-left-color: #fff;
	border-right:  thin solid; border-width:1px;
	border-right-color: #fff;
	/*border-color:#0000FF;*/
}

.H1MenuLevel1Selected,.H1MenuLevel1Selected:visited,.H1MenuLevel1Selected:link {
	color: Black;
	/*color: Blue;*/
	font-family: Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	text-decoration: none;
	font-size: 12px;
	padding-left: 13px;
	line-height: 12px;
	padding-right: 13px;
	border-left:  thin solid; border-width:1px;
	/*border-left-color: #B6BEC5;*/
	border-left-color: #fff;
	height: 20px;	
}

/* css för dropdownmenyn under admin */
.H2Style4 {
	text-align: right;
}

td.H1Style2 {
	white-space: nowrap;
}

#dropmenudiv {
	position: absolute;
	border: 1px solid #B6BEC5;
	border-bottom-width: 0;
	font: normal 11px Arial, Verdana, Geneva,  Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	text-align: left;
	background-color: #E8EDF1;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #B6BEC5;

	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;

	text-decoration: none;
	font-weight: bold;
	text-align: left;
	background-color: #E8EDF1;
	color: #000000;
}

#dropmenudiv a:hover {
	background-color: #E8EDF1;
	color: #000000;


}