/*
*********************************************************************************
* General Information
*
* Project     : PubZone
* Author      : Martin Kaufmann, martinka@ethz.ch
* File name   : main.css
* Type        : Stylesheet Definition
* Date        : 24.09.2008
*
*********************************************************************************
*/


/*
*********************************************************************************
* Content
*********************************************************************************
*/

body
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#print 
{
  display: none;
}

h1
{
  font-size: 18px;
  font-weight: bold;
  color: #aaaaaa;
  margin-top: 20px;
}

h2
{
  font-size: 14px;
  color: #3e4961;
  margin-top: 20px;
  margin-bottom: 10px;
}

h3
{
  font-size: 13px;
  color: #3e4961;
  margin-top: 20px;
  margin-bottom: 5px;
}

img
{
  border-color:#d4d0cf;
}

img.icon_mail
{
  margin-right: 2px;
}

td
{
  font-size: 12px;
}

code
{
  font-size: 9pt;
  border-left: solid 1px #345C6C;
  border-right: solid 1px #345C6C;
  border-top: solid 1px #345C6C;
  border-bottom: solid 1px #345C6C;
  background-color: #fafafa;
  padding: 5px 5px 5px 5px;
}

.center a 
{
  color: #58688c;
  text-decoration: none;
}

.center a:hover 
{
  color: #9a0000;
}

.sort_by
{
  color: #000000;
  text-decoration: underline;
}

.logged-in
{
  float: right;
  font-size: 11px;
  margin-top: 20px;
}

.heading
{
  font-size: 13px;
  font-weight:bold;
}

.title
{
  color: #58688c;
  font-size: 15px;
  font-weight:bold;
}

.title2
{
  color: #58688c;
  font-size: 12px;
  font-weight:bold;
}

.bold
{
  font-weight:bold;
}

.gray
{
  color:#888888;
}

.small
{
  font-size: 11px;
}

.smallbold
{
  font-size: 11px;
  font-weight: bold;
}

.rating
{
  color:#888888;
  font-size: 11px;
}

.count_comments
{
  font-size: 11px;
}

.count_comments_number
{
  font-weight: bold;
  color: #dd0000;
}

.ok
{
  color:#00AA00;
  font-weight: bold;
}

.error
{
  font-size:13px;
  color:#ff0000;
  font-weight: bold;
}

ul.list
{
  font-weight: bold;
  margin-left: 0px;
  padding-left: 18px;
}

ul.list li
{
  margin-bottom: 15px;
}

ul.error
{
  color:#ff0000;
  font-weight: bold;
  margin-left: 0px;
  padding-left: 18px;
}

ul.index li
{
  margin-bottom: 15px;
}

ul.comments
{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 18px;
}

.required
{
  color:#ff0000;
  font-weight: bold;
}

.image_left 
{
  margin-right: 17px;
  margin-bottom: 17px;
  margin-top: 5px;
  float: left;
  Xmargin-left: -45px;
  z-index: 501;
  position: relative;
}

.image_left_inner 
{
  float: left;
  margin-right: 17px;
  margin-bottom: 17px;
  margin-top: 5px;
  margin-left: 0px;
}

.image_right 
{
  float: right;
  margin-right: 0px;
  margin-bottom: 17px;
  margin-top: 5px;
  margin-left: 5px;
}

.image_center
{
  float: left;
  margin-right: 17px;
  margin-bottom: 17px;
  margin-top: 5px;
  margin-left: 200px;
}

.images_gallery
{
  float: left;
  margin-right: 10px;
}

p.table
{
  margin-top: -5px;
  margin-bottom: 20px;
}

ul.sitemap li
{
  margin-bottom: 10px;
  margin-left: 0px;
}

ul.sitemap li a
{
  font-weight: bold;
}

div.show_max
{
  font-size: 9pt;
  color: #666666;
  text-align: right;
  margin-bottom: 3px;
  margin-top: 3px;
}

div.top_publication
{
  float: left;
  width: 765px;
  font-size: 8pt;
  text-align: right;
  margin-top: -20px;
  padding-bottom: 0px;
}

/* Wizard */

div.wizard
{
  font-weight: bold;
}

div.wizard b
{
  font-weight: bold;
  color: #022A57;
  font-size: 10pt;
}

div.wizard ul
{
  margin-left: 0px;
  padding-left: 0px; 
  margin-top: 10px;
  list-style-type: none;
}

div.wizard ul li
{
  margin-top: 10px;
}

span.wizard_number_todo
{
  float: left;
  width: 22px;
  height: 22px;
  background-image: url(/images/circle.gif);
  background-repeat: no-repeat;
  padding-top: 2px;
  padding-left: 6px;
  color: #999999;
}

span.wizard_text_todo, span.wizard_text_todo a
{
  line-height: 22px;
  color: #999999;
}

span.wizard_number_active
{
  float: left;
  width: 22px;
  height: 22px;
  background-image: url(/images/circle.gif);
  background-repeat: no-repeat;
  padding-top: 2px;
  padding-left: 6px;
  color: #C00000;
}

