/* ================================
    CSS STYLES FOR THE ASP.NET PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
background-color : white; 
} 
Body {
background-color : EFEFF1 ; 
} 
.SiteTitle {
font-family : Verdana Bold,Helvetica,sans-serif; 
font-size : 20px; 
font-weight : bold; 
color : #f49e1b; 
} 
.TabBg {
background-color : white; 
} 
.OtherTabsBg {
background-color : #c8c8c8; 
} 
.SelectedTab {
font-family : Verdana,Arial,Helvetica,sans-serif; 
font-size : 10px; 
font-style : normal; 
line-height : normal; 
font-weight : normal; 
color : #000000; 
text-decoration : none; 
} 
.OtherTabs {
font-family : Verdana,Arial,Helvetica,sans-serif; 
font-size : 12px; 
font-weight : 400; 
color : #000000; 
text-decoration : none; 
text-align : left; 
padding-right : 20px; 
padding-left : 20px; 
background-color : #c8c8c8; 
} 
A.OtherTabs:link {
text-decoration : none; 
color : black; 
} 
A.OtherTabs:visited {
text-decoration : none; 
color : #AAAAAA; 
} 
A.OtherTabs:active {
text-decoration : none; 
color : #000000; 
} 
A.OtherTabs:hover {
text-decoration : underline; 
color : red; 
} 
.SiteLink {
font-family : Verdana,Helvetica,sans-serif; 
font-size : 12px; 
font-weight : bold; 
} 
A.SiteLink:link {
text-decoration : none; 
color : #000000; 
} 
A.SiteLink:visited {
text-decoration : none; 
color : #AAAAAA; 
} 
A.SiteLink:active {
text-decoration : none; 
color : silver; 
} 
A.SiteLink:hover {
text-decoration : underline; 
color : red; 
} 
.Accent {
color : red; 
font-weight : bold; 
} 
.Message {
font-family : Verdana,Helvetica,sans-serif; 
font-size : 11px; 
font-weight : normal; 
background-color : #f49e1b; 
} 
.ItemTitle {
font-family : Verdana,Arial,Helvetica,sans-serif; 
font-size : 14px; 
font-style : oblique; 
font-weight : bold; 
color : #000000; 
text-decoration : none; 
text-align : left; 
padding-right : 20px; 
padding-left : 20px; 
} 
.Head {
font-family : Verdana,Arial,Helvetica,sans-serif; 
font-size : 20px; 
font-weight : normal; 
color : #696969; 
} 
.SubHead {
font-family : Verdana,Helvetica,sans-serif; 
font-size : 16px; 
font-weight : bold; 
} 
.SubSubHead {
font-family : Verdana,Helvetica,sans-serif; 
font-size : 14px; 
font-weight : bold; 
color : black; 
} 
.Normal {
font-family : Verdana,Helvetica,sans-serif; 
font-size : 12px; 
font-weight : normal; 
line-height : 12px; 
} 
.NormalTextBox {
font-family : Verdana,Helvetica,sans-serif; 
font-size : 12px; 
font-weight : normal; 
} 
.NormalRed {
font-family : Verdana,Helvetica,sans-serif; 
font-size : 12px; 
font-weight : bold; 
color : red; 
} 
.NormalBold {
font-family : Verdana,Helvetica,sans-serif; 
font-size : 12px; 
font-weight : bold; 
} 
.CommandButton {
font-family : Verdana,Helvetica,sans-serif; 
font-size : 12px; 
font-weight : normal; 
} 
A.CommandButton:link {
text-decoration : underline; 
color : black; 
} 
A.CommandButton:visited {
text-decoration : underline; 
color : #AAAAAA; 
} 
A.CommandButton:active {
text-decoration : underline; 
color : #000000; 
} 
A.CommandButton:hover {
text-decoration : underline; 
color : red; 
} 
H1 {
font-family : Verdana,Helvetica,sans-serif; 
font-size : 20px; 
font-weight : normal; 
color : #696969; 
} 
H2 {
font-family : Verdana,Helvetica,sans-serif; 
font-size : 20px; 
font-weight : normal; 
color : #696969; 
} 
H3 {
font-family : Verdana,Helvetica,sans-serif; 
font-size : 12px; 
font-weight : normal; 
color : #dc143c; 
} 
H4 {
font-family : Verdana,Helvetica,sans-serif; 
font-size : 12px; 
font-weight : normal; 
color : #dc143c; 
} 
H5,DT {
font-family : Verdana,Helvetica,sans-serif; 
font-size : 11px; 
font-weight : bold; 
color : #dc143c; 
} 
H6 {
font-family : Verdana,Helvetica,sans-serif; 
font-size : 11px; 
font-weight : bold; 
color : #dc143c; 
} 
TFOOT, THEAD {
font-family : Verdana,Helvetica,sans-serif; 
font-size : 12px; 
color : #dc143c; 
} 
TH {
vertical-align : baseline; 
font-family : Verdana,Helvetica,sans-serif; 
font-size : 12px; 
font-weight : bold; 
color : #dc143c; 
} 
A:link {
text-decoration : none; 
color : black; 
} 
A:visited {
text-decoration : none; 
color : #555555; 
} 
A:active {
text-decoration : none; 
color : #c8c8c8; 
} 
A:hover {
text-decoration : underline; 
color : #696969; 
} 
SMALL {
font-size : 8px; 
} 
BIG {
font-size : 14px; 
} 
BLOCKQUOTE, PRE {
font-family : Lucida Console,monospace; 
} 
UL LI {
list-style-type : square; 
} 
UL LI LI {
list-style-type : disc; 
} 
UL LI LI LI {
list-style-type : circle; 
} 
OL LI {
list-style-type : decimal; 
} 
OL OL LI {
list-style-type : lower-alpha; 
} 
OL OL OL LI {
list-style-type : lower-roman; 
} 
HR {
height : 1pt; 
text-align : left; 
} 
.mmenu {
font-family : Verdana,Arial,Helvetica,sans-serif; 
font-size : 10px; 
font-weight : 800; 
color : #000000; 
text-decoration : none; 
text-align : left; 
} 
BODY.mmenu {
background-color : #c8c8c8; 
} 
.MenuTabBg {
background-color : white; 
} 
.MenuOtherTabsBg {
background-color : #f49e1b; 
} 
.MenuSelectedTab {
font-family : Verdana,Arial,Helvetica,sans-serif; 
font-size : 10px; 
font-weight : 800; 
color : #ffffff; 
text-decoration : none; 
text-align : left; 
} 
.MenuOtherTabs {
font-family : Verdana,Arial,Helvetica,sans-serif; 
font-size : 10px; 
font-weight : 800; 
color : black; 
text-decoration : none; 
text-align : left; 
background-color : #f49e1b; 
} 
A.MenuOtherTabs:link {
text-decoration : none; 
color : black; 
} 
A.MenuOtherTabs:visited {
text-decoration : none; 
color : #696969; 
} 
A.MenuOtherTabs:active {
text-decoration : none; 
color : red; 
} 
A.MenuOtherTabs:hover {
text-decoration : underline; 
color : white; 
} 

.cssnav img {border: 0; }

.cssnav span {
margin: 0px;
padding: 0px;
cursor: pointer;
}

.InverzZone{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color:#000000;
}
.InverzZone A:link
{
	color: White ;
	text-decoration: none;
	background-color:inherit;
}	

		
.InverzZone A:visited
{
	color: Gray;
	text-decoration: none;
	background-color:inherit;
}	
		
.InverzZone A:active
{
	color: #F49E1B;
	text-decoration: none;
	background-color:inherit;
}	
		
.InverzZone A:hover
{
	color: #dc143c;
	text-decoration: underline;
	background-color:inherit;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #FFF;
	background-color: Silver;
	padding-left: 10px;
	line-height: 16px;
}

.navmenu {
font-family : Verdana,Arial,Helvetica,sans-serif; 
font-size : 10px; 
font-weight : 400; 
color : #000000; 
text-decoration : none; 
text-align : left; 
} 
.navmenu A:link
{
	color: black ;
	text-decoration: none;
	background-color:inherit;
}	

		
.navmenu A:visited
{
	color: Gray;
	text-decoration: none;
	background-color:inherit;
}	
		
.navmenu A:active
{
	color: Navy;
	text-decoration: none;
	background-color:inherit;
}	
		
.navmenu A:hover
{
	color: red;
	text-decoration: underline;
	background-color:inherit;
}
.lasdmeg {
font-family : Verdana,Arial,Helvetica,sans-serif; 
font-size : 16px; 
color : #F49E1B; 
font-style: bold; 
text-align : left; 
} 
.ugyvhelp {
font-family : Verdana,Arial,Helvetica,sans-serif; 
font-size : 14px; 
color : #000000; 
text-align : left; 
} 
.ugyvhelp A:link
{
	color: #f49e1b;
	text-decoration: underline;
	background-color:inherit;
}	

		
.ugyvhelp A:visited
{
	color: Gray;
	text-decoration: underline;
	background-color:inherit;
}	
		
.ugyvhelp A:active
{
	color: #dc143c;
	text-decoration: underline;
	background-color:inherit;
}	
		
.ugyvhelp A:hover
{
	color: red;
	text-decoration: underline;
	background-color:inherit;
}
