@CHARSET "UTF-8";


.odsazeni_0clear{clear: both;height: 0px;}
.odsazeni_5clear  {height: 5px;clear: both;}
.odsazeni_10clear {height: 10px;clear: both;}
.odsazeni_15clear {height: 15px;clear: both;}
.odsazeni_20clear { height: 20px;clear: both;}

.odsazeni_0 {height: 1px;}
.odsazeni_5 {height: 5px;}
.odsazeni_6 {height: 6px;}
.odsazeni_7 {height: 7px;}
.odsazeni_8 {height: 8px;}
.odsazeni_9 {height: 9px;}
.odsazeni_10 {height: 10px;}
.odsazeni_15 {height: 15px;}
.odsazeni_20 {height: 20px;}
.odsazeni_25 {height: 25px;}
.odsazeni_30 {height: 30px;}
.odsazeni_35 {height: 35px;}
.odsazeni_40 {height: 40px;}

.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;
}
.button_left
{
	float:left;
}
.promenna_confirm {
	font-size: 12px;
	font-weight: bold;
}
.button_help
{
	float:right;
	margin: 0 0 0 0;
	z-index: 100;
}

#casd {
	width: 440px;
	height: 65px;
	background: url('../images/grafika/casd.png') no-repeat;
	background-position: 15% 0;
	/*border:              1px solid #1010FF; */
}

.center_650 {
	width: 650px;
	margin: auto;
}

.promenna {
	font-weight: bold;
	vertical-align: middle;
	width: 100px;
}

.promenna_stufftable {
	font-weight: bold;
	vertical-align: middle;
	width: 200px;
}

.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: 20px;
}

#page_links {
	margin: 0px 0 0 0px;
}

.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;
}


/*
.status_1 {
	background-color: #f52525;
	border: solid 1px black;
	
}

.status_2 {
	background-color: #2cb6fd;
	border: solid 1px black;
	color:#FFF;
	padding:0 10px 0 10px;
}

.status_3 {
	background-color: #27ba20;
	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;
}

.status_5 {
	background-color: #FFCC99;
	border: solid 1px black;
	padding:0 10px 0 10px;
}

.status_6 {
	background-color: #CCFFCC;
	border: solid 1px black;
	padding:0 10px 0 10px;
}

.status_7 {
	background-color: #C0C0C0;
	border: solid 1px black;
	padding:0 10px 0 10px;
}

.status_8 {
	background-color: #CCCC99 ;
	border: solid 1px black;
	padding:0 10px 0 10px;
}
*/

/*************************************************/
/* Styly pro vyhledávání**************************/
/*************************************************/

.search {
	margin-left: 58px;
	padding: 10px 0px 5px 10px;
	width: 970px;
	color: black;
	background-color: #FFFFE5;
	border: 1px #AEE5D1;
	border-style: dotted;
}

.lastlogin {
	
	width:330px;
	font-size:80%;
	margin: 28px 0 0 0;

}
.search_vice
{
 float:left;
 margin: 2px 10px 0px 0px;
}
.search_open
{
	background: url('../images/buttons/search_advanced_hover.png') no-repeat;
	display:block;
	width:35px;
	height:30px;
	border:none;
}
.search_open:hover
{
	background: url('../images/buttons/search_advanced.png') no-repeat;
}
.search_close
{
	background: url('../images/buttons/search_quick_hover.png') no-repeat;
	display:block;
	width:35px;
	height:30px;
	border:none;
}
.search_close:hover
{
	background: url('../images/buttons/search_quick.png') no-repeat;
}

.search_option{
	float:left;
	width:48%;
	margin: 0 20px 0 0; 
}
.search_option_long{
	float:left;
	width:98%;
	margin: 0 20px 0 0; 
}

.search_content_activ{
	float:left;
	width:100%;
	height:auto;
	background-color:#F0F0FF;
	border: 2px solid #3b7ea0;
	color:#3b7ea0;
	padding:5px 5px 5px 5px;
}
.search_content_passive{
	float:left;
	width:100%;
	height:100%;
	background-color:#f3f3f3;
	border: 2px solid #aaa9a9;
	color:grey;
	padding:5px 5px 5px 5px;
}

.a_search_add
{
	background: url('../images/buttons/add_option.png') no-repeat;
	display:block;
	width:20px;
	height:20px;
	border:none;
	cursor:pointer;
	margin: 0 5px 0 0; 
}
.a_search_add:hover
{
	background: url('../images/buttons/add_option_hover.png') no-repeat;
}
.a_search_del
{
	background: url('../images/buttons/takeout.png') no-repeat;
	display:block;
	width:20px;
	height:20px;
	border:none;
	cursor:pointer;
	margin: 0 5px 5px 0;
}
.a_search_del:hover
{
	background: url('../images/buttons/takeout_hover.png') no-repeat;
}

