﻿/* Age Spots (Portal Id -26) */
/*default.css start*/

.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
}

.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #003366;
}

/* styles for LANGUAGE skinobject */
.Language
{
	vertical-align: middle;
	margin: 0px;
}

.Language img
{
	border: none;
}


/* style for module titles */
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
	background-color: White;
	color: Red;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
	background-color: White;
}
.DataGrid_Header
{
	background-color: Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.DataGrid_Item
{
	background-color: Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_SelectedItem
{
	background-color: Silver;
	color: Blue;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

.TreeMenu_NodeSelected
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active
{
	text-decoration: none;
	color: #003366;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height: 25px;
}
.FileManager_Explorer
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #E7E7FF;
	background-color: #9EBFF6;
	border-bottom: #696969 1px solid;
	height: 25px;
}

.FileManager_Pager
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-color: #EEEEEE;
	border-top: #696969 1px solid;
	height: 25px;
}

.FileManager_StatusBar
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dedfde;
	height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #F8F8F8;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #EEEEEE;
	border-style: none;
}
.FileManager_SelItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: #99ffff;
	border-style: none;
}

.FileManagerTreeNode
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

.FileManagerTreeNodeSelected
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link
{
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
{
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
{
	text-decoration: none;
	color: #003366;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
	width: 650px;
}
.WizardButton
{
	border-right: #696969 1px solid;
	padding-right: 2px;
	border-top: #696969 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #696969 1px solid;
	padding-top: 2px;
	border-bottom: #696969 1px solid;
	background-color: #dcdcdc;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height: 40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
	border-right: black 1px solid;
	padding-right: 2px;
	border-top: black 1px solid;
	padding-left: 2px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: black 1px solid;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: underline;
	color: #003366;
}

A.CommandButton:visited
{
	text-decoration: underline;
	color: #003366;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #003366;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}


/* GENERIC */
H1
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H2
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H3
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

H4
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

H5, DT
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

H6
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

TFOOT, THEAD
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #003366;
}

TH
{
	vertical-align: baseline;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

A:link
{
	text-decoration: none;
	color: #003366;
}

A:visited
{
	text-decoration: none;
	color: #003366;
}

A:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A:active
{
	text-decoration: none;
	color: #003366;
}

SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE, PRE
{
	font-family: Lucida Console, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}
OL UL LI
{
	list-style-type: disc;
}

HR
{
	color: #696969;
	height: 1pt;
	text-align: left;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer
{
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}

.ModuleTitle_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}

.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}

.ModuleTitle_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}

/* Main Menu */
.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg
{
	background-color: #CCCCCC;
}

.TabBg
{
	background-color: black;
}

.SelectedTab
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SelectedTab:link
{
	text-decoration: none;
	color: white;
}

A.SelectedTab:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.SelectedTab:hover
{
	text-decoration: none;
	color: #cccccc;
}

A.SelectedTab:active
{
	text-decoration: none;
	color: #eeeeee;
}

.OtherTabs
{
	font-weight: bold;
	font-size: 8.5pt;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.OtherTabs:link
{
	text-decoration: none;
	color: white;
}

A.OtherTabs:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.OtherTabs:hover
{
	text-decoration: none;
	color: #cccccc;
}

A.OtherTabs:active
{
	text-decoration: none;
	color: #eeeeee;
}

.PagingTable
{
	height: 33px;
}

/*
.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}
*/

.LabelEditTextClass
{
	border: solid 1px red;
	background-color: Transparent;
}

.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border: solid 0px red;
	background-color: Transparent;
}

/* style for the DNNTextSuggest control select menu */
.SuggestTextMenu
{
	border: solid 1px black;
	white-space: nowrap;
	background: white;
}
/* style for the DNNTextSuggest control selected menu node */
.SuggestNodeOver
{
	background-color: navy;
	color: White;
}


/*Edit In Place Tool Bar Classes*/
.eipbackimg
{
	border: outset 1px; /*give toolbar a 3D look*/
	position: absolute; /*needed so it doesn't take up space */
	margin-top: -22px; /*specify toolbar to be just above text */
	white-space: nowrap; /* makes toolbar horizontal */
	background: url(../../../../images/eip_toolbar.gif);
	background-color: #99cccc;
	height: 22px;
}

.eipbuttonbackimg
{
	width: 21px;
	height: 21px;
	cursor: pointer; /*change mouse to pointer when hover over button*/
	display: -moz-inline-box; /* Gecko proprietary  (ORDER IS IMPORTANT HERE!)*/
	display: inline-block; /* supported by Opera and ? */
}

.eipbutton_edit
{
	background: url(../../../../images/eip_edit.gif) no-repeat 100% center;
}
.eipbutton_save
{
	background: url(../../../../images/eip_save.gif) no-repeat 100% center;
}
.eipborderhover
{
	border: outset 1px;
}

/* used to collapse panes without any content in them */
.DNNEmptyPane
{
	width: 0px;
}

/* used to set the different module align options - from module settings */
.DNNAlignleft
{
	text-align: left;
}
.DNNAlignright
{
	text-align: right;
}
.DNNAligncenter
{
	text-align: center;
}

/* Login Styles */
.LoginPanel
{

}

.LoginTabGroup
{
	
}

.LoginTab {
	float: left;
	background: url("../../../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #FFF;
	border: 1px #25569a solid;
}

.LoginTabSelected{
	float: left;
	background: url("../../../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #FFF;
	background-position: 0% -41px;
	border: 1px #25569a solid;
}

.LoginTabHover
{
	float: left;
	background: url("../../../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #555;
	border: 1px #C00 solid;
	cursor:pointer;
}

.LoginContainerGroup
{
	clear: both;
	padding-top: 5px;
}

.LoginContainer
{
	
}
/*default.css End*/


/*skin.css */

body
{
    background-color: #e3d2c0;
    margin: 15px 0px 2px 0px;
    text-align: center;
    font-family: Trebuchet MS, Verdana , Arial; 
    line-height: 14px;
}
h1
{
    font-family: Trebuchet MS, Verdana , Arial; 
    color: #929fcb;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    letter-spacing: -0.04em;
}
h2
{
    font-family: Trebuchet MS, Verdana , Arial; 
    color: #cd242b;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.04em;
    line-height: 24px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.skinmaster
{
    width: 1003px;
}
.contentmaster
{
    width: 980px;
}
.physician_header
{
    font-size: 18px;
}
.HeaderLinks
{
    font-size: 11px;
    font-weight: normal;
}
.HeaderLinks A:active, .HeaderLinks A:visited, .HeaderLinks A:link
{
    color: #0055A4;
    font-size: 1.1em;
    text-decoration: none;
    padding: 0px 8px 0px 8px;
    font-weight: normal;
}
.HeaderLinks A:hover, .HeaderLinks a:focus
{
    color: #0055A4;
    text-decoration: underline;
    font-weight: normal;
}

.links_top
{
    font-size: 11px;
}
.links_top A:active, .links_top A:visited, .links_top A:link
{
    color: #0055A4;
    font-size: 1.1em;
    text-decoration: none;
    padding: 0px 8px 0px 8px;
}
.links_top A:hover, .link_top a:focus
{
    text-decoration: underline;
    color: #0055A4;
}
.links_top_menu
{
    font-size: 14px;
    text-align: right;
}
.links_top_menu A:active, .links_top_menu A:visited, .links_top_menu A:link
{
    font-size: 1.1em;
    color: #764b28;
    text-decoration: none;
    padding: 0px 8px 0px 8px;
}
.links_top_menu A:hover, .links_top_menu a:focus
{
    text-decoration: none;
}
.links_bottom_cl1
{
    font-size: 13px;
    color: #1a75bb;
    font-weight: normal;
}
.links_bottom_cl1 A.links, .links_bottom_cl1 A:visited.links, .links_bottom_cl1 A:active.links
{
    font-size: 13px;
    color: #1a75bb;
    text-decoration: none;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: normal;
}
.links_bottom_cl1 A:hover.links
{
    font-size: 13px;
    color: #1a75bb;
    text-decoration: underline;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: normal;
}
.links_bottom_cl2
{
    font-size: 13px;
    color: #764b28;
    font-weight: normal;
}
.links_bottom_cl2 A.links, .links_bottom_cl2 A:active.links, .links_bottom_cl2 A:visited.links
{
    font-size: 13px;
    color: #764b28;
    text-decoration: none;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: normal;
}
.links_bottom_cl2 A:hover.links
{
    font-size: 13px;
    color: #764b28;
    text-decoration: underline;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: normal;
}
.ddl
{
    font-size: 13px;
    height: 22px;
    letter-spacing:-0.01em;
    border: solid 1px #8F8F8F;
}
.radiobutton
{
    font-size: 12px;
    color: #000000;
}
.mandatory
{
    font-size: 14px;
    color: Red;
    padding-left: 1px;
}
.heading
{
    font-size: 18px;
    color: #7A5235;
    font-weight: bold;
}
.subheading
{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}
.subheadingportal
{
    font-size: 17px;
    color: #7A5235;
    letter-spacing: -1px;
    word-spacing: -1px;
    font-weight: bold;
}
.text
{
    font-size: 13px;
    color: #000000;
    text-align: left;
    letter-spacing:-0.01em;
}
.textreview
{
    font-size: 13px;
    font-weight: normal;
    color: #908073;
    text-align: justify;
    word-spacing: -1px;
}
.textbold
{
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}
.textStarRating
{
    font-size: 16px;
    color: #cd242b;
    font-weight: bold;
}
.textAvgStarRating
{
    font-size: 18px;
    color: #cd242b;
    font-weight: bold;
}
.textboldunderline
{
    font-size: 12px;
    color: #7A5235;
    font-weight: bold;
    text-decoration: underline;
}
.titletext
{
    font-size: 15px;
    font-weight: bold;
    text-align: justify;
    color: #8A6E58;
    letter-spacing: -0.01em !important;
    letter-spacing: -0.03em;
    word-spacing: -2px;
}
.star
{
    font-size: 12px;
    font-weight: bold;
    text-align: justify;
    color: #8A6E58;
    letter-spacing: -0.01em !important;
    letter-spacing: -0.03em;
    word-spacing: -2px;
}
.stardark
{
    font-size: 12px;
    font-weight: bold;
    text-align: justify;
    color: #744B28;
    letter-spacing: -0.01em !important;
    letter-spacing: -0.03em;
    word-spacing: -2px;
}

.textjustify
{
    font-size: 12px;
    color: #000000;
    text-align: justify;
}
.textusername
{
    font-size: 13px;
    color: #7A5235;
    font-weight: bold;
    padding-top: 8px;
    vertical-align: top;
}
.textusernameReviewRating
{
    font-size: 13px;
    color: #7A5235;
    font-weight: bold;
    padding-top: 2px;
    vertical-align: top;
}
.textPatientname
{
    font-size: 13px;
    color: #cd242b;
    padding-top: 8px;
    vertical-align: top;
    font-style: italic;
}
.tableOuter
{
    border-left: #744B28 1px solid;
    border-right: #744B28 1px solid;
    border-bottom: #744B28 1px solid;
    border-top: #744B28 1px solid;
    font-size: 12px;
    color: #000000;
}
.textbox1
{
    font-size: 13px;
    height: 22px;
    text-align: left;
    border: solid 1px #8F8F8F;
}
.button
{
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    border-color: #cfabcf;
    border-style: solid;
    border-width: 1px;
    height: 22px;
    text-align: center;
    font-family: Arial,Verdana;
    letter-spacing:-0.01em;
}
.fileupload
{
    font-size: 12px;
    height: 22px;
    border: solid 1px #8F8F8F;
    vertical-align: top;
}
.linkblue
{
    font-size: 12px;
    font-weight: bold;
    color: Red;
}
.linkHeading
{
    font-size: 14px;
    font-weight: bold;
}
.textpaging
{
    font-size: 13px;
    font-weight: bold;
    color: Red;
}
.textpaging A:active, .textpaging A:visited, .textpaging A:link
{
    font-size: 13px;
    color: #764b28;
    text-decoration: underline;
    font-weight: bold;
}
.textpaging A:hover
{
    text-decoration: none;
    color: Red;
}
A.arrow:active, A.arrow:visited, A.arrow:link
{
    font-family: Verdana;
    font-size: 13px;
    color: #764b28;
    text-decoration: none;
    font-weight: bold;
}
A.arrow:hover
{
    text-decoration: underline;
    color: Red;
}

.imagethumbnail
{
    width: 46px;
    height: 46px;
}
.lineHome
{
    background-color: #D2B893;
}

.mapdata
{
    font-size: 20px;
    color: #744B28;
    font-weight: bold;
    letter-spacing: -0.03em;
    word-spacing: -1px;
}
.mapdata2
{
    font-size: 20px;
    color: #744B28;
    font-weight: bold;
}


a.link_underline, a:hover.link_underline, a:focus.link_underline, a:active.link_underline, A:visited.link_underline, A:link.link_underline
{
    text-decoration: underline;
    color: #583812;
    font-size: 14px;
    font-weight: bold;
    font-weight: 700;
    letter-spacing: -0.01em !important;
    letter-spacing: -0.03em;
}
a.link_page, a:active.link_page, A:visited.link_page, A:link.link_page
{
    text-decoration: none;
    color: #3885C4;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em !important;
    letter-spacing: -0.03em;
}
A.link_page:hover, a.link_page:focus
{
    text-decoration: underline;
    line-height: 16px;
}
a.link_page_u, a:active.link_page_u, A:visited.link_page_u, A:link.link_page_u
{
    text-decoration: underline;
    color: #3885C4;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em !important;
    letter-spacing: -0.03em;
}
A.link_page_u:hover, a.link_page_u:focus
{
    text-decoration: none;
    line-height: 16px;
}
a.link_send, a:active.link_send, A:visited.link_send, A:link.link_send
{
    text-decoration: underline;
    color: #1D74B9;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.01em !important;
    letter-spacing: -0.03em;
}
A.link_send:hover, a.link_send:focus
{
    text-decoration: none;
    line-height: 17px;
}
.li
{
   list-style-type: none;
	background-image: url('images/bullet_round.gif');
	background-repeat: no-repeat;
	background-position:  0em 50%;
	padding-left: 0em;
	line-height: 17px;
	text-indent: 1.1em !important; /* For FF*/
	text-indent: 0em; /* For IE*/
}

.linkimage
{
    background-image: url('/images/bullet.jpg' );
    background-repeat: no-repeat;
}

a.link_button, a:active.link_button, A:visited.link_button, A:link.link_button
{
    text-decoration: underline;
    color: #3885C4;
    font-size: 13px;
    font-weight: bold;
}
a.link_button, a:hover.link_button, a:focus.link_button
{
    text-decoration: none;
    color: #3885C4;
    font-size: 13px;
    font-weight: bold;
}

a.link_button_small, a:active.link_button_small, A:visited.link_button_small, A:link.link_button_small
{
    text-decoration: underline;
    color: #3885C4;
    font-size: 11px;
    font-weight: bold;
}
a.link_button_small, a:hover.link_button_small, a:focus.link_button_small
{
    text-decoration: none;
    color: #3885C4;
    font-size: 11px;
    font-weight: bold;
}

.headingReviewTop
{
    font-size: 26px;
    color: #7A5235;
    font-weight: normal;
    word-spacing: -4px;
}
.headingReviewMid
{
    font-size: 32px;
    font-weight: bold;
    color: #7A5235;
}
.headingReviewMidBold
{
    font-size: 40px;
    font-weight: bolder;
    word-spacing: 14;
    color: #7A5235;
    line-height: 35px;
}
.headingReviewPerc
{
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
}
.headingReviewBottom
{
    font-size: 16px;
    font-weight: bold;
    color: #929fcb;
    letter-spacing: -1px;
    line-height: 20px;
}
.headingReviewBottom2
{
    font-size: 27px;
    font-weight: bold;
    color: #929fcb;
    line-height: 20px;
}
.reviewPercBackImage
{
    background-image: url(   'images/ButtonPerc.JPG' );
    background-repeat: no-repeat;
    background-position: 16px 4px;
    cursor: hand;
    line-height: 45px;
}
.NoPainValue
{
    font-size: 30px;
    font-weight: bold;
    color: #1A75BB;
    font-family: Times New Roman,Verdana;
}
.NoPainText
{
    font-size: 14px;
    color: #1A75BB;
}

.MildValue
{
    font-size: 30px;
    font-weight: bold;
    color: #FFBE00;
    font-family: Times New Roman,Verdana;
}
.MildText
{
    font-size: 14px;
    color: #FFBE00;
}
.ModerateValue
{
    font-size: 30px;
    font-weight: bold;
    color: #36B449;
    font-family: Times New Roman,Verdana;
}
.ModerateText
{
    font-size: 14px;
    color: #36B449;
}
.SevereValue
{
    font-size: 30px;
    font-weight: bold;
    color: Red;
    font-family: Times New Roman,Verdana;
}
.SevereText
{
    font-size: 14px;
    color: Red;
}

.gridstyle
{
    border: solid 1px #EEE2D4;
    font-size: 12px;
    color: #744C28;
}
.gridheader
{
    background-color: #EEE2D4;
    vertical-align: middle;
    color: Red;
}
.gridtext
{
    font-size: 13px;
    color: #744C28;
}
.gridalternate
{
    background-color: #FDFCFA;
}
.gridline
{
    /*border: solid 1px #000000;*/
}



.repItem
{
    border: solid 1px #F0F0F0; 
    font-size: 12px;
    color: #744C28;
}
.repAltItem
{
    border: solid 1px #F0F0F0;
    background-color: #FDFCFA;
    font-size: 12px;
    color: #744C28;
}
.ratingStar
{
    font-size: 0pt;
    width: 14px;
    height: 15px;
    margin: 0px;
    padding: 0px;
    cursor: text;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url('images/fill_star.gif' );
    cursor: text;
}

.emptyRatingStar
{
    background-image: url('images/blank_star.gif' );
    cursor: text;
}

.savedRatingStar
{
    background-image: url('images/fill_star.gif' );
    cursor: text;
}
.ratingStarBig
{
    font-size: 0pt;
    width: 21px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    cursor: text;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStarBig
{
    background-image: url('images/fill_starBig.gif' );
    cursor: text;
}

.emptyRatingStarBig
{
    background-image: url('images/blank_starBig.gif' );
    cursor: text;
}

.savedRatingStarBig
{
    background-image: url('images/fill_starBig.gif' );
    cursor: text;
}
.ratingStarSmall
{
    font-size: 0pt;
    width: 12px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: text;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStarSmall
{
    background-image: url('images/fill_starSmall.gif' );
    cursor: text;
}

.emptyRatingStarSmall
{
    background-image: url('images/blank_starSmall.gif' );
    cursor: text;
}

.savedRatingStarSmall
{
    background-image: url('images/fill_starSmall.gif' );
    cursor: text;
}
.video_text
{
    font-size: 12px;
}
.video_bg
{
    background: #FFFFFF;
    color: #744C28;
    padding: 8px;
}
.module_heading
{
    font-size: 13px;
    font-weight: bold;
    color: #503A25;
}

a:link.link_video, A:active.link_video, A:visited.link_video
{
    text-decoration: none;
    color: #3885C4;
    font-size: 12px;
    font-weight: bold;
}
a:hover.link_video, a:focus.link_video
{
    text-decoration: underline;
    color: #3885C4;
    font-size: 12px;
    font-weight: bold;
}
.main_dnnmenu_container
{
    background-color: transparent;
}
.main_dnnmenu_bar
{
    cursor: pointer;
    cursor: hand;
    height: 16px;
    background-color: Transparent;
}
.main_dnnmenu_item td
{
    cursor: pointer;
    cursor: hand;
    color: #764B28;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    background-color: Transparent;
    white-space: nowrap; 
    padding: 1px 3px 3px 1px; 
}
.main_dnnmenu_rootitem
{
    cursor: pointer;
    cursor: hand;
    color: #764b28;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    background-color: Transparent;
    white-space: nowrap; 
    padding: 0px 9px 0px 9px; 
    border: solid 1px Transparent;
    height: 10px;
    text-align: center;
}

.main_dnnmenu_itemhover
{
    padding: 0px 9px 0px 9px;
    text-align: center;
    text-decoration: underline;
}

.main_dnnmenu_itemhover td
{
    background-color: White;
    text-align: left;
}

.main_dnnmenu_icon
{
    cursor: pointer;
    cursor: hand;
    text-align: center;
    width: 15px;
    height: 100%;
    background: url(   '/w3/portals/_default/skins/hrj/images/arrow.gif' ) no-repeat center;
}
.main_dnnmenu_submenu
{
    background-color: #F5F0EA;
    z-index: 1000;
    cursor: pointer;
    cursor: hand; 
    padding: 1px 1px 1px 1px;
}
.main_dnnmenu_break
{
    height: 1px;
    font-size: 1px;
}
.main_dnnmenu_arrow
{
    border-right: #D4BDD4 1px solid;
    border-bottom: #D4BDD4 1px solid;
    border-top: #D4BDD4 0px solid;
    font-family: webdings;
    font-size: 13px;
    cursor: pointer;
    cursor: hand;
}
.main_dnnmenu_rootmenuarrow
{
    font-family: webdings;
    font-size: 13px;
    cursor: pointer;
    cursor: hand;
}

ul
{
    margin: 0px 0px 0px 18px;
}
.docProfileText li
{
    font-size: 13px;
    font-weight: normal;
    color: #8A715D;
    letter-spacing: -0.03em;
    word-spacing: -1px;
    list-style-type: disc;
    margin: 10px 0px 0px 20px;
}
.docProfileText
{
    font-size: 13px;
    font-weight: normal;
    color: #8A715D;
    letter-spacing: -0.03em;
    word-spacing: -1px;
}
.docProfileText1 li
{
    font-size: 13px;
    font-weight: normal;
    color: #8A715D;
    letter-spacing: -0.03em;
    word-spacing: -1px;
    list-style-type: disc;
    margin: 1px 0px 0px 20px;
}
ul.additional
{
    margin: 0px 0px 0px 18px;
    color: #8A6E58;
}
ul.additional li
{
    list-style-type: disc;
}
.Question
{
    font-size: 13px;
    font-weight: bolder;
    color: #503A25;
    line-height: 14px;
    letter-spacing: -0.03em;
}
.module_text
{
    font-size: 13px;
    color: #000000;
    line-height: 15px;
    letter-spacing: -0.03em;
    word-spacing: -1px;
}
.margin_left10
{
    margin-left: -10px;
}
.faq_text
{
    font-size: 13px;
    color: #908073;
    line-height: 15px;
    letter-spacing: -0.03em;
    word-spacing: 0px;
}
.question_txt, a.question_txt, a:link.question_txt, a:active.question_txt, a:visited.question_txt
{
    color: #3885C4;
    font-size: 13px;
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
}
.question_txt, a:hover.question_txt
{
    color: #3885C4;
    font-size: 13px;
    line-height: 14px;
    font-weight: normal;
    text-decoration: underline;
}
a:link.link_more, A:active.link_more, A:visited.link_more
{
    text-decoration: none;
    color: #3885C4;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}
a:hover.link_more, a:focus.link_more
{
    color: #3885C4;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    text-decoration: underline;
}
a:link.link_more_u, A:active.link_more_u, A:visited.link_more_u
{
    text-decoration: underline;
    color: #3885C4;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}
a:hover.link_more_u, a:focus.link_more_u
{
    color: #3885C4;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    text-decoration: none;
}

.bold_center_heading
{
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #cd242b;
    letter-spacing: -0.03em;
}
.module_text_large
{
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    word-spacing: -1px;
}

.board_head20
{
    font-size: 20px;
    color: #744C28;
    letter-spacing: -0.03em;
    line-height: 22px;
}
.board_head12
{
    font-size: 14px;
    color: #744C28;
    letter-spacing: -0.03em;
    line-height: 17px;
}

.error
{
    font-size: 13px;
    color: Red;
}

.Title1, a.Title1, a:link.Title1, a:active.Title1, a:visited.Title1, a:hover.Title1
{
    color: #929fcb;
    font-size: 20px;
    font-weight: 900;
    padding: 0px;
    letter-spacing: -0.04em;
}
.banner_txt, a.banner_txt, a:link.banner_txt, a:active.banner_txt, a:visited.banner_txt
{
    color: #744C28;
    font-size: 16px;
    font-weight: normal;
    padding: 4px;
    text-decoration: none;
}
.banner_txt, a:hover.banner_txt
{
    color: #929fcb;
    font-size: 16px;
    font-weight: normal;
    padding: 4px;
    text-decoration: underline;
}
.text_orange_underline
{
    text-decoration: underline;
    color: #cd242b;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.03em;
}
a:link.link_orange_underline, A:active.link_orange_underline, A:visited.link_orange_underline
{
    text-decoration: underline;
    color: #3885C4;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.03em;
}
a:hover.link_orange_underline
{
    text-decoration: none;
    color: #3885C4;
    font-size: 13px;
    font-weight: bold;
}
a:link.link_blue_underline, A:active.link_blue_underline, A:visited.link_blue_underline
{
    text-decoration: underline;
    color: #3885C4;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.03em;
}
a:hover.link_blue_underline
{
    text-decoration: none;
    color: #3885C4;
    font-size: 13px;
    font-weight: bold;
}
.BrownTitle
{
    color: #744B28;
    font-size: 19px;
    font-weight: bold;
    padding: 0px 5px 0px 5px;
}
.BrownTitleNoPadding
{
    color: #744B28;
    font-size: 19px;
    font-weight: bold;
}
.BrownTitleCompress
{
    color: #744B28;
    font-size: 19px;
    font-weight: bold;
    padding: 0px 5px 0px 5px;
    letter-spacing: -0.03em;
}
.BrownTitleSmall
{
    color: #744B28;
    font-size: 17px;
    font-weight: bold;
}
.OrangeTitle
{
    color: #cd242b;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.04em;
}
.OrangeTitleSmall
{
    color: #cd242b;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -0.04em;
}
.OrangeTitleLarge
{
    color: #cd242b;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.04em;
}

.OrangeTitleLargest
{
    color: #cd242b;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.04em;
}
.BlueTitle
{
    color: #929fcb;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.04em;
}
.PgLogoTitle
{
    color: #744B28;
    font-size: 19px;
    font-weight: bold;
    line-height: 18px;
}
A.ClinicTitle:link, A.ClinicTitle:active, A.ClinicTitle:visited
{
    text-decoration: underline;
    color: #929fcb;
    font-size: 18px;
    font-weight: bold;
}
A.ClinicTitle:hover, A.ClinicTitle:focus
{
    color: #929fcb;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.textBox
{
    font-size: 16px;
    height: 32px;
    border: solid 2px #8F8F8F;
    text-align: center;
    padding-top: 5px;
}
.div_container
{
    position: relative;
}

.div_float
{
    position: absolute;
    bottom: -3px;
    float: right;
    right: 0;
    width: 50px;
}
.div_float_large
{
    position: absolute;
    bottom: 10px;
    float: right;
    right: 0;
    width: 75px;
}

.reviewtext
{
    font-size: 13px;
    font-weight: normal;
    color: #908073;
    letter-spacing: -0.03em;
    word-spacing: -1px;
    text-align: justify;
}

.headingReviewSummary
{
    font-size: 27px;
    color: #929fcb;
    font-weight: normal;
    word-spacing: -2px;
}
.headingReviewRating
{
    font-size: 22px;
    color: #929fcb;
    font-weight: bold;
    letter-spacing: 0px;
}

.subheadingReviewSummary
{
    font-size: 17px;
    color: #929fcb;
    font-weight: bold;
}
.ClickImage
{
    color: #cd242b;
    font-size: 11px;
}
.bgline
{
    background: url(   'images/bg_line.gif' ) repeat-x;
}
.textReviewPer
{
    font-size: 30px;
    font-weight: bold;
    color: #929fcb;
    font-family: Arial;
    text-align: left;
}
.bluephone
{
    font-size: 20px;
    font-weight: bold;
    color: #1E76B9;
    font-family: verdana;
    text-align: left;
}
.textYesNo
{
    font-size: 22px;
    font-weight: bold;
    color: #929fcb;
    font-family: Arial;
}

.reviewsummaryBoldtext
{
    font-size: 14px;
    color: #929fcb;
    text-align: left;
}
.line
{
    background-color: #cd242b;
}
.textagcost
{
    font-size: 30px;
    font-weight: bold;
    color: #8A715B;
    margin-bottom: 0px;
    font-family: Times New Roman,Arial;
}

.titletext2
{
    font-size: 13px;
    font-weight: bold;
    color: #8A6E58;
    letter-spacing: -0.03em;
}

.reviewsummarytext
{
    font-size: 16px;
    color: #908073;
    vertical-align: middle;
}
.treatmenttext
{
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}
A.docProfile:link, A.docProfile:active, A.docProfile:visited
{
    text-decoration: underline;
    color: #3885C4;
    font-size: 14px;
    font-weight: bold;
}
A.docProfile:hover, A.docProfile:focus
{
    color: #3885C4;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
A.link_small:link, A.link_small:active, A.link_small:visited
{
    text-decoration: none;
    color: #3885C4;
    font-size: 10px;
    font-weight: bold;
}
A.link_small:hover, A.link_small:focus
{
    color: #3885C4;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}
.BrownTitleLarge
{
    color: #744B28;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.04em;
    line-height: 35px;
}
.textDocName
{
    font-size: 13px;
    color: #cd242b;
    font-weight: bold;
}
.textContact
{
    font-size: 20px;
    color: #cd242b;
    font-weight: bold;
}
.style2
{
    width: 127px;
    vertical-align: top;
}
.style3
{
    width: 775px;
}

.dbox
{
    padding-right: 12px;
    padding-left: 12px;
    font-size: 11px;
    background: #ffffff;
    padding-bottom: 1px;
    margin: 0px;
    width: 120px;
    color: #0b3f71;
    line-height: 1.7em;
    padding-top: 1px;
    font-family: sans-serif;
    list-style-type: none;
    height: 18px;
}
.txtbox
{
    border-right: #2a7ec5 1px solid;
    border-top: #2a7ec5 1px solid;
    font-size: 11px;
    border-left: #2a7ec5 1px solid;
    width: 120px;
    border-bottom: #2a7ec5 1px solid;
    font-family: sans-serif;
    height: 18px;
}
.txtboxred
{
    border-right: Red 1px solid;
    border-top: Red 1px solid;
    font-size: 11px;
    border-left: Red 1px solid;
    width: 120px;
    border-bottom: Red 1px solid;
    font-family: sans-serif;
    height: 18px;
    background-color: Silver;
}
.txtboxbg
{
    border-right: #2a7ec5 1px solid;
    border-top: #2a7ec5 1px solid;
    font-size: 11px;
    border-left: #2a7ec5 1px solid;
    width: 250px;
    border-bottom: #2a7ec5 1px solid;
    font-family: sans-serif;
    height: 18px;
}

.content_text
{
    font-size: 14px;
    font-family: Arial,Verdana,Trebuchet MS;
    color: #000000;
    line-height: 150%;
    letter-spacing:-0.01em;
    list-style: disc;
}

.content_SubHeading
{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: -0.03em;
}
.content_inlineHeading
{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    letter-spacing: -0.03em;
}
#static_content
{
    font-family: Arial,Verdana,Trebuchet MS;
    padding-left: 5px;
    color: #000000;
    letter-spacing: -0.03em;
}

#static_content h2
{
    font-family: Arial,Verdana,Trebuchet MS;
    color: #744b28;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.04em;
    line-height: 24px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#static_content p
{
    font-size: 14px;
    color: #000000;
    line-height: 150%;
    letter-spacing:-0.01em;
}
#static_content span
{
    font-size: 14px;
    color: #000000;
    line-height: 150%;
    letter-spacing:-0.01em;
}

#static_content ul
{
    font-size: 14px;
    color: #000;
    line-height: 150%;
    letter-spacing:-0.01em;
    list-style: disc;
}
#static_content ul li
{
    letter-spacing:-0.01em;
    list-style: disc;
}

#static_content ol
{
    font-size: 14px;
    color: #000;
    line-height: 150%;
    letter-spacing:-0.01em;
        
}
#static_content ol li
{
    letter-spacing:-0.01em;
}
.listpoint
{
    margin: 0;
    padding: 0 0 0 25px;
}
.listpoint LI
{
    list-style-type: disc;
    font-size: 13px;
    letter-spacing:-0.01em;
    text-align: left;
    list-style-position: inherit;
}

a.main_menu, a:active.main_menu, A:visited.main_menu, A:link.main_menu
{
    text-decoration: none;
    cursor: hand;
    color: #764B28;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    background-color: Transparent;
    white-space: nowrap;
    padding: 1px 7px 3px 7px;
    text-align: right;
}
a:hover.main_menu, a:focus.main_menu
{
    text-decoration: underline;
    text-align: right;
}
.copyright
{
    color: #764b28;
    font-family: Trebuchet MS, Verdana , Arial;
    font-size: 9pt;
}
A.link_large:link, A.link_large:active, A.link_large:visited
{
    text-decoration: underline;
    color: #297CBE;
    font-size: 22px;
    font-weight: bold;
}
A.link_large:hover, A.link_large:focus
{
    color: #297CBE;
    font-weight: bold;
    text-decoration: underline;
}

.treatment_name_large
{
    text-decoration: none;
    color: #297CBE;
    font-size: 22px;
    font-weight: bold;
}
.treatment_name_small
{
    color: #297CBE;
    font-size: 17px;
    font-weight: bold;
    line-height: 150%;
    letter-spacing:-0.01em;
}


.OrangeDottedUnderline
{
    color: #f172ac;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.04em;
    border-bottom: dashed 1px #855397;
}
a.link_content, a:active.link_content, A:visited.link_content, A:link.link_content
{
    text-decoration: underline;
    color: #3885C4;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing:-0.01em;
}
A.link_content:hover, a.link_content:focus
{
    text-decoration: none;
    line-height: 150%;
}

a.link_treatment, a:active.link_treatment, A:visited.link_treatment, A:link.link_treatment
{
    text-decoration: underline;
    color: #297CBE;
    font-size: 17px;
    font-weight: bold;
    line-height: 150%;
    letter-spacing:-0.01em;
}
A.link_treatment:hover, a.link_treatment:focus
{
    text-decoration: none;
}

.treatment_name_large
{
    text-decoration: none;
    color: #297CBE;
    font-size: 22px;
    font-weight: bold;
}

.treatment_name_small
{
    color: #297CBE;
    font-size: 17px;
    font-weight: bold;
    line-height: 150%;
    letter-spacing:-0.01em;
}
.list
{
 margin:0;
 padding:0 0 0 20px;
 text-align:left;
 }
.list li
{
 list-style-image: url('images/bullet_round.gif');
 font-size: 13px;
 line-height:13px;
 list-style-type: none;
 background-repeat: no-repeat;
 letter-spacing:-0.01em;
 text-align:left;
 list-style-position:inherit;
 margin:0 0 0 0; 
 padding:0;
 }
/*skin.css end */

/*container.css */
.Title {
font-family:Trebuchet MS, Verdana , Arial;
color:#929fcb;
font-size:21px;
font-weight:900;
letter-spacing:-0.04em;
padding:0;
}

.Title26 {
font-family:Trebuchet MS, Verdana , Arial;
color:#929fcb;
font-size:26px;
font-weight:900;
letter-spacing:-0.04em;
padding:0;
}

.Title24 {
font-family:Trebuchet MS, Verdana , Arial;
color:#929fcb;
font-size:24px;
font-weight:900;
letter-spacing:-0.04em;
padding:0;
}

.TitleBrown {
font-family:Trebuchet MS, Verdana , Arial;
color:#744B28;
font-size:21px;
font-weight:900;
letter-spacing:-0.04em;
padding:0;
}

.Gradient_box1Title {
font-family:Trebuchet MS, Verdana , Arial;
color:#744C28;
font-size:19px;
font-weight:900;
letter-spacing:-0.04em;
padding:0;
}

.padding_top5px {
padding-top:3px;
}

.padding_left5px {
padding-left:5px;
}

.padding_left4px {
padding-left:4px;
}

.margin_top2px {
margin-top:2px;
}

.margin_top3px {
margin-top:3px;
}

.margin_top4px {
margin-top:4px;
}

.margin_bot10px {
margin-bottom:10px;
}
/*container.css end  */

/* portal.css */
.HeadBg {
}
Body
{
}

.ControlPanel {
}
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}
/* portal.css end  */

/*jquery.jcarousel.css */
.jcarousel-container {
position:relative;
}

.jcarousel-clip {
z-index:2;
overflow:hidden;
position:relative;
margin:0;
padding:0;
}

.jcarousel-list {
z-index:1;
overflow:hidden;
position:relative;
top:0;
left:0;
margin:0;
padding:0;
}

.jcarousel-list li,.jcarousel-item {
float:left;
list-style:none;
width:75px;
height:75px;
}

.jcarousel-next,.jcarousel-prev {
z-index:3;
display:none;
}
/*jquery.jcarousel.css end */

/*scrollskin.css */
.jcarousel-skin-tango .jcarousel-container {
background:url(images/frame.gif) no-repeat center;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
width:252px;
padding:10px 40px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
width:252px;
height:130px;
}

.jcarousel-skin-tango .jcarousel-item {
width:58px;
height:115px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
margin:2px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
background:#fff;
color:#000;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
position:absolute;
top:48px;
right:-6px;
width:32px;
height:32px;
cursor:pointer;
background:transparent url(images/next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
position:absolute;
top:48px;
left:-2px;
width:32px;
height:32px;
cursor:pointer;
background:transparent url(images/prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
background-position:-32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active,.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
background-position:-64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active,.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
cursor:default;
background-position:-33px 0;
}
/*scrollskin.css end */

/* prettyPhoto.css */
	div.pictureHolder .top .left { background: url(combinedimages/tl.gif) top left no-repeat; } /* Top left corner */
	div.pictureHolder .top .middle { background: #fff; } /* Top pattern/color */
	div.pictureHolder .top .right { background: url(combinedimages/tr.gif) top left no-repeat; } /* Top right corner */
	
	div.pictureHolder .content { background-color: #fff; } /* Content background */
	div.pictureHolder .content a.next:hover { background: url(combinedimages/btnNext.gif) center right no-repeat; cursor: pointer; } /* Next button */
	div.pictureHolder .content a.previous:hover { background: url(combinedimages/btnPrevious.gif) center left no-repeat; cursor: pointer; } /* Previous button */
	div.pictureHolder .content a.expand { background: url(combinedimages/btnExpand.gif) top left no-repeat; cursor: pointer; } /* Expand button */
	div.pictureHolder .content a.expand:hover { background: url(combinedimages/btnExpand.gif) bottom left no-repeat; cursor: pointer; } /* Expand button hover */
	div.pictureHolder .content a.contract { background: url(combinedimages/btnContract.gif) top left no-repeat; cursor: pointer; } /* Contract button */
	div.pictureHolder .content a.contract:hover { background: url(combinedimages/btnContract.gif) bottom left no-repeat; cursor: pointer; } /* Contract button hover */
	div.pictureHolder .content a.close { width: 61px; height: 22px; background: url(combinedimages/btnClose.gif) center left no-repeat; cursor: pointer; } /* Close button */

	div.pictureHolder .content .details .nav a.arrow_previous { background: url(combinedimages/arrow_previous.gif) top left no-repeat;background-position:0 3; } /* The previous arrow in the bottom nav */
	div.pictureHolder .content .details .nav a.arrow_next { background: url(combinedimages/arrow_next.gif) top left no-repeat;background-position:0 3; } /* The next arrow in the bottom nav */

	div.pictureHolder .bottom .left { background: url(combinedimages/bl.gif) top left no-repeat; } /* Bottom left corner */
	div.pictureHolder .bottom .middle { background: #fff; } /* Bottom pattern/color */
	div.pictureHolder .bottom .right { background: url(combinedimages/br.gif) top left no-repeat; } /* Bottom right corner */

	div.pictureHolder .loaderIcon { background: url(combinedimages/loader.gif) center center no-repeat; } /* Loader icon */

	div.prettyPhotoTitle div.prettyPhotoTitleLeft { background: url(combinedimages/ttl.gif) top left no-repeat; }
	div.prettyPhotoTitle div.prettyPhotoTitleRight { background: url(combinedimages/ttr.gif) top left no-repeat; }
	div.prettyPhotoTitle div.prettyPhotoTitleContent { background: url(combinedimages/ttp.gif) top left repeat-x; }

/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.prettyPhotoOverlay {
		background: #000;
		position: absolute; top: 0; left: 0;
		z-index: 9500;
		width: 100%;
	}
	
	div.pictureHolder {
		position: absolute; z-index: 10000;
		width: 100px;		
	}
		
		div.pictureHolder .top {
			position: relative;
			height: 20px;
		}
			* html div.pictureHolder .top { padding: 0 20px; }
		
			div.pictureHolder .top .left {
				position: absolute;
				left: 0;
				width: 20px; height: 20px;
				border-top: solid 1px transparent; /* To remove space between image in IE*/
			}
			div.pictureHolder .top .middle {
				position: absolute;
				left: 20px; right: 20px;
				height: 20px;
			}
				* html div.pictureHolder .top .middle { position: static; }
			
			div.pictureHolder .top .right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 20px; height: 20px;
				border-top: solid 1px transparent; /* To remove space between image in IE*/
			}
		
		div.pictureHolder .content {
			position: relative;
			text-align: left;
			width: 100%; height: 40px;
		}
		
			div.pictureHolder .content .details {
				display: none;
				margin: 10px 15px 0 20px;
			}
				div.pictureHolder .content .details p.description { display: none; float: left; margin: 0; }
				
				div.pictureHolder .content .details .nav {
					float: left;
					margin: 4px 0 0 0;
				}
				
					div.pictureHolder .content .details .nav p { float: left; margin: 0 4px; }
				
					div.pictureHolder .content .details .nav a.arrow_previous,
					div.pictureHolder .content .details .nav a.arrow_next {
						float: left;
						display: block;
						width: 8px; height: 9px;
						text-indent: -10000px;
						margin-top: 1px;
						font-family:Verdana, Arial;
						font-size:11px;
					}
					
					div.pictureHolder .content .details .nav a.disabled { background-position: 0 -8px; cursor: default; }
		
		div.pictureHolder .content div.hoverContainer {
			position: absolute; z-index: 10000;
			top: 0; left: 0;
			width: 100%;
		}
		
		div.pictureHolder .content a.next {
			position: relative; z-index: 2000;
			display: block; float: right;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(combinedimages/btnNext.gif) 10000px 50% no-repeat; /* Need to be defined that way to fix an IE bug */
		}
			
		div.pictureHolder .content a.previous {
			cursor: pointer;
			display: block;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(combinedimages/btnNext.gif) 10000px 50% no-repeat; /* Need to be defined that way to fix an IE bug */
			
		}
		
		div.pictureHolder .content a.expand,
		div.pictureHolder .content a.contract {
			position: absolute; z-index: 20000;
			top: 10px; right: 30px;
			cursor: pointer;
			display: none;
			text-indent: -10000px;
			width: 20px; height: 20px;	
		}
			
		div.pictureHolder .content a.close {
			float: right;
			display: block;
			text-indent: -10000px;
		}
		
		div.pictureHolder .bottom {
			position: relative;
			height: 20px;
		}
			* html div.pictureHolder .bottom { padding: 0 20px; }
			
			div.pictureHolder .bottom .left {
				position: absolute;
				left: 0;
				width: 20px; height: 20px;
			}
			div.pictureHolder .bottom .middle {
				position: absolute;
				left: 20px; right: 20px;
				height: 20px;
			}
				* html div.pictureHolder .bottom .middle { position: static; }
				
			div.pictureHolder .bottom .right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 20px; height: 20px;
			}
		
		div.pictureHolder .loaderIcon {
			display: none;
			position: absolute;
			top: 50%; left: 50%;
			margin: -12px 0 0 -12px;
			width: 24px; height: 24px;
		}
		
		div.pictureHolder #fullResImageContainer { width: 100%; text-align: center; }
	
		div.prettyPhotoTitle {
			display: none;
			position: absolute;
			top: 0; left: 0;
			z-index: 9999;
			color: #fff; font-size: 13px;
		}
		
			div.prettyPhotoTitle div.prettyPhotoTitleLeft,
			div.prettyPhotoTitle div.prettyPhotoTitleRight { float: left; width: 19px; height: 23px; overflow: hidden; }
			
			div.prettyPhotoTitle div.prettyPhotoTitleContent { float: left; line-height: 23px; }
/* prettyPhoto.css  end */

/* vScroll.css */
.jcarousel-skin-specialist .jcarousel-container {
border:0 solid #346F97;
}

.jcarousel-skin-specialist .jcarousel-container-vertical {
width:320px;
height:252px;
padding:15px 40px 10px 1px;
}

.jcarousel-skin-specialist .jcarousel-clip-vertical {
width:280px;
height:252px;
}

.jcarousel-skin-specialist .jcarousel-item {
width:270px;
height:84px;
}

.jcarousel-skin-specialist .jcarousel-item-vertical {
margin:0 2px;
}

.jcarousel-skin-specialist .jcarousel-item-placeholder {
background:#fff;
color:#000;
}

.jcarousel-skin-specialist .jcarousel-next-vertical {
position:absolute;
bottom:102px;
left:285px;
width:32px;
height:32px;
cursor:pointer;
background:url('images/next-vertical.gif') no-repeat 0 0;
}

.jcarousel-skin-specialist .jcarousel-prev-vertical {
position:absolute;
top:102px;
left:285px;
width:32px;
height:32px;
cursor:pointer;
background:url('images/prev-vertical.gif') no-repeat 0 0;
}

.jcarousel-skin-specialist .jcarousel-next-vertical:hover,.jcarousel-skin-specialist .jcarousel-prev-vertical:hover {
background-position:0 -32px;
}

.jcarousel-skin-specialist .jcarousel-next-vertical:active,.jcarousel-skin-specialist .jcarousel-prev-vertical:active {
background-position:0 -64px;
}

.jcarousel-skin-specialist .jcarousel-next-disabled-vertical,.jcarousel-skin-specialist .jcarousel-next-disabled-vertical:hover,.jcarousel-skin-specialist .jcarousel-next-disabled-vertical:active,.jcarousel-skin-specialist .jcarousel-prev-disabled-vertical,.jcarousel-skin-specialist .jcarousel-prev-disabled-vertical:hover,.jcarousel-skin-specialist .jcarousel-prev-disabled-vertical:active {
cursor:default;
background-position:0 -34px;
}
/* vScroll.css end  */

.OuterMainBox_topbg{background: url('combinedimages/box_gre1/box_gre1_mid_bg.gif') repeat-x  0px -483px;}
.OuterMainBox_middlebg{background:url('combinedimages/box_gre1/box_gre1_mid_bg.gif') repeat-x 0px -493px;}
.OuterMainBox_Bottombg{background: #fff url('combinedimages/box_gre1/box_gre1_mid_bg.gif') repeat-x 0px 7px;}
.OuterMainBox_leftbg{background:url('combinedimages/pagemaster_verticle.gif') repeat-y -10px 0px;}
.OuterMainBox_Rightbg{background:url('combinedimages/pagemaster_verticle.gif') repeat-y left top;}

.main_topLeft{background:url('combinedimages/box_gre1/box_gre1_main.gif') no-repeat -0px -12px; height:9px; width:11px}
.main_topRight{background:url('combinedimages/box_gre1/box_gre1_main.gif') no-repeat -11px -12px; height:9px; width:11px}
.main_bottomLeft{background:url('combinedimages/box_gre1/box_gre1_main.gif') no-repeat 0px -22px; height:9px; width:11px}
.main_bottomRight{background:url('combinedimages/box_gre1/box_gre1_main.gif') no-repeat -11px -22px; height:9px; width:11px}

.topmiddleBox_topLeft{background:url('combinedimages/box_gre1/box_gre1_main.gif') no-repeat left top; height:5px; width:5px}
.topmiddleBox_topRight{background:url('combinedimages/box_gre1/box_gre1_main.gif') no-repeat -6px top; height:5px; width:5px}
.topmiddleBox_bottomLeft{background:url('combinedimages/box_gre1/box_gre1_main.gif') no-repeat 0px -6px; height:5px; width:5px}
.topmiddleBox_bottomRight{background:url('combinedimages/box_gre1/box_gre1_main.gif') no-repeat -6px -6px; height:5px; width:5px}

.topmiddleBox_Bg{background:url('combinedimages/box_gre1/box_gre1_main.gif') no-repeat -409px bottom}
.topmiddleBox_topBg{background:url('combinedimages/box_gre1/box_gre1_mid_bg.gif') repeat-x left 0px}
.topmiddleBox_bottomBg{background:url('combinedimages/box_gre1/box_gre1_mid_bg.gif') repeat-x 0px -5px}
.topmiddleBox_leftBg{background:url('combinedimages/box_gre1/box_gre1_mi_verticle.gif') repeat-y left top}
.topmiddleBox_rightBg{background:url('combinedimages/box_gre1/box_gre1_mi_verticle.gif') repeat-y right top}

.middlegradBox_topLeft{background:url('combinedimages/box_gre1/box_gre1_main.gif') no-repeat -12px 0px; height:5px; width:5px}
.middlegradBox_topRight{background:url('combinedimages/box_gre1/box_gre1_main.gif') no-repeat -18px 0px; height:5px; width:5px}
.middlegradBox_bottomLeft{background:url('combinedimages/box_gre1/box_gre1_main.gif') no-repeat -12px -6px; height:5px; width:5px}
.middlegradBox_bottomRight{background:url('combinedimages/box_gre1/box_gre1_main.gif') no-repeat -18px -6px; height:5px; width:5px}

.middlegradBox_topBg{background:url('combinedimages/box_gre1/box_gre1_mid_bg.gif') repeat-x 0px -17px; height:5px}
.middlegradBox_topMidBg{background:url('combinedimages/box_gre1/box_gre1_mid_bg.gif') repeat-x 0px -23px;}
.middlegradBox_bottomBg{background:url('combinedimages/box_gre1/box_gre1_mid_bg.gif') repeat-x 0px -11px}
.middlegradBox_leftBg{background:url('combinedimages/box_gre1/box_gre1_mi_verticle.gif') repeat-y 0px 0px}
.middlegradBox_rightBg{background:url('combinedimages/box_gre1/box_gre1_mi_verticle.gif') repeat-y right top}

.patientGuide{background:url('combinedimages/box_gre1/box_gre1_main.gif') no-repeat -1px -311px; height:82px; width:343px}
.logo {background:url('combinedimages/box_gre1/box_gre1_main.gif') no-repeat -24px 8px; height:87px; width:73px}
.logo2 {background:url('combinedimages/box_gre1/box_gre1_main.gif') no-repeat -97px 0px; height:61px; width:310px}

.search_icon {background: url('combinedimages/box_gre1/box_gre1_main.gif') no-repeat;}

.accolade_logo {background: url('combinedimages/box_gre1/box_gre1_main.gif') no-repeat 24px -202px; height:78px; width: 285px;}
.arrowBullet {background: url('combinedimages/box_gre1/box_gre1_main.gif') no-repeat -240px -178px; height:30px; width: 11px; }

.spriteButton {background: url('combinedimages/box_gre1/box_gre1_main.gif') no-repeat; border:0px; height:28px; cursor: pointer; }
.headingBgLine{background: url('combinedimages/box_gre1/box_gre1_mid_bg.gif') repeat-x left -861px;}
.totalreview{font-size:14px; font-weight:normal; color:#929fcb; letter-spacing:0px; vertical-align:middle;  }
/* Revised Cost Page */
.costver6heading
    {
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        color: #2C2C2C;
        padding-top: 3px;
    }
    .costver6Point
    {
        font-family: Arial;
        font-size: 28px;
        font-weight: bold;
        color: #2C2C2C;
        padding-top: 0px;
    }
    .costver6Text
    {
        font-family: Arial;
        font-size: 13px;
        color: #2C2C2C;
        line-height: 16px;
    }    
 /* Revised Cost Page */
/* revised search page */
    .searchDocName{font-family:Arial, Trebuchet MS, Verdana; font-size:18px; color:#AC0000; font-weight:bold; padding-left:5px;}
    .revsearchText{font-family:Arial, Trebuchet MS, Verdana; font-size:11px; color:#3D3B3C; padding-left:5px;}
    .doctorTipsTitle{font-family:Arial, Trebuchet MS, Verdana; font-size:18px; color:#636363; font-weight:normal; padding-left:5px;}
    .doctorTipsSub{font-family:Arial, Trebuchet MS, Verdana; font-size:11px; color:#474747; font-weight:normal; padding-left:5px;}

    .listRevSearchText
    {
     margin:0;
     padding:5 0 0 0;
     }
    .listRevSearchText li
    {
     list-style-type:decimal;
     font-size: 13px;
     font-weight:normal;
     letter-spacing:-0.01em;
     text-align:left;
     list-style-position:inside;
     color:#3D3B3C;
     font-family:Arial, Trebuchet MS, Verdana;
     padding-top:2px;     
    }
    .listRevSearchTextProfile
    {
     margin:0;
     padding:5 0 0 25;
     }
    .listRevSearchTextProfile li
    {
     list-style-type:decimal;
     font-size: 13px;
     font-weight:bold;
     letter-spacing:-0.01em;
     text-align:left;
     list-style-position:outside;
     color:#3D3B3C;
     font-family:Arial, Trebuchet MS, Verdana;
     padding-top:2px;
     padding-left:0px;     
    }
    
    a.links_revised_searchpage, a:active.links_revised_searchpage, A:visited.links_revised_searchpage, A:link.links_revised_searchpage{text-decoration:none; font-size: 11px;font-family:Arial, Trebuchet MS, Verdana;color:#3D3B3C;font-style:italic; letter-spacing:-0.03em}
    A.links_revised_searchpage:hover, a.links_revised_searchpage:focus{text-decoration:underline; font-size: 11px;font-family:Arial, Trebuchet MS, Verdana;color:#3D3B3C;font-style:italic;}

    /* End revised search page */
    
    /* Coupon Module*/
    .CouponHeading{font-family: Trebuchet MS,Arial;font-size: 24px;color: #D85B94;}
    .CouponMonth{font-family:Arial,Trebuchet MS;font-size: 12px;font-weight:bold;color: #FFF;}
    .CouponBulletNo{font-family: Trebuchet MS,Arial;font-size: 36px;color: #A5A5A5;font-weight:bold;padding-right:15px;}    
    .CouponPhoneNo{font-family: Trebuchet MS,Arial;font-size: 20px;color: #656565;font-weight:bold;}    
    .textboxCoupon{font-size:18px; height:32px; color: #656565; width:245px; text-align:left; border:solid 1px #D0D0D0;text-transform: capitalize; font-family:Arial,Trebuchet MS,Verdana;}
    .couponNormalText{font-family: Trebuchet MS,Arial;font-size: 12px;color: #656565;font-weight:bold; }
    .couponError{font-family: Trebuchet MS,Arial;font-size: 12px;color: red;font-weight:bold; }
    .couponheader{font-family: Arial,Trebuchet MS,Verdana;font-size: 24px;font-weight: bold;color: #F054F1;}
    .couponUserName{font-family: Trebuchet MS,Verdana,Arial;font-size: 24px;font-weight: bold;color: #737373;}
    .couponDocAddress{font-family: Arial,Trebuchet MS,Verdana;font-size: 14px;font-weight: bold;color: #F054F1;}
    .Appointbookedby{font-family: Trebuchet MS,Verdana,Arial;font-size: 18px;font-weight: bold;color: #F054F1;}
    /* end Coupon Module*/
     A.ClinicTitle2:link, A.ClinicTitle2:active, A.ClinicTitle2:visited{text-decoration:underline; color: #0000FF; font-size:18px; font-weight:bold}
    A.ClinicTitle2:hover, A.ClinicTitle2:focus{color: #0000FF; font-size:18px; font-weight:bold; text-decoration:none}
    .textDocName2{font-size:14px; color:#A54B28; font-weight:bold}
    .textContact2{font-size:20px; line-height:22px; color:#008000; font-weight:bold; font-family:Arial,Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica;}
    

/* ---------------------------------Age Spot Tansition begin ---------------------------------------------------- */
/*Age Spot Tansition */

 @font-face {
  font-family: AnnabelScript;src: url('http://localhost/hrj/AnnabelScript.ttf');
   }
   
 #main1 UL
    {
        clear: both;
        padding: 0px 20px;
        margin: 0px;
        height:74px;
        list-style-type: none;
        background-image:url('images/Tabs/disableTab_bg.jpg'); background-repeat:repeat-x;
    }
      
 #main1 UL.subsection_tabs
    {
        clear: both;
        margin: 0px;
        height:74px;
        list-style-type: none;
       
    }
    #main1 UL.subsection_tabs LI
    {
        float: left;
        margin-right: 0px;
        text-align: left;
        list-style-type: none;
     }
    #main1 UL.subsection_tabs LI A
    {
        padding: 0px;
        display: block;
        text-decoration: none;
        text-align: center;
    }
    #main1 UL.subsection_tabs LI A table
    {
        /*cursor:hand; not active tab*/
        /*background: #0091D0;*/
        background-image:url('images/Tabs/disableTab_bg.jpg'); background-repeat:repeat-x;
    }
    #main1 UL.subsection_tabs LI A table td
    {
        /* inactive tab */
        font-family: Myriad Pro,Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial;
        font-size:17px;
        line-height:19px;
        color: #717171;
        text-align: center;
        padding-left:10px;padding-right:10px;
        cursor:hand;
    }
    #main1 UL.subsection_tabs LI A.selected table
    {
        /*cursor:hand; active tab*/
        background: #fff; /*border-bottom:1px solid #EF813C*/
        background-image:url('images/Tabs/activeTab_bg.jpg'); background-repeat:repeat-x;
    }
    #main1 UL.subsection_tabs LI A.selected table td
    {
        /* active tab*/
        font-family: Myriad Pro,Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial;
        font-size:17px;
        line-height:19px;
        color: #717171;/*#383838*/
        text-align: center;
        padding-left:10px;
        padding-right:10px;
        cursor:hand;
    }
    #main1 UL.subsection_tabs LI A.selected .limage
    {
        /*border-bottom:1px solid #EF813C;*/
    }
    #main1 UL.subsection_tabs LI A .limage
    {
        /*border-bottom:1px solid #90D5F6; */
    }
    #main1 UL.subsection_tabs LI A:hover
    {
    }
    #main1 UL.subsection_tabs LI A.active
    {
    }
    .tabHeaderSmallText 
    {
        font-family: Myriad Pro,Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial;
        font-size:12px;
        line-height:14px;
        color: #717171;
        cursor:hand;
     }
    .phoneVer2{ font-family:Arial; font-size:22px; font-weight:bold; color:#618D1B;letter-spacing:-0.01em;}
    .helpVer2{ font-family:Arial; font-size:22px; font-weight:bold; color:#744C28}
    .TitleVer2
    {
	    font-family:Arial,Myriad Pro,Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica;
	    color: #525252;
	    font-size: 18px;
	    font-weight: normal;
	    padding: 0px;
	    letter-spacing:-0.01em;
    }
    .TitleVer3
    {
	    font-family:Arial,Myriad Pro,Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica;
	    color: #525252;
	    font-size: 16px;
	    font-weight: normal;
	    padding: 0px;
	    letter-spacing:-0.01em;
    }
    .TitleContentText
    {
	    font-family: Myriad Pro,Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial;
	    color: #638D20;
	    font-size: 24px;
	    line-height:24px;
	    font-weight: normal;
	    padding: 0px;margin:0px;
	    vertical-align:middle;
	    letter-spacing:-0.01em;
    }
    .headerTextLargeCollaps
    {color:#8A6143;font-size:18px; font-family:Arial,Verdana; font-weight:bold;}
    .headerTextMediumCollaps
    {color:#8A6143;font-size:14px; font-family:Arial,Verdana; font-weight:bold;}
    .headerTextSmallCollaps {color:#8A6143;font-size:12px; line-height:20px; font-family:Arial,Verdana;padding-top:0px;}
    .links_Ver2 a:active, .links_Ver2 a:visited, .links_Ver2 a:link
    {font-size:12px; color:#8A6143; text-decoration:underline;font-family:Arial,Verdana;}
    .links_Ver2 A:hover, .links_Ver2 a:focus{text-decoration:none;font-size:12px;}

    .link_transition:link, .link_transition:active, .link_transition:visited 
    {
	    font-size:12px; color:#8A6143; text-decoration:underline;font-family:Arial,Verdana;
    }
    .link_transition:focus, .link_transition:hover 
    {
	    font-size:12px; color:#8A6143; text-decoration:none;font-family:Arial,Verdana;
    }
    .testSearchBox{color: #696969; font-size: 16px; font-family:Segoe UI,Myriad Pro, Arial, Verdana; font-weight:bold;}
    .textCountry{color: #696969; font-family: Arial, Verdana; font-size: 12px;}
    .textZip{color: #696969; font-family: Arial, Verdana; font-size: 14px;}
    .textboxTransition
     {color: #696969; font-family:Segoe UI, Arial,Myriad Pro, Arial, Verdana; font-size: 16px; height:22px; text-align:left; border:none; vertical-align:middle; font-weight:bold;}
    .textReviewTransition{ font-family:Segoe UI, Arial,Myriad Pro, Arial, Verdana; font-size:14px; font-weight:normal; color:#4D4D4D;letter-spacing:-0.01em;}
    .textGreenBold{ font-family:Segoe UI, Arial,Myriad Pro, Arial, Verdana; font-size:15px; font-weight:bold; color:#6F9A2A;letter-spacing:-0.01em;}
    .reviewPercBackImageTransition{background-image:url('images/percent_bg.gif');background-repeat:no-repeat;line-height:50px;}
    .reviewPercBackImageTransitionLarge{background-image:url('images/percent_bg_large.gif'); background-repeat:no-repeat;line-height:67px}
    .headingReviewPercTransition{font-size:32px; font-weight:bold; color:#6F9A2A; font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial;}
    .headingReviewPercTransitionLarge{font-size:38px; font-weight:bold; color:#6F9A2A; font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial;}
    
    .link_ReadReviews:link, .link_ReadReviews:active, .link_ReadReviews:visited {font-size:14px; color:#56830D; text-decoration:none;font-family:Arial,Verdana; line-height:14px;}
    .link_ReadReviews:focus, .link_ReadReviews:hover {font-size:14px; color:#56830D; text-decoration:underline;font-family:Arial,Verdana;line-height:14px;}
    .error2{font-family:Arial,Verdana;font-size:12px; color:Red}
    
     /* content text*/
    .textContentHomeHeader
    {font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial;font-size:16px; font-weight:bold; color:#4D4D4D;letter-spacing:-0.01em; padding-bottom:5px;}
    .textContentLarg{font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial; font-size:14px; font-weight:normal; color:#4D4D4D;letter-spacing:-0.01em;}
    .textContentMid{font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial; font-size:12px; font-weight:normal; color:#4D4D4D;letter-spacing:-0.01em;}    
    .link_Content2:link, .link_Content2:active, .link_Content2:visited 
     {
     font-size:14px; color:#56830D; text-decoration:none;font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial; line-height:18px;
     }
    .link_Content2:focus, .link_Content2:hover 
    {
     font-size:14px; color:#56830D; text-decoration:underline;font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial;line-height:18px;
    }    
    
    .ClinicTitleTransition:link, .ClinicTitleTransition:active, .ClinicTitleTransition:visited 
     {
     font-size:18px; color:#093bb7; text-decoration:none;font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial; line-height:18px;
     }
    .ClinicTitleTransition:focus, .ClinicTitleTransition:hover 
    {
     font-size:18px; color:#093bb7; text-decoration:underline;font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial;line-height:18px;
    }    
     .doctorname{ 
        font-family:Arial,Myriad Pro,Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica;
	    color: #1b1b1b;
	    font-size: 18px;
	    font-weight: normal;
	    padding: 0px;
	    letter-spacing:-0.01em;
	    }
	    
    #static_content2{ font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial;} 
    #static_content2 h2{padding-bottom:0px; margin-bottom:0px; color:#525252; font-size:18px; font-weight:bold; letter-spacing:-0.04em; line-height:20px;}
    #static_content2 p{font-size:14px; padding-top:0px; margin-top:0px;  color:#4D4D4D;  line-height:1.3em;letter-spacing:-0.01em; vertical-align:top; padding-bottom:5px;}
    #static_content2 span{font-size:14px;  color:#4D4D4D;  line-height:150%; vertical-align:top;}
       
    #static_content2  a{font-size:14px;letter-spacing:-0.01em; color:#55830d; text-decoration:none; line-height:150%;}
    #static_content2  a:link{font-size:14px;letter-spacing:-0.01em; color:#55830d; text-decoration:none; line-height:150%;}
    #static_content2  a:active{font-size:14px;letter-spacing:-0.01em; color:#55830d; text-decoration:none; line-height:150%;}
    #static_content2  a:visited{font-size:14px;letter-spacing:-0.01em; color:#55830d; text-decoration:none; line-height:150%;}
    #static_content2  a:hover{font-size:14px; color:#55830d;letter-spacing:-0.01em; text-decoration:underline;line-height:150%;}
    #static_content2  a:focus{font-size:14px; color:#55830d;letter-spacing:-0.01em; text-decoration:underline;line-height:150%;}
    
    #static_content2 ul{ padding:5 0 0 20px}
    #static_content2 ul li{ list-style-type:disc;color:#4D4D4D; font-size:14px;  letter-spacing:-0.01em;  text-align:left;  list-style-position:inherit;  line-height:150%;  padding-left:2px;}
    #static_content2 ol
    {
        font-size: 13px;
        font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial;
        color: #4D4D4D;
        line-height: 150%;
        letter-spacing:-0.01em;
        list-style-position:inherit;
        padding-left:0px;
            
    }
    #static_content2 ol li
    {
        letter-spacing:-0.01em;
        padding-bottom:5px;
    }

    #doctor_bio span{font-size:11px;  color:#5f5f5f;  line-height:14px;   padding-top:0px; margin-top:0px; vertical-align:top;font-family:"Segoe UI",Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial;display:block;padding-bottom:5px;font-style:italic;}
    #doctor_bio span a{font-size:11px;letter-spacing:-0.01em; color:#55830d; text-decoration:none; line-height:12px;font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial;}
    #doctor_bio span a:link{font-size:11px;letter-spacing:-0.01em; color:#55830d; text-decoration:none; line-height:12px;}
    #doctor_bio span a:active{font-size:11px;letter-spacing:-0.01em; color:#55830d; text-decoration:none; line-height:12px;}
    #doctor_bio span a:visited{font-size:11px;letter-spacing:-0.01em; color:#55830d; text-decoration:none; line-height:12px;}
    #doctor_bio span a:hover{font-size:11px; color:#55830d;letter-spacing:-0.01em; text-decoration:underline;line-height:12px;}
    #doctor_bio span a:focus{font-size:11px; color:#55830d;letter-spacing:-0.01em; text-decoration:underline;line-height:12px;}

    .link_nav:link, .link_nav:active, .link_nav:visited {font-size:14px;letter-spacing:-0.01em; color:#55830d; text-decoration:none; line-height:150%;font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial;}
    .link_nav:focus, .link_nav:hover {font-size:14px; color:#55830d;letter-spacing:-0.01em; text-decoration:underline;line-height:150%;}
    .link_nav_point {background-image: url('images/Transition/link_arrow.gif');background-repeat: no-repeat;background-position: 0px 58%;}
	
    .reviewsummarytextTransition{font-size:22px; color:#525252; vertical-align:middle; font-family:Arial, Verdana, Trebuchet MS;}
    .NoPainValueTransition{font-size:18px; font-weight:bold; color:#1A75BB; font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial;}
    .NoPainTextTransition{font-size:16px; color:#1A75BB; font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial;}
    .MildValueTransition{font-size:18px; font-weight:bold; color:#FFBE00; font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial;}
    .MildTextTransition{font-size:16px; color:#FFBE00; font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial;}
    .ModerateValueTransition{font-size:18px; font-weight:bold; color:#36B449; font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial;}
    .ModerateTextTransition{font-size:16px; color:#36B449; font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial;}
    .SevereValueTransition{font-size:18px; font-weight:bold; color:Red; font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial;}
    .SevereTextTransition{font-size:16px; color:Red; font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial;}
    .textGraySmall{color: #969696; font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial; font-size: 11px;font-weight:normal;}
    .link_bold:link, .link_bold:active, .link_bold:visited 
         {
         font-size:14px; color:#56830D; text-decoration:none;font-family:Trebuchet MS, Arial,Verdana; line-height:18px;font-weight:bold
         }
    .link_bold:focus, .link_bold:hover 
        {
         font-size:14px; color:#56830D; text-decoration:underline;font-family:Trebuchet MS, Arial,Verdana;line-height:18px;font-weight:bold
        }   
      
    /*-pagination-*/
    .pagingSelectedItem
      { 
      height:38px; background-image:url('images/Transition/pagingActive_bg.gif'); background-repeat:repeat-x;
      width:34px;vertical-align:top; text-align:center; color:#fff; font-family:Arial, Verdana, Trebuchet MS;
      }
    .pagingNonSelectedItem
      { 
      height:38px; width:34px; vertical-align:top; text-align:center; 
      background-image:url('images/Transition/pagingBg.gif'); background-repeat:repeat-x;font-family:Arial, Verdana, Trebuchet MS;
      }
    .pagingseperator{margin-top:-50px; border:solid 1px red;} 
    .textpagingTransition{font-size:12px; font-weight:bold; color:#3c3c3c;font-family:Arial, Verdana, Trebuchet MS;}
    .textpagingTransition A:active, .textpagingTransition A:visited, .textpagingTransition A:link
     {font-size:12px; color:#3c3c3c; text-decoration:none;font-weight:bold;font-family:Arial, Verdana, Trebuchet MS;}
    .textpagingTransition A:hover{text-decoration:none;color:#3c3c3c;font-family:Arial, Verdana, Trebuchet MS;}
    .reviewtitletextTransition{font-size:18px;line-height: 22px;font-weight:normal; text-align:left; color:#6f9a2a; letter-spacing:-0.01em !important; letter-spacing:-0.01em; word-spacing:-2px;font-family:Verdana, Trebuchet MS,Verdana;}

    .ratingStarTransition{font-size:0pt; width:17px; height:16px; margin:0px; padding:0px; cursor:text; display:block; background-repeat:no-repeat}
    .filledRatingStarTransition{background-image:url('images/Transition/fill_star.gif'); cursor:text}
    .emptyRatingStarTransition{background-image:url('images/Transition/blank_star.gif'); cursor:text}
    .savedRatingStarTransition{background-image:url('images/Transition/fill_star.gif'); cursor:text}
    .msgsucessful{font-family:Arial,Verdana;font-size:14px; color:#56830D; font-weight:bold;}
    .textItalic{ font-style:italic;}
    .textBold{ font-weight:bold;}
    
    .text11px{font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial; font-size:11px;}
    .text12px{font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial; font-size:12px;line-height:16px;letter-spacing:-0.01em;}
    .text13px{font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial; font-size:14px; line-height:15px;letter-spacing:-0.01em;}
    .text14px{font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial; font-size:14px; line-height:16px;letter-spacing:-0.01em;}
    .text18px{font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial; font-size:18px; line-height:22px;letter-spacing:-0.01em;}
    .text22px{font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial; font-size:22px; line-height:26px;letter-spacing:-0.01em;}
    .text24px{font-family:Segoe UI,Lucida Grande,Lucida Sans,Trebuchet MS,Helvetica,Arial; font-size:24px; line-height:28px;letter-spacing:-0.01em;}

    .reviewTextColor1{ color:#4d4d4d;}
    .reviewTextColor2{ color:#b4b4b4;}
    .textcolor3{color:#525252;}
    .textcolor4{color:#9f9f9f}
    .textcolor5{color:#1b1b1b}
    .textcolor6{color:#a8a8a8;}
    .textcolor7{color:#2C2C2C;}
        
    .textColorGreen{color:#4e7215;}
    /*doctor profile page*/
    .textDoctorPacticeNameTransition{color:#638d20; font-size:24px; line-height:28px; letter-spacing:-0.04em;font-family:Arial,Trebuchet MS,Arial,verdana;}
     .link_gray:link, .link_gray:active, .link_gray:visited 
         {
         font-size:14px;letter-spacing:-0.01em; color:#595959; text-decoration:none;font-family:Arial,Trebuchet MS, Verdana; line-height:18px;font-weight:bold
         }
    .link_gray:focus, .link_gray:hover 
        {
         font-size:14px; color:#595959;letter-spacing:-0.01em; text-decoration:underline;font-family:Arial,Trebuchet MS, Arial,Verdana;line-height:18px;font-weight:bold
        }   
        
     .link_breadcrumb:link, .link_breadcrumb:active, .link_breadcrumb:visited 
         {
         font-size:12px;letter-spacing:0.009em; color:#a8a8a8; text-decoration:none;font-family:Segoe UI,Helvetica,Arial,Lucida Grande,Lucida Sans,Trebuchet MS; line-height:18px; font-weight:normal;
         }
    .link_breadcrumb:focus, .link_breadcrumb:hover 
        {
         font-size:12px; color:#a8a8a8;letter-spacing:0.009em; text-decoration:underline;font-family:Segoe UI,Helvetica,Arial,Lucida Grande,Lucida Sans,Trebuchet MS;line-height:18px;font-weight:normal;
        }   
        
    .popup {width: 296px;margin-top:-38px;margin-left:160px; position:absolute; }
    .popup .bg { background:url(images/Transition/popup_bg.png) repeat-y top left;  }
    .popup .top { background:url(images/Transition/popup_top.png) no-repeat left  bottom; height: 6px; }
    .popup .bottom { background:url(images/Transition/popup_bottom.png) no-repeat left top; height: 5px; }
    .popup .tip { background:url(images/Transition/popup_tip.png) no-repeat left 13px;  }
    .popup .content { font-size:14px; margin: 0px 7px 0px 10px;color:#4d4d4d; padding:2px 2px 0px 2px;font-family:Segoe UI,Helvetica,Arial,Lucida Grande,Lucida Sans,Trebuchet MS; }
    .doctorProfileQuestion
    {
     margin:0;
     padding:0px 0px 5px 0px;
     }
    .doctorProfileQuestion li
    {
     list-style-type:decimal;
     font-size: 13px;
     font-weight:normal;
     letter-spacing:-0.01em;
     text-align:left;
     list-style-position:inside;
     color:#4d4d4d;
     font-family:Segoe UI,Helvetica,Arial,Lucida Grande,Lucida Sans,Trebuchet MS;
     padding-top:2px;     
    }
    
    #directions table
    {
        font-size: 11px;letter-spacing:-0.01em; font-family:Segoe UI,Helvetica,Arial,Lucida Grande,Lucida Sans,Trebuchet MS;
    }
    .links_ShowHide:active, .links_ShowHide:visited, .links_ShowHide:link
        {
        font-size:12px;font-weight:normal; letter-spacing:-0.01em;color:#638d20; text-decoration:underline;font-family:Segoe UI,Helvetica,Arial,Verdana;
        }
    .links_ShowHide:hover, .links_ShowHide:focus
    {
    text-decoration:none;letter-spacing:-0.01em;font-size:12px;color:#638d20;
    }
    
    #fancyboxcontent {
	width: 350px;
	margin: 30px auto;
	padding: 20px 60px;
	border: 1px solid #D2D2D2;
	-moz-box-shadow: 0 0 30px #CCC;
	-webkit-box-shadow: 0 0 30px #CCC;
	box-shadow: 0 0 30px #CCC;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 15px);
}
/* End pagination*/

