/**
 * CSS style definition for the template: europar2009
 * 
 * This file gives an overview of the required CSS definitions which
 * needs to be defined for all Website Baker templates added to the 
 * Website Baker addons repository from June 2008 onwards. 
 * 
 * See http://www.w3.org/TR/CSS21/sample.html for the HTML4 
 * default styles applied if nothing else is specified in your stylesheet.
 *
 * To facilitate adaption, you may want to consider separate stylesheets.
 * One for the layout (container for header, footer, content, menu ...),
 * another one for the HTML elements which are shown in the content areas.
 * This can easily be achieved via @import rules
 *
 * LICENSE: GNU General Public License 3.0
 * 
 * @author     Stephen van der Laan
 * @copyright  Stephen van der Laan (c) October, 2008
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    1.00
 * @platform   Website Baker 2.7
*/

/* 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;
}