.a_search_add
{
	background: url('../images/buttons/add_option.png') no-repeat;
	display:block;
	width:20px;
	height:20px;
	border:none;
	cursor:pointer;
	margin: 0 5px 0 0; 
}
.a_search_add:hover
{
	background: url('../images/buttons/add_option_hover.png') no-repeat;
}
.a_search_choose
{
	color:grey;
	cursor:pointer;
	text-decoration: none;
	font-weight:bold;
}
.a_search_choose_active
{
	color:#666666;
	cursor:pointer;
	text-decoration: none;
	font-weight:bold;
	text-decoration:underline;
}
.a_search_choose_active:hover
{
	color:black;
	text-decoration:underline;
}
.a_search_choose:hover
{
	color:black;
	text-decoration:underline;
}

/*************************************************/
/* napoveda **************************************/
/*************************************************/

.help_open
{
	background: url('../images/buttons/help.png') no-repeat;
	display:block;
	width:40px;
	height:35px;
	border:none;
}
.help_open:hover
{
	background: url('../images/buttons/help_hover.png') no-repeat;
}

.help_close
{
	float:right;
    cursor: pointer;
    width:65px;
    height:95px;
    display:block;
    font-size: 16px;
    font-weight:bold;
    color:#000;
    padding: 2px 0 0 10px;
    background: url('../images/buttons/close_help.png') no-repeat;
    background-position: 50% 80%;
    text-transform:uppercase;
    z-index:99992;
   
  	 position: fixed;
   	right: 0;
   	top: 0;
  
}
.help_close:hover
{
   background: url('../images/buttons/close_help_hover.png') no-repeat;
   background-position: 50% 80%;
}
/* Napoveda */
.background_help
{
  width:100%;
  height:100%;
  background-color: #3691c1;
  background-repeat:no-repeat;
  background-attachment:fixed;
  cursor: pointer;
  z-index:9900;
  display:none;
  filter: Alpha(opacity=90);
  -moz-opacity: 0.9; 
  opacity: 0.9;
  -khtml-opacity: 0.9;
  
   direction: ltr;
   position: fixed;
   left: 0;
   right: 0;
   top: 0;

}

.layout_help
{
 position:absolute;
  display:none;
  width:100%;
  margin: auto; 
  z-index:9999;
  height:100%;
}
.center_help
{
  width:700px;
  margin: auto; 

}

.help
{
    margin:10px 0 10px 0 ;
    width:100%;
    height:auto;
    background-color: #F0F0FF;
    border: 1px solid #1010FF;
    text-align:left;
    color: #02204c;
    font-size: 14px;
    font-family:Calibri,Arial,Tahoma;
    display:none;
    z-index:9999;
    filter: Alpha(opacity=100);
  	-moz-opacity: 1.0; 
  	opacity: 1.0;
  	-khtml-opacity: 1.0;
}
#help_main {
	position: relative;
	background-position: 10px 50%;
	
	margin:20px 40px 20px 40px;
	font-size: 16px;
	font-family: Calibri, Arial, Tahoma;
	background-color: #F0F0FD;
	text-align:justify;
	
}
#help_main li {
	
	font-size: 13px;

}


/*************************************************/
/* strankovani ***********************************/
/*************************************************/
.strankovani
{
 float:right;
 margin: 5px 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;
}


/*************************************************/
/* statistiky  ************************/
/*************************************************/
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;
}
/*************************************************/
/* vypis prehled zakazek  ************************/
/*************************************************/

.stuffbox_vz {
	-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;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: black;
}

.tbody_tr_vz th
{
	background:url('../images/buttons/strankovani/fav.png') repeat-x;
	text-align:left;
	padding: 0px 5px 0px 5px;
	height:30px;
	color:white;
	font-weight:bold;
	font-size:12px;
}

