/* standard elements */
* {
  margin: 0px;
  padding: 0px;
}
a {
  color: #36C;
  text-decoration: none;
}
a:hover {
  color: #06F;
}
html, body {
  height: 100%;
}
body {
  background: #ECF8FF;
  color: #000;
  font: normal 12px Verdana,"Lucida Sans Unicode",sans-serif;
}

#page_conf_name {
    font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
Font-Family: Arial;
  }

#page_conf_place {
    font-size: 14px;
  color: #ffffff;
  text-align: center;
  }
#ik {
    font-size: 12px;
  color: #ffffff;
  text-align: center;
  }


input {
  color: #555;
  font: normal 1em "Lucida Sans Unicode",sans-serif;
}
p,ul {
  font-size: 0.9em;
  padding-bottom: 10px;
}
h2 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.2em;
}


h1,h2,h3,h4 {
  color: #06C;
  padding-top: 6px;
  padding-bottom: 12px;
}


/* misc */
#clearer {
  clear: both;
}

/* structure */
#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -48px;
}
#container, #footer {
  min-width: 960px;
  width: 100%;
}

#header {
  background: #00C7FF url(/images/indigo/bg.gif) repeat-x bottom left;
 min-height: 92px;
  height: auto !important;
  height: 92px;
}

/* title */
#flags {
  margin-top: 4px;
  float: left;
}
#flags span {
  display: block;
  float: left;
  margin-left: 4px;
}
#help {
  margin-top: 2px;
  float: right;
}
#help span.help_span {
  display: block;
  float: right;
  margin-right: 4px;
}
#help span.help_logout {
  padding-top: 4px;
  float: right;
}
#help .logout-user a {
  font-weight: bold;
  color: #fff;
}
#help .logout-link a {
  font-weight: bold;
}
#flags img, #help img {
  display: block;
}

#title {
  padding: 0px 50px 0px 70px;
  background: url(/images/indigo/topleft.gif) no-repeat bottom left;
  min-height: 92px;
  height: auto !important;
  height: 92px;
}
#title h1 {
  color: #FFF;
  font: normal 1.7em Verdana,sans-serif;
  margin: 0px;
  padding-bottom: 6px;
  padding-top: 0;
}
#title h2 {
  color: #FFF;
  font: normal 1.3em Verdana,sans-serif;
  padding: 0px 10px 12px 0px;
}

/* main */
#main {
  background: url(/files/conferences/CRS/5174/fon-menu.gif) no-repeat;
  clear: both;
  padding: 12px 12px 10px 52px;
font-size: 14px;
}

/* main left */
#menu {
  float: left;
  width: 20%;
  border-right: 1px dashed #999;
  border-left: 1px dashed #999;
}
#menu h1 {
  border-bottom: 1px dashed #999;
  color: #F9073A;
  font-size: 1.0em;
  height: 20px;
  margin-top: 10px;
}
#menu ul {
  margin: 0;
  padding: 0;
}
#menu li {
  border-bottom: 1px dashed #AAA;
  list-style: none;
  margin: 0;
}
#menu li a {
  color: #025C96;
  display: block;
  font: bold 1.0em Verdana,sans-serif;
  padding: 5px 6px 5px 18px;
  text-decoration: none;
}
#menu li a:hover {
  color: #cc3366;
}

/* content */
#content {
  float: left;
  margin-left: 30px;
  width: 76%;
font: normal  13px  Verdana;
}
#content li {
  margin-left: 25px;
  padding-bottom: 6px;
}
#content td {
  font: normal 12px;
padding-left: 10px;
}


/* footer */
#footer, #push {
  height: 32px;
  margin: 6px auto;
}
#footer {
  padding-top: 10px;
  background: #0094D6 url(/images/indigo/bgfooter.gif) repeat-x;
  color: #C1DEF0;
  font-size: 0.85em;
  text-align: center;
}
#footer a {
  color: #FFF;
  text-decoration: none;
}
#footer a:hover {
  color: #FFF;
  text-decoration: underline;
}

/*crutch for min-width for explorer*/
* html .crutch1 {
  padding-left:960px;
}
* html .crutch3 {
  margin-left:-960px;
  position:relative;
}
* html .crutch1,
* html .crutch2,
* html .crutch3 {
  height:1px;
}
