@CHARSET "UTF-8";

.odsazeni_5 {
	height: 5px;
}

.odsazeni_5clear {
	height: 5px;
	clear: both;
}

.odsazeni_10 {
	height: 10px;
}

.odsazeni_15 {
	height: 15px;
}

.odsazeni_20 {
	height: 20px;
}

.mezera_float5 {
	float: left;
	width: 5px;
}

.mezera_float10 {
	float: left;
	width: 10px;
}

.mezera_float15 {
	float: left;
	width: 15px;
}

.mezera_float20 {
	float: left;
	width: 20px;
}

.mezera5 {
	float: left;
	width: 5px;
	height: 20px;
}

.mezera10 {
	float: left;
	width: 10px;
	height: 20px;
}

.mezera15 {
	float: left;
	width: 16px;
	height: 20px;
}

.mezera20 {
	float: left;
	width: 20px;
	height: 20px;
}

/* pokracovani css*/
.seda {
	color: #909192;
	font-size: 12px;
}

.cervena {
	color: red;
	font-size: 12px;
}

.nH1 {
	font-weight: bold;
	font-size: 26px;
}

.nH2 {
	font-weight: bold;
	font-size: 22px;
}

.nH3 {
	font-weight: bold;
	font-size: 18px;
}

.nH4 {
	font-weight: bold;
	font-size: 16px;
}

.nH5 {
	font-weight: bold;
	font-size: 14px;
}

.nH6 {
	font-weight: bold;
	font-size: 12px;
}


.button_right
{
	float:right;
}
.promenna_confirm {
	font-size: 12px;
	font-weight: bold;
}

#casd {
	width: 440px;
	height: 65px;
	background: url('../images/grafika/casd.png') no-repeat;
	background-position: 15% 0;
	/*border:              1px solid #1010FF; */
}

.promenna {
	font-weight: bold;
	vertical-align: middle;
	width: 100px;
}

.promenna_clanky {
	font-weight: bold;
	width: auto;
}

.promenna_input {
	width: 270px;
}

/* prihlaseni css **************************************/
.table_prihlaseni {
	margin: 0 0 0 20px;
}

.login {
	text-decoration: none;
	display: block;
	width: 100px;
	height: 100px;
	/*background: url('../images/buttons/login.png') no-repeat;*/
	cursor: pointer;
}

.login:hover {
	background: url('../images/buttons/login_hover.png') no-repeat;
}

.logout_img {
	float: left;
	text-decoration: none;
	display: block;
	width: 70px;
	height: 70px;
	background: url('../images/buttons/logout.png') no-repeat;
	cursor: pointer;
	margin: 0 5px 0 0;
}

.logout_img:hover {
	background: url('../images/buttons/logout_hover.png') no-repeat;
}

#new_profile a {
	text-decoration: none;
	color: grey;
}

#new_profile a:hover {
	color: #ff8c44;
	text-decoration: underline;
}

.submit {
	float: right;
}

.prepinac {
	float: right;
}

#page_menu_info_div {
	float: left;
}

#page_name {
	margin: 10px 0 0 10px;
	font-size: 18px;
}

#page_links {
	margin: 10px 0 0 10px;
}

.form_prepni_a {
	float: left;
	text-decoration: none;
	display: block;
	width: 70px;
	height: 70px;
	background: url('../images/buttons/mail.png') no-repeat;
	cursor: pointer;
	margin: 0 5px 0 0;
}

.form_prepni_a:hover {
	background: url('../images/buttons/mail_hover.png') no-repeat;
}

.dorucenky_prepni_a {
	float: left;
	text-decoration: none;
	display: block;
	width: 70px;
	height: 70px;
	background: url('../images/buttons/form.png') no-repeat;
	cursor: pointer;
	margin: 0 5px 0 0;
}

.dorucenky_prepni_a:hover {
	background: url('../images/buttons/form_hover.png') no-repeat;
}

