@font-face { /* Webkit, Gecko */  
    font-family: "unix";  
    src: url('http://androbit.org/fonts/uni05_53.ttf'); 
}

body {

	font-family:Verdana,Arial,Tahoma,Sans-Serif;
	font-size:10px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	background-color: #d5d5d5;
/*	background-image:url('http://androbit.org/images/bodybg.jpg');*/
	scrollbar-face-color: #DADADA; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #DEE3E7; 
	scrollbar-3dlight-color: #E9E9E9; 
	scrollbar-arrow-color: #7A9ADF; 
	scrollbar-track-color: #E1E1E1; 
	scrollbar-darkshadow-color: #D4D4D4;

}

a {
	color:#505050; text-decoration:none;
}

a:hover {
	color:#707070; text-decoration:underline;
	
}

a.side {
	color:#000000; text-decoration:none;
}

a:hover.side {
	color:#707070; text-decoration:underline;
}

a.white {
	font-size:11px;color:#000000; text-decoration:none;
}

a:hover.white {
	color:#113355; text-decoration:underline overline;
}

a.nav { 
	color:#efefef; text-decoration:none;
	text-shadow:0px 1px 1px #000000;
	font-size:11;
}
a:hover.nav { 
	color:#c0c0c0; text-decoration:none;
	text-shadow:0px 1px 1px #000000;
	font-size:11;
}

a.userhead {
	color:#000000; text-decoration:none;
	text-shadow:0px 0px 1px #ffffff;
}

a:hover.userhead {
	color:#ffffff; text-decoration:none;
	text-shadow:0px 0px 1px #000000;
}

a.header_item {
	color:#000000;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	font-size:15;
	font-weight:bold;
	font-family:arial;
	cursor:pointer;
}

a:hover.header_item {
	color:#444444;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	font-size:15;
	font-weight:bold;
	font-family:arial;
	cursor:pointer;
}

input.header_item {

	background-color:#e1e1e1;
	border:none;
	padding:0px;
	margin:0px;
	color:#000000;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	font-size:15;
	cursor:pointer;
	font-weight:bold;
	font-family:arial;
}

input:hover.header_item {
	color:#444444;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	font-size:15;
	background-color:#e1e1e1;
	border:none;
	padding:0px;
	margin:0px;
	cursor:pointer;
	font-weight:bold;
	font-family:arial;
}


a.tags {
	color:#777777;
	text-shadow:0px 1px 0px #ffffff;
	margin-top:6px;
	line-height:2.2em;
	background-color:#d9d9d9;
	border: solid 1px #b5b5b5;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 2px;
}

a:hover.tags {
	text-decoration: none;
	text-shadow:none;
	color:#efefef;
	line-height:2.2em;
	margin-top:6px;
	background-color:#b5b5b5;
	border: solid 1px #888888;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 2px;
}

a.bbutton_active {
	color:#666666;
	font-weight:bold;
	font-size:13px;
	margin-top:10px;
	background-color:#d9d9d9;
	border: solid 1px #b5b5b5;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:6px;
}

a:hover.bbutton_active {
	text-decoration: none;
	font-weight:bold;
	font-size:13px;
	color:#efefef;
	margin-top:10px;
	background-color:#b5b5b5;
	border: solid 1px #888888;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:6px;
}

a.bbutton_inactive {
	color:#a9a9a9;
	margin-top:10px;
	background-color:#d9d9d9;
	border: solid 1px #b5b5b5;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:6px;
}

a:hover.bbutton_inactive {
	text-decoration: none;
	color:#efefef;
	margin-top:10px;
	background-color:#b5b5b5;
	border: solid 1px #888888;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:6px;
}


a.contentpanel {
	font-size:9px;
	color:#000000;
}

a:hover.contentpanel {
	font-size:9px;
	text-decoration: none;
	text-shadow:0px 1px 0px #ffffff;
	color:#444444;
}

a:hover.button {
	text-decoration:none;
}


.white a {
	color: #ffffff;
	text-shadow: 0px 1px 5px #000000;
}

.white {
	color: #ffffff;
	text-shadow: 0px 1px 5px #000000;
}


ul {
padding-left:10px;
margin:0px;
}

