html, body {height: 100%;}

body
{
  padding: 0px;
  margin: 0px;

  background-color: #cccccc;
  
  text-align: center;
}

hr {
  height: 1px;

  border: 0;
  border-top: 0px;
  border-bottom: 1px solid #bbb;

  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  
  padding: 0px;
}

img { border: 0; }

.imgnoborder {
  border: 0;
  padding: 1px;
  border: 1px solid #fffac2;
}

.imgnoborderw {
  border: 0;
  padding: 1px;
  border: 1px solid #ffffff;
}

.imghover {
  border: 0;
  padding: 1px;
  border: 1px solid #cccccc;
}

#outer {
  height: 100%;
  min-height: 100%;
  width: 800px;

  background: url(https://webarchiv.lib.cas.cz:443/wayback/20120303010718/http://www.ufe.cz/images/contentbg.jpg) repeat-y top;

  margin: auto;
  padding: 0px;
  border: 1px solid #999999;

  text-align: left;
  position: relative;
}

html>body #outer{height:auto;}

#header {
  background: url(https://webarchiv.lib.cas.cz:443/wayback/20120303010718/http://www.ufe.cz/images/headerbg.gif) repeat-y top;
  height: 140px;
/*  border-bottom: 1px solid #cbcbcb; */
}

#logo {
  padding: 20px 0px 0px 38px;
}

#clearfooter { clear: both; height: 20px;}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;

  text-align: center;

  background: url(https://webarchiv.lib.cas.cz:443/wayback/20120303010718/http://www.ufe.cz/images/footerbg.jpg) repeat-x top;

  width: 800px;
  height: 20px;
}

#footer p {
  font-family: tahoma, Arial, sans-serif;
  font-size: 11px;

  color: #666666;
    
  margin-top:0.3em;
}

#footer a:link { color: #666666; text-decoration: none; }
#footer a:visited { color: #666666; text-decoration: none; }
#footer a:hover { color: #666666; text-decoration: underline; }


/* --- Top menu --- */

#topmenu {
  float: left;
  display: block;

  width: 663px;
  height: 30px;

  padding: 0;
  margin: 0;
/*  border-bottom: 1px solid #cbcbcb; */
  background-color: #ffc20e;

  font-family: tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

#toplist {
  border: 0;
  margin: 0;
  padding: 7px 0px 6px 0px;
}

#toplist li {
  display: inline;
  list-style: none;
  padding: 0px 10px 0px 10px;
  margin: 0;
  border-right: 1px solid #000;
}

#toplist li a {
  position: relative;
  text-decoration: none;
  border: 0;
  padding: 5px 8px 5px 8px;
  margin: 0;
  color: #000;
}

#toplist li a:hover { text-decoration: underline; }

* html #toplist li a { padding: 5px 8px 5px 8px; }

#flags {
  float: left;
  display: block;

  width: 137px;
  height: 30px;

  padding: 0;
  margin: 0;
/*  border-bottom: 1px solid #cbcbcb; */
  background-color: #ffc20e;
}

.flag {
  border: 0;
/*  padding: 8px 0px 3px 10px; */
}


/* --- Left menu --- */

#leftmenu {
  width: 160px;
  background-color: #fffac1;
  padding: 10px 0px 10px 0px;

  text-align: left;

  float: left;
  display: block;
}

ul.lm_list {
  width: 158px;
  \width: 160px;
  w\idth: 158px;

  padding: 0px;
  margin: 0px;

  font: bold 12px verdana,helvetica,arial,sans-serif;
}

ul.lm_list li { list-style: none; }

ul.lm_list li a, ul.lm_list li a:visited {
  display: block;
  padding: 7px 12px 7px 12px;

  color: #000;
  text-decoration: none;
}

ul.lm_list li a:hover
{
  background: #ffc20e;
  color: #000;
  text-decoration: underline;
}

