﻿body
{
	font-family: 'Times New Roman' , Times, serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}

div
{
	font-family: 'Times New Roman' , Times, serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}

.bodyDefault
{
	font-family: 'Times New Roman' , Times, serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}

.Header
{
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align:right;
	width:150px;
}
.HeaderBig
{
	font-weight:bold;
	font-size:18pt;
	border-bottom:1px solid red;
	padding-top:20px;
}

.Label
{
	font-size: 7pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align:center;
	background-color:Gray;
	color:White;
}

.LabelFixed {
    font-size: 7pt;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-align: center;
    background-color: Gray;
    color: White;
    width: 300px;
}


.SMSText
{
	font-size: 7pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
.SMSText TD
{
	font-size: 7pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
.Footer
{
	color: #FFFFFF;
	font-size: 9pt;
	font-weight:bold;
}
.KshmaRed
{
	color: #FF0000;
}
.PageTitle
{
	font-size:20pt;
	border-bottom:1px solid #cdcdcd;
}

.PageTitleSmall
{
	font-size:11pt;
	font-weight:bold;
	border-bottom:1px solid #cdcdcd;
}

a 
{
	color:blue;
	text-decoration:none;
}

a:visited 
{
	color:Blue;
}

a:hover
{
	color:Red;
}

.LinkRecordTime
{
	font-size:26pt;
}

.Welcome
{
	font-size:8pt;
	color:white;
	font-style:italic;
	font-weight:bold;
}
.DisplayBoldMessage
{
	font-size:20pt;
	color:Red;
	font-style:italic;
}
.Textbox
{
	font-size:9pt;
	color:#0f0f0f;
	border:1px solid #cdcdcd;
}
.Textbox1 {
    font-size: 9pt;
    color: #0f0f0f;
    border: 1px solid #cdcdcd;
    width: 300px;
}
.TextboxRightAlign
{
	font-size:9pt;
	color:#0f0f0f;
	border:1px solid #cdcdcd;
	text-align:right;
}
.TextboxUpper
{
	font-size:9pt;
	color:#0f0f0f;
	border:1px solid #cdcdcd;
	text-transform:uppercase;
}

.CalendarDay
{
	font-size:14pt;
	font-weight:bold;
}

.MenuStyle_1
{
	background-color:#0085CA;
	height:20px;
}
.MenuStyle_1 a
{
	color:#FFFFFF;
}

.MenuStyle_2
{
	background-color:#0085FF;
	height:18px;
}

.MenuStyle_2 a
{
	color : #FFFFFF;
}

.MenuStyle_3
{
	background-color:#00CAFF;
}
.MenuStyle_3 a
{
	color : #FFFFFF;
}

.MenuStyle_4
{
	background-color:Yellow;
}

.MenuStyle_4 a
{
	color : #000000;
}

.modalBackground 
{ 
	background-color: Black; 
	filter: alpha(opacity=80); 
	opacity: 0.8; 
	z-index: 10000; 
}

.PagerStyle span
{
	color:Orange;
	font-weight:bold;
}

.Message
{
	color:Red;
}

* {
	margin: 0;
}
html, body {
	height: 100%;
	overflow: auto;
}
.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.box {
	position: fixed;
	left: 50%;
	top: 180px;
	margin: 0 0 0 -370px;
}
* html .box { 
	position: absolute;
}

.accordionBody
{
	border:1px solid #cdcdcd;
}

.accordionHeader
{
	font-size: 11px;
	cursor: pointer;
	padding: 2px;
	font-family: Georgia, Tahoma;
/*	border-bottom: 1px solid; */
	background-image: url('/images/silvergradient.gif');
	background-repeat: repeat-x;
	color:#ffffff;
}

.accordionHeaderSelected
{
	font-size:11px;
	background-image: url('/images/silvergradientover.gif');
	background-repeat: repeat-x;
	border-bottom: #000000 1px solid;
	color:#ffffff;
	cursor:pointer;
	padding:2px;
	font-family: Georgia, Tahoma;
}

.accordionContent
{
	border:1px solid #fff;
	display:none;
	height:250px;
}

.CellBorderBottom
{
	border-bottom:1px solid #cdcdcd;
}

.AjaxComboBox
{
    font-display:auto;
}

.AjaxComboBox input
{
	border:1px solid #cdcdcd;
}

.Dropdown
{
	width:150px;
	font-size:9pt;
	color:#0f0f0f;
}

.partHeader {
    text-align:center;
}

.tabsdemoDynamicHeight md-content {
    background-color: transparent !important;
}
  .tabsdemoDynamicHeight md-content md-tabs {
    background: #f6f6f6;
    border: 1px solid #e1e1e1; }
    .tabsdemoDynamicHeight md-content md-tabs md-tabs-wrapper {
      background: white; }
  .tabsdemoDynamicHeight md-content h1:first-child {
    margin-top: 0; }