li {
display:inline;
background-image:url('images/bullet.gif');
background-repeat:no-repeat;
background-position:0px 4px;
padding:0 0.5em 10 10;
}

img {
	border: 0px;
}

form {
	margin:0px 0px 0px 0px;
}

hr {	
	border-top:1px #A7A7A7 solid;
        border-bottom:1px #F9F9F9 solid;
	
}

hr.side-hr {
	border-top:1px #A7A7A7 solid;
        border-bottom:1px #F9F9F9 solid;

}

td {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:11px;
}

pre {
	font-family:Verdana,Tahoma,Arial,Sans-Serif; 
	font-size:11px;
}


[class="headerlogo"] {
	cursor:pointer;
	width:424px;
	height:60px;
	background-image:url('http://androbit.org/images/androbit_header_20111231.jpg');
	background-repeat:no-repeat;
}

[class="headerlogo"]:hover {
	cursor:pointer;
	width:424px;
	height:60px;
	background-image:url('http://androbit.org/images/androbit_header_20111231-hover.jpg');
	background-repeat:no-repeat;
}

.headerlogo {
	cursor:pointer;
	width:424px;
	height:60px;
	background-image:url('http://androbit.org/images/androbit_header_20111231.jpg');
	background-repeat:no-repeat;
}

.headerlogo:hover {
	cursor:pointer;
	width:424px;
	height:60px;
	background-image:url('http://androbit.org/images/androbit_header_20111231-hover.jpg');
	background-repeat:no-repeat;
}

.navmenutext {
	font-size:13px;
	color:#000000;
	text-shadow:0px 1px 0px #ffffff;
	cursor:pointer;
}

.navmenutext:hover {
	font-size:13px;
	color:#777777;
	text-shadow:0px 1px 0px #ffffff;
	cursor:pointer;
}

.menu_item {

  display:none;
  vertical-align:middle;
  height:150px;
  width:600px;
  padding:6px 0px 6px 0px;
  float:left;
  position:absolute;
  top:30px;
  left:200px;
  overflow:auto;
  text-align:center;
}

.menuitemdiv {
	background-color:#c3c3c3;
	background-image:url('http://androbit.org/images/buttons/button_simple.jpg');
	color:#444;
	font-size:13px;
	font-weight:bold;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:2px;
	border:solid 1px #aaaaaa;
	cursor:pointer;
	text-align:center;
}

.menuitemdiv:hover {
	background-image:url('http://androbit.org/images/buttons/button_simple_hover.jpg');
	background-color:#bababa;
	color:#000;
	border:solid 1px #888888;
}

.slideshow_button_table {
	border:solid 1px #aaa;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:#c3c3c3;
	background-image:url('http://androbit.org/images/buttons/button_simple.jpg');
	color:#444;
}

.slideshow_button {
	font-size:9px;
	border-right:solid 1px #aaa;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
}

.slideshow_button:hover {
	background-image:url('http://androbit.org/images/buttons/button_simple_hover.jpg');
	color:#000;
	cursor:pointer;
}

.slideshow_button_right {
	border:0px;
}

.slideshow_button_selected {
	color:#000;
}

.submenuitemdiv {
	background-color:#ccc;
	color:#666666;
	font-size:13px;
	font-weight:bold;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:2px;
	border:solid 1px #aaaaaa;
	cursor:pointer;
	text-align:center;
}

.submenuitemdiv:hover {
	background-color:#aaa;
	border:solid 1px #888;
	color:#efefef;
}


#closemenu {
	display:none;
	position:absolute;
	top:30px;
	right:10px;
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	background-color:#cccccc;
	color:#666666;
	border:solid 1px #aaaaaa;
	z-index:10;
	float:right;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:2px 5px 2px 5px;
}

#closemenu:hover {
	background-color:#aaaaaa;
	color:#efefef;
	border:solid 1px #888888;
}

.alt {
	color:#666;
}

.header {
	font-family:Verdana,Tahoma,Arial;
	font-size:10px;
	color:#333; 
	background-color:#c0c0c0;
	padding:0px;
}

.button {
	padding:1px 3px 1px 3px;
	background-image:url('http://androbit.org/images/buttons/button_simple.jpg');
	background-repeat:repeat-x;
	cursor:pointer;
	vertical-align:middle;
	text-align:center;
	font-family:Arial;
	font-size:10px;
	color:#444;
	background-color:#c3c3c3;
	border:solid 1px #aaaaaa;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin:0px 2px 1px 2px;
	text-decoration:none;
}

