/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/ 

/***** 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;}

.textup{
color: #EEeeee;
font-family: Arial;
font-size: 11px;
}
/* Panel Tab/button */
.tab {
  	background: url(../images/tab_b.png) repeat-x 0 0;
	height: 28px;
	position: relative;
	
	
    top: 0;
    z-index: 9999;
}
.contentmarque{
 position: relative;       
 width: 1003px;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 28px;
	width: auto;
  	font-weight: bold;
	line-height: 28px;
	margin: 0;
	right: 29px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}
.tab div.marqueeup {
font-family: verdana;
	display: block;
	position: relative;
  	float: left;
  	clear: right;
  	height: 28px;
	width: auto;
  	font-weight: bold;
	line-height: 17px;
	margin: 0;
	left: 23px;
  	color: white;
  	font-size: 80%;
	text-align: center;
	width: 800px;
}

.tab ul.login li.left {
  	background: url(../images/tab_l.png) no-repeat left 0;
  	height: 28px;
	width: 10px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(../images/tab_r.png) no-repeat left 0;
  	height: 28px;
	width: 11px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 0px;
	display: block;
	float: left;
	margin: 0px;
	height: 28px;
  	background: url(../images/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: white;
	text-decoration: none;
	font-family: verdana;
	font-size: 10px;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open {
	height: 20px;
	line-height: 17px !important;
	padding-left: 24px !important;
	cursor: pointer;
	display: block;
	width: 130px;
	position: relative;
	top: 5px;
	left: 5px;
}
.tab a.close {
	height: 20px;
	line-height: 17px !important;
	padding-left: 24px !important;
	cursor: pointer;
	display: block;
	width: 130px;
	position: relative;
	top: 5px;
	left: 20px;
}
.tab a.logout {
	height: 20px;
	line-height: 17px !important;
	padding-left: 24px !important;
	cursor: pointer;
	display: block;
	width: 90px;
	position: relative;
	top: 5px;
	left: 12px;
}

.tab a.open {background: url(../images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../images/bt_close.png) no-repeat left 0;}
.tab a.logout {background: url(../images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(../images/bt_close.png) no-repeat left -19px;}
.tab a:hover.logout {background: url(../images/bt_close.png) no-repeat left -19px;}
.welcome-top-text{
padding-left: 5px;
padding-right: 5px;
font-size: 12px;
}
/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 9999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 161px;
	color: #999999;
	background: #033f6a;
	overflow: hidden;
	position: relative;
	z-index: 9999;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 0px 0px 0px 0px;
	margin: 5px;
	color: white;
}

#panel p {
	margin: 5px 0px 0px 5px;
	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: 3px;
	text-align: left;
	font-size: 0.85em;
}

    
#panel .content .leftslide {
	width: 260px;
	float: left;
	padding: 0px 0px;

}
#panel .content .centertslide {
	width: 200px;
	float: left;
	padding: 0 15px;

}         

#panel .content .rightslide {
	width: 435px;
	float: left;
	padding: 0 15px;
	
}
.rightslide1{
float: left;
width: 230px;
height: 155px;
}
.rightslide1b{
float: left;
width: 230px;
height: 155px;
margin-top: 25px;
margin-left: 8px;
}
.rightslide2{
margin-top: 23px;
margin-left: 12px;
float: left;
width: 193px; 
height: 155px;
/*border: 1px rgb(255,0,0) solid;*/
}
.cap-cod-img-bg{
padding-top: 4px;
padding-left: 4px;
width: 191px;
height: 46px;
background-image: url(../images/cod-img.png);
background-repeat: no-repeat;
cursor: pointer;
}

.cap-bot{
width: 191px;
height: 44px;
}
.cap-bot-comenteaza{
margin-left: 35px;
float:left;
width: 191px;
height: 44px;
}

.cap-bot-dual{
float: left;
width: 166px;
height: 44px;

}

.cap-text-info-bg {
width: 166px;
height: 19px;
background-image: url(../images/text-info.png);
background-repeat: no-repeat;
background-position: top;
}

.cap-input-bg{
width: 166px;
height: 25px;
background-image: url(../images/cod-txt.png);
background-repeat: no-repeat;
background-position: top;
} 



.cap-bot-dual-right{
float: left;
width: 25px;
height: 44px;

}

.cap-refresh{
width: 25px;
height: 24px;
cursor: pointer;
}
.cap-info{
width: 25px;
height: 20px; 
cursor: help;
}
.info-text-cap{
padding-top: 5px;
padding-left: 20px;
font-family: arial;
font-size: 11px;
color: #033F6A;
font-weight: bold;
}

