/*
 *  File:         demo_table.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for DataTables demo pages
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2009
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      DataTables
 *
 *  Copyright 2009 Allan Jardine. All Rights Reserved.
 *
 * ***************************************************************************
 * DESCRIPTION
 *
 * The styles given here are suitable for the demos that are used with the standard DataTables
 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
 * meet the layout requirements of your site.
 *
 * Common issues:
 *   'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
 *     no conflict between the two pagination types. If you want to use full_numbers pagination
 *     ensure that you either have "example_alt_pagination" as a body class name, or better yet,
 *     modify that selector.
 *   Note that the path used for Images is relative. All images are by default located in
 *     ../images/ - relative to this CSS file.
 */



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Kereső helyzete
 */


.dataTables_length {
	width: 40%;
	float: left;
}


.dataTables_filter {
	text-align: right;
	background: rgb(5, 5, 25);

}


.dataTables_info {
	width: 100%;

	/*float: left;*/

	text-align: center;
	background: rgb(5, 5, 25);
	color: rgb(250, 250, 250);

}

.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
}






.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}








/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Táblázat kinézete
 */
table.display {
	margin: 0 auto;
	clear: both;
	width: 100%;

}




/* Fejléc és a megnevezése az oszlopoknak*/
table.display thead th {


		font-family: Comic Sans MS;
/*		font-variant: small-caps;*/
/*	font: 80%/1.45em sans-serif, Arial, Helvetica;*/


	background: rgb(15, 30, 105);
	color: rgb(255, 255, 100);
        font-size: 18px;
	padding: 3px 18px 3px 10px;
	border-bottom: 2px solid black;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	
	* cursor: hand;
	/*transition: all 1.3s;*/
}

table.display thead th:hover {
	/*	font: 80%/1.45em sans-serif, Arial, Helvetica;*/
		font-family: Comic Sans MS;


	background: rgb(30, 30, 205);
	color: rgb(255, 255, 250);
        font-size: 20px;
	padding: 3px 18px 3px 10px;
	border-bottom: 2px solid white;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
	/*transition: all 0.3s;    */

}




/* Lábléc és a megnevezése az oszlopoknak*/
table.display tfoot th {
		font-family: Comic Sans MS;
	background: rgb(7, 15, 55);
	color: rgb(205, 205, 50);
        font-size: 18px;
	padding: 3px 18px 3px 10px;
	border-top: 2px solid black;
	font-weight: normal;
	width: 100%;

}


/*<DIV style="width: 450px; height: 30px; text-align: center;">Megnevezés-ecske:</div>*/

table.display td.megnev {
	text-align: left;
	width: 430px;
	height: 48px;

}




table.display td.center {
	text-align: center;
}

table.display td.cenlnk {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	width: 50px;
}





div.haszna {
	width: 110px;
	height: 26px;
	overflow: hidden;
	font-size: 18px;
}


table.display td {
	padding: 3px 10px;
	border-bottom: 1px solid black;
}

table.display td:hover {
	border-bottom: 1px solid black;

	background: rgb(60, 60, 60);
	color: rgb(255, 255, 100);
	text-decoration: none;
}

a{
	text-decoration: none;
	color: rgb(205, 205, 200);
}

a:hover {
	color: rgb(255, 255, 55);
	text-decoration: none;
}











/* ----------------------------------------------------------------------------------------------------------
 * Sorting classes for columns


   A sorrendezett oszlop tulajdonságai:

---------------------------------------------------------------------------------------------------------- */
/*Ez a Minden tárgyakhoz*/

tr.odd.UniqueALL td.sorting_1 {
	color: rgb(255, 255, 200);
	background-color: rgba(35,40,35,0.8);
}
tr.even.UniqueALL td.sorting_1 {
	color: rgb(255, 255, 200);
	background-color: rgba(45,55,45,0.8);
}
tr.odd.UniqueALL td.sorting_1:hover {
	color: rgb(255, 255, 255);
	background-color: rgba(170,60,10,0.8);
}
tr.even.UniqueALL td.sorting_1:hover {
	color: rgb(255, 255, 255);
	background-color: rgba(170,60,10,0.8);
}


/* ---------------------------------------------------------------------------------------------------------- */
/*Ez az szett tárgyakhoz*/

