/*
    Document   : 67
    Created on : 2011.07.05., 13:22:21
    Author     : http://67developer.hu - Ratting Gergely
    Description:
        Purpose of the stylesheet follows.
*/

@font-face {
    font-family: 'AndikaBasicRegular';
    src: url('AndBasR-webfont.eot');
    src: url('AndBasR-webfont.eot?#iefix') format('embedded-opentype'),
         url('AndBasR-webfont.woff') format('woff'),
         url('AndBasR-webfont.ttf') format('truetype'),
         url('AndBasR-webfont.svg#AndikaBasicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body {
	height: 100%;
}
/* Különben nem ismeri fel */
article, aside, figure, footer, header, hgroup, menu, nav, section{
	display:block;
}
a{ text-decoration: none; }
a:hover{ text-decoration: underline; }
body{ background: none repeat scroll 0 0 #C4E2EC; font-family: helvetica; margin:0px; padding:0px;}

#container{ background: #fff; font-size: 14px; margin: 0 auto; min-width: 960px; overflow: hidden; padding: 40px 0; width: 90%; position: relative; }

/*----- Header -----*/
header{	height: 0; margin: 0 auto; }


/*----- Main Menü -----*/

#toppanel{ position: fixed; top: 0; }
#main_menu{ bottom: 0px; list-style: none; margin: 0px; }
#main_menu li{ background: none; float: left; }
#main_menu li a{
	display:block;
	padding:0px 10px;
	text-decoration: none;
}
#main_menu li a:hover{
	text-decoration: underline;
}
#main_menu li.active a{
	text-decoration: underline;
}

/*----- Admin side menu -------*/
#admin_side_menu{ float: left; margin:50px 40px 0 0; }
#admin_side_menu a{ color: #7b1624; font-size: 18px; font-weight: bold; line-height: 28px; }
#admin_side_menu a:hover{ color: #bc7517; }
#admin_side_menu a.active{ color: #bc7517; text-decoration: underline; }

/*----- Sidebar ------*/
#sidebar{ float: left; }

/*----- Content -----*/

#content{
	-moz-border-radius:5px;
	line-height: 24px;
	min-height: 200px;
	min-width: 750px;
	padding: 10px 20px 0;
}

