.OtherTabsBg 
{
    background-color:  #FFCC66;
}

/* background color for the content part of the pages */
Body
{
	background-image: none;
	color: #000033;
	background-color: #F9EBCD;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Century, Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#ff8822
}

/* background/border colors for the selected tab */
.TabBg {
    /*background-color: #0B870F;*/
    border-color: #0B870F;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg 
{
	/*background-color: #0B870F;*/
    /*background-color: #0077cc;*/
    /*background-color:#cccc99;*/
   /* border-color: #5C6DE4;*/
}

.FadeOut
{
	background-image: url(images/tabbgr.gif);
}

/* text style for the selected tab */
.SelectedTab, .OtherTabs,.SeparatorTabs
{
	font-weight: bold;
	font-size: 13px;
	background-attachment: scroll;
	BACKGROUND-POSITION-Y: bottom;
	background-image: url(images/gomb.gif);
	vertical-align: baseline;
	color: #A0A0A0;
	background-repeat: repeat-x;
	font-family: Arial CE, Verdana, Helvetica, sans-serif;
	height:20px;
}
.SeparatorTabs
{
	background-image: url(images/gomb.gif);

}

/* text style for the unselected tabs */
.OtherTabs,A.OtherTabs:link,A.OtherTabs:visited,A.OtherTabs:active,A.OtherTabs:hover 
{
    color: #533333;
    text-decoration:    none;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    
    color: #444444;/*#eeeeee;*/
    font-weight:bold;
}

A.OtherTabs:visited {
    color: #5D6689;
    font-weight:bold;
}

A.OtherTabs:active  {
    color: #5D6689;
    font-weight:bold;
}

A.OtherTabs:hover
{
	font-weight: bold;
	
	color: #111111;
	background-color: transparent;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink
 {
    font-family: Arial CE,Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* style of datagrid header */
.GridHeader   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight: bold;
    background-color: #804000;
    color: White;
}

/* style of datagrid contents */
.GridCont    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    normal;
    border-color: #804000;
    color: Black;
}



/* GENERAL */
/* style for module titles */
.Head
{
	background-position: 0px bottom;
	font-weight: bold;
	font-size: 15px;
	background-image: url(images/headerbg.gif);
	color: #336666;
	line-height: 18px;
	font-family: Verdana, Helvetica, sans-serif;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color:red;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: darkred;
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link,A.CommandButton:visited ,A.CommandButton:active ,A.CommandButton:hover 
{
    text-decoration:    underline;
    color: darkred;
}
A.CommandButton:hover   
{
    color: red;
}
    
/*
 Saját beállítások
*/
/****************************************************************************************
 Menu beállításai
*****************************************************************************************/
/*, A.Menuitem1:link, A.Menuitem1:visited, A.Menuitem1:active*/
.MenuTable
{
	border-right: #000033 1px solid;
	border-top: #000033 1px solid;
	border-left: #000033 1px solid;
	border-bottom: #000033 1px solid;
	background-color: #ffcc33;
}
.MenuEdited
{
background-color:Gray;
}


/*Menu beállításainak vége */
/*
 Modulok Alapbeállításai
 */
.ModulTitle 
{   
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    bolder;
    text-decoration: underline;
    color: #AA6644;
}
.ModulText 
{   
	padding-top:20px;
}
.ModulTable
{   
	padding: 20px;
	margin: 20px;
}
.SubTitle1
{
}
.SubTitle2
{
}
.SubTitel3
{
}
.GridTitle
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bolder;
    text-decoration: underline;
    color: #AA6644;
    padding: 10px;
    text-align: center;
}
.GridHeader
{
}
.GridMainCol
{
}
.GridNormal
{
}
.HTMLEditControl	{ width:100%; height:100%; border:1px groove; overflow:auto; background-color:white}
.HTMLEditTable	{ border:0; cellspacing:0; cellpadding:0; background-color:"#D6D3CE";}
.HTMLEditButton	{ width:22; height:22; border: 0px solid; border-color:"#D6D3CE"; background-color:"#D6D3CE";}
.HTMLEditTD		{ padding-left: 0px; padding-top:0px; background-color:"#D6D3CE"; }

/*Modulok alapbeállításainak vége*/

/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    bolder;
    color: #AA6644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bolder;
    color: #AA6644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #990000;
}

