h2.uzivatel
{
	background-image: url(../gfx/icon_uzivatel.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}
/* ----------------------------------*/
.profil {
	width: 640px;
	background-color: #ffffff;
	margin-bottom:10px;
}
.profil ._top {
	background-image: url(../gfx/profil-top.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 640px;
}
.profil ._bottom {
	background-image: url(../gfx/profil-bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 640px;
}
.profil ._in {
	padding: 0px 20px 0px 20px;
}
.profil ._panel {
	padding: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #8DB2D3;
	border-bottom-color: #8DB2D3;
	border-left-color: #8DB2D3;
	background-color: #DBE6F5;
}

.profil ._panelheslo {
	
	border-top-width: 1px;	
	border-top-style: solid;	
	border-top-color: #8DB2D3;
}
.profil table {
	border:none;
}
.profil tr, .profil th, .profil td{
	border:none !important;
	border-collapse:collapse;
	padding-left:0;
	margin-left:0;
}
/*---------------------------------------------*/
.registrace {
	width: 640px;
	background-color: #ffebba;
	margin-bottom:10px;
}
.registrace ._top {
	background-image: url(../gfx/clanek-top-top.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 640px;
}
.registrace ._bottom {
	background-image: url(../gfx/clanek-top-bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 640px;
}
.registrace ._in {
	padding: 0px 20px 0px 20px;
}

.registrace table {
	border:none;
}
.registrace tr, .registrace th, .registrace td{
	border:none !important;
	border-collapse:collapse;
	padding-left:0;
	margin-left:0;
}

/*-- USER PROFILE FORMULARE -----------------------------------------------------*/
.user-profile-form
{
    padding: 20px;
    border: 1px solid #8DB2D3;
	background-color: #DBE6F5;
	margin-bottom: 20px;    
}

.user-profile-form-notopborder
{
    border-top: none !important;       
}

.user-profile-form table tr td, .user-profile-form table tr th
{
    padding: 5px 5px !important;    
}

.user-profile-form hr
{   
    border: none;
    border-bottom: 1px dotted #8DB2D3;    
}

.user-profile-form a
{
    color: #666666 !important;    
}

.user-profile-form .highlight
{
    background-color: #8DB2D3;
    color: #FFFFFF !important;
    font-weight: bold;    
}