ul.lm_list li a.selected { background: #ffc20e; }
ul.lm_list li a.selected:hover { text-decoration: underline; }

* html #leftmenu ul.lm_list li a { padding: 7px 12px 7px 12px; }


ul.lm_sub1_list {
  width: 158px;
  \width: 160px;
  w\idth: 158px;

  padding: 0px;
  margin: 0px;

  text-transform: lowercase;
  font: bold 12px verdana,helvetica,arial,sans-serif;
}

ul.lm_sub1_list li { list-style: none; }

ul.lm_sub1_list li a, ul.lm_sub1_list li a:visited {
  display: block;
  padding: 3px 12px 4px 20px;

  color: #292929;
  text-decoration: none;
}

ul.lm_sub1_list li a:hover
{
  background: #ffc20e;
  color: #292929;
  text-decoration: underline;
}

ul.lm_sub1_list li a.selected { background: #ffc20e; }
ul.lm_sub1_list li a.selected:hover { text-decoration: underline; }

* html #leftmenu ul.lm_sub1_list li a { padding: 3px 12px 4px 20px; }


ul.lm_sub2_list {
  width: 158px;
  \width: 160px;
  w\idth: 158px;

  padding: 0px;
  margin: 0px;

  text-transform: lowercase;
  font: bold 12px verdana,helvetica,arial,sans-serif;
}

ul.lm_sub2_list li { list-style: none; }

ul.lm_sub2_list li a, ul.lm_sub2_list li a:visited {
  display: block;
  padding: 3px 12px 4px 30px;

  color: #444444;
  text-decoration: none;
}

ul.lm_sub2_list li a:hover
{
  background: #ffc20e;
  color: #444444;
  text-decoration: underline;
}

ul.lm_sub2_list li a.selected { background: #ffc20e; }
ul.lm_sub2_list li a.selected:hover { text-decoration: underline; }

* html #leftmenu ul.lm_sub2_list li a { padding: 3px 12px 4px 30px; }


/* --- Content --- */

#content {
  float: right;
  display: block;

  width: 605px;
  background-color: #ffffff;

/*  margin: 5px 20px 10px 10px; */
  margin: 0px;
  padding: 5px 20px 10px 10px;

  text-align: justify;  
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#content a:link { color: #900; text-decoration: underline; }
#content a:visited { color: #900; }
#content a:hover { color: #e20000; text-decoration: none; }

#content a.provider { color: #000; text-decoration: none; }
#content a.provider:visited { color: #000; text-decoration: none; }
#content a.provider:hover { color: #000; text-decoration: underline; }

.content_title {
  background: url(https://webarchiv.lib.cas.cz:443/wayback/20120303010718/http://www.ufe.cz/images/content-header.gif) repeat-x bottom;

  height: 20px;

  margin: 0px -8px 10px 0px;
  padding: 5px 0px 2px 5px;

  color: #000;
  font-size: 14px;
  font-weight: bold;
}

#content a.listtitle:link,#content a.listtitle:visited {
  color: #000; font-weight: bold; text-decoration: none;
}
#content a.listtitle:hover {
  color: #000; font-weight: bold; text-decoration: underline;
}


/* --- Forms --- */

form {
  margin: 0px;
  padding: 0px;
}

/* input[type=button] */
input[type=text],input[type=reset],input[type=password],textarea
{
  font-size: 13px;
 /*      color: #006699; */
/*  font-family: Arial, Helvetica, sans-serif; */
  font-family: "Arial CE", Arial, Verdana, Helvetica, sans-serif;
  border: 1px #bbbbbb solid;
  background-color: #f9f9f9;
}

select {
  border: 1px #bbbbbb solid;
  background-color: #f9f9f9;
  font-family: "Arial CE", Arial, Verdana, Helvetica, sans-serif;
}

select.groupselect { width: 220px; }

input[type=text].editnormal:focus,
input[type=password].editnormal:focus,
textarea.editnormal:focus
{
  background-color: #fffecf;
}

input[type=text].viewnormal,
input[type=password].viewnormal,
textarea.viewnormal {
  background-color: #eeeeee;
}

input[type=text].viewmandatory,
input[type=password].viewmandatory,
textarea.viewmandatory {
  background-color: #eeeeee;
}

input[type=text].editmandatory,
input[type=password].editmandatory,
textarea.editmandatory {
  background-color: #ffeeee;
}

input[type=text].editmandatory:focus,
input[type=password].editmandatory:focus,
textarea.editmandatory:focus
{
/*  background-color: #daeaff; */
  background-color: #fffecf;
}

#content a.checkhref:link { color: #000; text-decoration: none; }
#content a.checkhref:visited { color: #000; text-decoration: none; }
#content a.checkhref:hover { color: #000; text-decoration: underline; }


.shadebut {border:1px solid #a8a8a8;background:#fff;}
/* .shadebut {background:#e3e3e3 url(https://webarchiv.lib.cas.cz:443/wayback/20120303010718/http://www.ufe.cz/images/btnbg.png) repeat-x left bottom;_height:20px;cursor:pointer;_cursor:hand} */
.shadebut {background:#e3e3e3 url(https://webarchiv.lib.cas.cz:443/wayback/20120303010718/http://www.ufe.cz/images/btnbg.png) repeat-x left bottom; height:20px; cursor:pointer;}

.shadebut80 {border:1px solid #a8a8a8;background:#fff;}
/* .shadebut80 {background:#e3e3e3 url(https://webarchiv.lib.cas.cz:443/wayback/20120303010718/http://www.ufe.cz/images/btnbg.png) repeat-x left bottom;_height:20px;width:80px;cursor:pointer;_cursor:hand} */
.shadebut80 {background:#e3e3e3 url(https://webarchiv.lib.cas.cz:443/wayback/20120303010718/http://www.ufe.cz/images/btnbg.png) repeat-x left bottom; width:80px; cursor:pointer;}


/* --- Cool forms --- */
/* fieldset { margin-bottom: 20px; } */

fieldset legend { padding-left: 5px; padding-right: 5px; font-weight: bold; color: #000; }

fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
}

fieldset.collapsed * { display: none; }

fieldset.collapsed legend {
  display: block;
  padding-left: 7px;
}

fieldset.collapsible legend a { color: #000; text-decoration: none; }
fieldset.collapsible legend a:hover { color: #000; text-decoration: underline; }

/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* fieldset.collapsed legend,
* fieldset.collapsed legend *,
* fieldset.collapsed table * {
  display: inline;
}


/* For Safari 2 to prevent collapsible fieldsets containing tables from dissapearing due to tableheader.js. */
fieldset.collapsible { position: relative; }
/* fieldset.collapsible legend a { display: block; } */

/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
fieldset.collapsible .fieldset-wrapper { overflow: auto; }


div.grippie {
  background:#EEEEEE url(https://webarchiv.lib.cas.cz:443/wayback/20120303010718/http://www.ufe.cz/images/grippie.png) no-repeat scroll center 2px;
  border-color:#DDDDDD;
  border-style:solid;
  border-width:0px 1px 1px;
  cursor:s-resize;
  height:9px;
  overflow:hidden;
}

.attrnormal-textarea textarea {
  display:block;
  margin-bottom:0px;
  width:95%;
  height: 20%;
}


/* --- Other mess --- */

a:link { color: #900; text-decoration: underline; }
a:visited { color: #48468f; }
a:hover { color: #f20; text-decoration: none; }

.font14 { font-size: 14px; }
.font15 { font-size: 15px; }
.font16 { font-size: 16px; }

.exportavcrheader { font-size:10px; font-weight: bold; }
.exportavcr { font-size: 9px; }

.nobreak
{
  margin-bottom: 0px;
  margin-top: 0px;
}

.tablelistrow { cursor: pointer; }

.imgright
{
  padding-left: 0px;
  padding-bottom: 7px;
  padding-top: 7px;
  padding-right: 10px;

  margin-left: 15px;
}

.leftalign {
  text-align: left;
}


.headp {
  padding-top: 10px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

#content .blackhref { font-weight: bold; color: #000; }
#content .blackhref:link, #content .blackhref:visited { color: #000; text-decoration: none; }
#content .blackhref:hover { color: #000; text-decoration: underline; }


/* --- COST2102 --- */

.costtable {
  text-align: left;
}

.costbreak {
  color: #666;
  background: #fafafa;
  font-style: italic;
}

.costbold {
  font-weight: bold;
}

.costchair {
  background: #eeeeee;
  font-weight: bold;
}

.costabs {
  font-weight: bold;
  padding-top:20px;
  text-align: center;
}

.costspeaker {
  text-align:center;
  padding-top:5px;
}

.costinst {
  text-align:center;
  padding-top:5px;
  padding-bottom:10px;
  font-style:italic;
}

#content .costabslink { color:#000; }
#content .costabslink:link, #content .costabslink:visited { color:#000; text-decoration: underline; }
#content .costabslink:hover { color: #e20000; text-decoration: none; }

  





/*
     FILE ARCHIVED ON 1:07:18 Mar 3, 2012 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 15:14:17 Aug 3, 2025.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
