@CHARSET "UTF-8";
#panel-left a:link,
#panel-left a:visited {
   color: #f29519;
}
#header-2 {
   background-image: url('../images/header.jpg');
}
#page {
   background-image: url('../images/back.gif');
}
#panel-left {
    color: white;
}
#logo {
   background-image: url('../images/logo_pr.png');
}
#logo-sub {
   background-image: url('../images/logo.png');
}
hr {
   color: #b0a1a1;
   background-color: #b0a1a1;
   border-color: #b0a1a1;
}

#sponsors-bottom table td {padding-right: 30px;}

a, a:link, a:visited { color: #945f08; }
a:visited {color: #72685a;}

.table { border-color: #715a38; }

form table.form-table, .table tr.row-odd td,
.course-regform-item
{ background-color: #f0eae1;}
form table.form-table { border-color: #f0eae1; }

.table th { background-color: #715a38; }

/* moduly */
.module-courses-detail-params .course-param, .course-lecturer-name {
   display: block;
   font-weight: bold;
   margin-right: 1em;
}
.module-courses-detail-params li {list-style-type: circle;}
.table .course-name {width: 50%;}
.table .course-new .course-name {
   padding-left: 39px;
   background-image: url('../images/new.png');
   background-position: 2px 1px;
   background-repeat: no-repeat;
/*   background-color: transparent;*/
}

/* registrace ke kurzům */
.module-courses-list td, .module-courses-list th {padding: 3px;}
.module-courses-registration fieldset, .course-lecturer-name { margin-bottom: 1em;}
.module-courses-registration textarea { width: 400px;}
.course-regform-item {
   padding: 5px;
   clear: left;
   position: relative;
}
.course-regform-item-label { float: left; width: 200px;}
.course-regform-item-help {
   display: none;
   color: white;
   position: absolute;
   top: 0;
   left: 400px;
   padding: 5px;
   margin-top: 5px;
   background-color: #715a38;
   width: 150px;
   z-index: 10;
}
.course-regform-item-help span {
   background-image: url('../images/arrow_l.png');
   position: absolute;
   top: 0px;
   left: -9px;
   width: 9px;
   height: 16px;
   display: block;
}

