﻿.h6
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFA521;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	display: block;
	padding: 0px;
	margin: 0px;
}

/* CLASSES */

.align_left
{
    float: left;
}

.align_right
{
    float: right;
}

.separator
{
    width: 1px;
    border-right: solid 1px #cccccc;
    padding: 0px 0px 0px 10px;
    margin: 0px;
    height: 300px;
    float: left;
}

.dividerV5
{
    height: 5px;
    width: 100%;
}   

.dividerV10
{
    height: 10px;
    width: 100%;
}

.dividerV20
{
    height: 20px;
    width: 100%;
}

.horizDivider
{
    width: 208px;
    height: 1px;
    border-bottom: solid 1px #cccccc;
} 

.timeline_div
{
    height: 356px; 
    width: 578px; 
    padding: 0px; 
    overflow: hidden;
    position: relative;
    border: solid 1px #cccccc;
}

.timeline_content
{
    background-image: url(../../images/timeline/timeline_back.jpg);
    background-repeat: no-repeat;
    width: 1130px;
    height: 277px;
    position: absolute;
    top: 32px;
}

.timeline_info
{
    position: relative;
    width: 1130px;
    height: 277px;
}

.timeline_info_item
{
    position: absolute;
    width: 19px;
    height: 18px;
    bottom: 25px;
    background-image: url(../../images/timeline/timeline-info-icon.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.timeline_info_item:hover
{
    position: absolute;
    width: 19px;
    height: 18px;
    bottom: 25px;
    background-image: url(../../images/timeline/timeline-info-icon-hover.gif);
    cursor: pointer;
    background-position: 0px 0px;
}

.progress_manager
{
    width: 100%;
    height: auto;
    text-align: center;
}

.awards_subtitle
{
    color: #1B28E8;
}

.mag_img
{
    padding-right: 10px;
}

.datalist
{
    float: left;
    width: 228px;
}

/* IDs */

#timeline_intro
{
    width: 100%;
    height: auto;
}

#timeline_header
{
    width: 578px;
    height: 32px;
    background-image: url(../../images/timeline/timeline-header.gif);
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
}

#awards_holder
{
    width: 200px;
    height: auto;
    background-image: url(../../images/module_corner_tab.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 20px 10px 10px 10px;
	float: left;
}

#info_holder
{
    background-image: url(../../images/module_corner_tab.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 330px;
	height: auto;
	padding: 10px;
	margin-right: 10px;
	float: left;
}

#awards_title
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFA521;
	font-weight: bold;
	display: block;
	padding: 0px;
	margin: 0px;
}

/* SLIDER STYLES */

#slider_holder
{
    position: absolute;
    top: 308px;
    width: 560px;
    height: 36px;
    padding: 12px 0px 0px 20px;
    text-align: center;
    background-image: url(../../images/timeline/timeline-control-back-holder.png) !important;
    background-repeat: no-repeat;
}

div.radslider
{
    position: relative;
    text-align: left;
    width: 540px !important;
    height: 24px;
    background-image: url(../../images/timeline/timeline-control-slider-back.png);
    background-repeat: no-repeat;
}

.decrease
{
    width: 31px;
    height: 24px;
    background-image: url(../../images/timeline/timeline-left-btn.png);
    background-repeat: no-repeat;
    z-index: 10000 !important;
}

.increase
{
    width: 31px;
    height: 24px;
    background-image: url(../../images/timeline/timeline-right-btn.png);
    background-repeat: no-repeat;
    z-index: 10000 !important;
}

.track
{
    width: 480px !important;
    height: 24px;
    left: 30px;
}

a.draghandle
{   
    width: 20px;
    height: 24px;
    background-image: url(../../images/timeline/timeline-slider-ball.png);
    background-repeat: no-repeat;
}   