.main_title{ border-bottom: 3px solid #EAAF0F; color: #7b1624; font-size: 24px; margin-bottom: 5px; padding: 5px 0px; }
.sub_title{ border-bottom: 3px solid #EAAF0F; color: #7b1624; clear: both; font-size: 16px; }

#authMessage{ color: red; font-weight: bold; font-size: 18px; }
blockquote{
	padding:20px;
}
.bold{ font-weight: bold; }
.column{ float: left; padding-right: 67px; }
.error{ color: red; font-size: 20px; font-weight: bold; }
fieldset{ padding: 20px; }
.flash_error{ color: red; font-weight: bold; }
.flash_success{ color: green; font-weight: bold; }
legend{ font-size: 24px; }
ol{
	margin-left:20px;
}
ul, li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.small_error{ color: red; font-weight: bold; }
.small_ok{ color: green; font-weight: bold; }

/*text inputnak ceruza*/
.text input, .password input{ background: url(/img/pencil.png) no-repeat; border: none; border-bottom: 1px dashed #bbb; -webkit-transition: all 0.2s ease-in-out; padding-left: 28px; }
.text input:focus{ background-position: -24px; padding-left: 0; outline: none; }

/*minden input*/
input, select{ border: 1px solid #aaa; color: #555;  font-size: 20px; padding: 5px; -webkit-border-radius: 10px; moz-border-radius: 10px; border-radius: 10px;}

/*Labeek külön sorba, kivéve a checkbox*/
.text label, .textarea label, .select label, .date label, .password label{ color: #7B1624; cursor: pointer; display: block; font-weight: bold; margin: 5px 0; width: 200px; }

/* Submit gomb */
input[type="button"], input[type="submit"]{ background: #7b1624; border: 3px solid #dca511; color: white; cursor: pointer; }

.input{ clear: both; margin: 10px 0; }

.main_submit{ border-top: 1px dotted #ccc; float: none; padding-top: 20px; text-align: center; }

.small_submit{ font-family: verdana; font-size: 14px; }
.small_submit:hover{ font-weight: bold }

/*User*/
#addFaculty{ color: #7B1624; cursor: pointer; display: block; font-weight: bold; margin: 5px 0; width: 200px; }
#DocumentImage{ font-size: 12px; }

/*Profil*/
#profil h2{ border-bottom: 3px solid #EAAF0F; color: #7B1624; padding: 5px 10px; }
#profil h2 a, #profil h2 span{ color: #aaa; font-size: 14px; }
#profil .leiras{ color: #444; font-family: verdana; font-size: 16px; line-height: 28px; }
#profil .bold{ color: #000; font-weight: bold; }
#profil .italyc{ color: #888; font-style: italic; }
#profil .picture{ float: left; margin: 0 20px 20px 0; border: 10px solid white;	-webkit-box-shadow: 0 3px 10px #ccc; -moz-box-shadow: 0 3px 10px #ccc; }

/*----- Index oldalak -------*/
/** Tables **/
.index table {
	background: #fff;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
.index th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
.index th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
.index th.actions{ text-align: center; }
.index th a.asc:after {
	content: ' ⇣';
}
.index th a.desc:after {
	content: ' ⇡';
}
.index table tr td {
	background: #fff;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
.index table tr:nth-child(2n) td {
	background: #f5f5f5;
}
.index table .altrow td {
	background: #f5f5f5;
}
.index td.actions {
	text-align: center;
	white-space: nowrap;
}
.index table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}

/*------ Footer -------*/
footer{ background: #7b1624; border-top: 3px solid #eaaf0f; color: #fff; bottom: 0; height: 22px; margin: 0 auto; padding-top: 4px; position: fixed; text-align: center; width: 100%; -webkit-box-shadow: 0px -1px 7px #000; -moz-box-shadow: 0px -1px 7px #000; box-shadow: 0px -1px 7px #000; }
footer a{ color: #fff; font-weight: bold; padding: 0 10px; }

/*------ Oldal számozás ------*/
.paging{ font-size: 14px; font-weight: bold; margin-bottom: 30px; text-align: center;}
.paging a{
	-moz-border-radius:4px; -webkit-border-radius:4px;
	background-color: #f5f5f5;
	border:5px solid #f5f5f5;
	color: #39f;
	margin:0 3px;
	padding:2px 10px;
	text-decoration: none;
}
.paging .current{
	cursor: default;
	margin:0 3px;
	padding:2px 10px;
}
.paging .disabled{
	-moz-border-radius:4px; -webkit-border-radius:4px;
	background-color: #f5f5f5;
	border:5px solid #f5f5f5;
	color: #ccc;
	cursor: default;
	margin:0 3px;
	padding:2px 10px;
	text-decoration: none;
}/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: March 26, 2009
Version: 1.0

	Copyright 2009 Jeremie Tisseau
	"Sliding Login Panel with jQuery 1.3.2" is distributed under the GNU General Public License version 3:
	http://www.gnu.org/licenses/gpl-3.0.html
*/

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url(../img/login_slide/slide-sprite.png) repeat-x 0 -80px;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul, .tab li{margin:0px;}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 50px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(../img/login_slide/slide-sprite.png) no-repeat 0 -206px;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(../img/login_slide/slide-sprite.png) no-repeat 0 -164px;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(../img/login_slide/slide-sprite.png) repeat-x 0 -122px;
}

.tab ul.login li a {
	color: #fff;;
	text-decoration: none;
}

.tab ul.login li a:hover {
	color: #15ADFF;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(../img/login_slide/slide-sprite.png) no-repeat 0 -40px;}
.tab a.close {background: url(../img/login_slide/slide-sprite.png) no-repeat 0 0;}
.tab a:hover.open {background: url(../img/login_slide/slide-sprite.png) no-repeat 0 -59px;}
.tab a:hover.close {background: url(../img/login_slide/slide-sprite.png) no-repeat 0 -19px;}

/* sliding panel */
#toppanel {
    position: fixed;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 270px;
	color: #fff;
	background: #7B1624;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: #EAAF0F;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: #EAAF0F;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(../img/login_slide/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../img/login_slide/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}
#panel .content .bt_login{
	margin-top:10px;
}
#panel .content .bt_login input{
	-moz-border-radius: 20px;
	background-color: #111;
	border:2px solid #fff;
	color:#fff;
	cursor: pointer;
	font-size: 14px;
	padding: 5px 20px;
}/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