span.wizard_text_active, span.wizard_text_active a
{
  line-height: 22px;
  color: #C00000;
}

span.wizard_number_done
{
  float: left;
  width: 22px;
  height: 22px;
  background-image: url(/images/circle.gif);
  background-repeat: no-repeat;
  padding-top: 2px;
  padding-left: 6px;
  color: #00AA00;
}

span.wizard_number_done a
{
  color: #00AA00;
}

span.wizard_text_done, span.wizard_text_done a
{
  line-height: 22px;
  color: #00AA00;
}

span.wizard_text_done a:hover
{
  color: #008200;
}

/* Info boxes */

p.hint
{
  font-size: 9pt;
  font-weight: bold;
  color: #777777;

  border-color: #aaaaaa;
  border-style: solid;
  border-width: 1px 1px 1px 1px;

  background-image: url(/images/icon-info.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-color: #f9f9f9;

  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 30px;
}

p.error
{
  font-size: 9pt;
  font-weight: bold;
  color: #ff0000;

  border-color: #aaaaaa;
  border-style: solid;
  border-width: 1px 1px 1px 1px;

  background-image: url(/images/icon-hint.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-color: #f9f9f9;

  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 30px;
}

p.ok
{
  font-size: 9pt;
  font-weight: bold;
  color: #00AA00;

  border-color: #aaaaaa;
  border-style: solid;
  border-width: 1px 1px 1px 1px;

  background-image: url(/images/icon-done.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-color: #f9f9f9;

  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 30px;
}


/*
*********************************************************************************
* Forms
*********************************************************************************
*/

table.tableform, table.tableform tr td
{
  font-size: 9pt;
  border-color: #000030;
  border-style: solid;
}

table.tableform
{
  border-width: 0 0 1px 1px;
  border-spacing: 0;
  border-collapse: collapse;
}

table.tableform tr td
{
  margin: 0;
  padding: 3px;
  border-width: 1px 1px 0 0;
}

td.tabledark, tr.tabledark
{
  font-weight: bold;
  height: 22px;
  background-image: url(/images/topcell.gif);
  background-color: #C5D0DD;
}

td.tabletitlelist, tr.tabletitlelist
{
  font-weight: bold;
  height: 22px;
  background-image: url(/images/topcell.gif);
  background-color: #C5D0DD;
}

td.tableheading, tr.tableheading
{
  font-weight: bold;
  color: #000000;
  background-color: #B0C3D4;
}

td.tablemedium, tr.tablemedium
{
  font-weight: bold;
  color: #000000;
  background-color: #B0C3D4;
}

td.tablemedium2, tr.tablemedium2
{
  font-weight: bold;
  color: #000000;
  background-color: #9AB3C8;
}

td.icon
{
  background-color: #B0C3D4;
  vertical-align: center;
  text-align: center;
}

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

.tablemedium a:link, .tablemedium a:active, .tablemedium a:visited, .tablemedium2 a:link, .tablemedium2 a:active, .tablemedium2 a:visited
{
  color:#555555;
}

td.tablelight, tr.tablelight
{
  background-color: #E3E7ED;
}

td.tablewhite, tr.tablewhite
{
  background-color: #EFF1F5;
}

td.tablelight2, tr.tablelight2
{
  background-color: #D2DAE4;
}

td.tablelight a, tr.tablelight td a, td.tablelight2 a, tr.tablelight2 td a
{
  color: #3e4961;
}

table.noborder, table.noborder tr td
{
  font-weight: normal;
  font-size: 9pt;
  border-color: #000030;
  border-style: solid;
}

table.noborder
{
  border-width: 0 0 0 0;
  border-spacing: 0;
  border-collapse: collapse;
}

table.noborder tr td
{
  margin: 0;
  padding: 0px;
  border-width: 0 0 0 0;
}

.formfield_error
{
  background-color: #F6CECE;
}

/*******************************************************************************/

/*
#tabledark
{
  font-size: 9pt;
  font-weight: bold;
  color: #000000;
  height: 20px;
  background-image: url(/images/topcell.gif);
  background-color: #C5D0DD;
  padding-left: 3pt;
}

#tablemedium
{
  font-size: 9pt;
  font-weight: bold;
  color: #ffffff;
  height: 24px;
  background-color: #B0C3D4;
  padding-left: 3pt;
}

#tablemedium a:link, #tablemedium a:active, #tablemedium a:visited
{
  color:#555555;
}

#tablelight
{
  font-size: 10pt;
  color: #000000;
  height: 24px;
  background-color: #E3E7ED;
  padding-left: 3pt;
}

#tablelight2 
{
  font-size: 10pt;
  color: #000000;
  height: 24px;
  background-color: #D2DAE4;
  padding-left: 3pt;
}

table.infotable
{
  border-color: #600;
  border-width: 0 0 1px 1px;
  border-style: solid;
  empty-cells: show; 
}

table.infotable tr td
{
  border-color: #600;
  border-width: 1px 1px 0 0;
  border-style: solid;
  margin: 0;
  padding: 4px;
  background-color: #FFC;
}
*/
