﻿/* Portal 2 - Microdermabrasion */

/*default.css start*/
Body
{
	background-color: white;
	margin: 0px;
}

.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; /* Optima LT Medium */
	line-height: 14px;
}
/* Headings */
h1
{
	font-family: Trebuchet MS, Verdana , Arial; /* Optima LT Medium */
	color: #C959A1;
	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; /* Optima LT Medium */
	color: #C959A1;
	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;
}

/*fonts start here*/
/*fonts -headers start here*/
.physician_header
{
	font-size: 18px;
}
/*fonts -headers end here*/
/*fonts end here*/
.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;
}
/**/
/* Style for Entry form */
.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: #C959A1;
	font-weight: bold;
}   
.textAvgStarRating
{
	font-size: 18px;
	color: #C959A1;
	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: #C959A1;
	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;
}
.map
{
	background-image: url('/w3/images/HRJ/regional_map.gif');
	background-repeat: no-repeat;
}
.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;
	
}

/*------Page link ----------*/

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;
}

/*-used for patient education--*/
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:  .5em 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;
}

/* End Style for form */
/* Css for  Recent Review Heading */

.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: #C86FAC;
	letter-spacing:-1px;
	line-height:20px;
}
.headingReviewBottom2
{
	font-size: 27px;
	font-weight: bold;
	color: #C86FAC;
	line-height:20px;
}
.reviewPercBackImage
{
	background-image: url('images/ButtonPerc.gif');
	background-repeat: no-repeat;
	background-position: 16px 4px;
	cursor:hand;
	line-height:45px
}
/*End Css for Recent Review*/
/* Pie Chart Text Style*/
.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;
}
/* End Pie Chart Text Style*/

/* Grid Style*/

.gridstyle
{
	border: solid 1px #EEE2D4;
	font-size: 13px;
	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;*/
}


/*End Grid Style */

/* Start Reapeater Style*/
.repItem
{
	border: solid 1px #F0F0F0;/* #EEE2D4; */
	font-size: 12px;
	color: #744C28;
}
.repAltItem
{
	border:solid 1px #F0F0F0;
	background-color:#FDFCFA;
	font-size: 12px;
	color: #744C28;	
}
/* End Repeater Style */

/* The following styles are for the Rating */

.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
}
/*for big size star*/
.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
}

/*for Small size star*/
.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
}
/*End styles are for the Rating***/




/* CSS for Expert Videos*/
.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: #1E76BB;
	font-size: 12px;
	font-weight: bold;
}
a:hover.link_video
{
	text-decoration: underline;
	color: #1E76BB;
	font-size: 12px;
	font-weight: bold;
}

/* End */

/* CSS for Menu*/

.main_dnnmenu_container
{
	background-color: transparent;
}
.main_dnnmenu_bar
{
	cursor: pointer;
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}
.main_dnnmenu_item td
{
	/*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #764B28;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	white-space: nowrap; /*Word wrapping menu item now optional*/
	padding: 1px 3px 3px 1px; /* background: transparent url(/hrj/portals/_default/skins/hrj/images/arrow.gif) no-repeat center; */
}

.main_dnnmenu_rootitem
{
	/*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #764b28;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	white-space: nowrap; /*Word wrapping menu item now optional*/
	padding: 0px 9px 0px 9px; /*explicitly set padding for root menu items*/
	border: solid 1px Transparent;
	height:10px;
	text-align: center;
}

.main_dnnmenu_itemhover
{
	/* border: solid 1px #C9A983;*/ 
	padding: 0px 9px 0px 9px;
	text-align: center;
	text-decoration:underline;
}

.main_dnnmenu_itemhover td
{
	background-color: White; /*#C1AAC1; */
	text-align: left;
}

.main_dnnmenu_icon
{
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 100%;
	background: transparent url('/w3/portals/_default/skins/hrj/images/arrow.gif') no-repeat center;
}

.main_dnnmenu_submenu
{
	background-color: #F5F0EA; /* 	background-image:url(/hrj/portals/_default/skins/hrj/images/g_nav.gif); */
	z-index: 1000;
	cursor: pointer;
	cursor: hand; /*filter: progid:DXImageTransform.Microsoft.Shadow(color= '#696969' , Direction=135, Strength=3);*/
	padding: 1px 1px 1px 1px; /*explicitly set padding for sub-menus */
}
.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;
}
/* End */

/* CSS for Ask the Doctor*/
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.01em;
	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;
}
/*for review more link*/
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
{
	/*text-decoration: underline;*/
	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
{
	/*text-decoration: underline;*/
	color: #3885C4;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
}
/*-------------------------*/
/* End */

/* CSS for Find Specialist*/
.bold_center_heading
{
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #C959A1;
	letter-spacing: -0.03em;
}
.module_text_large
{
	font-size: 14px;	
	line-height: 18px;
	letter-spacing: -0.01em;
	word-spacing: -1px;
}
/* End */

/* Physician Advisory Board */
.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;
}

