/*
* CSS file 4 EMC symposium 2006
*
* by Tunker >:)
*
* e-mail: rafal@linet.com.pl
*/

body
{
  background-color:#E9DAA3;
  margin:0 0 10px 0;
  padding:0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
p {
 font-family: aVerdana, Arial, Helvetica, sans-serif;
 font-size: 9pt;
 margin-bottom:3pt;
 margin-top:3pt;
}
.vs
{
  font-size:1px;
}

.tab
{
  background-color:#FFF4CC;
  padding:2px 2px 2px 2px;
}

/* main parts od the site */

#headerFrame, #topFrame, #bottomFrame, #centerFrame
{
  font-size:1px;
  width:970px;
}

#headerFrame
{
  background-image:url('../img/headerBg.gif');
  background-repeat:no-repeat;
  height:139px;
}

#topFrame
{
  background-image:url('../img/topFrameBg.jpg');
  background-repeat:no-repeat;
  height:22px;
}

#bottomFrame
{
  background-image:url('../img/bottomFrameBg.jpg');
  background-repeat:no-repeat;
  height:28px;
}

#centerFrame
{
  background-image:url('../img/centerFrameBg.jpg');
  background-repeat:repeat-y;
}

/*    MENU */

#mainMenu, .mainMenuBottom, .mainMenuTop, .menuImage
{
  font-size:1px;
  width:245px;
}

.mainMenuTop
{
  background-image:url('../img/menuTopBg.jpg');
  background-repeat:no-repeat;
  height:47px;
  cursor:pointer;
}

.counterTop
{
  background-image:url('../img/counterTopBg.jpg');
  background-repeat:no-repeat;
  /*height:47px;*/
  height:9px;
  font-size:1px;
}

.mainMenuBottom
{
  background-image:url('../img/menuBottomBg.jpg');
  background-repeat:no-repeat;
  height:8px;
}

.menuImage
{
  background-image:url('../img/image1.jpg');
  background-repeat:no-repeat;
  background-position:bottom;
  height:101px;
}

.mainMenuCenterCounter
{
  background-image:url('../img/counterCenterBg.jpg');
  background-repeat:repeat-y;
  width:245px;
  font-size:12px;
  font-weight:bold;
  color:#613E0B;
}

.mainMenuCenterCounter b
{
    color:red;
    font-size:12px;
}


.mainMenuCenter
{
  background-image:url('../img/menuCenterBg.jpg');
  background-repeat:repeat-y;
  width:245px;
  font-size:1px;
  padding:0 0 0 16px;
}

.mainMenuCenter a
{
  display:block;
  font-size:10pt;
  font-weight:bold;
  text-decoration:none;
  text-transform:lowercase;
  color:#156E05;
  background-image:url('../img/menuOpt1.jpg');
  background-repeat:no-repeat;
  padding:4px 0 0 23px;
  width:192px;
  height:22px;
  margin:0;
}

.mainMenuCenter a:link
{
  background-image:url('../img/menuOpt1.jpg');
}

.mainMenuCenter a:visited
{
    background-image:url('../img/menuOpt1.jpg');
}

.mainMenuCenter a:hover
{
  background-image:url('../img/menuOpt2.jpg');
}

.mainMenuCenter a:active
{
  background-image:url('../img/menuOpt1.jpg');
}


.mainMenuCenter .active
{
  display:block;
  font-size:10pt;
  font-weight:bold;
  text-decoration:none;
  text-transform:lowercase;
  color:#156E05;
  background-image:url('../img/menuOpt2.jpg');
  background-repeat:no-repeat;
  padding:4px 0 0 23px;
  width:192px;
  height:22px;
  margin:0;
}

/* main content */

#mainContentFrame
{
  padding:5px 15px 0 10px;
  font-size:12px;
  color:#613E0B;
  text-align:justify;
}

#mainContentFrame h1
{
  color:#4B2E05;
  font-size:18px;
  font-weight:bold;
  text-decoration:none;
  text-transform:capitalize;
  margin:0 0 10px 0;
}

/*
#mainContentFrame ol
{
  margin:10px 0 10px 0;
  list-style-type:decimal;
}

#mainContentFrame ul
{
  margin:10px 0 10px 0;
}

#mainContentFrame li
{
  margin:0 0 5px 0;
}
*/

.subMenu
{
  margin:10px 0 20px 0;
  text-align:left;
}

.tunker
{
  font-size:11px;
  color:#613E0B;
  text-align:center;
}

.backToTop
{
  margin:5px 0 5px 0;
  text-align:right;
}



.myInput
{
    font-size:11px;
    height:16px;
    border:1px solid #CDB577;
    background-color:#FFF;
    color:#634C10;
    width:450px;
}

.myInput2
{
    font-size:11px;
    height:16px;
    border:1px solid #CDB577;
    background-color:#FFF;
    color:#634C10;
    width:450px;
    height:150px;
}

.myInput3
{
    font-size:11px;
    height:16px;
    border:1px solid #CDB577;
    background-color:#FFF;
    color:#634C10;
    width:40px;
    text-align:center;
}

.myInput4
{
    font-size:11px;
    height:16px;
    border:1px solid #CDB577;
    background-color:#FFF;
    color:#634C10;
    width:180px;
}


.myButton
{
    font-size:11px;
    font-weight:bold;
    text-align:center;
    border:1px solid #CDB577;
    background-color:#634C10;
    color:#FFF;
    width:150px;
}

/* LINKI */

/* 1 */

.subMenu a
{
  color:#613E0B;
  font-weight:bold;
}

.subMenu a:link
{
  text-decoration:none;
}

.subMenu a:visited
{
  text-decoration:none;
}

.subMenu a:hover
{
  text-decoration:underline;
}

.subMenu a:active
{
  text-decoration:none;
}

.tunker a
{
  color:#613E0B;
}

.font8 { font-size: 7pt; }
.font9 { font-size: 8pt; }
.font10 { font-size: 9pt; }
.font12 { font-size: 11pt; }
.font14 { font-size: 12pt; }
.font20 { font-size: 18pt; }
.font36 { font-size: 30pt; }



.lightbg
{
    background-color:#e0e0e0;
    font-size:11pt;
    text-align:left;
    font-weight:bold;
    color:#000000;
    padding:4px 6px 4px 5px;
	margin-bottom:  0.1em;
	margin-top:  1.5em;
}
.mySesTitleDet
{
    background-color:#e0e0e0;
    font-size:10pt;
    text-align:left;
    font-weight:normal;
    color:#000000;
    padding:1px 6px 4px 12px;
}
.mySesPres
{
    font-size:8pt;
    text-align:left;
    font-weight:normal;
    color:#000000;
    padding:4px 6px 4px 20px;
}
.paper {
 font-size: 8pt;
 padding:0px 0px 0px 15px;
}

.paper_type {
 font-size: 8pt;
 color: #606060;
 font-weight: bold;
}

.paper_session {
 font-size: 9pt;
 color: #606060;
 font-weight: bold;
 margin-top: 0.2em;
 padding:4px 6px 4px 5px;
 
}

.paper_keywords, .paper_topics {
 font-size: 8pt;
 color: #606060;
}

.paper_label {
 font-size: 8pt;
 color: #606060;
 font-style: italic;
}

.paper_title {
 font-weight: bold;
 font-size: 9pt;
 color: #903000;
 margin-top: 0.2em;
 margin-bottom:  0.1em;
/* margin-bottom: 1em; */
}

..paper_title a
{
  color:#903000;
  text-decoration:none;
}

..paper_title a:hover
{
  text-decoration:underline;
}

.paper_author {
 font-size: 8pt;
 font-weight: bold;
 margin-top: 0.0001pt;
 margin-bottom:  0.1em;
}

.paper_email {
 font-size: 8pt;
 text-decoration: underline;
 color: #0000A0;
 margin-top: .0001pt;
 margin-bottom:  .0001pt;
/* margin-bottom: 1em; */
}

.paper_organisation {
 font-size: 8pt;
 text-align:left;
 margin-top: 0.0001pt;
 margin-bottom: 0.1em;
}

.lnk12
{
  color:#613E0B;
  text-decoration:underline;

}

.lnk12:hover
{
  color:#613E0B;
  text-decoration:none;

}

.backToTop a
{
  color:red;
 font-size: 8pt;
  text-decoration:none;
}

.backToTop a:hover
{
  text-decoration:underline;
 font-size: 8pt;
}



.myTd1
{
    background-color:#613E0B;
    font-size:11px;
    height:50px;
    text-align:center;
    font-weight:bold;
    color:#FFFAE7;
    padding:10px 2px 10px 2px;
}

.myTd2
{
    background-color:#FFF4CC;
    font-size:11px;
    text-align:left;
    font-weight:normal;
    color:#613E0B;
    padding:10px 2px 10px 2px;
}
.myTd3
{
    background-color:#F9ECBE;
    font-size:11px;
    text-align:center;
    font-weight:normal;
    color:#613E0B;
    padding:8px 2px 8px 2px;
}

.myTd4
{
    background-color:#FFF4CC;
    font-size:11px;
    text-align:center;
    font-weight:normal;
    color:#613E0B;
    padding:8px 4px 8px 4px;
}

.myTd3s
{
    background-color:#F9ECBE;
    font-size:11px;
    text-align:center;
    font-weight:normal;
    color:#613E0B;
    padding:2px 2px 2px 2px;
}

.myTd4s
{
    background-color:#FFF4CC;
    font-size:11px;
    text-align:center;
    font-weight:normal;
    color:#613E0B;
    padding:2px 2px 2px 2px;
}
