﻿html, body {height: 100%; margin: 0px;} 

body {
	margin: 0px;	
}
.topBack{
background-image:url(../images/topBack.jpg);
background-repeat:repeat-x;
height:119px;
}
.logStatus{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
padding:5px 0 0 15px;
color:#000000;
text-decoration:none;
}
.date{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
padding:5px 10px 0 0;
color:#000000;
text-decoration:none;
}
.logout{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
padding:5px 15px 0 5px;
color:#000000;
text-decoration:none;
}
.heading{
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:bold;
color:#000000;
}
.mainMenuBack{
background-image:url(../images/mainMenuBack.jpg);
background-repeat:repeat-x;
background-color:#282785;
height:29px;
}
.linkNormal{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
padding:2px 8px 0 8px;
color:#ffffff;
text-decoration:none;
}
.linkHigh{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
padding:15px 5px 0 5px;
color:#252481;
height:29px;
text-decoration:none;
}
.lenkHighLeft{
background-image:url(../images/menuHighLeft.jpg);
background-repeat:no-repeat;
background-color:#f6f6f7;
width:5px;
height:29px;
}
.lenkHighCenter{
background-image:url(../images/menuHighCenter.jpg);
background-repeat:repeat-x;
background-color:#f6f6f7;
height:29px;
}
.lenkHighRight{
background-image:url(../images/menuHighRight.jpg);
background-repeat:no-repeat;
background-color:#f6f6f7;
width:5px;
height:29px;
}
.linkSubBack{
background-image:url(../images/subMenuBack.jpg);
background-repeat:repeat-x;
height:32px;
}
.subSubMenu{
border-bottom:#999999 1px solid;
}

.linkSubBack_New{
background-color:#CECED0;
background-repeat:repeat-x;
height:32px;
}

.subMenu{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#808080;
text-decoration:none;
}
.subMenuHigh{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#252481;
text-decoration:none;
}
#tblHeight{
height:100%;
}

/*Fo case management calendar*/
.PageHeaderTitle
{
	font-family: Arial;
	font-size: 16px;
	height: 25px;
	font-weight: bold;
	color: #000000;
	background-color: #f5f5f5;
	border-bottom: #000000 solid 1px;
}
a.PageHeaderTitleLink
{
	font-family: Arial;
	font-size: 16px;
	height: 25px;
	font-weight: bold;
	color: #000000;
	background-color: #AED8F0;
	text-decoration: none;
}
a.PageHeaderTitleLink:hover
{
	font-family: Arial;
	font-size: 16px;
	height: 25px;
	font-weight: bold;
	color: #000000;
	background-color: #AED8F0;
	text-decoration: underline;
}
.CalendarCallTD
{
background-color:#7AA7C0;
}
.CalendarTaskTD
{
background-color:GrayText;
}
.CalendarDateTR
{ 
	background-color:#EAEAEA; 
	font-family:Arial; 
	font-size:10pt; 
	font-weight:bold; 
	height:30px; 
	padding-left:5px; 
	border-bottom:1px solid #000000;
}
a.CalendarEventLink
{
	font-size: 9px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration :none;
}

a.CalendarEventLink:hover
{
	font-size: 9px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration :underline;
}
.normaltext
{
	font-family: Arial;
	color: #000000;
	font-size: 11px;
}

.normaltextBold
{
	font-family: Arial;
	color:Navy ;
	font-size: 11px;
	font-weight :bold ;
}
.putborder{border: 1px solid black ;}

.PutBorderRight
{
	border-right: 1px solid #000000;
}
.PutBorderLeft
{
	border-left: 1px solid #000000;
}
.PutBorderTop
{
	border-top: 1px solid #000000;
}
.PutBorderBottom
{
	border-bottom: 1px solid #000000;
}

a.CalendarAddLink
 {
    color: #484747;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-align: right;
    text-decoration: none;
}