@import url('menu_.css');
@import url('content.css');
@import url('sidebar.css');
@import url('ads.css');
@import url('form.css');
@import url('popup.css');
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
.ui-tabs-hide {
	display:none;
	}
}

/* Hide useless elements in print layouts... */
@media print { #header {display:none;
}
}

body {
	height:100%;
	min-height:100%;
    background: url('../images/body_bgr.png') repeat-y #FFFFFF top center;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}

a {
    color: #333333;
    text-decoration: none;
	outline-color:transparent;
}

a:hover, a:active {
    color: #333333;
    text-decoration: underline;
}

#main {
    width: 981px;
    min-width: 981px;
	min-height:100%;
    margin: 0 auto;
	padding:0 8px 0 8px;
    
    /*padding: 0 28px 0 28px;*/
    background: url('../images/main_bgr.png') no-repeat #FFFFFF top right;
    
	overflow:visible;
}

#header {
    width: 981px;
	height:132px;
    margin: 0;
    padding: 0;
	position:relative;
	display:table;
}

#header a {
    color: #FFFFFF;
}

#logo {
	width:183px;
	height:101px;
	margin:15px 0 0 25px;
	padding:0;
	float:left;
	background: url('../images/tudositok_logo.png') no-repeat;
	cursor:pointer;
}

#top_banner {
	width:739px; /*741*/
	height:92px; /*94*/
	margin:10px -10px 0 0;
	padding:2px 0 0 2px;
	background: url('../images/top_banner_bgr.png') no-repeat;
	float:right;
}

#top_banner_spacer {
	width:741px;
	height:94px;
	margin:10px -10px 0 0;
	padding:0;
	float:right;
}

#top_banner img {
	border:none;
}

#date {
	margin:1px 0 0 0;
	padding:5px 0;
	float:right;
	font-size:11px;
	color:#333333;
}

#date a {
	color:#333333;
}

#date img {
	vertical-align:top;
	margin:0 5px 0 0;
}

#menu {
	width: 981px;
    margin: 0;
    padding: 0;
}

#menu a {
    color: #FFFFFF;
}

#breadcrumb {
	width:981px;
	max-width:971px;
	height:50px;
	max-height:40px;
	margin:5px 0 0 0;
	padding:10px 0 0 10px;
	background: url('../images/breadcrumb_bgr.png') no-repeat;
	color:#595959;
	font-size:15px;
	position:relative;
}

#breadcrumb > span {
	width:11px;
	height:17px;
	margin:2px 0 0 0;
	padding:0 10px;
	background: url('../images/breadcrumb_grey_separator.png') no-repeat top center;
}

#breadcrumb > span.red {
	background: url('../images/breadcrumb_separator.png') no-repeat top center;
}

#breadcrumb_banner {
	width:381px;
	height:38px; /*40*/	
	margin:0;
	padding:2px 0 0 0;
	top:0;
	right:0;
	position:absolute;
	z-index:9;
}

#breadcrumb_frame {
	width:381px;
	height:40px;
	margin:0;
	padding:0;
	top:0;
	right:0;
	background: url('../images/breadcrumb_banner_frame.png') no-repeat;
	position:absolute;
	z-index:10;	
}

#breadcrumb_banner a {
	width:381px;
	height:40px;
	top:0;
	right:0;
	position:absolute;
	z-index:11;	
}

#breadcrumb_banner img {
	border:none;
}

#content {
    width: 981px;
	max-width:969px;
	min-height:100%;
    margin: 0;
    padding: 0 6px 0 6px;
	background: url('../images/content_bgr.png') repeat-y #EFEFEF;
    /*display:table;*/
	overflow:hidden;
}

#content_footer {
	width:981px;
	height:255px; /*170*/
	margin:0;
	padding:0;
	background: url('../images/content_footer.png') no-repeat;
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
}

#content_footer p {
	margin:18px 0 20px 0 !important;
}

#content_footer > p a {
	
}

#content_footer > p span+span {
	background: url('../images/separator_red.png') center left no-repeat;
    margin: 0 12px 0 4px;
    padding: 0 0 0 8px;
}

#content_footer .link a {
	color:#FFFFFF;
}

#content_footer .link span {
	margin: 0 4px 0 4px;
    padding: 0 0 0 10px;
}
#content_footer .link span+span {
	background: url('../images/menu_separator.png') center left no-repeat;
}

#content_footer .partner {
	height:46px;
	color:#5B5B5B;
}

#content_footer .partner a {
	text-decoration:none;
	margin:0 5px;
}

#content_footer .partner span {
	
}

#content_footer .partner img {
	border:none;
	vertical-align:middle;
	margin:0 5px 0 12px;
}

#error_404 {
	width:309px;
	height:397px;
	margin:0 auto;
	margin-top:50px;
	padding:0;
	background: url('../images/404.png') no-repeat;
	cursor:pointer;
}

#error_404_redirect {
	width:124px;
	height:23px;
	margin:0 auto;
	padding:0;
	text-indent:-1000px;
	overflow:hidden;
	cursor:pointer;
	background: url('../images/tudositok_logo_small.png') no-repeat;
}

#error_404_redirect:hover {
	background-position:0 -23px;
}

#system_message_box {
	width:571px;
	max-width:466px; /*571*/
	height:158px; /*158*/
	max-height:108px;
	margin:0 auto;
	margin-top:150px;
	padding:25px 0 25px 105px;
	background: url('../images/system_message_box_bgr.png') no-repeat;
	display:table;
}


#system_message_box a {
	text-decoration:underline;
}

#system_message_box span {
	display:table-cell;
	vertical-align:middle;
}

#system_message_box strong {
	color:#008459;
}

#system_message_box strong.red {
	color:#D70000;
}


#toocoolforie_logo {
	width:123px;
	height:23px;
	background: url('../images/toocoolforie_logo_0.jpg') no-repeat;
	text-indent: -1000px;
	overflow:hidden;
	display:block;
}

#toocoolforie_logo:hover {
	background: url('../images/toocoolforie_logo_1.jpg') no-repeat;
}