/* end Physician Advisory Board */
.error
{
	font-size: 13px;
	color: Red;	
}

/*Star Rating CSS*/

/* begin top banner - Tattoos Work*/
.Title1, a.Title1, a:link.Title1, a:active.Title1, a:visited.Title1, a:hover.Title1
{
	color: #C959A1;
	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: #0055A5;
	font-size: 16px;
	font-weight: normal;
	padding: 4px;
	text-decoration: underline;
}
/* end top banner - Tattoos Work*/
.text_orange_underline
{
	text-decoration: underline;
	color: #0055A4;
	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: #0055A4;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -0.03em;
}
a:hover.link_orange_underline
{
	text-decoration: none;
	color: #0055A4;
	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: #C959A1;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.04em;
}
.OrangeTitleSmall
{
	color: #C959A1;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -0.04em;
}
.OrangeTitleLarge
{
	color: #C959A1;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.04em;
}

.OrangeTitleLargest
{
	color: #C959A1;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -0.04em;
}
.BlueTitle
{
	color: #0055A5;
	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:  #1673BA;
	font-size: 18px;
	font-weight: bold;	
}
A.ClinicTitle:hover, A.ClinicTitle:focus
{	
	color:  #1673BA;
	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;
}
/*heading for review Summary  page..*/

.headingReviewSummary
{
	font-size: 27px;
	color: #C959A1;
	font-weight: normal;
	word-spacing: -2px;
}
.headingReviewRating
{
	font-size: 22px;
	color: #0055A5;
	font-weight:bold;
	letter-spacing:0px;
}

.subheadingReviewSummary
{
	font-size: 17px;
	color: #0055A5;
	font-weight: bold;
}
.ClickImage
{	
	color:#1E76BB;
	font-size: 11px;
}
.bgline
{
background: url('images/bg_line.gif') repeat-x;
}
.textReviewPer
{
	font-size: 30px;
	font-weight: bold;
	color: #C959A1;
	font-family:Arial;
	text-align:left;
}
.bluephone
{
	font-size: 20px;
	font-weight: bold;
	color: #1E76BB;
	font-family:verdana;
	text-align:left;
}
.textYesNo
{
	font-size: 22px;
	font-weight: bold;
	color: #C959A1;
	font-family:Arial;
}

.reviewsummaryBoldtext
{
	font-size: 14px;
	color: #C959A1;
    text-align:left;
}
.line
{
	background-color: #C959A1;
}
.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;
}
/* Search Page Start*/
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;
}
.textDocName
{
	font-size: 13px;
	color: #1E76BB;	
	font-weight:bold;	
}
.textContact
{
	font-size: 20px;
	color: #1E76BB;	
	font-weight:bold;	
}
/* Search Page End*/
.style2
{
    width: 127px;
    vertical-align:top;
}
.style3
{
    width: 775px;
}

/* Start ADMIN */
.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
}
/* Admin Emd*/

.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;
}
/*Content Pages*/
#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; /* Optima LT Medium */
	color: #C959A1;
	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;
}

.copyright
{
	color: #764b28;
	font-family: Trebuchet MS, Verdana , Arial;
	font-size: 9pt;
}

.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;
}
a.main_menu, a:hover.main_menu, a:focus.main_menu
{
	text-decoration: underline;
}
/* End */

.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;
}

.OrangeDottedUnderline
{
	color: #C959A1;
	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%;
}

/* following class used in cost page ver2*/
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;
}
/*skin.css end */

/*container.css */
.Title26 {
font-family:Trebuchet MS, Verdana , Arial;
color:#C959A1;
font-size:26px;
font-weight:900;
letter-spacing:-0.04em;
padding:0;
}

.Title24 {
font-family:Trebuchet MS, Verdana , Arial;
color:#C959A1;
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;
}

.Title,.titlecolorscheme {
font-family:Trebuchet MS, Verdana , Arial;
color:#C959A1;
font-size:21px;
font-weight:900;
letter-spacing:-0.04em;
padding:0;
}
/*container.css end  */

/* portal.css */

.HeadBg {
}

Body
{
}

.ControlPanel {
}
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}
.SelectedTab {
}
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}
.OtherTabs {
}
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}
.Head   {
}
.SubHead    {
}
.SubSubHead {
}
.Normal
{
}
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}
.CommandButton     {
}
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}
.StandardButton     {
}
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 {
}
.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 start */
.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;
position:absolute;
left:0;
width:20px;
height:20px;
border-top:solid 1px transparent;
}