.btn-reg{
width: 75px;
height: 22px;
background: transparent;
background-image: url(../images/reg-btn-normal.png);
background-repeat: no-repeat;
border: 0px;
margin-top: 10px;
margin-left: 37px; 
} 

.btn-trimite-schimba{
width: 75px;
height: 22px;
background: transparent;
background-image: url(../images/reg-btn-normal.png);
background-repeat: no-repeat;
border: 0px;
margin-top: 19px;
margin-left: 7px;
cursor: pointer; 
} 
.btn-trimite-schimba:hover{
width: 75px;
height: 22px;
background: transparent;
background-image: url(../images/reg-btn-active.png);
background-repeat: no-repeat;
border: 0px;
margin-top: 19px;
margin-left: 7px;
cursor: pointer; 
}

.btn-invita{
width: 75px;
height: 22px;
background: transparent;
background-image: url(../images/reg-btn-normal.png);
background-repeat: no-repeat;
border: 0px;
margin-top: 25px;
margin-left: 15px;
cursor: pointer; 
} 
.btn-invita:hover{
width: 75px;
height: 22px;
background: transparent;
background-image: url(../images/reg-btn-active.png);
background-repeat: no-repeat;
border: 0px;
margin-top: 25px;
margin-left: 15px;
cursor: pointer; 
}
        
.buttonpuneLaPiata{
padding-left: 380px;
padding-top: 24px;
}

.btn-trimite-cauta{
width: 75px;
height: 22px;
background: transparent;
background-image: url(../images/btn-cauta-off.png);
background-repeat: no-repeat;
border: 0px;
margin-top: 0px;
margin-left: 7px; 
cursor: pointer;
}
.btn-trimite-cauta:hover{
width: 75px;
height: 22px;
background: transparent;
background-image: url(../images/btn-cauta-on.png);
background-repeat: no-repeat;
border: 0px;
margin-top: 0px;
margin-left: 7px;
cursor: pointer; 
}



.btn-activeaza-optiune{
width: 75px;
height: 22px;
background: transparent;
background-image: url(../images/btn-activeaza-optiune-off.png);
background-repeat: no-repeat;
border: 0px;
margin-top: 0px;
margin-left: 7px; 
cursor: pointer;
}
.btn-activeaza-optiune:hover{
width: 75px;
height: 22px;
background: transparent;
background-image: url(../images/btn-activeaza-optiune-on.png);
background-repeat: no-repeat;
border: 0px;
margin-top: 0px;
margin-left: 7px;
cursor: pointer; 
}

.btn-cumpara-ghinde{
width: 75px;
height: 22px;
background: transparent;
background-image: url(../images/btn-cumpara-off.png);
background-repeat: no-repeat;
border: 0px;
margin-top: 0px;
margin-left: 7px; 
cursor: pointer;
}
.btn-cumpara-ghinde:hover{
width: 75px;
height: 22px;
background: transparent;
background-image: url(../images/btn-cumpara-on.png);
background-repeat: no-repeat;
border: 0px;
margin-top: 0px;
margin-left: 7px;
cursor: pointer; 
}
  
.btn-reg:hover{
width: 75px;
height: 22px;
background: transparent;
background-image: url(../images/reg-btn-active.png);
background-repeat: no-repeat;
border: 0px;
cursor: pointer; 
margin-top: 10px;
margin-left: 37px;
}



.btn-login{
width: 75px;
height: 22px;
background: transparent;
background-image: url(../images/login-btn-normal.png);
background-repeat: no-repeat;
border: 0px;
cursor: pointer; 
margin-top: -3px;
margin-left: 65px; 
}

.btn-login:hover{
width: 75px;
height: 22px;
background: transparent;
background-image: url(../images/login-btn-active.png);
background-repeat: no-repeat;
border: 0px;
cursor: pointer; 
margin-top: -3px;
margin-left: 65px; 
}

.btn-val{
width: 75px;
height: 22px;
background: transparent;
background-image: url(../images/reg-btn-normal.png);
background-repeat: no-repeat;
border: 0px;
margin-left: 6px; 
} 

.btn-val:hover{
width: 75px;
height: 22px;
background: transparent;
background-image: url(../images/reg-btn-active.png);
background-repeat: no-repeat;
border: 0px;
margin-left: 6px; 
}