.button:hover {
	background-image:url('http://androbit.org/images/buttons/button_simple_hover.jpg');
	background-color:#bababa;
	color:#000;
	border:solid 1px #888;
}

.button input {
	text-decoration: none;
	padding:1px 3px 1px 3px;
	/*min-height:20px;*/
}

.button a {
	text-decoration:none;
}

.tooltip { 
	display:none; 
	background-color:#efefef;
	height:70px; 
	padding: 20px 0 0 0;
	width:100px; 
	font-size:1.88em; 
	color:#fff;
	text-align: center;
	z-index: 999;
}

.search_button_closed {
	height:30;
	width:171;
	background-image:url(http://androbit.org/images/button2.png);
	background-repeat:no-repeat; 
	background-position:top;
	padding-top:6px;
	margin-bottom:4px;
	overflow:hidden;
}

.search_button_opened {
	height:50;
	width:171;
	background-image:url(http://androbit.org/images/button2.png);
	background-repeat:no-repeat; 
	background-position:top;
	padding-top:6px;
	margin-bottom:4px;
}

.search_button_icon {
	background-image:url(http://androbit.org/images/search.png);
}

.donate {
	float:left;
	width:60px;
	height:18px;
	line-height:19px;
	margin-right:10px;
	padding:0px 4px 0px 2px;
}


[class="donate"] {
	float:left;
	width:60px;
	height:18px;
	line-height:19px;
	margin-right:10px;
	padding:0px 4px 0px 2px;
}


.dropdown {
	background-image:url(images/button.gif);
	height:15;
	vertical-align:middle;
	font-family:Tahoma,Arial,Verdana,Sans-Serif;
	font-size:10px;
	color:#000000;
	background-color:#d6d6d6;
	text-shadow: 0px 1px 0px #ffffff;
	border:#999999 1px solid;
	border-top:#c1c1c1 1px solid;
	border-bottom:#777777 1px solid;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin:1px;
}
	
.textbox {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:10px;
/*	background-image:url(http://skl-projekt.hu/themes/SKL/images/input-bg.png);
	background-repeat:repeat-x;
	background-position: left top;*/
	color:#000; 
	background-color:#efefef;
	border:1px #aaa solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding:2px;
	margin:0px 0px 5px 0px
}

.main-bg {
	padding:0px 0px 2px 0px;
	max-width:632px;
}

.side-border-left {
	padding:2px 2px 0px 0px;
}

.side-border-right {
	padding:2px 0px 0px 2px;
}

.main-body {
	font-size:11px;
	color:#000; 
	background-color:#E1E1E1;
	padding:5px 3px 2px 3px;
}

.side-body {
	font-size:10px;
	color:#000; 
	background-color:#E1E1E1;
	padding:0px 0px 0px 0px;
}

.border {
	background-color:#ddd; 
	border:2px #979797 solid; 
}

.infobar {
	background-color:#efefef;
	font-size:10px;
	color:#000; 
	border-top: solid #C4C4C4; 
	border-top-width: 1px; 
	border-left: solid #C4C4C4; 
	border-left-width: 1px; 
	border-right: solid #F6F6F6; 
	border-right-width:0px; 
	border-bottom: solid #F6F6F6; 
	border-bottom-width:1px;
	padding:3px 4px 3px 4px;
}

.infobar2 {
	background-color:#efefef;
	font-size:10px;
	color:#676767; 
	border-top: solid #C4C4C4; 
	border-top-width: 1px; 
	border-left: solid #C4C4C4; 
	border-left-width: 0px; 
	border-right: solid #F6F6F6; 
	border-right-width:1px; 
	border-bottom: solid #F6F6F6; 
	border-bottom-width:1px;
	padding:3px 4px 3px 4px;
}

.infobar3 {
	background-color:#efefef;
	font-size:10px;
	color:#676767; 
	border-top: solid #C4C4C4; 
	border-top-width: 1px; 
	border-left: solid #efefef; 
	border-left-width:1px; 	
	border-right: solid #efefef; 
	border-right-width:1px; 
	border-bottom: solid #F6F6F6; 
	border-bottom-width:1px;
	padding:0px;
}

.panel-left {
	width:13px; height:19px; 
	background-image:url(images/panel-left.png); 
}

.panel_big-left {
	width:13px; height:19px; 
	background-image:url(images/panel_big-left.png); 
}

.panel-right {
	width:13px; height:19px;
	background-image:url(images/panel-right.png);
}

.panel_big-right {
	width:13px; height:19px;
	background-image:url(images/panel_big-right.png);
}

.panel-main {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:11px;font-weight:bold;
	color:#000000;
	text-shadow:0px 1px 0px #f1f1f1;
	height:19px;
	padding:0px 0px 0px 0px;
	background-image:url(images/panel-main.png);
	background-repeat:repeat-x;
}

.panel_big-main {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:11px;font-weight:bold;
	color:#000000;
	text-shadow:0px 1px 0px #f1f1f1;
	height:19px;
	padding:0px 0px 0px 0px;
	background-image:url(images/panel_big-main.png);
	background-repeat:repeat-x;
}

.border-left {
	width:13px; background-image:url(images/border-left.png);
	background-repeat:repeat-y; 
}

.border-right {
	width:13px; background-image:url(images/border-right.png);
	background-repeat:repeat-y;
}

.border-bleft {
	width:13px; height:20px;
	background-image:url(images/border-bleft.png);
}

.border-bright {
	width:13px; height:20px;
	background-image:url(images/border-bright.png);
}

.border-bmain {
	height:20px; background-image:url(images/border-bmain.png);
	background-repeat:repeat-x;
}

.side-caption {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:11px; font-weight:bold;
	color:#FFFFFF; background-color:#004A80;
	padding:0px 4px 3px 4px;
}

.tbl-border {
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
	background-color:#aaaaaa;
}

.tbl4-border {
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
	background-color:#e1e1e1;
}

.tbl {
	font-size:11px; padding:3px 4px 3px 4px;
}

.tbl1 {
	font-size:11px; color:#000;
	background-color:#E1E1E1;
	padding:4px;
	max-width:450px;
}

.tbl2 {
	font-size:11px; color:#000; 
	background-color:#E1E1E1;
	padding:4px;
}

.tbl3 {
	font-size:11px; color:#000;
	padding:2px;
}


.forum-caption {
	font-size:11px; font-weight:bold;
	background-image:url(images/cellpic.gif);
	color:#000000; background-color:#F6F6F6;
	padding:4px 4px 4px 4px;
}

.quote {
	color:#004279; background-color:#F9F9F9;
	padding:0px;
	margin:0px 0px 0px 0px;
	border:1px #979797 solid;
}

.copyright {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:9px;
	color:#000; 
}
	
.poll {
	height:12px; border:1px #979797 solid;
}

.comment-name {
	font-weight:bold; color:#113355; 
}

.shoutboxname {
	font-weight:bold; color:#113355; 
}

.shoutbox {
	color:#555; 
}

.shoutboxdate {
	font-size:9px; color:#333; text-align:right;
}

.small {
	font-size:10px; font-weight:normal; color:#000;
}

.small2 {
	font-size:10px; font-weight:normal; color:#000;
}

.small3{
	font-size:11px; font-weight:normal; color:#000;
}

.side-small {
	font-size:10px; font-weight:normal; color:#333;
}

.side-label {
	background-color:#e3e3e3;
	padding:1px 4px 3px 4px;
	background-image:url(images/side-cell.gif);
	background-repeat:repeat-x;
}

.div {
	float:right;
	width:275px;
}

.image {
	position:inherit;
	top:50%;
	vertical-align:middle;
	float:left;
}

.pluspanel {
	display:block;
	position:absolute;
	top:12px;
	right:30px;
	z-index:1;
}

.nav {
	background-repeat:repeat-x;
	color:#ffffff;
}
	
#mydiv{
	z-index:1; 
	position:fixed; 
	right:0px;
	bottom:0px;
	display: block;
	font-size:10;
}

.loginbutton{
	background-image:url(images/button2.png);
	background-repeat:repeat-x;
	border:0;
	height:18;
	width:64;
}
      
#slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:100%;
	overflow:hidden;
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}


.tags{
	background-color:#d9d9d9;
	font-color:#ffffff;
	align:left;
	border: solid 1px #b5b5b5;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding:3px;
}

.unshowed_news {
	cursor:pointer;
	background-color:#d7d7d7;
	border:solid 1px #c0c0c0;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:5px;
}

.unshowed_news:hover {
	cursor:pointer;
	background-color:#efefef;
	background-image:url('images/hover_bg.jpg');
	background-repeat:repeat-x;
	border:solid 1px #b5b5b5;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:5px;
}

[class="unshowed_news"]:hover {
	cursor:pointer;
	background-color:#e1e1e1;
	background-image:url('images/hover_bg.jpg');
	background-repeat:repeat-x;
	border:solid 1px #b5b5b5;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:5px;
}

.showed_news {
	cursor:pointer;
	padding:6px;
}

.showed_news:hover {
	cursor:pointer;
	background-color:#e1e1e1;
	background-image:url('images/hover_bg.jpg');
	background-repeat:repeat-x;
	border:solid 1px #b5b5b5;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:5px;
}

[class="showed_news"]:hover {
	cursor:pointer;
	background-color:#e1e1e1;
	background-image:url('images/hover_bg.jpg');
	background-repeat:repeat-x;
	border:solid 1px #b5b5b5;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:5px;
}

.updated_news {
	cursor:pointer;
	padding:5px;
	border:solid 1px #b5b5b5;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

[class="updated_news"]:hover {
	cursor:pointer;
	background-color:#e1e1e1;
	background-image:url('images/hover_bg.jpg');
	background-repeat:repeat-x;
	border:solid 1px #b5b5b5;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:5px;
}

.updated_news:hover {
	cursor:pointer;
	background-color:#e1e1e1;
	background-image:url('images/hover_bg.jpg');
	background-repeat:repeat-x;
	border:solid 1px #b5b5b5;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:5px;
}

.slide {  
	display: none;  
}  
		      
#slideshow .active {  
	display: block;  
}  

#menuitems .active_item {
	display: block;
}

