/** ATG CSS (by jisl@labe.felk.cvut.cz
(c) 2005-2006 Agent Technology Group
*/

body {
  margin:0; padding:0;
  font: 0.675em Verdana, 'Geneva CE', lucida, sans-serif;
  color: #444443;
  background-color: white;
  text-align: center;
}

.cs { display: none; }

h1 { font-size: 170%; font-weight: bolder;}
h2 { font-size: 170%; font-weight: normal; }
h3 { color: #336799; background-color: inherit; font-size: 150%; font-weight: normal; }
h4 { font-size: 140%; font-weight: normal;}
h5 { font-size: 120%; font-weight: normal;}

a, a:link { color: black; background-color: inherit; }
a:visited { color: #808080; background-color: inherit; }
a:hover { background-color: #cc6600; color: white;}

p { 
/*  text-indent: 1em;*/
  text-align: justify;
  margin-top: 0;
  padding-top: 0.8em;
}

p.abstract { margin: 0 5em; font-style: italic; }

tt {font-family:  "Lucida Console", "Monaco CE", fixed, monospace;}

p.black { color: black; background-color: inherit; }

dt { font-weight: bold; font-size: 85%}

blockquote { font-style: italic; }

div.box {
  float: right;
  border: 1px solid #cecccc;
  width: 30%;
  background-color: #edc599;
  color: black;
  margin: 0 0.2em 0.2em 0.2em;  
  padding: 0 0.5em;
}

div.box p {
  text-indent: 0;
  font-size: 75%;  
}

#content ul { padding: 0; margin: 0; }
#content li { list-style-position: inside; list-style-type: square; padding: 1px;}

#content {
/*  width: 765px;
  margin: 0.5em auto;  
  padding: 0;
  border-top: 1px solid #cecccc;
  border-right: 1px solid #cecccc;
  border-bottom: 1px solid #cecccc;
  text-align:left;
  max-width: 1024px;
  background: url('img/web-bck.gif') left repeat-y;*/
}

#header {
  margin:0; padding:0;
  background: #f5fafd url('img/head1x.jpg') top left no-repeat;
  color: inherit;
}

#header-content {
  height: 113px;
  margin:0; padding:0;
  color: inherit;
}

#header-content a { padding: 0; margin: 0; border: none; }
#header-content a img { padding: 0; margin-top: 10px; margin-right: 150px; float:right; border: none;}

#h1header { 
  margin-left: 200px; 
  margin-top: 0; 
  padding-top: 1em; 
  letter-spacing: 0.05em;
 /* background:url("img/banner_atcenter.png") top left no-repeat;  */
}

#h1header-main {
/*  position:relative;
  overflow:hidden; 
  margin: 0 0 0 160px;*/
  padding: 0.8em 0 0 0;
  height:84px;
  letter-spacing: 0.05em;
}

#h1header-main span {
/*   display:block;
   position:absolute; left:0; top:0em; z-index:0;
   width:608px; height:84px;
   margin: 0;
   padding: 0;
   background:url("img/banner_atcenter.png") top left no-repeat;     */
}

#cleaner, .cleaner { width: 0; clear: both; display: none;}

#footer {
/*  margin-left:158px; padding:0;*/
  clear: both;
/*  background: white url('img/footer1.jpg') repeat-x; */
  background-color: white;
  color: inherit;
/*  border-left: 1px solid #cecccc;
  border-top: 1px solid #cecccc;  */
}

#footer-content {
  margin:0; padding:0.2em;
  background: inherit url('img/footer2_x.jpg') top right no-repeat; color: inherit;  
  line-height: 1.6em;
}

#footer-content img {
  padding-top: 1em;  
  padding-right: 0.5em;  
  border: none;
}

body#publications {
 background-color: #f5fafd; color: inherit;
}

#main {
/*  background-color: #f5fafd; */
  color: inherit;
  text-align: left;
  float:left;
  width: 100%;
}

