﻿/* PlayerLogin.css
   styly pro prihlaseni -> Simple = mala kontrolka v bocnich panelech
                        -> Standart = Zobrazeni ve strednim panelu
*/

/*** MODE SIMPLE NEPRIHLASEN ***/
/* cela kontrolka */
.playerlogin .simpleNotLogged .content
{
	padding: 15px 25px 15px 15px;
}

/* prihlasovaci tabulka */
.playerlogin .simpleNotLogged .content table
{
	border-collapse: collapse;
}

.playerlogin .simpleNotLogged .content table td
{
	padding: 0px 0px 5px 5px;
}

/* popisky */
.playerlogin .simpleNotLogged .content table .description
{
	text-align: right;
	padding-left: 15px;
}

/* input textboxy */
.playerlogin .simpleNotLogged .content table .textBox input
{
	height: 13px;
	border: solid 1px #98A5B4;
	padding: 2px 1px 1px 2px;
	background: transparent url(../../Images/input-bg.gif) top left no-repeat;
}

.playerlogin .simpleNotLogged .content table .textBox input.username
{
	width: 142px;
}

.playerlogin .simpleNotLogged .content table .textBox input.password
{
	width: 109px;
}

/* login button */
.playerlogin .simpleNotLogged .content table .button input.loginbutton
{
	width: 28px;
	height: 18px;
	padding: 2px 0px 3px 0px;
	background: transparent url(../../Images/Login/loginbutton-bg.gif) top left no-repeat;
	cursor: pointer;
}

/* odkazy */
.playerlogin .simpleNotLogged .content .links
{
	text-align: center;
}

.playerlogin .simpleNotLogged .content .links a, .playerlogin .simpleNotLogged .content .links a:visited
{
	color: 	#D51126;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.playerlogin .simpleNotLogged .content .links a:hover
{
	text-decoration: underline;
}

/* zpravy */
.playerlogin .simpleNotLogged .content .message
{
	padding-top: 15px;
	font-weight: bold;
	font-size: 12px;
	color: 	#D51126;
}

/*** MODE STANDART NEPRIHLASEN ***/
/* text  pri chybe */
.standartNotLogged .controls .errortext
{
	font-weight: bold;
	font-size: 12px;
	color: #D51126;
	padding: 1px 2px 1px 2px;
}

/* infotext v paticce */
.standartNotLogged .footer
{
	margin: 50px 0px 0px 24px;
}

.standartNotLogged .footer .lostPassword, .standartNotLogged .footer .loginProblem
{
	margin-bottom: 15px;
}

.standartNotLogged .footer a, .standartNotLogged .footer a:visited
{
	text-decoration: none;
	color: #26247B;
}

.standartNotLogged .footer a:hover
{
	text-decoration: underline;
}

/*** MODE SIMPLE PRIHLASEN ***/
/* cela kontrolka */
.playerlogin .simpleLogged
{
	padding: 15px 25px 15px 15px;
}

/* title - jmeno hrace */
.playerlogin .simpleLogged .customerTitle
{
	font-size: 14px;
	color: #214d9c;
	text-align: right;
	font-weight: bold;
}

/* pocet bodu */
.playerlogin .simpleLogged .points
{
	font-size: 12px;
	color: #bd0c18;
	text-align: right;
	font-weight: normal;
}

/* pocet bodu */
.playerlogin .simpleLogged .logOnTime
{
	font-size: 11px;
	color: #214d9c;
	text-align: right;
	font-weight: normal;
}

.SpanBold
{
	font-weight:bold ; 
}

.SpanNormal
{
	font-weight:normal ; 
}

/* odkazy */
.playerlogin .simpleLogged .links
{
	margin-top: 15px;
	text-align: right;
}

.playerlogin .simpleLogged .links a, .playerlogin .simpleLogged .links a:visited
{
	color: 	#D51126;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.playerlogin .simpleLogged .links a:hover
{
	text-decoration: underline;
}


/*** MODE BIG NEPRIHLASEN ***/
/* cela kontrolka */

.BigLeftDiv h1
{
	border-bottom:1px solid #D9DFE8;
	color:#ED1C24;
	font-size:18px;
	font-weight:normal;
	line-height:200%;
	margin:0 20px 5px 0;
	padding-bottom:3px;
	padding-left:24px;
	padding:0 0 0 17px;
}

.BigLeftDiv .control 
{
	background:#E8EEF3 none repeat scroll 0 0;
	margin:10px 20px 0 24px;
	padding:25px 15px 10px 20px;
}

/*inputy*/
.BigLeftDiv .textBox input
{
	height: 13px;
	border: solid 1px #98A5B4;
	padding: 2px 1px 1px 2px;
	background: transparent url(../../Images/input-bg.gif) top left no-repeat;
	width:170px;
}

.BigLeftDiv .description
{
	font-weight: bold; 
	width:135px;
	height: 30px; 
}

.BigLeftDiv .starRed
{
	color:#DA251D;
	display:inline;
	font-weight:normal;
	width: 15px;
}

.BigLeftDiv .button
{
	text-align: right;  
}

.BigLeftDiv .empty
{
	height: 25px;  
}

.BigLeftDiv .loginbutton
{
	background:#FCFCFC url(../../Images/input-bg.gif) no-repeat scroll left top;
	background-color:transparent;
	background-image:url(../../Images/Button/button-sub-bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
	border:medium none;
	color:#465D9B;
	cursor:pointer;
	font-size:13px;
	font-weight:bold;
	height:36px;
	padding:0 0 6px 45px;
	text-align:left;
	vertical-align:top;
	width:140px;
}

.BigLeftDiv .ForgottenPwdDiv
{
	margin-bottom:15px;
	margin-left:19px;
	border:medium none;
	padding:0;
	margin-top: 25px; 
}

.BigLeftDiv .ForgottenPwdDiv a:hover 
{
	text-decoration:underline;
}

.BigLeftDiv .ForgottenPwdDiv a 
{
	color:#26247B;
	text-decoration:none;
}

.BigLeftDiv .LoginProblemDiv
{
	margin-bottom:15px;
	margin-left:19px;
	border:medium none;
	padding:0;
}

.BigLeftDiv .LoginProblemDiv a 
{
	color:#26247B;
	text-decoration:none;
}

.BigLeftDiv .LoginProblemDiv
{
	margin-bottom:15px;
	margin-left:19px;
	border:medium none;
	padding:0;
}
