﻿.div-index
{
	background-image: url('../images/index/back.gif');
	background-repeat: no-repeat;
	width: 801px;
	height: 512px;
	border-bottom: solid 2px black;
}

.div-index-headerR
{
	background-image: url('../images/index/headerright.gif');
	background-repeat: no-repeat;
	width: 696px;
	height: 63px;
	float: left;
}

.div-index-scroll
{
	width: 330px;
	height: 90px;
	margin-right: 5px;
	overflow: auto;
	background-color: #C2D3FC;
	color: Black;
}

.td-index-scrollL
{
	width: 70px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	vertical-align: top;
}

.td-index-scrollR
{
	width: 230px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	vertical-align: top;
}

.td-index-space
{
	height: 10px;
}

.download_title
{
    font-size: 180%;
    color: #000000;
    border-bottom: 1px solid #000000;
    padding: 10px 5px 0px 5px;
}

.download_image
{
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.download_table
{
    border-collapse: collapse;
}

.download_tabletitle
{
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    background-color: #0082C5;
    font-size: 90%;
    padding: 5px;
    border: 1px solid #000000;
}

.download_tablecell
{
    color: #000000;
    border: 1px solid #000000;
    padding: 5px;
    text-align: center;
}

.download_sep
{
    border-bottom: 1px dashed #000000;
    padding: 0px 5px 0px 5px;
}