#main-pubs {
  background-color: #f5fafd; color: inherit;
  border-left: 1px solid #cecccc;
  border-right: 1px solid #cecccc;
}

#main-content {
  margin:0; padding: 0.5em 1em;
/*  margin:0 0px 0 158px;  
  border-left: 1px solid #cecccc;*/
  text-align: left;
}

#main li { list-style-position: outside; }
#main ul { margin: 0 2em; list-style: outside; }

#left {
display: none;  
}

#left-content {
  margin:0; padding: 0 0.1em;
}

#right {
  float: right;
  width: 0;
  margin:0; padding:0;
}

#right-content {
  margin:0;  padding: 0;
  text-align: center;
  padding: 0 0.5em;
}
#right-content p { text-align: center; }
#right-content h3 { padding: 0; margin: 0; }

/** menu design */

#menu, #menu2, #menu3, #submenu, #teaching, #projectsubmenu {
  padding: 0;
  margin-left: 0;
  margin-right: 0.1em;
}

#menu li, #menu2 li, #menu3 li, #teaching {
  list-style: none;
  margin: 0; padding: 0;
  border: 1px solid #f5fafd;  
  border-top: 1px solid #cecccc;
  text-align: left;
  _display: inline;
  _height: 14px;  
}

.teaching{list-style: none; }

#teaching { border-top: 0px; }

#menu li a, #menu2 li a {
  display: block;
  _height: 14px;
  padding: 0.25em 0.5em 0.2em 20px;
  text-decoration: none;
}

#menu li a:link, #menu2 li a:link, #menu3 li a:link, #menu li a:visited, #menu2 li a:visited, #menu3 li a:visited { 
  color: #444443;
  background-color: inherit;
}

#menu li a:hover, #menu2 li a:hover, #menu3 li a:hover {
  color: #cc6600;
  background-color: #f5fafd;
}

#menu #selected {
  background-color: #f5fafd; 
  font-weight: bold;
  color: #444443;   
/*  border-top: 1px solid #cecccc;*/
  padding: 0.25em 0.5em 0.2em 0;
  _width: 100%;
}

#submenu li, #projectsubmenu li {font-weight: normal; }

#submenuselected { font-weight: bold !important;}

#menu2 li a {
  background: url('img/logo_gray.png');
  background-repeat: no-repeat;
  background-position: center left;  
}
#menu2 li a:hover {
  border-color: #336699; background-image: url('img/ar_all.gif');
  background-repeat: no-repeat;
  background-position: center left;
}

#selected a:hover {
  color: black;
  background-color: #f5fafd;
}

#submenu, #projectsubmenu {
  padding: 0;
  background-color: #f5fafd;   
}

#subsubmenu, #subsubmenu a {  
  font-weight: normal !important;
  margin-left: 0.5em !important;
}

#submenu li, #projectsubmenu li {
  border: 1px solid white;
  list-style: none;
  margin: 0; 
  padding: 0;
  border: none;  
  text-align: left;
}

#projectsubmenu { padding-left: 1em !important; }

/*#menu #selected #submenu li a, #submenu li a, #menu3  { font-weight: normal; }*/
#menu #selected #submenu li a:hover, #submenu li a:hover { text-decoration: underline; }
  
#menu3 li, #menu2 li { border-top: none; }

#menu3 li a {
  display: block;
  font-weight: normal;
  border: none;
  padding: 0 0.5em 0 2px;
  vertical-align: top;
  text-decoration: none;
}

.table { width: 100%; }
.tableleft { float: left; width: 35%;}
.tableright { float: right; width: 65%;}
.tableclear { clear:right; width:0; border:none;}

