* {
  margin:0;
  padding:0;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  background: #F2F5FE url("/files/styles/363489/g12.png") 0 0;
  background-size: cover;
  font: 75%/160% "verdana",sans-serif;
  color: #192666;
  _text-align: center;
}

a {
  color: #192666;
}
a:hover {
  color: #4F6AD7;
}

h1, h2, h3, h4, h5 {
  margin: 15px 0px 10px 0px;
  font-weight: bold;
}
h1 {
  font: 260%/110% "georgia",serif normal;
}
h2 {
  font: 180%/110% "georgia",serif normal;
}
h3 {
  font-size: 120%;
  line-height: 110%;
}
h4 {
  font-size: 120%;
}
h5 {
  font-size: 100%;
}

form {
  padding-bottom: 6px;
}

p {
  padding: 10px 0px;
}

ul, ol {
  display: block;
  margin: 5px 5px 5px 30px;
}

.clear {
  clear:both;
}

#top-space {
  height: 30px;
}

#main {
  width: 1000px;
  margin: 0 auto 0px auto;
  min-height: 100px;
  clear: both;
  _text-align: left;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-radius: 13px;
  background: white;
}

#header {
  width: 1000px;
  height: 130px;
  background: #92d0eb;
  background: linear-gradient(45deg, #92d0eb 0%, #367ea8 100%); 
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #FFF;
}
#conf-logo {
  float: left;
  margin-top: 5px;
}
#title {
  padding: 0px 85px 0px 25px;
  width: 730px;
  float: left;
}
#title .languages {
  height: 40px;
}
#flags {
  margin: 0px auto;
  padding-top: 4px;
  width: 60px;
}
#flags span {
  margin-left: 4px;
}
#title h1 {
  margin: 0px;
  font-size: 200%;
  text-align: center;
}

#tabs {
  background: #1C6696;
  height: 20px;
  color: #FFF;
  padding: 2px 10px 1px 20px;
}
#tabs a, #tabs a:hover {
  color: #FFF;
}
#tabs a:hover {
  text-decoration: underline;
}

.conf_place {
  font: 130%/110% "georgia",serif normal;
  float: left;
  padding-left: 280px;
}
.logout {
  float: right;
}

#page {
  width: 1000px;
  background: #FFF url("/files/conferences/dicr2008/23021/bg_page.gif") -5px 0 repeat-y;
  filter: hue-rotate(-20deg);
  margin: 10px 0 0 0;
}
#page-in {
}

#page img {
  filter: hue-rotate(20deg);
}

#content {
  float: left;
  width: 715px;
  padding-left: 20px;
}

#content .article {
  padding: 20px;
  background: url("/files/conferences/dicr2008/23025/content_article_bg.gif") 0 0 no-repeat;
  min-height: 300px;
  _height: 300px;
}
#content .article h2 {
  margin: 0px -20px 5px -20px;
  padding: 10px;
  background: #DEE5FD url("/files/conferences/dicr2008/23026/content_title_bg.gif") 0 0 repeat-y;
  color: #192666;
}

#col {
  float: left;
  width: 250px;
  background: #CEDBF9 url("/files/conferences/dicr2008/23023/col_bg.gif") 0 0 repeat-y;
  min-height: 175px;
  _height: 175px;
}
#col-in {
  padding: 10px;
  background: url("/files/conferences/dicr2008/23024/col_top.gif") 0 0 no-repeat;
}

#col ul {
  margin: 0px;
  list-style: none;
}
#col ul li {
  border-bottom: 1px solid #E0E8FA;
}
#col ul li a {
  display: block;
  padding: 3px 0px 3px 22px;
  background: url("	/files/conferences/dicr2008/23029/ico_archive.gif") 5px 6px no-repeat;
  text-decoration: none;
}
#col ul li a:hover {
  background-color: #D3DFF8;
  color: #192666;
}
#logo {
  text-align: center;
  padding-top: 25px;
}
#logo img {
  border: 1px solid darkblue;
}

#footer {
  width: 1000px;
  height: 55px;
  margin-bottom: 10px;
  background: url("/files/conferences/dicr2008/23027/footer.gif") -5px 0 no-repeat;
  color: #6685CC;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  filter: hue-rotate(-20deg);
}
#footer-in {
  padding: 10px 50px;
}
#footer a {
  color:#6685CC;
}
#footer a:hover {
  color:#192666;
}
