﻿html
{
	margin: 0px;
	font-size: 12px;
	color: Black;
	background-color: white;
	background-position: 0px 100px;
}
body
{
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: Black;
}
p
{
	padding-left:5px;
}
a, a:visited, a:active
{
	color: blue;
	text-decoration: none;
	font-size: 12px;
}
a:hover
{
	color: Navy;
	text-decoration: none;
	font-size: 12px;
}
IMG
{
	border:none;
}
INPUT
{
	font-size: 12px;
}
.Small
{
	font-size: 10px;
}
TD
{
	vertical-align: top;
}
HR
{
	height: 1px;
	color: #dee4e8;
	border-bottom: solid 1px #c3c8cb;
}
.VR
{
	border-right: solid 1px #d9d9d9;
}
H1
{
	font-size: 15px;
	font-weight: bold;
	color: #03365e;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 5px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
H2
{
	font-size: 14px;
	font-weight: bold;
	color: #0e4c7d;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-right: 1px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
H3
{
	font-size: 13px;
	font-weight: bold;
	color: #103a5b;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-right: 1px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
H4
{
	font-size: 12px;
	font-weight: bold;
	color: #103a5b;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-right: 1px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
H5
{
	font-size: 11px;
	font-weight: bold;
	color: Navy;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-right: 1px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

.LeftSide
{
	width: 120px;
	background-color: white;
	background-image: url(images/leftsideback.jpg);
	background-repeat: repeat-y;
}
.Content
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	height: 500px;
	border: solid 1px #ccd1d3;
	background-color: #f7f8f8;
}
.Footer
{
	color: #1c3141;
	background-color: white;
	border-top: solid 1px #d2d9de;
	border-bottom: solid 1px #d2d9de;
	height: 40px;
}
.MenuBack
{
	background-image: url(images/MenuBack.jpg);
	background-repeat: repeat-x;
	border-top: solid 1px #f3f3f3;
	border-bottom: solid 1px #dedede;
	z-index:999;
}
.IE8Fix
{
	z-index:9999;
}
.MainMenu
{
	color: #132c6a;
	font-size: 12px;
	z-index:1010;
}
.MainMenu a, MainMenu a:hover, MainMenu a:visited, MainMenu a:active
{
	color: #132c6a;
	font-size: 12px;
	background-image: none;
	margin: 0px;
}
.StaticMenuItem
{
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
	color: #6c6c6c;
	margin: 0px;
	z-index:1020;
}
.StaticMenuItemOver
{
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
	color: #6c6c6c;
	background-image: url(images/MenuBackOver.jpg);
	background-repeat: repeat-x;
	margin: 0px;	
	z-index:1030;
}
.StaticMenuItemSelected
{
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
	border-left: solid 1px #f6f6f6;
	border-right: solid 1px #f6f6f6;
	color: #646464;
	background-image: url(images/MenuBackSelected.jpg);
	background-repeat: repeat-x;
	margin: 0px;	
}
.DynamicMenuItem
{
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	color: #132c6a;
	background-color: #e2e1e1;
	border: solid 1px #d5d5d5;
	z-index:1100;
}
.DynamicMenuItem a,.DynamicMenuItem a:visited,.DynamicMenuItem a:active
{
	color: #132c6a;
	z-index:1110;
}
.DynamicMenuItemOver
{
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	color: #132c6a;
	background-color: #70a9d6;
	border: solid 1px #055c9a;
	z-index:1130;
}
.DynamicMenuItemSelected
{
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	color: #132c6a;
	background-color: #f7f7f7;
	border: solid 1px #e0e0e0;
	z-index:1140;
}
.DynamicMenuItemSelected a,.DynamicMenuItemSelected a:visited,.DynamicMenuItemSelected a:active
{
	color: blue;	
}
.LoginPageTitle
{
	font-weight: bold;
	color: #1e3144;
}
.Panel
{
	background-color: White;
	border: solid 2px #f4f4f4;
}
/*----------------------- GRID ------------------------*/
.Grid
{	
	background-color:#f7f7f7;	
	border-top:solid 3px #d0d3d5;
	border-left:solid 3px #d0d3d5;
	border-bottom:solid 3px #95999c;
	border-right:solid 3px #95999c;
	margin:2px;
	text-align:left;
}
.Grid a:hover
{
	color:Blue;	
	text-decoration:underline;
}
.Grid a, .Grid a:active, .Grid a:visited
{
	color:#304458;	
	text-decoration:none;
}
.GridHeader
{
	background-color:#b5b5b5;			
}
.GridHeader td
{
	color:White;
	font-weight:bold;
	font-size:11px;	
	padding-left:2px;
	padding-right:2px;
	padding-top:4px;
	padding-bottom:4px;
	border-bottom:solid 1px #dadada;
	vertical-align:middle;		
}
.GridRow
{
	background-color:#eeeeee;
	padding:1px;	
}
.GridRowAlt
{
	background-color:#e5e6e6;
	padding:1px;	
}
.GridFooter
{
	padding:2px;
	border:solid 1px #dbdbdb;	
	background-color:#d2d2d2;	
	font-size:11px;
}
/*--------------------- REQUEST FROM ------------------------*/
.RequestForm
{	
	border-top:solid 1px #ededed;	
	border-left:solid 1px #ededed;		
	border-right:solid 1px #dadada;	
	border-bottom:solid 1px #dadada;	
	background-color:white;
}
.RequestForm input[type=submit]
{
	color:#1e415c;
	border:solid 1px #eaeaea;
	background-image:url(images/menuback.jpg);
	background-repeat:repeat-x;
	cursor:hand;
}
.RequestForm input[type=submit]:hover
{
	color:blue;
	border:solid 1px #eaeaea;
	background-image:url(images/menubackover.jpg);
	background-repeat:repeat-x;
	cursor:hand;
}
.RequestStepItem
{
	width: 180px;
	height:60px;
	padding-right: 10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	border: solid 1px #dadada;
	background-color: #ececec;
	display: block;	
}
.RequestStepItem a, .RequestStepItem a:hover, .RequestStepItem a:visited, .RequestStepItem a:active
{
}
.RequestStepItemCurrent
{
	width: 180px;
	height:60px;
	padding-right: 10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	border: solid 1px #dadada;	
	background-color: white;
	display: block;	
}
.RequestSmallInfo
{
	color:#2c3d4b;
	font-size:11px;	
	font-style:italic;
}
.SlotHeader
{
	/*background-image:url(images/slotheaderback.jpg);
	background-repeat:repeat-x;*/
	background-color:white;
	border:solid 1px #dadada;
	padding:6px;
}
.Slot
{
	background-color:white;
	background-image:url(images/slotback.jpg);
	background-repeat:no-repeat;
	border:solid 1px #e5e4e4;
	padding:3px;	
}
.Slot a:hover
{
	background-color:White;	
}
.SlotAlternate
{
	background-color:white;
	background-image:url(images/slotbackalt.jpg);
	background-repeat:no-repeat;
	border:solid 1px #e5e4e4;
	padding:3px;	
}
.SlotAlternate a:hover
{
	background-color:White;	
}
.SlotSelected
{
	background-color:white;
	background-image:url(images/slotbackselected.jpg);
	background-repeat:no-repeat;
	border:solid 1px blue;
	padding:3px;
	display:block;	
}

.SlotNumber
{
	font-size:9px;
	font-weight:bold;
	color:Gray;
	padding:1px;
}
.SlotDate
{
	font-size:10px;
	font-weight:normal;
	font-style:italic;
	color:Navy;
	padding-top:3px;
	padding-left:5px;
}
.SlotTime
{
	font-size:10px;
	font-weight:bold;
	font-style:italic;
	color:Navy;
	padding-top:3px;
	padding-left:5px;
}
.SlotDoctor
{
	font-size:10px;
	font-weight:normal;
	color:Black;
	padding-top:3px;
	padding-left:5px;
}
.RequestInputForm
{
	color:black;
	font-size:10px;	
	font-style:normal;	
}
.RequestInputForm input
{
	color:black;
	font-size:12px;		
}

.cms_polls_view_question_table
{
	min-width:500px;
}
.cms_polls_view_question_table td
{
	text-align:center; min-width:60px; padding-left:5px; padding-right:5px; vertical-align:middle;
}