h4.titlepage, .table h4 { font-weight: bold; color: #336799; font-size:120%; margin:0; margin-bottom: 0.3em; padding:0 }
h4.titlepage { padding: 0.4em 0; }


.membertext {
  min-height:140px;
  height:140px;
}
div[class] .membertext { height:auto;}

.member, .project { margin-bottom: 3em;}

.project { border-bottom: 1px solid #cecccc;}

.member img, .project img {
  border: 2px solid #cecccc;
  padding: 2px;
  margin: 5px;
}

.lr { float: left; }
.sr { float: right; }

#small {
  font-size: 0.8em;
  line-height: 70px;
  padding-left: 3em;  
}

#main h2 {
  padding-left: 30px;
  background-image: url('img/ar_all.gif');
  background-repeat: no-repeat;  
  background-position: center left;
}

span.jobs, span.fundings, span.projects, span.index, span.publications, span.teaching, span.members, span.internal, span.wiki {
  font-weight: bold;
  padding: 0.3em 0.5em 0.3em 20px;
}

.index, .main, .contact { 
  background-image: url('img/ar_all.gif');
  background-repeat: no-repeat;  
  background-position: center left;  
}

.teaching, .projects, .project h3 { 
  background-image: url('img/ar_yellow.gif');  
  background-repeat: no-repeat;
  background-position: center left;
}
a.teaching:hover, a.projects:hover { background-image: url('img/ar2_yellow.gif'); }

.project h3, .member h3 { padding-left: 30px; }

.jobs, .openpositions, .members, .member h3 { 
  background-image: url('img/ar_green.gif');  
  background-repeat: no-repeat;  
  background-position: center left;  
}
a.jobs:hover, a.openpositions:hover, a.members:hover { background-image: url('img/ar2_green.gif');  }

.publications, .wiki { 
  background-image: url('img/ar_red.gif');    
  background-repeat: no-repeat;  
  background-position: center left;  
}
a.publications:hover, a.wiki:hover, .news {  background-image: url('img/ar2_red.gif'); }

.fundings, .internal, .news { 
  background-image: url('img/ar_blue.gif');  
  background-repeat: no-repeat;  
  background-position: center left;  
}
a.fundings:hover, a.internal:hover, a.news:hover {  background-image: url('img/ar2_blue.gif');   }


a#wmap img {
  width: 17px;
  height: 16px;
  background-image: url('img/map_gray.png');
  background-repeat: no-repeat;  
  background-position: center left;
}
a#wmap:hover img {
  background-image: url('img/map_blue.png');
  background-repeat: no-repeat;  
  background-position: center left;
}

a#wmaster img {
  width: 17px;
  height: 16px;
  background-image: url('img/mail_gray.png');
  background-repeat: no-repeat;  
  background-position: center left;
}
a#wmaster:hover img {
  background-image: url('img/mail_blue.png');
  background-repeat: no-repeat;  
  background-position: center left;
}


#photos, .logo, .logo-main { text-align: center; }
.logo-main a:hover, .logo a:hover { background-color: inherit; }
.logo-main img, .logo img {
  border: none;
}

.logo-main { margin-right: 3em; }

#left .logo { margin-top: 5em; }

#photos a img { border: 2px solid #336699; }
#photos a:hover img { border: 2px solid #cc6600; }

.pub { margin-bottom: 1em; }

.info a:hover { color: black; background-color: inherit; }
.info img, .info a img { border: 0; padding:0; margin:0}

ul.horlist { margin: 0 0 140px;}
.horlist li {
   display: inline;
   list-style-type: none;
   padding-right: 20px;
}

#webmap li {
  list-style-position: outside; padding-left: 1em; margin-left: 1em;
  list-style-type: none;
}

.orange { font-weight: bold; /*color: #cc6600;  background-color: inherit;*/}

#googlesearch { border: 1px solid #f5fafd; padding: 5px; }
#googlesearch a { text-decoration: none; text-indent: 0; }
#googlesearch a:hover { background-color: white; color: black;}
#googlesearch input {
  font-size: 0.9em;
  border: 1px solid #808080;
  width: 100%;
}

#googlesearch input#text {  background-color: #f5fafd; }
#googlesearch input#sa { margin-top: 0.5em; border: 1px dotted #808080; background-color: inherit;}

#videobar { padding: 0; margin: 0; }

