/*     
        Template no. 2
        Vertical menu in right side
        Colors and pictures are customizable
    */
    
    /*     For user: 
        
        There are hints and tips writen inside of these comment lines
        
        All colors has to give in hexadecimal form 
        e.g #11ff22
         
        Between these markings: *** *** is information which is not customizable
        e.g *** do not make modifications for these values *** 
    */


.conf {
    width: 100%;
    border: none;
    margin: 0;
}

.confheader {
}

.confLogoBox {
    border-top: 0px;
    border-bottom: 0px;
    align-self: left;
    width:100%;
}

.confTitleBox {
    border-top: 0px solid #234173;
    border-bottom: 0px solid #0f4c80;
    background: #1a64a0 url("../../images/conf/stripes1.png") repeat-x 0 -24px;
}

.confLogo {
    width:100%;
}

.confTitle {
    width:100%;
    text-align: center;
}

.conferencetitlelink {
    padding: 1px 0;
    padding-bottom: 10px;

}

.page-content-header, h1 {
   font-size: 25px;
   color: #B22222;
   font-family: roboto light,helvetica neue,helvetica,verdana,arial,sans-serif;
   font-weight: normal;
}


.title h2 {
   font-size: 25px;
   color: #B22222;
   font-family: roboto light,helvetica neue,helvetica,verdana,arial,sans-serif;
   font-weight: normal;
}

.title h3 {
	
font-size: 25px;
   font-family: roboto light,helvetica neue,helvetica,verdana,arial,sans-serif;
   font-weight: bold;
}

.title header h2 {
   font-size: 25px; 
   color: #B22222;
   font-family: roboto light,helvetica neue,helvetica,verdana,arial,sans-serif;
   font-weight: normal;
}

/* 
.conference-page, header, h2 {
   font-size: 25px;
   color: #B22222;
   font-family: roboto light,helvetica neue,helvetica,verdana,arial,sans-serif;
   font-weight: normal;
}

.message-text, p:after {
	content: "\n";
	
}
*/

.confSubTitleBox {
        background: #f5faff url("../../images/conf/stripes1.png") repeat-x 0 -213px;
        border-bottom: 1px solid #d5e4f1;
        border-top: 1px solid #d5e4f1;
}

.conferencetitlelink {
    color: white;
}

.simpleTextAnnouncement {
    background: #F5FAFF url(../../images/conf/stripes1.png) repeat-x scroll 0 -300px;
}

/*
.confTitleBox {
    border-top: 3px solid #103f0a;
    border-bottom: 1px solid #0f4c80;
    background: #1a64a0 url("../../images/conf/stripes2.png") repeat-x 0 0;
}

.confSubTitleBox {
        background: #f5faff url("../../images/conf/stripes2.png") repeat-x 0 -189px;
        border-bottom: 1px solid #899d89;
        border-top: 1px solid #899d89;
}
*/
.datePlace {
    color: #073307;
}

.searchBox {
    background: transparent url("../../images/conf/stripes2.png") repeat-x 0 -276px;
}