﻿/* ------------------------------------ */
	    /*** Alap megjelenés ***/
/* ------------------------------------ */

/* HTML elemek begin */
body
{    
	font-family: 'Times New Roman', Times, serif;
	font-size: 11pt;
    margin: 0;
    padding: 0;
}

h1
{
	margin-top: 0px;
	font-size: 13pt;
	font-weight: bold;
	padding: 6px 12px 6px 12px;
}
h2
{
	margin-top: 0px;
	font-size: 12pt;
	font-weight: bold;
	padding: 4px 12px;
	
}
h3 
{
	margin-top: 0px;
	font-size:11pt;
    font-weight:bold;
    padding: 3px 12px;    
}

p {margin: 5px 10px 10px 15px;}

/* html Tábla */
table
{
	font-family: 'Times New Roman', Times, serif;
	font-size: 11pt;
}
tr {}
td {}
th, tfoot, thead
{	padding: 4px;
	text-align:center;
	font-weight:bold;
} 
/* html Tábla */

/* HTML elemek end */

/* Classes begin */

.logo 
{
    position:absolute;
    top:0;
    right:-1px;
}

.logo a
{border-width:0;}

.S_aGomb
{font-weight: bold; 
 text-decoration: none; 
 color: white; 
 border-style: inset; 
 border-color: Gold; 
 border-width: 3px; 
 background: url(bg-menu-main.png) repeat-x;
}

/*** Saját cuccok: .S_ ***/
/* Accordion */
.S_AccordionHeader
{
    border: 1px solid ;
    border-color:silver;
	font-family: Times;
	font-size: 0.9em;
	font-weight: bold;
	padding: 4px;    
}

.S_Div_1
{
    border: 2px solid ;
    border-color:silver;
	font-family: Times;
	font-size: 0.9em;
	font-weight: bold;
	padding: 4px;    
    text-transform:uppercase;
}
.S_Div_AlapKeret
{
	border: 3px solid ;
    border-color:silver;
    width:100%;
}
.S_Div_MenuFej
{
	   
	font-family: Times;
	font-weight: bold;
	text-align:center;
	padding: 4px; 
	border-color: #D2D2D2; /*szürke*/   
	border-width: 2px;
	border-style: solid;
}

.S_Div_Piroskeret
{
	border-color:Red; 
	border-style:ridge; 
	border-width:5px;
	margin-left:15px;
	width:450px; 
}

.S_FoTabla
{}

.S_FoTablafej
{
    vertical-align:middle;
    text-align: center; 
    font-family: Times;
    font-size: 12pt;  
    font-weight:bold; 
    background: url(tablafej.jpg);
}

.S_Tabla_normal_sor {height: 20px;}
.S_Tabla_valtott_sor
{
	background:url(bg-fade-light-short.png) repeat-x bottom;
	height: 20px;
}

.S_Tabla_Alap
{ 
	color: Black;
	background-color:White;
    border-color: silver;
    border-style: solid;
    border-width: 3px;
}

/* Táblázatos Adatmegjelenítők beállítása Begin */
.S_Tabla_Header {font-weight:bold;}
.S_Tabla_FieldHeader {}
.S_Tabla_Row {}
.S_Tabla_AltRow {} 
.S_Tabla_SelectedRow {font-weight:bold;}
.S_Tabla_CommandRow {}	
.S_Tabla_EditRow {}	
.S_Tabla_InsertRow {}	
.S_Tabla_EmptyRow {}
.S_Tabla_Pager {} 
.S_Tabla_Footer {}
/* Táblázatos Adatmegjelenítők beállítása End */

.S_Tabla_Vasar
{
border-width : 3px;
border-style: solid;
border-color : silver;
background-position: center center;
color: Red;
font-weight : bold;
font-size : 1.0em;
font-family: 'Times New Roman'; 
text-align: center;
vertical-align:middle;
padding : 4px;
cursor: pointer;
z-index:0;
}

.S_ASP_button
{
	cursor: pointer;
	padding: 2px 8px 2px 8px;
}

.S_cursor_hand
{cursor: pointer;}

.S_Infokeret_Spec
{
	border-width: 5px;
	border-style: ridge;
	border-color: #ffd400;
	background-color: white;
	font-family: 'Times New Roman';
	padding: 6px 6px 6px 6px;
	z-index: 100;	
	text-align: left;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.S_Infokeret
{
	border-width: 5px;
	border-style: ridge;
	border-color: #ffd400;
	background-color: white;
	font-family: 'Times New Roman';
	padding: 6px 6px 6px 6px;
	z-index: 100;
	text-align: left;
}

.S_Menu_navi {text-align:center}

.S_Image_hand {cursor: pointer;}

.S_Picture_Alj
{	
background: url(csik.png) no-repeat ; 
background-position: center bottom;
height: 5px;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.S_Nagybetuk {text-transform: uppercase;}

/* Classes end */

/* IDs Element begin */
#corner-top-left /* nem használt */ 
{
    position:absolute;
    top:0;
    left:0;
    width:56px;
    height:45px;
}

#Banner
{
    position: absolute;
    top: 11px;
    z-index: 1000;
}

#BreadCrumb
{
    position: absolute;
    top: 50px;
    right: 60px;
    z-index: 200;
}

#TopMenu /* nem használt */
{}

#Fomenu /* nem használt */
{   position: absolute;    
	z-index: 1000;		  
}

#FoMenu .Menu-Skin-Horizontal
{}

#FoMenu .Menu-Skin-Vertical
{}

/* IDs Element end */


/* Egyébb */
/* --------------------------------------------------------------------------------------------------- */
/* Used when the Menu adapter is NOT used. */
/* These styles are used by the Menu's skin, found in this theme's skin file. */
/* Menu-Skin - Ezt használom !!! */

.Menu-Skin-Static {padding: 2px 10px;}
.Menu-Skin-StaticItem {}
.Menu-Skin-DynamicHover {}
.Menu-Skin-Selected {}
