﻿/* Generic Content*/
.SearchText {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #B0803A;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 10px;
	background-color: #2F434A;
	text-decoration: none;
	cursor: pointer;
}
.SearchText:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #f9cf75;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 10px;
	background-color: #2F434A;
	text-decoration: none;
	cursor: pointer;
}
.glossymenu li a{
	float: left;
	display: block;
	color: #C2932D;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	padding: 0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 43px;
	line-height: 43px;
	text-align: center;
	cursor: pointer;
}
.sideglossymenu li a{
	background-position: left bottom;
	margin: 2px 0px 0px 0px;
	background: #2F434A url('../../App_Themes/MedicalTheme/images/glossyback2.jpg') repeat-x left
bottom;
	font: bold small "Times New Roman", Times, serif;
	color: #3D282A;
	display: block;
	width: auto;
	padding: 3px 0px 3px 5px;
	text-decoration: none;
	text-align: center;
}


/* Specific Content*/
#MedicalHeader {
	position: absolute;
	left: 36px;
	top: 116px;
	width: 285px;
	height: 58px;
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	color: #c4cece;
}
#HospitalsHeader
{
    position: absolute;
    left: 10px;
    top: 20px;
    width: 285px;
    height: 58px;
    font-family: "Times New Roman", Times, serif;
    font-size: 50px;
    color: #808c89;
}
#ClinicsHeader
{
    position: absolute;
    left: 460px;
    top: 10px;
    width: 285px;
    height: 58px;
    font-family: "Times New Roman", Times, serif;
    font-size: 50px;
    color: #78736d;
}
#MedicalLabsHeader
{
    position: absolute;
    left: 380px;
    top: 100px;
    width: 285px;
    height: 58px;
    font-family: "Times New Roman", Times, serif;
    font-size: 50px;
    color: #8ba3b8;
}
#DietCenterHeader
{
    position: absolute;
    left: 36px;
    top: 80px;
    width: 285px;
    height: 58px;
    font-family: "Times New Roman", Times, serif;
    font-size: 50px;
    color: #e3d8cc;
}
#DoctorsHeader
{
    position: absolute;
    left: 10px;
    top: 50px;
    width: 285px;
    height: 58px;
    font-family: "Times New Roman", Times, serif;
    font-size: 50px;
    color: #d3e9eb;
}
#PharmaciesHeader
{
    position: absolute;
    left: 25px;
    top: 80px;
    width: 285px;
    height: 58px;
    font-family: "Times New Roman", Times, serif;
    font-size: 50px;
    color: #c1e2e5;
}
