﻿body
{
    margin: 0px;
    font-family: Calibri;
}

.HeaderBar
{
    width: 1240px;
    height: 35px;
    background-image: url("bgMenuBar.png");
    background-repeat: repeat-x;
    margin-right: auto;
    margin-left: auto;
}

.MenuBar
{
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
    height: 35px;
}

.Divide1
{
    height: 8px;
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
    background-color: #003399;
}

.LoginPanel
{
    float: right;
    margin-top: 5px;
}

.CenterPanel
{
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.FrontPageCell
{
    padding-left: 10px;
    padding-right: 10px;
}

/********************************************************************************
 * Optic Database
 ********************************************************************************/
.FilterAndSearchLayoutTable
{
    width: 100%;
    background-image: url("bgFilters.png");
    background-repeat: repeat-x;
    background-color: #7F99CC;
    color: White;
}

.OpticFilterTable
{
    width: 900px;
    border-right: solid 0px #7F99CC;
}

/* borders around every cell */
.OpticFilterTable td
{
    border-right: solid 1px #7F99CC;
    border-bottom: solid 1px #7F99CC;
    padding-left: 5px;
    height: 25px;
}
/* but not on the bottom of the last */
.OpticFilterTableLastRow
{
    border-bottom: none 0px #7F99CC !important;
}

.OpticFilterTableHeadline
{
    font-size: 20px;
    font-weight: bold;
}

.OpticSearchTable
{
    color: White;
    width: 340px;
}

.OpticSearchTable td
{
    border-bottom: solid 1px #7F99CC;
    padding-left: 5px;
    height: 25px;
}

/********************************************************************************
 * Optic Table
 ********************************************************************************/
.DataTableLayoutTable
{
    width: 100%;
}
.DataTableLayoutTableTopLeft, .DataTableLayoutTableBottomLeft
{
    width: 20px;
    background-image: url("TableLeft.png");
    background-repeat: repeat-y;
}
.DataTableLayoutTableTopRight, .DataTableLayoutTableBottomRight
{
    width: 20px;
    background-image: url("TableRight.png");
    background-repeat: repeat-y;
}

.DataTable
{
    width: 100%;
    height: 69px;
}

.DataTable td, .DataTable th
{
    border-left: solid 1px White !important;
    border-right: solid 1px White !important;
    border-bottom: solid 1px White !important;
}

.DataTableHeader
{
    width: 1240px;
    height: 31px;
    background-color: #003399;
}

.DataTableHeader, .DataTableHeader a
{
    color: White;
    text-decoration: none;
}

.DataTableRow td
{
    background-color: #7F99CC;
    padding-left: 3px;
    padding-right: 3px;
}
.DataTableRow, .DataTableRow a
{
    color: White;
}
.DataTableRowFrontPage td
{
    height: 65px;
}

.DataTableFooterPanel
{
    background-color: #003399;
    height: 31px;
    width: 100%;
}

/********************************************************************************
 * Menu
 ********************************************************************************/
table.MenuItem, span.MenuItem
{
	width: 150px;
	background-image: none;
	background-repeat: no-repeat;
}
table.MenuItem
{
	height: 35px;
}
table.MenuItem td
{
	height: 35px;
}
span.MenuItem
{
	height: 30px;
	padding-top:5px;
	display: block;
	float: left;
}

a.MenuItem
{
	background-image: none;
	color: White;
	font-family: Sans-Serif;
}

.MenuItem
{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

a.MenuItemSelected
{
	color: Black;
}