#videobar p {
  text-indent: none;
  padding: 0; margin: 0 0 1.2em 0;  
}

div.floatdiv { float: left; text-align: center; margin: 0 15px 15px 0;}
span.floatspan { text-align: center; margin: 0 15px 15px 0; }
.floatspan a { border: 0; padding: 0; }
.floatspan img {border: none;}
.floatspan a:hover { background-color: inherit; color: inherit;}

p.noafter { margin-bottom: 0px; margin-top: 0px;}

.biggerfont { font-size: 120%; }

/* quicklinks */


#quicklinks {
margin: 0;
padding: 0;
height: 20px;
}

#quicklinks ul {
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#quicklinks ul li {
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#quicklinks ul li a {
background: #fff;
width: 100px;
height: 18px;
border-top: 1px solid #cecccc;
border-bottom: 1px solid #cecccc;
border-right: 1px solid #cecccc;
padding: 0;
margin: 0 0 10px 0;
color: #444443;
text-decoration: none;
display: block;
text-align: center;
font: normal 10px/18px verdana, lucida, sans-serif;
}
#quicklinks ul li#first a{
 border-left: 1px solid #cecccc;
}

#quicklinks ul li a:hover {
color: #cc6600;
background-color: #f5fafd; 
}

#quicklinks2
{
text-align: right;
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #cecccc;
}

 #quicklinks2 ul { float: right; }

#quicklinks2 ul, #quicklinks2 li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#quicklinks2 a:link, #quicklinks2 a:visited
{
float: left;
line-height: 14px;
font-weight: normal;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #444443;
}

#quicklinks2 a:link#current, #quicklinks2 a:visited#current, #quicklinks2 a:hover
{
border-bottom: 4px solid #cc6600;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#quicklinks2 a:hover { color: #cc6600; }


.demobox { float: left;  width: 136px; text-align: center; border: 1px solid #d5deff; padding: 0.4em 0; margin: 0 0.2em 0.2em 0;}
.demobox img a, .demobox img { border: none; margin: 0; padding: 0;}

.demoboxclear { clear: left; border: none; width: 0;}


/*************************************/
div#pagecentered {
  height: 569px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  border: 0;
}
div#pagecentered p {
  padding: 0; margin: 0; text-indent: 0;
}

div#pagecentered p a { color: black; background-color: inherit;}
div#pagecentered p a:visited { color: black; background-color: inherit;}
div#pagecentered p a:hover { color: black; background-color:transparent !important;}

/* ctverecky uprostred */
div.onerow { clear: left; padding:0; margin: 0;
  margin: 0 auto;
}

div.box-yellow-1, div.box-yellow-2, div.box-yellow-3, div.box-green-1, div.box-blue-2, div.box-green-3, div.box-red-1, div.box-red-2, div.box-red-3 {
  width: 150px;
  height: 150px; min-height: 150px;
  padding: 0 0.5em;
  margin: 0.5em;
  color: black; background-color: inherit;
  float: left;
  border: 2px solid white;
}

div.box-yellow-1 p, div.box-yellow-2 p, div.box-yellow-3 p, div.box-green-1 p, div.box-blue-2 p, div.box-green-3 p, div.box-red-1 p, div.box-red-2 p, div.box-red-3 p {
  text-align: center;
}

div.box-yellow-1 p .text, div.box-yellow-2 p, div.box-yellow-3 p, div.box-green-1 p, div.box-blue-2 p, div.box-green-3 p, div.box-red-1 p, div.box-red-2 p, div.box-red-3 p {
  line-height: 150px;  
}

div.box-yellow-1 p a, div.box-yellow-2 p a, div.box-yellow-3 p a, div.box-green-1 p a, div.box-blue-2 p a, div.box-green-3 p a, div.box-red-1 p a, div.box-red-2 p a, div.box-red-3 p a {
  display: block;
  text-decoration: none;
  background-color: inherit !important; color: inherit;
}