.btn-select-animalutz{
width: 75px;
height: 22px;
background: transparent;
background-image: url(../images/reg-btn-normal.png);
background-repeat: no-repeat;
border: 0px;
}
  
.btn-select-animalutz:hover{
width: 75px;
height: 22px;
background: transparent;
background-image: url(../images/reg-btn-active.png);
background-repeat: no-repeat;
border: 0px;
cursor: pointer; 
}

.text-eroare-reg{
width: 434x;
border: 1px white solid;
color: white;
padding: 8px 13px 8px 15px;
text-align: justify;
}
      
.inputbg{ 
margin-left: 5px;
width: 185px;
height: 22px;
background-image: url(../images/input-bg.png);
background-repeat: no-repeat;
padding-bottom: 2px;
}

.inputbg-err{
margin-left: 5px;
width: 185px;
height: 22px;
background-image: url(../images/input-bg-err.png);
background-repeat: no-repeat;
padding-bottom: 2px;
}
.inputbg3{
margin-top: 5px;
padding-left: 5px; 
width: 185px;
height: 22px;
background-image: url(../images/input-bg.png);
background-repeat: no-repeat;
padding-bottom: 2px;
} 
.inputbg3-err{
margin-top: 5px;
padding-left: 5px; 
width: 185px;
height: 22px;
background-image: url(../images/input-bg-err.png);
background-repeat: no-repeat;
padding-bottom: 2px;
} 
.inputbg2{
float: left;
margin-left: 5px;
width: 185px;
height: 22px;
background-image: url(../images/input-bg.png);
background-repeat: no-repeat;
padding-bottom: 2px;
}


.joc-crol{
width: 474px;
height: 245px;
padding-top: 8px;
padding-left: 8px;
margin-top: 10px;
margin-left: 20px;
border: 1px #D8D7D4 solid;
}
.info-joc-crol{
width: 459px;
height: 35px;
margin-top: 7px;
margin-left: 2px;
border:0px #D8D7D4 solid;
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #033F6A;
text-align: center;
}

.joc-gen{
display: block;
width: 486px;
height: 248px;
padding-top: -5px;
margin-left: 20px;
}

.joc-in-gen{   
display: block;
width: 486px;
height: 248px;
padding-top: 15px;
margin-left: 40px; 

}

.joc-in-genb{   
display: block;
width: 486px;
height: 248px;
padding-top: 15px;
margin-left: 14px; 

}

.joc1{
float: left;
width: 140px;
height: 122px;
padding-left: 7px;
padding-top: 7px;
padding-bottom: 3px;
margin-top: 22px;
border: 1px #D8D7D4 solid;
}

.joc2{
float: left;
width: 140px;
height: 122px;
padding-left: 7px;
padding-top: 7px;
padding-bottom: 3px;
margin-top: 22px;
margin-left: 19px;
border: 1px #D8D7D4 solid;
}

.joc3{
float: left;
width: 140px;
height: 122px;
padding-left: 7px;
padding-top: 7px;
padding-bottom: 3px;
margin-top: 22px;
margin-left: 19px;
border: 1px #D8D7D4 solid;
}

.joc-mini-info{
width: 103px;
height: 15px;
margin-top: 2px;
margin-left: 15px;
padding-top: 2px;
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #033F6A;
text-align: center;
border: 0px #D8D7D4 solid;

}



.btnvalidare{
float: left;
}
.customfieldslide{
font-family: arial;
font-weight: bold;
border: 0px;
background: transparent;
color: #033F6A;
padding-top: 1px;
padding-left: 3px;
}
.customfieldslide-cap{
font-family: arial;
font-weight: bold;
border: 0px;
background: transparent;
color: #033F6A;
padding-top: 2px;
margin-left: 26px;
}



#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

.textparolaslide{
  margin-left: 5px;
  margin-bottom: 3px;
  margin-top: 6px;
  color: white;
  font-size: 12px;
}
.textcheckbox{
  height: 25px;
  padding-top: 4px;
  padding-bottom: 6px;
  padding-left: 23px;
  color: white;
  font-size: 12px;
}
.textcheckbox2{
  height: 25px;
  padding-top: 12px;
  color: white;
  font-size: 12px;
}


#panel .content input.field {
	border: 0px #000000 solid;
	background: #FFFFFF;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: black;
	height: 16px;
}

#panel .content input:focus.field {
	background: #d7d7d7;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login{
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 18px 0;  
}
#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(../images/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../images/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding-top: 22px ;
	padding-left: 10px;
	font-size: 0.95em;
	text-decoration: underline;
}

