/* import the layout style sheet */
@import url("europar2009layout.css");

body {
font-family: Verdana,Tahoma,Arial,sans-serif;
font-size:  70%;
color: #333366;
line-height: 1.3em;
margin: 0; /* auto; */
padding: 0;
}

h1, h2, h3, h4, h5, h6 {
color: #993333;
}

h4 {
color: #333366;
font-size: 90%;
}

.ptitle {
font-size: 120%;
}

.box h2 {
color: #fff7f5;
}

.cntdwndays {
color: #993333;
}

.cntdwnh3 {
color: #333366;
font-size: 105%;
}

.deadline {
background-color: #993333;
padding: 2px;
text-align: center;
color: #ffffff;
font-size: 75%;
}

b {
font-size: 110%;
}

.chair{
font-size: 95%;
}

.authors {
color: #444444;
font-size: 85%;
font-style: italic;
}

em {
/* color: red; */
}

a:link, a:visited, a:focus, a:hover, a:active {}

a{
text-decoration:none;
color:#993333;
font-weight:bold;
}

a:hover{text-decoration:underline;}
a img{border:0;}

b, strong {}
i, em {}
img {}

p {}
div {}
blockquote {}

li {}
ol {
padding: 0 0 0 27px;

}

ul {
font-size: 1em;
padding:0 0 0 15px;
}

.nopapers {
padding: 0 0 0 22px;
}

table    { display: table }
tr       { display: table-row }
thead    { display: table-header-group }
tbody    { display: table-row-group }
tfoot    { display: table-footer-group }
col      { display: table-column }
colgroup { display: table-column-group }
td, th 	 { display: table-cell }
caption  { display: table-caption }


/**************************************************************************************
 additional tags you should consider for Website Baker templates (content area)
**************************************************************************************/
code	 { }
address  { }
hr { } 

/* Menu styling */
.menu-parent > a  {
background: #993333;
padding: 1px 3px 1px 3px;
color: #ffffff;
}
.menu-current > a { 
background: #333366;
padding: 1px 3px 1px 3px;
color: #ffffff;
}

.mark {
list-style:none;
font-size:0.9em;
margin:0;
padding:0 0 5px 10px;
}

.description {

}

.focus ul {
margin:0;
padding:0 0 15px 15px;
}

.chairs_tr {
background-color: #f9d77d;
}

.chairs_td {
text-align: center;
font-size: 0.93em;
width: 33%;
padding: 3px 10px;
}

.pages_list ol{
line-height: 2em;
}

.prenext {
font-size: 0.8em;
text-align: right;
}

.backto {
font-size: 0.8em;
text-align: center;
}

/* lightbox */
.group {
    clear: left;
    display: block;
    float: left;
    margin: 0;
    padding: 0 0 20px;
    width: 420px;
}

.img-left {
    float: left;
    margin: 0 0 0 5px;
}

div.img {
    /*border: 1px solid #3e668a;*/
    float: left;
    height: auto;
    margin: 10px;
    text-align: center;
    width: auto;
}