div.box-yellow-1 p a:hover, div.box-yellow-2 p a:hover, div.box-yellow-3 p a:hover {
  color: black; background-color: inherit;
  line-height: 1.6em;
}

div.box-green-1 p a:hover, div.box-green-3 p a:hover {
  color: black; background-color: inherit;
    line-height: 1.6em;
}

div.box-blue-2 p a:hover {
  color: black; background-color: inherit;
    line-height: 1.2em;
}

div.box-red-1 p a:hover, div.box-red-2 p a:hover, div.box-red-3 p a:hover {
    line-height: 1.6em;
}

div.box-yellow-1 p a:hover .text, div.box-yellow-2 p a:hover .text, div.box-yellow-3 p a:hover .text, div.box-green-1 p a:hover .text, div.box-green-3 p a:hover .text, div.box-blue-2 p a:hover .text, div.box-red-1 p a:hover .text, div.box-red-2 p a:hover .text, div.box-red-3 p a:hover .text {
  line-height: 1.2em;
  background-color: transparent !important;
  color: inherit;
}

div.box-yellow-1 p a:hover .hidden, div.box-yellow-2 p a:hover .hidden, div.box-yellow-3 p a:hover .hidden, div.box-green-1 p a:hover .hidden, div.box-blue-2 p a:hover .hidden, div.box-green-3 p a:hover .hidden, div.box-red-1 p a:hover .hidden, div.box-red-2 p a:hover .hidden, div.box-red-3 p a:hover .hidden {
  display:inline;
  background-color: transparent !important; color: inherit;
}
  

div.box-yellow-1,div.box-yellow-2 ,div.box-yellow-3 {
  background-color: #eaf1f6; color: inherit;
}

div.box-yellow-1 {
  background-image: url("img/matrix1.png");
  background-repeat: no-repeat;
}
div.box-green-1 {
  background-image: url("img/matrix2.png");
  background-repeat: no-repeat;
}
div.box-red-1 {
  background-image: url("img/matrix3.png");
  background-repeat: no-repeat;
}
div.box-red-2 {
  background-image: url("img/matrix4.png");
  background-repeat: no-repeat;
}
div.box-blue-2 {
  background-image: url("img/matrix5.png");
  background-repeat: no-repeat;
}
div.box-yellow-2 {
  background-image: url("img/matrix6.png");
  background-repeat: no-repeat;
}
div.box-yellow-3 {
  background-image: url("img/matrix7.png");
  background-repeat: no-repeat;
}
div.box-green-3 {
  background-image: url("img/matrix8.png");
  background-repeat: no-repeat;
}
div.box-red-3 {
  background-image: url("img/matrix9.png");
  background-repeat: no-repeat;
}

div.box-green-1, div.box-green-3 {
  /*background-color: #22b24c;*/
  background-color: #abc8db; color: inherit;
}

div.box-blue-2 {
  color: white;
  border: 2px solid black;
  background-color: #8db4ce;
}
div.box-blue-2 p {
  font-weight: bold;
  text-align: center;
}

div.box-blue-2 a, div.box-blue-2 a:active, div.box-blue-2 a:visited {
  color: black; background-color: inherit;
}

div.box-red-1, div.box-red-2, div.box-red-3 {
  background-color: #92b7d0;  color: inherit;
}

div.onerow .hidden {display: none;}

table { border-collapse:separate; border-spacing:0px; }
table, thead {  border: 2px solid black;}
tr, td {border: 1px solid black; padding: 2px;}
thead { font-weight:bold; }


h2 a:hover, h3 a:hover { background-color: inherit; color: black}
.hidden { position:absolute; left:-1000px; top:-1000px; width:1px; height:1px; overflow:hidden; }

#footer p {text-align: right; }


.page-news ul.rss li { border-bottom: 1px solid #808080; margin-bottom: 1em;}
ul.rss li a { font-weight: bold; }
ul.rss h3 a { font-weight: bold; color: #336799;}

.noprint { display: none; }
