﻿.CobolStyle
{
    font-family:Arial;
    font-size:10pt;
    font-weight:bold;
	color:#FF9900;
}
.BodyStyle
{
    background-color: Black;
}
.Table
{
    width: 100%;
}
.GridViewStyle
{
    font-family: Arial, Sans-Serif;
    font-size:10px;
    /*table-layout: auto;*/
}
.HeaderStyle, .FooterStyle
{  
	background-color:#e3e3e6;
	background-image: url('../../images/headers/GridHeader.jpg'); 
	background-position:top;
    background-repeat: repeat-x;
} 
.HeaderStyle th
{
	color: #16387c;
	font-weight:normal;
}

.HeaderStyle a
{
    text-decoration:none;
    color:#16387c;
    font-weight:normal;
}

.RowStyle 
{
    background-color:#ffffff;
}
.AltRowStyle 
{
	background-color:#f9f9f9;
}
.SelectedRowStyle 
{
    color: #ffffff;
    background-color: Black;
	background-image: url('../../images/banners/Black.jpg');
    background-position:center;
    background-repeat:repeat-x;
}

.TextStyle
{
    font-family:Arial;
}

.LabelStyle 
{
    font-family:Arial;
    font-size:10pt;
	color:Black;
}

.CheckBoxStyle
{
    font-family:Arial;
    font-size:10pt;
	color:Black;
}

.ComboBoxStyle
{
    font-family:Arial;
    font-size:9pt;
	color:Black;
}

.DateStyle
{
    font-family:Arial;
    font-size:9pt;
	color:Black;
}

.RadioStyle
{
	color:Black;
}

.CountStyle
{
    font-family:Arial;
    font-size:9pt;
    font-weight:bold;
	color:#16387c;
}

.ButtonStyle
{
	/*color:#16387c;*/
	/*background-color: #fcb814;*/
	background-image: url('../../images/banners/Black.jpg');
    background-position:center;
    background-repeat:repeat-x;
}

.DropDownStyle
{
	background-color: #fcb814;
}

.PanelHeaderStyle
{
	color:#16387c;
	background-color:#e3e3e6;
	background-image: url('../../images/headers/GridHeader.jpg'); 
	background-position:0 -10px;
    background-repeat: repeat-x;
}

.PrProgress
{
    display: block;
    position: absolute;
    padding: 2px 3px;
    z-index: 101;
}
.PrContainer
{
    border: solid 1px Black;
    border-width: 1px 0px;
}
.PrHeader
{
    border-left: 1px solid Black;
    border-right: 1px solid Black;
    border-top: 0px solid Black;
    border-bottom: 1px solid #ccc;
    background: url('../../images/progress/sprite.png') repeat-x 0px 0px;
    padding: 0px 10px;
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.9;  
    white-space:nowrap;
    font-family: arial,helvetica,clean,sans-serif;
}
.PrBody
{
    background-color: #f2f2f2;
    border-color: Black;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px;
}

.PrBlur
{
    width: 100%;
    background-color: black;
    moz-opacity: 0.50;
    khtml-opacity: .50;
    opacity: 0.50;
    filter: alpha(opacity=50);
    z-index: 100;
    height: 6000px;
    position: absolute;
    top: 0;
    left: 0;
}

.calendarCalendar {
	background-color:Black;
	text-align:left;
}

.calendarTitle {
	font:bold 10px Tahoma;
	text-align:center;
	color: white;
	padding:5px;
}

.calendarArrowLeft {
	font:bold 10px Tahoma;
	text-align:center;
	cursor:hand; cursor:pointer;
	color: white;
	vertical-align: middle;
	padding-left:10px;
}

.calendarArrowRight {
	font:bold 10px Tahoma;
	text-align:center;
	cursor:hand; cursor:pointer;
	color: white;
	padding-right:10px;
}

.calendarMonthContainer 
{
    padding-bottom:5px;
	text-align:center;
}

.calendarMonth {
	width:161px;
	margin-left:auto;
	margin-right:auto;
	background-color: Black;
	padding-left: 4px;
	padding-right: 4px;
}

.calendarMonthTitle {
	height: 16px;
	font: bold 11px Tahoma;
	color: White;
	text-align:center;
	padding-top:5px;
	padding-bottom:7px;
	border: 1px solid white;
	background-image: url('../../images/banners/Black.jpg');
	background-repeat: repeat-x;
	background-position: center;
}

.calendarDayName {
	font: bold 9px Verdana;
	color: black;
	text-align:center;
	padding-top: 6px;
	padding-bottom: 6px;
	color: White;
}

.calendarDay {
	font:10px Tahoma;
	color: #DDDDDD;
	text-align:center;
	cursor:hand; cursor:pointer;
	height: 20px;
}

.calendarDayToday {
	font:bold 10px Tahoma;
	color:white;
	text-align:center;
	cursor:hand; cursor:pointer;
	/*background-image: url('../../calendar/Images/bgtoday.gif');*/
	background-color: Red;
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
}

.calendarDayDisabled {
	font:10px Tahoma;
	color: Gray;
	text-align:center;
	height: 20px;
}

.calendarDaySelected {
	font:bold 10px Tahoma;
	color:white;
	/*background-image: url('../../calendar/Images/bgsel.gif');*/
	background-color: #E97624;
	background-repeat: no-repeat;
	background-position: center;
	text-align:center;
	height: 20px;
	cursor:hand; cursor:pointer;
}

.calendarDaySpecial {
	font:bold 10px Tahoma;
	color:white;
	background-image: url('../../calendar/Images/bgspecial.gif');
	background-repeat: no-repeat;
	background-position: center;
	text-align:center;
	height: 20px;
	cursor:hand; cursor:pointer;
}

.calendarDatePickerButton {
    vertical-align: bottom;
    cursor: pointer; cursor: hand;
}