.tweet {
	color:#f1f1f1;
	margin: 30px 0px 0px 0px;
	padding:10px;
	background-color:#222222;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-size:12px;
}

.tweet a {
	color:#e5e5e5;
}

.profileinfo {
	padding:8px;
	background-color:#c3c3c3;
	background-image:url('http://androbit.org/images/latest_panel/content_bg.png');
	background-repeat:repeat-x;
	border: solid 1px #b5b5b5;
	border-bottom:solid 1px #888888;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#contentimagediv {
  float:right;
  margin:0px 0px 10px 15px;
}

#contentimage {
  margin: 0px auto;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}


/*Eseménynaptár*/

table.awec_calendar th {		/* table head: day of the week */
	font-weight: normal;
}
table.awec_calendar td.current {	/* current day */
	border: 1px solid yellow;
}
table.awec_calendar td.content {	/* day with some events */
	background-color: red;
}
table.awec_calendar td.empty {		/* day with no events */
	background-color: gray;
}
table.awec_calendar td.weekend {	/* weekend */
	background-color: blue;
}

/* analogous for the list view except it is using rows instead of cells */
table.awec_list tr.odd {
	background-color: green;
}
table.awec_list tr.even {
	background-color: red;
}
table.awec_list tr.current {
	background-color: yellow;
}

/* boxover */
.awec_bo_head {
        background-color: #5c5b7e;
        background-color: #555;
        padding: 4px;
}

.awec_bo_body {
        background-color: #504f6d;
        background-color: #444;
        padding: 4px;
}
.awec_bo_body ul {
        margin: 0;
        padding-left: 10px;
}
#toolTip {position:absolute; z-index:1000; width:220px; background:#000;border:2px solid #e1e1e1; text-align:left; padding:5px; min-height:1em; -moz-border-radius:5px;-webkit-border-radius: 5px;line-height:1.4em;}
#toolTip p {margin:0; padding:0; color:#fff; font:11px/12px verdana,arial,sans-serif;line-height:1.4em;}
#toolTip p em {display:block; margin-top:4px; color:#adf; font-style:normal; font-size:90%;}
#toolTip p em span {font-weight:bold; color:#fff;}