div.pictureHolder .top .right {
background:url(combinedimages/tr.gif) top left no-repeat;
position:absolute;
top:0;
left:auto;
right:0;
width:20px;
height:20px;
border-top:solid 1px transparent;
}

div.pictureHolder .content {
background-color:#fff;
position:relative;
text-align:left;
width:100%;
height:40px;
}

div.pictureHolder .content a.next:hover {
background:url(combinedimages/btnNext.gif) center right no-repeat;
cursor:pointer;
}

div.pictureHolder .content a.previous:hover {
background:url(combinedimages/btnPrevious.gif) center left no-repeat;
cursor:pointer;
}

div.pictureHolder .content a.expand {
background:url(combinedimages/btnExpand.gif) top left no-repeat;
cursor:pointer;
}

div.pictureHolder .content a.expand:hover {
background:url(combinedimages/btnExpand.gif) bottom left no-repeat;
cursor:pointer;
}

div.pictureHolder .content a.contract {
background:url(combinedimages/btnContract.gif) top left no-repeat;
cursor:pointer;
}

div.pictureHolder .content a.contract:hover {
background:url(combinedimages/btnContract.gif) bottom left no-repeat;
cursor:pointer;
}

div.pictureHolder .content a.close {
width:61px;
height:22px;
background:url(combinedimages/btnClose.gif) center left no-repeat;
cursor:pointer;
float:right;
display:block;
text-indent:-10000px;
}

div.pictureHolder .content .details .nav a.arrow_previous {
background:url(combinedimages/arrow_previous.gif) top left no-repeat;
background-position:0 3px;
}

div.pictureHolder .content .details .nav a.arrow_next {
background:url(combinedimages/arrow_next.gif) top left no-repeat;
background-position:0 3px;
}

div.pictureHolder .bottom .left {
background:url(combinedimages/bl.gif) top left no-repeat;
position:absolute;
left:0;
width:20px;
height:20px;
}

div.pictureHolder .bottom .right {
background:url(combinedimages/br.gif) top left no-repeat;
position:absolute;
top:0;
left:auto;
right:0;
width:20px;
height:20px;
}

div.pictureHolder .loaderIcon {
background:url(combinedimages/loader.gif) center center no-repeat;
display:none;
position:absolute;
top:50%;
left:50%;
width:24px;
height:24px;
margin:-12px 0 0 -12px;
}

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;
float:left;
line-height:23px;
}

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 .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;
}

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;
}

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;
}

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 #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.pictureHolder .top .middle,div.pictureHolder .bottom .middle {
background:#fff;
position:absolute;
left:20px;
right:20px;
height:20px;
}

div.pictureHolder .top,div.pictureHolder .bottom {
position:relative;
height:20px;
}

* html div.pictureHolder .top,* html div.pictureHolder .bottom {
padding:0 20px;
}

* html div.pictureHolder .top .middle,* html div.pictureHolder .bottom .middle {
position:static;
}
/* 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:transparent url(combinedimages/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:transparent url(combinedimages/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 7px; 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;}

.reviewPercBackImage{background-image:url('images/ButtonPerc.gif'); background-repeat:no-repeat; background-position:16px 4px; cursor:hand; line-height:45px}
.totalreview{font-size:14px; font-weight:normal; color:#C86FAC; 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:13px; color:#A54B28; font-weight:bold}
    .textContact2{font-size:20px; color:#008000; font-weight:bold}
    
    /* Articles*/
    .listArticle
    {
        list-style-type:none;
        padding:20px;
        margin:0px;
    }
    .listArticle li
    {   list-style:disc; 
         list-style-position:inherit;
         margin-left:20px;   
         color:#3885C4;
         font-size:0.7em;
         letter-spacing:0.01em;
         text-align:left;
         line-height:22px;
         padding:1;
         margin-left:0px;
     }
    .articleTitle{font-family:Arial,Verdana,Trebuchet MS; color:#C959A1; font-size:18px; font-weight:bold; letter-spacing:-0.01em; line-height:24px; margin-bottom:0px; padding-bottom:0px}
    .articleDescription{ font-family:Arial,Verdana,Trebuchet MS;font-size:14px;color:#000;  line-height:150%;  letter-spacing:0.01em;}              
    .breadcrumbsNav
    {   background:url('images/breadcrumbsNav.gif') no-repeat 20px 8px ;
	    width:30px;
	    height:22px;
    }
    a.link_breadcrumbs, a:active.link_breadcrumbs, A:visited.link_breadcrumbs, A:link.link_breadcrumbs{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_breadcrumbs:hover, a.link_breadcrumbs:focus{text-decoration:none; line-height:16px}
 /* End Articles*/



