/* 
    Copyright 2009  Mauro Rocco  (email : fireantology@gmail.com)

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/

#history_timeline{
width: 600px; margin: 0 auto;
}

#history_timeline .timeline_row{
clear: both; display:block;
}

#history_timeline .timeline_left{
width: 40%; float: left; text-align: right; margin-right: 10px;
padding-bottom: 10px; padding-top: 10px;
height: 40px;
}

#history_timeline .timeline_right{
width: 40%; float: left; padding-left: 10px;
padding-bottom: 10px; padding-top: 10px;
border-left: 1px solid #000;
height: 40px;
}

#history_timeline .timeline_tag{
font-weight: bold;
}

#history_timeline .timeline_tag a{
text-decoration: none;
color: #000;
}


