/* GENERAL */
* { margin:0; padding:0;}
body { font-size: 9pt; font-family: Arial,sans-serif; color: #333; line-height: 140%;  background: #ffffff; }
a { border: none; text-decoration: none !important; }
img { border: none; text-decoration: none;}

/* STRUCTURE */
#container {
    margin: 0 auto;  
    width: 900px;
    height: 802px;
}

#header {
    width: 900px;
    height: 141px;    
}

#main{
    width: 891px;
    height: 652px; 
    border-left: 5px solid #9f111e;
    border-right: 5px solid #9f111e;
    padding: 0px;
    margin: 0px;       
}

#content {
    float: left;
    width: 750px;
    height: 652px;
    padding: 0px;
    margin: 0px;    
}

#latest_news,
#video_conference_or_flickr,
#twitter_channel {
    border: 1px solid #9f111e;
    float: left;
    margin: 0px;
    margin-left: 10px;
    margin-top: 10px;    
}

#latest_news {
    height: 294px;
    width: 725px;
    clear: right;
    padding: 5px;    
}

#video_conference_or_flickr {
    height: 324px;
    padding: 0px;    
}

#twitter_channel {
    height: 314px;
    float: left;
    clear: right;
    padding: 5px;
    width: 354px;    
}

#video_conference_flickr_selector {
    text-align: center;
    border-top: 1px solid #9f111e;
    border-right: 1px solid #9f111e;
    border-bottom: 1px solid #9f111e;
    float: left;
    margin: 0px;
    margin-top: 10px;
    width: 13px;
    height: 28px;    
}

#video_conference_flickr_selector a {
    float: left;
    clear: right;
}

#sponsors {
    padding: 0px;
    margin: 0px;
    padding-top: 10px;
    float: left;
    clear: right;
    width: 137px;
    /* height: 650px; */
    text-align: center;    
}

#footer {
    width: 900px;
    height: 9px;
    padding: 0px;
    margin: 0px;
    background-image: url('../images/footer.gif');    
}

/* OTHER */

/* Twitter lists */
.title {
    font-size: 12pt;
    font-weight: bold;
    line-height: 16px;
}

.title2 {
    font-size: 12pt;
    font-weight: bold;
    line-height: 20px;
}

.twitter_list {
    list-style-type: none;        
}
.twitter_list li {
    margin: 0;
    margin-top: 5px;
    padding: 2px;        
}
.odd {
    background-color: #EEEEEE;       
}
.even {
    background-color: #FFDDDD;
}
.avatar {
    width: 52px;
    float: left;    
}
.info {
    float: left;
    clear: right;   
}
#enter2010_twitter li .info {
    width: 656px;
}
#enter2010_twitter_channel li .info {
    width: 276px;   
}

#enter2010_twitter_channel li .text {
    line-height: 13px;
    text-align: justify;
    word-wrap: break-word;
}
#enter2010_twitter_channel li .date {
    font-size: 7pt;   
}
#enter2010_twitter li .text {
    font-size: 14pt;
    line-height: 22px;
    text-align: justify;
    word-wrap: break-word;
}
#enter2010_twitter li .date {
    font-size: 10pt;
    line-height: 14px;   
}
.twitter_full_list {
    text-align: right;
    width: 100%;
}

#enter2010_twitter {
    height: 268px;
    overflow: auto;
}
#enter2010_twitter_channel {
    height: 287px;
    overflow: auto;
}

.avatar img {
    width: 48px;
    height: 48px;
}