/*
*******************************************************************************
Module Name: _style.css

Copyright (c) 2007 Toshiba Americ Information Systems, Inc.
All Right Reserved.

Description: main style sheet

Date Created: 01/12/2007

Revision History:
Date        Initials    Comments
----------------------------------------------------------
01/12/2007  D(!)M       Orginal
08/16/2007  D(!)M       Added .pager class (Ome 51)

*******************************************************************************
*/
html
{
    font-family: Sans-Serif;
	font-size: 13px;
	color: #555;
}
body
{
    margin: 5px 0px 0px 5px;
}
td, th
{
	font-size: 11px;
}
input, textarea
{
	font: 11px arial;
}
hr
{
	color: #808285;
}
a
{
	font-size: 12px;
	color: #808285;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #000;
}
.body
{
	font-size: 13px;
	color: #333;
}
.head
{
	font-weight: bold;
	font-size: 22px;
}
.title
{
	font-weight: bold;
	font-size: 13px;
}
.redtitle
{
	color: #ED1C24;
	font-weight: bold;
	font-size: 13px;
    text-align: right;
}
.sortHeader
{
	background-color: #ccc;
	font-weight: bold;
}
.sortHeader A
{
    font-size: 11px;
	color: #555;
	font-weight: bold;
	text-decoration: none;   
}
.pager
{
	background-color: #ccc;
	color: #000;
	font-weight: bold;
}
.pager A
{
    font-size: 11px;
	color: #555;
	font-weight: bold;
	text-decoration: underline;   
}
.alternatingBackground
{
	background-color: #eee;
}
.paddingRight
{
    text-align: right;
    padding-right: 10px;
}
.inputLabel
{
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}
.label
{
    font-weight: bold;
    white-space: nowrap;
}
.button
{
/*
    font-size: 11px;
	color: #555;
	background-color: #CCC;
	font-weight: bold;
*/
}

/*Modal Popup*/
.modalBackground
{
	background-color:#AAA;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup
{
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:#999;
	padding:0px;
	width:250px;
}

.alt
{
    position:absolute;
    font-size:8pt;
    text-align:center;
    color:Black;
    border-style:solid;
    border-color:Black;
    border-width:1px;
    padding:0px 3px 0px 3px;
    background-color:InfoBackground;
    visibility:hidden;
}

.flat2
{
    border-style:none;

}
.flat
{
    border-style:none;
   	background-color:#ffffdd;
	color: black;
}
.Copyright
{
    font-weight:normal; 
    font-size:10px; 
    color:#000;
}
.policyHeader
{
	background-color: #ccc;
	font-weight: bold;
    text-align:left;
    white-space: nowrap;
}
.policyLabel
{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}
.textareaNonResizeable
{
	width: 100%;
	resize: none;
	overflow:auto;
}