tbody.stuffbox_body_vz td
{
	border-bottom: 1px solid #6D6D6D;
	
	line-height:1.1;
	
	font-size : 12px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
}
.tr_vz_1 td{ background-color:#F9F9F9; }
.tr_vz_2 td{ background-color:#f0f0f0; }

/* naspisy v tabulek vypis stranky, bulletinu, piblikace*/
.td_id		{width:8%;	text-align:center;	padding-left:5px;}
.td_date	{width:13%; text-align:left;	padding-left:5px;}
.td_firma	{width:22%; text-align:left;	padding-left:5px;}
.td_tel		{width:8%; 	text-align:center;	padding-left:5px;}
.td_expedice{width:11%; text-align:center;	padding-left:10px;}
.td_autor	{width:6%;	text-align:left;	padding-left:5px;}
.td_status	{width:22%;	text-align:center;	padding-left:5px;}
.td_edit	{width:2%;	text-align:center;	padding-left:5px;}
.td_del		{width:2%;	text-align:center;	padding-left:5px;}
.td_file	{width:5%;	text-align:center;	padding-left:5px;}
.td_stats	{width:3%;	text-align:center;	padding-left:5px;}




.tdvypis_stats {
	border: 1px solid grey;
	padding:0 10px 0 10px;
}

.select_status {
	width:120px;
}

.status_ {
	background-color: red;
	border: solid 1px black;
}

.expedice_info_link{
	color:#d62727;
	font-weight:bold;
}
.show_more_info{
	color:#0b4fcc;
	font-weight:bold;
}

.expedice_info_link:hover,.show_more_info:hover {
	color:black;
}

td.status_1{background-color: #f52525; }
td.status_2{background-color: #2cb6fd; }
td.status_3{background-color: #27ba20; }
td.status_4{background-color: yellow;  }
td.status_5{background-color: #FFCC99; }
td.status_6{background-color: #CCFFCC; }
td.status_7{background-color: #C0C0C0; }
td.status_8{background-color: #CCCC99; }

.optstat_1{background-color: #f52525; border-bottom: solid 1px black;}
.optstat_2{background-color: #2cb6fd; border-bottom: solid 1px black;}
.optstat_3{background-color: #27ba20; border-bottom: solid 1px black;}
.optstat_4{background-color: yellow;  border-bottom: solid 1px black;}
.optstat_5{background-color: #FFCC99; border-bottom: solid 1px black;}
.optstat_6{background-color: #CCFFCC; border-bottom: solid 1px black;}
.optstat_7{background-color: #C0C0C0; border-bottom: solid 1px black;}
.optstat_8{background-color: #CCCC99; }

/*************************************************/
/* 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:15%;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_uzcalc{width:5%;text-align:left;}
.th_uzzalozeni{width:15%;text-align:left;}
.th_uzprihlaseni{width:15%;text-align:left;}

/* naspisy v tabulek vypis stranky, bulletinu, piblikace*/


.th_calcname{width:35%;text-align:left;}
.th_calcautor{width:10%;text-align:left;}
.th_calcdate{width:25%;text-align:left;}
.th_calcakce{width:25%;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
{
  width:100%;
  height:100%;
  background-color: #3691c1;
  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;
  
   direction: ltr;
   position: fixed;
   left: 0;
   right: 0;
   top: 0;

}

.center_work
{
  width:500px;
  margin: auto; 
}
.work
{
	
	position:relative;
    cursor: pointer;
    margin:10% 0 0 0 ;
    padding: 20px 10px 20px 80px;
    width:100%;
    background: #F0F0FF url('../images/buttons/loading_form.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: 0px 5px 0px 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;  }
.hodnota_stufftable{ width:120px; }
.td_stufftable_special_1{ width:150px; }
.seda	
{
	color:#909192;
	font-size:12px;
}
.konstanta	
{
	color:#504b4b;
	font-size:13px;
	font-weight:bold;
	text-align:right;
}
.vysledek
{
	color:#000;
	font-size:13px;
	font-weight:bold;
	background-color:#ffc000;
	text-align:right;
}
.vysledek_final
{
	color:#000;
	font-size:14px;
	font-weight:bold;
	background-color:#f74941;
	text-align:center;
}


.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: #fbe9e3;
	border: 1px solid #de4a3e;
	-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;
	
	text-align: left;
}

	
/* end styly pro content*/

.extend_info
{

}

.extend_info_stats
{
	float:left;
	margin: 0 20px 0 0 ;
}
.extend_info_stats h3
{
	text-align:left;
}


.extend_info_file
{
	float:left;
}
.extend_info_file h3
{
	text-align:left;
}

.img_ok{
	background-image: url('../images/buttons/ok1.png');
	width:16px;
	height:16px;
	display:block;
	text-decoration:none;
	text-align:center;
	margin: 0 0 0 5px;
}
.img_ok:hover{
	background-image: url('../images/buttons/ok1-hover.png');
}
.img_cancel{
	background-image: url('../images/buttons/cancel.png');
	width:16px;
	height:16px;
	display:block;
	text-decoration:none;
	text-align:center;
	margin: 0 0 0 5px;
}
.img_cancel:hover{
	background-image: url('../images/buttons/cancel-hover.png');
}
/*  END zabarveni obrazovky pri zpracovani scriptu*/


.imgcalc_float_left{
	float:left;
	clear:left;
	position: relative;
	background-image: url('../images/buttons/calc_big.png');
	height:253px;
	width:188px;
}