A:link  {
    text-decoration:    none;
    /*color: #990000;*/
    color:#003399
    
}

A:visited   {
    text-decoration:    none;
    color:  #003399;
}

A:active    {
    text-decoration:    none;
    color:  #003399; /*sötét piros*/
}

A:hover {
    text-decoration:    underline;
    /*color: #FF0000;*/ /*piros*/
    color:#0055FF;
}

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 {
    color: dimgrey;
    height:2pt;
    text-align:left
}

.ModuleFrame
{
	border-style: ridge;
	border-color: #EDDB67;
}

.IngResultName
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
    font-weight:bold;

}

.IngResultValue
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: black;
}

.TabTable_begin
{
	width: 10px;
	background-image: url(images/tab_begin.gif);
	height: 20px;
}

.TabTable_middle
{
	background-image: url(images/tab_middle.gif);	
	height: 20px;
	text-align:center;
     font-size:14px;
}

.TabTable_end
{
	width: 10px;
	background-image: url(images/tab_end.gif);	
	height: 20px;

}
.TabTable
{
	height: 1px;
	border: 0px;
	margin: 0px;
    vertical-align:top;
}
.LapBalOldal,.LapJobbOldal,.LapBalAlso,.LapAlso,.LapJobbAlso
{
	width: 10px;
	height: 10px;
}
.KeretBalFelso{
	background-image: url(images/MarosSpan/Menu/Keret_bf.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.KeretBalAlso{
	background-image: url(images/MarosSpan/Menu/Keret_ba.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right center;
}
.KeretJobbFelso{
	background-image: url(images/MarosSpan/Menu/Keret_jf.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.KeretJobbAlso{
	background-image: url(images/MarosSpan/Menu/Keret_ja.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.KeretAlso	{
	background-image: url(images/MarosSpan/Menu/Keret_a.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center center;
}
.KeretFelso { 	background-image: url(images/MarosSpan/Menu/Keret_f.gif);}
.KeretBalOldal{
	background-image: url(images/MarosSpan/Menu/Keret_b.gif);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: right;
}
.KeretJobbOldal{
	background-image: url(images/MarosSpan/Menu/Keret_j.gif);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: left;
}

.LapBalOldal
{
	BACKGROUND-POSITION-X: right;
	background-attachment: scroll;
	background-image: url(images/keret/kr_b.gif);
	background-repeat: repeat-y;
	background-color: transparent;
}

.LapJobbOldal
{
	BACKGROUND-POSITION-X: left;
	background-attachment: fixed;
	background-image: url(images/keret/kr_j.gif);
	background-repeat: repeat-y;
}
.LapBalAlso
{
	background-position: right top;
	background-image: url(images/keret/kr_b_a.gif);
	background-repeat: no-repeat;
}
.LapAlso
{
	BACKGROUND-POSITION-Y: top;
	background-image: url(images/keret/kr_a.gif);
	background-repeat: repeat-x;
}

.LapJobbAlso
{
	background-position: left top;
	background-image: url(images/keret/kr_j_a.gif);
	background-repeat: no-repeat;
}
.MenuKeretJobbOldal
{
	width: 20px;
}
.MenuKeretBalFelso{
	background-image: url(images/MarosSpan/Menu/Keret_bf.gif);
	background-repeat: no-repeat;
	background-position: right;

}
.MenuKeretBalAlso{
	background-image: url(images/MarosSpan/Menu/Keret_ba.gif);
	background-repeat: no-repeat;
	background-position: right;

}
.MenuKeretJobbFelso{
	background-image: url(images/MarosSpan/Menu/Keret_jf.gif);
	background-repeat: no-repeat;
}
.MenuKeretJobbAlso{
	background-image: url(images/MarosSpan/Menu/Keret_ja.gif);
	background-repeat: no-repeat;
}
.MenuKeretAlso{
	background-image: url(images/MarosSpan/Menu/Keret_a.gif);
	background-repeat: repeat-x;
}
.MenuKeretFelso{
	background-image: url(images/MarosSpan/Menu/Keret_f.gif);
	background-repeat: repeat-x;
}
.MenuKeretBalOldal{
	background-image: url(images/MarosSpan/Menu/Keret_b.gif);
	background-repeat: repeat-y;
	background-position: right;

}
.MenuKeretJobbOldal{
	background-image: url(images/MarosSpan/Menu/Keret_j.gif);
	background-repeat: repeat-y;
}

.NewsMenu2
{

	font-size: 10pt;
	color: #EEEEEE;
	background-color: #0B870F;
	border-width: 0px;
}
TD.NewsMenu2
{
	padding-left: 20px;
	padding-top: 5px;
	font-size: 10pt;
	color: #EEEEEE;
	background-color: #0B870F;
	border-width: 0px;
}
A.NewsMenu2, A.NewsMenu2:link, A.NewsMenu2:visited, A.NewsMenu2:active
{
	font-size: 10pt;
	color: #EEEEEE;
	background-color: #0B870F;
	border-width: 0px;
}

A.NewsMenu2:hover
{
	font-size: 10pt;
	background-color: #0B870F;
	color: #FFA2FF;
	border-width: 0px;
}
.NewsMenu1 
{
	padding-left: 0px;
	padding: 5px;
	font-size: 10pt;
	white-space:nowrap;
	font-family: Verdana, Helvetica, sans-serif;
	color: #FFA2FF;
	background-color:#0B870F;
	padding: 5px;
	text-transform: uppercase;
}
TD.NewsMenu1 
{
	padding: 5px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
	background-color: #0B870F;
	white-space:nowrap;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: White;
	margin: 0px;
	text-decoration: underline;
}
.StartDocTitle
{
	padding-top: 10px;
	color: red;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
}
.StartDocDate
{
	padding-bottom: 5px;
	color: Purple;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}
.StartDocDetails
{
	color: Black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12pt;
}
/*******************************************************************************************
 Árlista
*******************************************************************************************/
.ArlistaEditedText,.ArlistaSubEditedText
{
 background-color:#EEEEEE;
}
.ArlistaSubEditedText
{
 background-color:Gray;

}
.ArlistaTablaEdit
{
background-color:#999999;
}
.ArlistCim
{
	text-transform: uppercase;
}
.ArlistElValsztoV
{

}
.ArlistaCimsor
{
 color:Olive;
 text-align:right;
}
.ArlistaSorPrtl
{
 background-color:Gray;
}
.ArlistaSorPrs
{

}
.SzerkHead,.SzerkElem
{
color:Olive;
background-color:#CCCCCC;
}
.SzerkElem
{
	color: maroon;
	
}
.SzerkSzerkElem
{
color:Red;
}
/*******************************************************************************************
 NAPTÁR 
*******************************************************************************************/
.Naptar
{
 color:Black;
}

.NaptarNapNev
{
background-color:#99CCCC;
color:#336666;
}
.NaptarNap
{
color:Black;
}
.NaptarTobbiNap
{
	color: white;
	background-color: white;
}
.NaptarCim
{
	font-size: 10pt;
	color: #ccccff;

}
.NaptarMaiNap
{
background-color:#99CCCC;
color:Black;
}
.NaptarKijeloltNapok
{
 color:#336666;
 /*background-color:#99CCCC;*/
 background-color:#3366CC; 

}
.NaptarElozoKovetkezoHonap
{
 /*color:#CCCCFF;*/
 color:white;
	
}
.NaptarHetvege
{
background-color:#CCCCFF;
}

/*******************************************************************************************
   Cég szervezet megjelenitonek beállításai
*******************************************************************************************/
.CSTitle
{
 text-align:center;
 background-color:#999999;
}
.CSITitle
{
 background-color:#AAAAAA;
}
.CSIDetails
{
 background-color:#AAAAAA;
}
.CSDolgTitle
{
 background-color:#999999;
}
.CSDolgDetails
{
 background-color:#AAAAAA;
}
.CSIButton
{
 background-color:#999999;
}
/*******************************************************************************************
Emberekről részreletes infok megjelenitesenek
 ( külön ablakban megjelenö információk)
******************************************************************************************/
.EmbRTitle
{
 color:Red;
 background-color:#999999;
}
.EmbRITitle
{
background-color:#BBBBBB;
}
.EmbRIDetails
{
background-color:#BBBBBB;
}
/*******************************************************************************************
 Esmenyék stilusai 
*******************************************************************************************/
.EsemFoTitle
{
	font-size: medium;
	border-collapse: separate;
}
.EsemTitle
{
	font-weight: bold;
	margin-bottom: 1px;
	font-style: italic;
	border-bottom-style: solid;
}
.EsemTipus
{
 font-size: x-small;
}
.EsemIdo
{
	font-size: x-small;
}
.EsemRovLeiras
{
	font-size: small;
}
.EsemReszletekGomb,.EsemReszletekGomb:link,.EsemReszletekGomb:hover
{
 color:Blue;
}
.EsemReszletek
{
	
}
.EsemRVissza,.EsemRVissza:link,.EsemRVissza:hover
{
 color:Blue;
}
/*******************************************************************************************
A menu editalas stilusai
*******************************************************************************************/
.EditMenuTable
{
 background-color:#999999;
}
/******************************************************************************************
Az EmberMegjelenitő stilusai
******************************************************************************************/
.EmberMegjCegNev
{
background-color:#999999;
}
.EmberMegjNev,.EmberMegjCim,.EmberMegjBeosztas
{
background-color:#AAAAAA;
}
/*****************************************************************************************
A szavazás 
******************************************************************************************/
.Szavazas
{
	margin: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-left-style: outset;
	border-bottom-style: outset;
}
.SzavazKerdes
{
	direction: ltr;
	/*text-decoration: underline;
*/
}
.SzavazValasz
{
	font-style: italic;
}
.SzavazKoszonet
{
}
.SzavazGomb
{

}

.NevjegyTabla
{
	background: url(images/NevjegyIv.gif) fixed no-repeat left top;
	border-top-style: ridge;
	border-right-style: ridge;
	border-left-style: ridge;
	border-bottom-style: ridge;
	width:98%;
}
.NevjegyMezoNev,.SzerzodesCeg
{
	cursor: text;
	font-family: 'Comic Sans MS' , Arial, 'Courier New';
	text-align: right;
}
.NevjegyMezo
{
 vertical-align:bottom;
	
}
 .NevjegyTextBox,.NevjegyTextBoxHatso,.SzerzodesTevekenyseg
{
	background-position: left top;
	font-weight: bold;
	background-image: url(images/nevjegytxt.gif);
	vertical-align: baseline;
	text-transform: capitalize;
	clip: rect(auto auto auto 30px);
	background-repeat: no-repeat;
	font-style: italic;
	position: static;
}
.NevjegyTextBoxHatso
{
	background-image:none;
}
.TevekenysegOszlopNev
{
	text-align: center;
}
.TevekenysegElem
{
	font-size: 10pt;
	font-family: 'Comic Sans MS' , Arial;
	vertical-align:bottom;
}
.UjElem
{
	background-position: right top;
	background-attachment: scroll;
	background-repeat: no-repeat;
	
	text-align: right;
}
.StatuszSor
{
	font-weight: bold;
	font-size: 12px;
	border-top-style: solid;
	border-top-color: #feedc3;
	font-style: italic;
}
 .StatuszElem
{
	
}

.SzamlaNevjegyText {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: right;

}
.SzamlaNevjegyTable
{
	border-right: #ffcc66 solid;
	background-position: left top;
	border-top: #ffcc66 solid;
	background-attachment: fixed;
	background-image: url(../images/NevjegyIv.gif);
	border-left: #ffcc66 solid;
	border-bottom: #ffcc66 solid;
	background-repeat: no-repeat;
}
.SzamlaUjElemTabla {
	background-color: #FFFF99;
}
.SzamlaUjElemInput {
	border: none;
}
.SzamlaTulajdonsagokText {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: oblique;
}
.MenuKeretBalOldal {
	width: 20px;

 } .MenuKeretAlso {
	height: 20px;

 } 

/*a menu keretet adhatod meg*/
.MenuKeretBalFelso {
	height: 7px;
	width: 7px;

 } 
.MenuKeretBalAlso {
	height: 7px;
	width: 7px;

 } .MenuKeretJobbAlso { 
	width: 7px;
	height: 7px;
 } 
.MenuKeretJobbFelso { 
	width: 7px;
	height: 7px;
 } 
.MenuKeretFelso { 

	height: 20px;
 } 
 .MenuItem1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000033;
	text-align: justify;
	vertical-align: middle;	
}
.MenuMiddle {
	background-color: FEF343;
	font-size: x-small;

}
.MenuItemStart {
	background-image: url(images/oldalak/profil/menugomb.gif);
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	background-position-X: right;
	background-position: right center;

}
.MenuItemEnd
{
	BACKGROUND-POSITION-X: left;
	background-image: url(images/MarosSpan/Menu/Menu_vege.gif);
	width: 10px;
	background-repeat: no-repeat;
	height: 20px;
	background-color: transparent;
	background-position: left center;

}
.MenuItemCenter
{
	border-top-width: 2px;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	border-left-width: 2px;
	font-size: x-small;
	border-left-color: #333366;
	background-image: none;
	padding-bottom: 2px;
	border-top-color: #333366;
	padding-top: 2px;
	border-bottom: #333366 2px solid;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	border-right-width: 2px;
	border-right-color: #333366;
}
.KeretInnerArea {
	background-color: FFCC99;
	background-image: url(images/MarosSpan/marospanlogo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;




}
.KeretBalAlso {
	height: 20px;
	width: 20px;

 } .KeretAlso {
	height: 20px;

 } .KeretJobbAlso {
	height: 20px;
	width: 20px;
 } 
 .KeretBalOldal {	width: 20px; } 
 .KeretJobbOldal {	width: 20px; } 
 .KeretFelso { 	height: 20px; } 
 .BannerFadeOut {
	background-attachment: fixed;
	background-image: url(images/MarosSpan/Header/Header_FadeOut.gif);
	background-repeat: repeat-x;
	height: 10px;
}



a.MenuItem1:link, a.MenuItem1:visited, a.MenuItem1:hover
{
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
	color: #000033;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}
a.MenuItem1:hover
{
	text-decoration: none;
	
}
a.MenuItem2:link,a.MenuItem2:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000033;
	font-size: x-small;
	font-style: italic;
	text-align: justify;
	vertical-align: middle;

}
a.MenuItem2:hover {
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	color: #006666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: justify;
	vertical-align: middle;

}
.MenuItemStartSelected {
	background-attachment: fixed;
	background-image: url(images/oldalak/profil/menugomb_sel.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 20px;
	width: 20px;
}

.HeaderButton, a.HeaderButton:link, a.HeaderButton:visited, a.HeaderButton:hover
{
	font-weight: bold;
	font-size: 11px;
	background-image: none;
	vertical-align: top;
	color: #000033;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent;
	text-decoration: none;
}
a.HeaderButton:link, a.HeaderButton:visited
{
 color: midnightblue;
}
a.HeaderButton:hover
{
	color: #111111;
	text-decoration: none;
}
.MenuItemPadding1 {
	padding-left: 0px;
	text-align: left;
	white-space: nowrap;
	margin-left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: x-small;
}

.MenuItemPadding2 {
	padding-left: 15px;
	text-align: left;
	white-space: nowrap;
	margin-left: 10px;



}
.MenuItemPadding3 {
	padding-left: 25px;
	margin-left: 20px;

}

/* a keret stiluslapjaim */


.KeretBalFelso { 
	width: 20px;
	height: 20px;
 } 
.KeretJobbFelso { 
	width: 20px;
	height: 20px;
 } .HeaderButtonSeparator {
	background-image: url(images/MarosSpan/Header/HeaderButton_separat.gif);
	height: 25px;
	width: 6px;
}



.LapTablazat {
	clear: both;
	float: right;
	overflow: visible;
	visibility: inherit;
	z-index: auto;
	white-space: nowrap;





}
.LapTablaHeader {
	background-color: #FFCC66;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.LapTablaSorNev {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: oblique;
	font-weight: normal;
	text-align: justify;

}
.LapTablaSorPrtln {
	font-weight: bold;





}
.LapTablaOldal {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;



}
.portalBannerBG {
	background-attachment: fixed;
	background-image: url(images/MarosSpan/Header/ceg_fout.png);
	background-repeat: no-repeat;
	background-position: left center;
	white-space: nowrap;

}
.InnerArea
{
	padding-right: 20px;
	padding-left: 20px;
	background-attachment: fixed;
	background-image: url(images/oldalak/bg2.gif);
	padding-bottom: 20px;
	padding-top: 20px;
	background-repeat: repeat;
	background-color: #ffd366;
}
/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg 
{
	
 } .TabBg { 
 } 
.MenuTabsBg
{
	border-right: #000066 1px solid;
	border-top: #000066 1px solid;
	background-attachment: scroll;
	border-left: #000066 1px solid;
	border-bottom: #000066 1px solid;
	background-repeat: repeat-x;
	background-color: #ffcc33;
}
.ContentPane {
	background-color: #FFD366;
	padding: 20px;
	vertical-align:top;

}
.RightPane {
	background-color: #FFD366;
	padding: 20px;
	vertical-align:top;

}
.LeftPane
{
	/*padding-top: 20px;*/
	background-color: #FFD366;
	vertical-align:top;
	
}

.HeaderBG {
	background-image: url(images/oldalak/profil/bbkedvencek_03.gif);
	background-repeat: repeat-x;
}
.MenuBg
{
	background-position: top 50%;
	font-weight: normal;
	font-size: 9pt;
	background-image: url(images/oldalak/profil/bbkedvencek_08.gif);
	vertical-align: baseline;
	background-repeat: repeat-x;
	background-color: transparent;
	text-align: center;
	text-decoration: none;
}
.HeaderLogoBG {
	background-image: url(images/oldalak/profil/bbkedvencek_01.gif);
	background-repeat: no-repeat;
	
}

.Site
{
	background-color: #ffd366;
}

.MenuTableBG
{
	background-position: center center;
	background-image: url(images/oldalak/profil/bbkedvencek_21.gif);
	background-repeat: repeat-y;
}
.MenuItemCenterbb {
	background-image: url(images/oldalak/profil/bbkedvencek_25.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 17px;



}
.MenuItembb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
	color: #003333;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	word-spacing: 2pt;


}
.MenuItemBeginbb {
	background-image: url(images/oldalak/profil/bbkedvencek_23.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 17px;

}
.MenuItemEndbb {
	background-image: url(images/oldalak/profil/bbkedvencek_27.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
    height: 17px;

}



