﻿.eventContainer{
    float:left;
    width:100%;
    color:#333;
    padding-top:5px;
    padding-bottom:10px;
    line-height:1.4em;
    border-bottom:dotted 1px #666;
}
.eventContainer img{
    float:right;
    width:220px;
    margin-top:12px;
    margin-left:10px;
    padding:2px;
    border:solid 1px #ccc;
}
.eventContainer h3{
    font-size:1.45em !important;
    font-weight:bold;
    color:#444;
    margin-bottom:1.5em !important;
}
.eventContainer h4{
    font-size:1.2em;
    font-weight:bold;
    color:#444;
    padding-bottom:0.2em;
}
.abstractContainer{
    float:left;
    width:100%;
} 
.detailContainer{
    display:none;
    float:left;
    width:100%;
    margin-top:25px;
}
.eventNameAbstract{
    font-size:1.35em;
    color:#444;
    font-weight:bold;
}
.eventDateAbstract{
    font-style:italic;
}  


/* Change widths (override core.css) to accommodate wider RIGHT side column, allowing more
room for the events */

.columnLeft{
   float:left;
   position:relative;
   left:-601px;
   width:152px;
   margin-top:184px;
}
#columnMiddle{
    float:left;
    position:relative;
    top:0;
    left:152px;
    width:601px;
    /* Sets the overall basic font-size and line heights
    for everything in the middle column */
    font-size:0.85em;
    line-height:1.40em;
}
.columnRight{
    float:left;
    width:220px;
}
#pageWrapperOuter {
   
    background-image:url(../../../_gowaihi/images/global/main_background_wide.gif);
}

#mainContent{
    width:542px;
}
.menuNodeLevel_1 a{
    color:#745800 !important;
    font-weight:bold !important;
    text-align:left !important;
    /*margin-left:10px !important;*/
}
.menuNodeLevel_2 a{
    color:#745800 !important;
    font-weight:normal !important;
    /*margin-left:0px !important;*/
}
.plugInContainer select{
width:180px;
font-size:0.75em;
margin-left:5px;
}
.plugInContainer input
{
   font-size:0.75em;
}
    
.columnLeft .plugInContainer a{
color:#fff !important;
font-weight:normal !important;
}


