/*
 * SZTE nagy kontrasztú színséma
 * @date 2010-02-15
 */

@media screen, projection {

	/* ---- Default ---- */
	body {
		background-color: #000000;
		color: #FFFFFF;
	}
	body, table, tr, td, input, select, textarea {
		font-size: 1.2em;
	}
	a, a:visited {
		text-decoration: none !important;
		color: yellow !important;
		outline: none !important;
	}
	a:hover {
		color: #000000 !important;
		background-color: #FFFFFF !important;
		text-decoration: underline !important;
	}

	h1 {
		color: yellow;
		font-size: 23px;
		font-weight: normal;
		font-variant:small-caps;
		
	}
	h2 {
		color: yellow;
		font-variant:small-caps;
		
	}
	h3, h4, h5, h6 {
		color: rgb(135, 0, 39);
		font-size: 14px;
	}

	img {
		background-color: #000000;
	}

	td, th {
		border: 1px solid #FFFFFF;
		font-size: 22px;	
	}
	th {
		border-bottom: 2px solid #FFFFFF;
	}
	
	input, select, textarea {
		border: 1px solid rgb(207, 192, 134);
		background-color: rgb(207, 192, 134);
	}
	
	.webra_schema_cell, .webra_schema_row, .separator, .separator_left, .separator_right, .center_box_right,  .center_box_right_bottom, .body_div{
		background-color: black !important;
		background-image: url('') !important;
	}

	/* ---- Teljes doboz ---- */
	.webra_schema_main {
		border: 1px solid white;
	}

	/* ---- Fejléc: nyelv és színséma váltás ---- */
	div.menu_topright {
		height: auto !important;
	}
	#highcontrast {
		position: static;
	}

	/* ---- Felső bannercsík és kereső ---- */
	div.header {
		border-bottom: 0;
		padding-left: 15px !important;
		text-indent: 0 !important;
		height: 70px !important;
		width: 565px !important;
	}
	div.header h1, div.header h1 a {
		font-size: 24px;
		text-indent: 0;
		height: 70px !important;
		width: 565px !important;
	}
	div.header h1 a {
		padding-top: 15px;
	}

	/* ---- Lépcsőmenü ---- */
	div.menu #stairmenu,
	div.menu #stairmenu li,
	div.menu ul.stairmenu_level2,
	div.menu ul.stairmenu_level2 li,
	div.menu ul.stairmenu_level3,
	div.menu ul.stairmenu_level3 li {
		list-style-type: none;
	}

	div.menu #stairmenu {
		background-color: transparent;
		color: white;
		margin: 0px;
		padding-left: 0px;
		width: 100%;
	}
	div.menu ul.stairmenu_level2 {
	}
	div.menu ul.stairmenu_level2, 
	div.menu ul.stairmenu_level3 {
		background-color: transparent;
		color: yellow;
	}
	div.menu #stairmenu li.signedItem,
	div.menu ul.stairmenu_level2 li.signedItem {
		background-color: transparent;
		color: red;
	}
	div.menu #stairmenu li a,
	div.menu ul.stairmenu_level2 li a,
	div.menu ul.stairmenu_level3 li a {
		color: yellow;
	}
	div.menu ul.stairmenu_level3 li {
		border-right: 0px;
		padding-left: 10px;
	}
	div.menu ul.stairmenu_level2 li a {
		font-size: 13px;
	}
	div.menu ul.stairmenu_level3 li a {
		font-size: 12px;
	}

	/* ---- Folderpath ---- */
	.folderpathContainer {
		font-size: 13px;
		margin-left: 10px;
	}
	.folderpathContainer img {
		display: none;
	}
	a.folderpath, a.folderpath:visited {
		color: yellow;
	}
	a.folderpath:hover {
		color: black;
		background-color: white;
	}
	div.maincontent .sitemap li {
		margin-left: 10px;
	}
	

	/* ---- Főoldali létramenü ----- */
	div.mainmenu_ajtk {
		background-color: transparent;
		border-right: 1px solid white;
		font-size: 14px;
		color: yellow;
		height: auto !important;
		overflow-x: hidden;
		overflow-y: visible;
	}
	div.mainmenu_ajtk ul li .vesszo {
		display: none;
	}
	div.mainmenu_ajtk ul li ul li .vesszo {
		display: inline;
	}
	div.mainmenu_ajtk ul li {
		margin: 0 0 8px 0;
	}
	div.mainmenu_ajtk ul li a,
	div.mainmenu_ajtk ul li a:visited {
		color: yellow;
		text-decoration: none;
	}

	.udm li a, .udm li a:link, .udm li a.nohref {
		background-color: black;
	}
	.udm ul li a, .udm ul li a:link, .udm ul li a.nohref {
		background-color: black;
	}
	div.mainpage_laddermenu ul#udm ul {
		border: 1px solid white;
		background-color: black;
	}

	/* ---- Newsimagescroller ---- */
	div.newsimagescrollerContainer {
		border-bottom: 1px solid white;
	}
	#newsimagescroller {
		background-color: black;
		font-size: 0.8em;
	}
	div.scroller div.content a {
		color: yellow;
	}
	.kiemelt_felsobg {
		background-color: black;
		filter: alpha(opacity=90); filter:progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=90);
		-moz-opacity: 0.9; opacity: 0.9; -khtml-opacity: .9; -opera-opacity: 90; mso-opacity: 90;
		height:173px !important;
		top: 0 !important;
	}
	.scroller_sectiontitle {
		padding: 5px !important;
	}
	#kiemelt_alsobg {
		background-color: black;
		filter: alpha(opacity=90); filter:progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=90);
		-moz-opacity: 0.9; opacity: 0.9; -khtml-opacity: .9; -opera-opacity: 90; mso-opacity: 90;
	}
	#kiemelt_also_bal a, #kiemelt_also_bal a:visited {
		color: yellow !important;
	}
	#kiemelt_also_bal a:hover {
		color: black !important;
	}

	/* ---- Lábléc gyorslinkek ---- */
	div.footer_hotlinks {
		border-bottom: 1px solid white !important;
		border-top: 1px solid white !important;
	}
	div.footer_hotlinks a, div.footer_hotlinks a:visited {
		color: yellow !important;
		font-size: 12px;
	}
	div.footer_hotlinks a:hover {
		background-color: white;
		color: black !important;
	}
	div.footer_hotlinks a, div.footer_hotlinks h3 {
		font-size: 13px;
	}

	/* ---- Lábléc cikk ---- */
	div.footer_address {
		padding: 0 10px;
	}

	/* ---- Gyorskereső ---- */
	div.search {
		border-bottom: 0;
		text-indent: 0 !important;
		height: 70px !important;
		width: 339px !important
	}
	#searchdiv {
		margin-left: auto;
		padding-top: 15px;
		top: 0px;
		right: 0px;
		text-align: right;
	}
	#searchGoButton {
		background-image: none;
		background-color: transparent;
		color: white;
		display: inline;
		float: right;
		font-size: 17px;
		margin: -20px 10px 0 0;
		text-indent: 0px;
		height: auto;
		width: auto;
	}
	#searchInput {
		background-color: #000000;
		background-image: url('../img/design_ajtk/ajtk_loader.gif');
		border: 1px solid white;
		color: white;
		font-size: 17px;
		clear: both;
	}
	#searchtop {
		display: none;
	}
	#searchdiv form {
		text-align: right;
	}
	#searchdiv form input {
		float: none !important;
		margin: 0px !important;
	}
	div.fastsearchResultContainer {
		border-color: white;
		background-color: black;
	}
	div.fastsearchResultContainer table, div.fastsearchResultContainer table td {
		border: 0px;
	}
	.fastsearchResultContainer, .fastsearchResultContainer a:link, .fastsearchResultContainer a:visited {
		color: yellow;
	}
	.fastsearchResultContainer a:hover {
		background-color: white !important;
		color: black;
		text-decoration: underline;
	}
	table.fastsearchResultContainer_firstTable > tbody > tr > td {
		padding: 1px;
	}
	table.fastsearch_center {
		margin: 0px 0px 1px 0px;
	}
	.fastsearch_left {
		background-color: transparent;
		border: 1px solid rgb(253,255,233);
		color: white;
		font-size: 15px;
	}
	.fastsearch_right {
		background-color: transparent;
		background-image: none;
		color: #000000;
		font-size: 15px;
	}
	.fastsearch_resultDetailLink {
		background-color: transparent !important;
	}
	div.fastsearchResultContainer div.dropshadow_menu_content {
		background-color: transparent !important;
	}
	#searchresult {
		position: absolute;
		left: auto;
		right: -205px !important;
	}

	/* ---- Aloldal: jobb oldali oszlop ----- */
	.leftbox {
		border-left: 1px solid white;
		width: 218px !important;
	}
	.leftbox h3 {
		color: white;
		font-size: 17px;
	}
	.leftbox a:hover img {
		background-color: white !important;
	}

	/* ---- Címkefelhő ---- */
	#TagCloud a {
	}

	/* ---- Oldaltérkép ---- */
	div.maincontent .sitemap a {
		font-size: 16px;
	}
	div.maincontent .sitemap ul li a {
		font-size: 14px;
	}

	/* ---- Cikk-kifejtő ---- */
	div.olFull {
		padding: 15px 10px;
	}
	div.olKeywordLinksInner {
		font-size: 16px;
	}
	div.olKeywordLinksInner a, div.olKeywordLinksInner a:visited {
		color: yellow;
	}
	div.olKeywordLinksInner a:hover {
		background-color: white;
		color: black;
	}
	div.olLinks {
		width: 140px;
	}
	div.olPrintLink a,
	div.olSendLink a,
	div.olShareLink a {
		background-image: none;
		padding-left: 0;
	}
	
	/* ---- Cikk küldés ---- */
	div#article_send_box_head {
		background-color: transparent !important;
		background-image: none !important;
		color: white !important;
		text-indent: 0px !important;
	}

	div#article_send_box_main  {
		background-color: transparent !important;
		margin-top: 0px !important;
		xpadding: 15px 5px;
	}
	div#article_send_box_main div.kuldes_info {
		font-size: 16px !important;
		width: 110px !important;
	}
	div.article_send_box_field #vch_receive_email,
	div.article_send_box_field #vch_send_email,
	div.article_send_box_field #t_comment {
		margin-left: 5px !important;
		width: 200px !important;
	}
	div.article_send_box_separator  {
		height: 4px !important;
	}
	div#article_send_box_main_right input {
		margin-left: 115px !important;
	}

	/* ---- Telefonkönyv ---- */
	.phonebookResultName {
		color: white;
	}

	/* ---- Spec. oldal címek ---- */
	#alcim, #intro, .alcim, .intro {
		color: white;
		margin-left: 10px;
	}

	/* ---- Technikai: színséma váltás ---- */
	#highcontrast {
		display: inline;
	}
	.default_skin {
		display: block;
	}
	.hidden,
	a.highcontrast_skin {
		display: none;
	}
	.aural, .fk_h {
		display: none;
	}
}

@media aural, tty {
	/* tbd */
}

@media handheld {
	/* tbd */
}