/* css pro zobrazovani chybovych zprav */
div.okey {
	position: relative;
	background: url('../images/buttons/okey.png') no-repeat;
	background-position: 10px 50%;
	padding: 20px 20px 20px 80px;
	font-size: 16px;
	font-family: Calibri, Arial, Tahoma;
	color: #228B22;
	background-color: #F0FAF2;
	border: 1px solid #228B22;
	text-align: left;
}

/*Warning*/
div.warn {
	position: relative;
	background: url('../images/buttons/warn.png') no-repeat;
	background-position: 10px 70%;
	padding: 20px 20px 20px 80px;
	font-size: 16px;
	font-family: Calibri, Arial, Tahoma;
	color: #FF9000;
	background-color: #F0FFC0;
	border: 1px solid #FF9000;
	text-align: left;
}

/*EROR*/
div.error {
	position: relative;
	background: url('../images/buttons/eror.png') no-repeat;
	background-position: 10px 50%;
	padding: 20px 20px 20px 80px;
	font-size: 16px;
	font-family: Calibri, Arial, Tahoma;
	color: #FF1000;
	background-color: #FFF0F0;
	border: 1px solid #FF1000;
	text-align: left;
}

/*State*/
div.info {
	position: relative;
	background: url('../images/buttons/info.png') no-repeat;
	background-position: 10px 50%;
	padding: 20px 20px 20px 80px;
	font-size: 16px;
	font-family: Calibri, Arial, Tahoma;
	color: #1010FF;
	background-color: #F0F0FF;
	border: 1px solid #1010FF;
	text-align: left;
}

/*Zakazka prehled */
div.prehled1 {
	padding: 0px 0px 0px 30px;
	text-align: center;
	color: black;
	text-align: center;
}

.td {
	border-collapse: collapse;
	padding: 0px 10px 0px 10px;
	font-size : 12px;
}

.tdvypis {
	border: 1px solid grey;
}
.tdvypis_stats {
	border: 1px solid grey;
	padding:0 10px 0 10px;
}


.status_ {
	background-color: red;
	border: solid 1px black;
}

.status_1 {
	background-color: red;
	border: solid 1px black;
	color:#FFF;
	padding:0 10px 0 10px;
}

.status_2 {
	background-color: blue;
	border: solid 1px black;
	color:#FFF;
	padding:0 10px 0 10px;
}

.status_3 {
	background-color: green;
	border: solid 1px black;
	color:#FFF;
	padding:0 10px 0 10px;
}
.status_4 {
	background-color: yellow;
	border: solid 1px black;
	padding:0 10px 0 10px;
}

.search {
	margin-left: 58px;
	padding: 10px 0px 5px 10px;
	width: 970px;
	color: black;
	background-color: #FFFFE5;
	border: 1px #AEE5D1;
	border-style: dotted;
}

.lastlogin {
	
	width:350px;
	font-size:80%;
	margin: 28px 0 0 0;

}


/*************************************************/
/* strankovani ***********************************/
/*************************************************/
.strankovani
{
 float:right;
 margin: 0 10px 0 0;
}
.pager
{
	float:left;
	width:auto;
}
.pager_right
{
	float:right;
	height:20px;
}
.pager_left
{
	float:left;
	height:20px;
}
.pager_button
{
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border: 1px solid #6D6D6D;
	background:url('../images/buttons/strankovani/fav.png') repeat-x;
	width:18px;
	height:18px;
	display:block;
	text-align:center;
	vertical-align:middle;
	color:white;
	font-weight:bold;
	font-size:12px;
	margin: 0 2px 0 2px;
	padding-top:2px;
	float:left;
}
.pager_button:hover
{
	background:url('../images/buttons/strankovani/blue-grad.png') repeat-x;
	color:#6D6D6D;
}
.pager_button_activ
{
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border: 1px solid #6D6D6D;
	background:url('../images/buttons/strankovani/button-grad.png') repeat-x;
	width:18px;
	height:18px;
	display:block;
	text-align:center;
	vertical-align:middle;
	color:white;
	font-weight:bold;
	font-size:12px;
	margin: 0 2px 0 2px;
	padding-top:2px;
	float:left;
}

