DIV {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

BODY {
	margin: 0px 0px 0px 0px;
    background: white url(/images/bg.png) repeat-x;
}
BODY, TD, TABLE, INPUT, SELECT, TEXTAREA, PRE, P {
	font-family: tahoma,Helvetica,sans-serif;
	color: 	#818080;
	font-size: 8pt;
}
A {
	text-decoration: none;
	color: #535353;
}
A:hover {
	text-decoration: underline;
}

DIV.main_container {
	height: 50px;
    background:  url(/images/vrchna-lista-bg.png) repeat-x;	
}
DIV.title_container {
	padding-bottom: 30px;
}
DIV.logo {
	float: left;
	width: 50%;
	padding: 8px 0px 10px 0px;
}
DIV.logo #logo2{
	margin: 0 4px 0 8px;
}
DIV.title_container DIV.content {
	float: right;
	width: 50%;
	text-align: right;
	padding: 15px 0px 10px 0px;
}
DIV.page_container {
	width: 960px;
	text-align: left;	
}
DIV.page_container .page_content{
	clear: both;
	background-color: #e8e8e8;
	margin-top: 50px;
	border: 1px solid #d4d2d2;
	padding: 16px 16px 16px 16px;
	margin-bottom: 10px;
}
.page_title {	
	margin: -16px  -16px  16px  -16px;
    background: url(/images/vrchna-lista-tabulka.png) repeat-x;	

	border-bottom: 1px solid #d4d2d2;
	padding: 10px;
	font-weight: bold;
	height: 35px;
}

.page_title .page_title_content {	
	float: right;
	width: 40%;
	text-align: right;
}

.page_title .page_title_left {	
	float: left;
	width: 40%;
	text-align: left;
}



HR {
	height: 2px;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid white;	
}

INPUT {
	line-height: 30px;
}

INPUT.text {
	border: 1px solid white;
	border-top: 1px solid #c7c4c4;
	border-left: 1px solid #c7c4c4;
	padding: 7px;
	display: block;
	margin-bottom: 4px;
	width: 100%;
	height: 30px;
}

INPUT.err {
	background-color: #ffcccc;
}

INPUT.button {
	background: url(/images/button.png);
	border: 0px;
	width: 110px;
	height: 24px;
	line-height: 24px;
	padding-top: 2px;
	color: #FFFFFF;
	font-weight: bold;
}

INPUT.login {
	background: url(/images/but_login.png) !important;
}

INPUT.register {
	background: url(/images/but_register.png) !important;
}

INPUT.disable {
	background: url(/images/but_disable.png) !important;
}

INPUT.delete {
	background: url(/images/but_delete.png) !important;
}

INPUT.openid_login {
    background: white url(/images/login-bg.gif) no-repeat;
    background-position: 5px 50%;
    padding-left: 25px;
}
INPUT.openid_password {
	padding-left:25px;
}
.form_left {
	float: left;
	width: 450px;
}
.form_right {
	float: right;
	width: 450px;
}
.cb {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	font-size: 1px;
}

.sites {
	width: 70%;
}
.sites DIV {
	height: 25px;
	padding: 4px;
	background-color: #ebebeb;
	margin-bottom: 2px;
	border-bottom: 1px solid #f1f1f1;
}
.sites .checkbox {
	float: left;
	width: 25px;
	clear: both;
	padding: 2px;
}
.sites .link {
	
}
.sites .status {
	width: 80px;
	float: right;
}

.sites .denied{
	color: red;
}
.sites .allowed {
	color: green;
}
.required {
	color: red;
}
.optional {
	color: green;
}

img.bigtitle {
	padding-bottom:20px;
}

.title {
	background: url(/images/bg_terms.png);
	line-height: 28px;
	text-align: center;
	color: white;
	font-weight: bold;
}

.ico01 {
	background: url(/images/ico_01.gif) right no-repeat;
}

.ico02 {
	background: url(/images/ico_02.gif) right no-repeat;
}

.ico03 {
	background: url(/images/ico_03.gif) right no-repeat;
}

.tit_auth {
	background: url(/images/tit_auth.png) right no-repeat;
	width: 450px;
	height: 40px;
	line-height: 40px;
	color: white;
	text-align: left;
	font-weight: bold;
}

.tit_auth_in {
	padding-left: 5px;
	width:300px;
	float: left;
}
.tit_auth_in1 {
	padding: 5px;
	width:30px;
	height: 30px;
	float: right;
}

.trust_line {
	border: 1px solid #c6c6c6;
	background: #efeeee;
	line-height: 24px;
	height: 35px;
	padding: 5px;
}

.trus_site {
	width: 600px;
	float:left;
	line-height: 24px;
}

.trust_buttons {
	float: right; 
	width: 250px;
	text-align: left;
}

.err_msg {
	background: #ffcccc url(/images/bg_alert.png) left no-repeat;
	height: 45px;
	border: 1px solid #f97272;
	padding-left: 80px;
	vertical-align: middle;
	line-height: 45px;
}
