﻿
body
{
    background-color: #dae3f4;
}

.top
{
	background-image:url("../Images/loginDefaultBg.jpg");
	background-repeat:repeat-x;
	height:146px;
}
.logo
{
	background-image:url("../Images/homeLogo.jpg");
	height:101px;
	background-repeat:no-repeat;
	 background-position:center top;
	
}
p
{
    font-family: Tahoma;
    font-size: 11px;
}



input, select, textarea
{
    font-family: Tahoma;
    font-size: 10px;
}


.read input, select, textarea
{
    font-family: Tahoma;
    font-size: 12px;
}

.navbar
{
    float: left;
    padding: 0px 10px 0 0px;
    height: 100%;
    min-height: 100%;
    position: absolute;
}
.notfound
{
	 font-weight:bold;
	 font-size:12px;
	 
}
A.underline:link
{
    text-decoration: underline;
}
A.underline:active
{
    text-decoration: underline;
}
A.underline:visited
{
    text-decoration: underline;
}
A.underline:hover
{
    text-decoration: underline;
}
.underline{ text-decoration:underline;}
.container
{
    width: 100%;
    height: 100%;
}
.message
{
    color: Red;
}
.content
{
    height: 100%;
    vertical-align: top;
    margin: 0 0 0 210px;
}
.smallerText
{
    font-size: 10px;
}
.boldText
{
    font-weight: bold;
    font-size: 10px;
}
.updateLink
{
    text-decoration: underline;
   
}
.updateLink:link
{
    color: #000000;
    text-decoration: underline;
}

.grid
{
    min-width: 100%;
}
.table
{
    font-family: Tahoma;
    font-size: 11px;
    color: black;
    background-color: #ffffff;
    border-color: #99ACDD;
    border-width: 1px;
    border-style: solid;
}
.tablePatient
{
    font-family: Tahoma;
    font-size: 11px;
    color: black;
}
.row
{
    height: 40px;
}
.item
{
    display: block;
    float: left;
    padding:0 0 0 10px;
}
.small
{
    font-size: 9px;
}

#dhtmltooltip {
position: absolute;
width: 150px;
border: 1px solid #C1C1C1;
padding: 2px;
background-color: #EFEFEF;
color: #000000;
visibility: hidden;
z-index: 100;
}