/*************************************************/
/* upload ****************************************/
/*************************************************/

.upload_soubor_form {
	width:600px;
	margin: auto;
}
.stuffbox_edit {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border: 1px solid #6D6D6D;
	line-height:1;
	background-color:#F9F9F9;
	width:100%;
	margin: 0 auto;
}
.stuffbox_edit_head
{
	background:url('../images/buttons/strankovani/fav.png') repeat-x;
	width:100%;
	height:32px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	text-align:left;
	color:white;
	font-weight:bold;
	font-size:14px;
}
.stuffbox_edit_head .right_button{ margin:5px 5px 5px 5px;}
.stuffbox_edit_head .left_button{ margin:5px 5px 5px 5px;}

.stuffbox_edit_body
{ 
	margin: 0 auto;
	padding:5px 12px 0px 12px;
}
/*format tabulky vypisu prehledu*/
.stuffbox {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border: 1px solid #6D6D6D;
	line-height:1;
}
.stuffbox_grey {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border: 1px solid #DFDFDF;
	line-height:1;
}

.stuffbox_grey table{width:100%;}
.stuffbox table{width:100%;}

.tbody_tr th
{
	background:url('../images/buttons/strankovani/fav.png') repeat-x;
	text-align:left;
	height:32px;
	color:white;
	font-weight:bold;
	font-size:12px;
}
.tbody_tr_grey th
{
	background:url('../images/buttons/strankovani/gray-grad.png') repeat-x;
	text-align:left;
	height:32px;
	color:#333333;
	font-weight:bold;
	font-size:12px;
}
.tbody_trbulletin th
{
	background:url('../images/buttons/strankovani/fav.png') repeat-x;
	text-align:left;
	height:32px;
	color:white;
	font-weight:bold;
	font-size:14px;
	padding: 0 5px 0 10px;
}
/*svetly a tmavy radek ve vypisu*/
tbody.stuffbox_body td
{
	border-bottom: 1px solid #6D6D6D;
	padding:7px 0 5px 0px;
	vertical-align:top;
	line-height:1.1;
	font-size:13px;
}
tbody.stuffbox_body_grey td
{
	border-bottom: 1px solid #DFDFDF;
	padding:7px 0 5px 0px;
	vertical-align:top;
	line-height:1.1;
	font-size:13px;
}
.tr_1 td{ background-color:#F9F9F9; }
.tr_2 td{ background-color:#f0f0f0; }

.tr_grey_1 td{ background-color:#F9F9F9; }
.tr_grey_2 td{ background-color:#f0f0f0; }

.page_edit_otions
{
	visibility: hidden;
	font-size:10px;
}
.page_edit_otions a
{
	color:#21759B;
	font-size:13px;
}
.page_edit_otions a:hover { color:#e7380d;}

.td_name
{
	font-weight:bold;
	color:#21759B;
	font-size:14px;
}

/* naspisy v tabulek vypis stranky, bulletinu, piblikace*/

.th_filetype{width:5%;text-align:left;}
.th_filename{width:15%;text-align:left;}
.th_filedescript{width:45%;text-align:left;}
.th_filesize{width:10%;text-align:left;}
.th_fileautor{width:7%;text-align:left;}
.th_filedate{width:15%;text-align:left;}

/* naspisy v tabulek vypis stranky, bulletinu, piblikace*/

.th_uzname{width:20%;text-align:left;}
.th_uznazev{width:15%;text-align:left;}
.th_uzemail{width:20%;text-align:left;}
.th_uzprava{width:15%;text-align:left;}
.th_uzzalozeni{width:15%;text-align:left;}
.th_uzprihlaseni{width:15%;text-align:left;}


/* tlacitka akci */
.right_button
{
	float:right;
	height:20px;
}
.left_button
{
	float:left;
	height:20px;
}
.right_button a
{
	display:block;
	float:left;
}
.action_button_blue
{
	background: #21759B url('../images/buttons/strankovani/button-grad.png') repeat-x scroll left top;
	border: 1px solid #13455B;
	-moz-border-radius-bottomleft:11px;
	-moz-border-radius-bottomright:11px;
	-moz-border-radius-topleft:11px;
	-moz-border-radius-topright:11px;
	-moz-box-sizing:content-box;
	color:#FFFFFF;
	cursor:pointer;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:11px !important;
	line-height:16px;
	padding:2px 8px;
	text-decoration:none;
  font-weight:bold;
}
.action_button_blue:hover
{ 
	border-color:#298CBA !important;
	color:#EAF2FA !important; 
}
.action_button_dark
{
	background: #797979 url('../images/buttons/strankovani/fav.png') repeat-x scroll left top;
	border: 1px solid #BBBBBB;
	border-color:#777777 #777777 #666666 !important;
	-moz-border-radius-bottomleft:11px;
	-moz-border-radius-bottomright:11px;
	-moz-border-radius-topleft:11px;
	-moz-border-radius-topright:11px;
	-moz-box-sizing:content-box;
	color:#DDDDDD;
	cursor:pointer;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:11px !important;
	line-height:16px;
	padding:2px 8px;
	text-decoration:none;
}
.action_button_dark:hover{ color:#FFFFFF; }
.submit_button
{
	background: #F2F2F2 url('../images/buttons/strankovani/white-grad.png') repeat-x scroll left top;
	border: 1px solid #BBBBBB;
	-moz-border-radius-bottomleft:11px;
	-moz-border-radius-bottomright:11px;
	-moz-border-radius-topleft:11px;
	-moz-border-radius-topright:11px;
	-moz-box-sizing:content-box;
	color:#464646;
	cursor:pointer;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:11px !important;
	line-height:16px;
	padding:2px 8px;
	text-decoration:none;
}
.submit_button:hover
{ 
	border: 1px solid #464646;
	background: #EEEEEE url('../images/buttons/strankovani/white-grad-active.png') repeat-x scroll left top;
}

.select_field
{ 
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border: 1px solid #BBBBBB; 
}
.select_field:hover{ border: 1px solid #464646; }

.button_grey
{
	background-image: url('../images/buttons/strankovani/button_grey.png');
	width:132px;
	height:22px;
	display:block;
	text-decoration:none;
	text-align:center;
	padding-top: 2px;
	color:#777777;
}
.button_grey:hover
{
	background-image: url('../images/buttons/strankovani/button_grey_hover.png');
	color:#1e3310;	
}


/* zabarveni obrazovky pri zpracovani scriptu*/
.layout_work
{
  position:absolute;
  width:100%;
  height:200%;
  background-color: #02204c;
  background-repeat:no-repeat;
  background-attachment:fixed;
  cursor: pointer;
  z-index:9900;
  display:none;
  filter: Alpha(opacity=80);
  -moz-opacity: 0.8; 
  opacity: 0.8;
  -khtml-opacity: 0.8;

}

.center_work
{
  width:500px;
  margin: auto; 
}
.work
{
	position:relative;
    cursor: pointer;
    margin:50% 0 0 0 ;
    padding: 20px 10px 20px 80px;
    width:100%;
    background: #F0F0FF url('../images/buttons/loading.gif') no-repeat;
    background-position: 5% 50%;
    
    border: 1px solid #1010FF;
    color:      #02204c;
    font-size: 20px;
    font-weight: bold;
    font-family:Calibri,Arial,Tahoma;
    z-index:9999;
    filter: Alpha(opacity=100);
  	-moz-opacity: 1.0; 
  	opacity: 1.0;
  	-khtml-opacity: 1.0;
}
	
.universal_frame
{
	background-color:#F0F0FF;
	border: 2px solid #3b7ea0;
	color:#3b7ea0;
	padding: 0 10px 0 10px;
}
.universal_frame img
{
 border:none;
}
.a_h3 {
	vertical-align: middle;
	font-weight: bold;
	font-size:16px;
	color:#3b7ea0;
}
.a_h3:hover
{
 color:#FF8C44;
}

.a_galerie_open
{
	background: url('../images/buttons/arr_right_down.png') no-repeat;
	display:block;
	width:30px;
	height:30px;
	border:none;
}
.a_galerie_open:hover
{
	background: url('../images/buttons/arr_right_down_hover.png') no-repeat;
}
.a_galerie_close
{
	background: url('../images/buttons/arr_right_up.png') no-repeat;
	display:block;
	width:30px;
	height:30px;
	border:none;
}
.a_galerie_close:hover
{
	background: url('../images/buttons/arr_right_up_hover.png') no-repeat;
}
.a_galerie_close_minus
{
	background: url('../images/buttons/minus-white.png') no-repeat;
		
	width:32px;
	height:32px;
	border:none;
}
.a_galerie_close_minus:hover
{
	background: url('../images/buttons/minus.png') no-repeat;
}


 /*styly pro noveho uziatele - registraci*/
.registrace
{
	width: 600px;
	margin: auto;
	background-color:#F0F0FF;
	border: 2px solid #3b7ea0;
	color:#3b7ea0;
	padding: 10px 10px 10px 10px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}

.promenna_reg {
	font-weight: bold;
	vertical-align: middle;
	width: 150px;
}
.registrace img
{
 border:none;
}

.hodnota{ width:330px; }
.hodnota_input_clanek{ width:430px;margin:0 0 0 4px;  }
.seda	
{
	color:#909192;
	font-size:12px;
}
.cerna
{
	color:#74320a;
	font-size:12px;
}
.separator
{	
	border-top: 2px dotted #3b7ea0;
	margin-top:10px;
	height:10px;
}

/*********** STYLY HOME ***********/

#home {
	position: relative;
	height: 300px;
	background-position: 10px 50%;
	padding: 20px 20px 20px 80px;
	font-size: 16px;
	font-family: Calibri, Arial, Tahoma;
	background-color: #F0F0FD;
	border: 1px solid #1010FF;
	-moz-border-radius-topright: 2em;
	-moz-border-radius-bottomleft: 2em;
	-moz-border-radius-bottomright: 2em;
	text-align: left;
}

#home_text {
	padding: 0px 0px 30px 0px;
	text-align: left;
}

#home_taskbar_left{
	position: relative;
	float: left;
	width: 300px;
	background-color: #FFF9E9;
	border: 1px solid #228B22;
	-moz-border-radius: 0em 2em;
	padding: 10px 0px 0px 10px;

}

#home_taskbar_left_changelog{
	position: relative;
	float: left;
	width: 90%;
	background-color: #FFF9E9;
	border: 1px solid #228B22;
	-moz-border-radius: 0em 2em;
	padding: 10px 0px 0px 10px;

}

#home_taskbar_right{
	position: relative;
	float: left;
	width: 300px;
	background-color: #F0FAF2 ;
	border: 1px solid #228B22;
	-moz-border-radius: 2em 0;
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 0px 150px;

}

#home_logo{
 float: right;
	text-decoration: none;
	display: block;
	width: 70px;
	height: 70px;
	background: url('../images/buttons/gtsczlogosmall.png') no-repeat;
    margin-top: -20px;
}


#login_logo{
	width: 70px;
	height: 70px;
	background: url('../images/buttons/gtsczlogosmall.png') no-repeat;
    margin-top: -70px;
    margin-left: 415px;
}

#changelog_main {
	position: relative;
	background-position: 10px 50%;
	padding: 20px 20px 20px 80px;
	font-size: 16px;
	font-family: Calibri, Arial, Tahoma;
	background-color: #F0F0FD;
	border: 1px solid #1010FF;
	-moz-border-radius-topright: 2em;
	-moz-border-radius-bottomleft: 2em;
	-moz-border-radius-bottomright: 2em;
	text-align: left;
}

.noprint {
    display: none ;
}

/* end styly pro content*/


/*  END zabarveni obrazovky pri zpracovani scriptu*/