tr.odd.UniqueSET td.sorting_1 {
	color: rgb(255, 255, 200);
	background-color: rgba(20,50,10,0.8);
	font-size: 20px;
}
tr.even.UniqueSET td.sorting_1 {
	color: rgb(255, 255, 200);
	background-color: rgba(20,60,10,0.8);
	font-size: 20px;
}
tr.odd.UniqueSET td.sorting_1:hover {
	color: rgb(255, 255, 255);
	background-color: rgba(170,60,10,0.8);
	font-size: 20px;
}
tr.even.UniqueSET td.sorting_1:hover {
	color: rgb(255, 255, 255);
	background-color: rgba(170,60,10,0.8);
	font-size: 20px;
}
/* ---------------------------------------------------------------------------------------------------------- */
/*Ez a szövegekhez LEXIKON stb...*/

tr.odd.UniqueTXT td.sorting_1 {
	color: rgb(255, 255, 200);
	background-color: rgba(35,40,75,0.8);
	font-size: 12px;
}
tr.even.UniqueTXT td.sorting_1 {
	color: rgb(255, 255, 200);
	background-color: rgba(45,55,85,0.8);
	font-size: 12px;
}
tr.odd.UniqueTXT td.sorting_1:hover {
	color: rgb(255, 255, 255);
	background-color: rgba(170,60,10,0.8);
	font-size: 12px;
}
tr.even.UniqueTXT td.sorting_1:hover {
	color: rgb(255, 255, 255);
	background-color: rgba(170,60,10,0.8);
	font-size: 12px;
}




/*---------------------------------------------------------------------------------------------------------- */
/*Ez a Vásárolható tárgyakhoz*/

tr.odd.UniqueANDER td.sorting_1 {
	color: rgb(255, 255, 200);
	background-color: rgba(70,0,70,0.8);
	font-size: 20px;
}
tr.even.UniqueANDER td.sorting_1 {
	color: rgb(255, 255, 200);
	background-color: rgba(90,0,90,0.8);
	font-size: 20px;
}
tr.odd.UniqueANDER td.sorting_1:hover {
	color: rgb(255, 255, 255);
	background-color: rgba(170,60,10,0.8);
	font-size: 20px;
}
tr.even.UniqueANDER td.sorting_1:hover {
	color: rgb(255, 255, 255);
	background-color: rgba(170,60,10,0.8);
	font-size: 20px;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */






/*-------------------------------------------------------------------------------------------------*/
/* DataTables row classes


   A nem rendezett oszlopok tulajdonságai:

*/
/*-------------------------------------------------------------------------------------------------*/
/*Ez a LINK KASZT stb sorai Mindenhez*/

table.display tr.odd.UniqueALL {
	color: rgb(255, 255, 250);
	background-color: rgba(50,50,50,0.5);
	font-size: 20px;
}
table.display tr.even.UniqueALL {
	color: rgb(255, 255, 240);
	background-color: rgba(60,60,60,0.5);
	font-size: 20px;
}

/*-------------------------------------------------------------------------------------------------*/
/*Ez a LINK KASZT stb sorai  Szett tárgyakhoz*/

table.display tr.odd.UniqueSET {
	color: rgb(255, 255, 200);
	background-color: rgba(20,60,10,0.5);
	font-size: 20px;
}
table.display tr.even.UniqueSET {
	color: rgb(255, 255, 200);
	background-color: rgba(30,80,10,0.5);
	font-size: 20px;
}
/*-------------------------------------------------------------------------------------------------*/
/*Ez a LINK KASZT stb sorai  Szöveges dolgokhoz */

table.display tr.odd.UniqueTXT {
	color: rgb(255, 255, 200);
	background-color: rgba(35,40,75,0.5);
	font-size: 12px;
}
table.display tr.even.UniqueTXT {
	color: rgb(255, 255, 200);
	background-color: rgba(45,55,85,0.5);
	font-size: 12px;
}



/*-------------------------------------------------------------------------------------------------*/
/*Ez a LINK KASZT stb sorai  Vásárolható dolgokhoz */

table.display tr.odd.UniqueANDER {
	color: rgb(255, 255, 200);
	background-color: rgba(80,0,80,0.5);
	font-size: 20px;
}
table.display tr.even.UniqueANDER {
	color: rgb(255, 255, 200);
	background-color: rgba(100,0,100,0.5);
	font-size: 20px;
}


/*-------------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/








