﻿.Content_Container
{
    text-align: center;
}

.PrintPage{
  float: right;
  margin-top: -35px;
  margin-right: 0px;
  margin-left: 400px;
  padding-right: 10px;
}

.NavContainer 
{
    text-align:center;
    background-color: #444;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.MenuButtons
{
	background-image: gray /Global/Images/MasterPage/tab_up_btn.png;
	width: 100px;
	height: 50px;
}

.DefaultMenuButtons
{
     background: Gray url(/Global/Images/MasterPage/tab_up_btn.png) no-repeat;
     Width: 110px;
     height: 30px;
     text-align: center;
     vertical-align: middle;
     padding-top: 4px;
     font-weight: bold;
     white-space: nowrap;
}

.PageTitle
{
	font-family: Times New Roman;
	font-size: 20px;
	color: Gray;
}

.ReportingBanner
{
	color: Gray;
	white-space: nowrap;
	font-family: Times New Roman;
	font-size: 14pt;
	color: Gray;
}


/* _____________________________________________________  Tables _______________________________________________________ */
.table_invisible
{
    border: 0;
}
.header{
  float:left;
}
.header_submenu
{
	padding: 100px 10px 20px 0px;
	text-align: right;
	width: 200px;
	vertical-align: top;
	border-right-color: #003366;
	border-right-style: solid;
	border-right-width: 1px;
}
/* _____________________________________________________________________________________________________________________ */

.required_message
{
    font-size: 10pt;
    padding-top: 5px;
    padding-right: 20px;
    font-style: italic;
    /*float: right;*/
    text-align: right;
    vertical-align: top;
    color: Red;
}
.red
{
    color:Red;
}
.required
{
    color: Red;
    font-size: 12px;
    font-weight: bold;
}

.ReportPanel
{
	padding: 20px;
	text-align: left;
}

.ReportHeader
{
	font-size: 24px;
	font-family: Times New Roman;
	float: right;
}

