﻿/* Skin Rejuvenation (Portal id-3) */
/*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 {
text-align:center;
font-family:Trebuchet MS, Verdana, Arial;
line-height:14px;
background:#e3d2c0;
margin:15px 0 2px;
}

h1 {
color:#72afdf;
margin-bottom:0;
letter-spacing:-0.04em;
font:900 26px Trebuchet MS, Verdana, Arial;
padding:0;
}

h2 {
color:#cd272d;
letter-spacing:-0.04em;
margin-bottom:0;
padding-bottom:0;
font:bold 18px/24px Trebuchet MS, Verdana, Arial;
}

.skinmaster {
width:1003px;
}

.contentmaster {
width:980px;
}

.physician_header {
font-size:18px;
}

.HeaderLinks {
font-size:11px;
font-weight:400;
}

.HeaderLinks A:active,.HeaderLinks A:visited,.HeaderLinks A:link {
color:#3885C4;
font-size:1.1em;
text-decoration:none;
font-weight:400;
padding:0 8px;
}

.HeaderLinks A:hover,.HeaderLinks a:focus {
color:#72afdf;
text-decoration:underline;
font-weight:400;
}

.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:0 8px;
}

.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:0 8px;
}

.links_bottom_cl1 {
font-size:13px;
color:#1a75bb;
font-weight:400;
}

.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:0;
padding-right:0;
font-weight:400;
}

.links_bottom_cl1 A:hover.links {
font-size:13px;
color:#1a75bb;
text-decoration:underline;
padding-left:0;
padding-right:0;
font-weight:400;
}

.links_bottom_cl2 {
font-size:13px;
color:#764b28;
font-weight:400;
}

.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:0;
padding-right:0;
font-weight:400;
}

.links_bottom_cl2 A:hover.links {
font-size:13px;
color:#764b28;
text-decoration:underline;
padding-left:0;
padding-right:0;
font-weight:400;
}

.ddl {
font-size:13px;
height:22px;
letter-spacing:0.01em;
border:solid 1px #8F8F8F;
}

.radiobutton {
font-size:12px;
color:#000;
}

.mandatory {
font-size:14px;
color:Red;
padding-left:1px;
}

.heading {
font-size:18px;
color:#7A5235;
font-weight:700;
}

.subheading {
font-size:14px;
color:#000;
font-weight:700;
}

.subheadingportal {
font-size:17px;
color:#7A5235;
letter-spacing:-1px;
word-spacing:-1px;
font-weight:700;
}

.text {
font-size:13px;
color:#000;
text-align:left;
letter-spacing:0.01em;
}

.textreview {
font-size:13px;
font-weight:400;
color:#908073;
text-align:justify;
word-spacing:-1px;
}

.textbold {
font-size:12px;
color:#000;
font-weight:700;
}

.textStarRating {
font-size:16px;
color:#F38041;
font-weight:700;
}

.textAvgStarRating {
font-size:18px;
color:#cd272d;
font-weight:700;
}

.textboldunderline {
font-size:12px;
color:#7A5235;
font-weight:700;
text-decoration:underline;
}

.titletext {
font-size:15px;
font-weight:700;
text-align:justify;
color:#8A6E58;
letter-spacing:-0.03em;
word-spacing:-2px;
}

.star {
font-size:12px;
font-weight:700;
text-align:justify;
color:#8A6E58;
letter-spacing:-0.03em;
word-spacing:-2px;
}

.stardark {
font-size:12px;
font-weight:700;
text-align:justify;
color:#744B28;
letter-spacing:-0.03em;
word-spacing:-2px;
}

.textjustify {
font-size:12px;
color:#000;
text-align:justify;
}

.textusername {
font-size:13px;
color:#7A5235;
font-weight:700;
padding-top:8px;
vertical-align:top;
}

.textusernameReviewRating {
font-size:13px;
color:#7A5235;
font-weight:700;
padding-top:2px;
vertical-align:top;
}

.textPatientname {
font-size:13px;
color:#F38041;
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:#000;
}

.textbox1 {
font-size:13px;
height:22px;
text-align:left;
border:solid 1px #8F8F8F;
}

.button {
color:#000;
height:22px;
text-align:center;
letter-spacing:0.01em;
font:bold 11px Arial, Verdana;
border-color:#cfabcf;
border-style:solid;
border-width:1px;
}

.fileupload {
font-size:12px;
height:22px;
border:solid 1px #8F8F8F;
vertical-align:top;
}

.linkblue {
font-size:12px;
font-weight:700;
color:Red;
}

.linkHeading {
font-size:14px;
font-weight:700;
}

.textpaging {
font-size:13px;
font-weight:700;
color:Red;
}

.textpaging A:active,.textpaging A:visited,.textpaging A:link {
font-size:13px;
color:#764b28;
text-decoration:underline;
font-weight:700;
}

.textpaging A:hover {
text-decoration:none;
color:Red;
}

A.arrow:active,A.arrow:visited,A.arrow:link {
color:#764b28;
text-decoration:none;
font:bold 13px Verdana;
}

A.arrow:hover {
text-decoration:underline;
color:Red;
}

.imagethumbnail {
width:46px;
height:46px;
}

.lineHome {
background:#D2B893;
}

.mapdata {
font-size:20px;
color:#744B28;
font-weight:700;
letter-spacing:-0.03em;
word-spacing:-1px;
}

.mapdata2 {
font-size:20px;
color:#744B28;
font-weight:700;
}

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:700;
letter-spacing:-0.03em;
}

a.link_Notunderline,a:hover.link_Notunderline,a:focus.Notunderline,a:active.Notunderline,A:visited.Notunderline,A:link.Notunderline {
color:#583812;
font-size:14px;
font-weight:700;
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.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.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.03em;
}

A.link_send:hover,a.link_send:focus {
text-decoration:none;
line-height:17px;
}

.li {
list-style-type:none;
padding-left:0;
line-height:17px;
text-indent:0;
background:url('images/bullet_round.gif') no-repeat .5em 50%;
}

.linkimage {
background:url('images/bullet.jpg') 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:700;
}

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:700;
}

a.link_button_small,a:hover.link_button_small,a:focus.link_button_small {
text-decoration:none;
color:#3885C4;
font-size:11px;
font-weight:700;
}

.headingReviewTop {
font-size:26px;
color:#7A5235;
font-weight:400;
word-spacing:-4px;
}

.headingReviewMid {
font-size:32px;
font-weight:700;
color:#7A5235;
}

.headingReviewMidBold {
font-size:40px;
font-weight:bolder;
word-spacing:14px;
color:#7A5235;
line-height:35px;
}

.headingReviewPerc {
font-size:36px;
font-weight:700;
color:#FFF;
}

.headingReviewBottom {
font-size:16px;
font-weight:700;
color:#72afdf;
letter-spacing:-1px;
line-height:20px;
}

.headingReviewBottom2 {
font-size:27px;
font-weight:700;
color:#72afdf;
line-height:20px;
}

.NoPainValue {
color:#1A75BB;
font:bold 30px Times New Roman, Verdana;
}

.NoPainText {
font-size:14px;
color:#1A75BB;
}

.MildValue {
color:#FFBE00;
font:bold 30px Times New Roman, Verdana;
}

.MildText {
font-size:14px;
color:#FFBE00;
}

.ModerateValue {
color:#36B449;
font:bold 30px Times New Roman, Verdana;
}

.ModerateText {
font-size:14px;
color:#36B449;
}

.SevereValue {
color:Red;
font:bold 30px Times New Roman, Verdana;
}

.SevereText {
font-size:14px;
color:Red;
}

.gridstyle {
border:solid 1px #EEE2D4;
font-size:13px;
color:#744C28;
}

.gridheader {
vertical-align:middle;
color:Red;
background:#EEE2D4;
}

.gridtext {
font-size:13px;
color:#744C28;
}

.gridalternate {
background:#FDFCFA;
}

.repItem {
border:solid 1px #F0F0F0;
font-size:12px;
color:#744C28;
}

.repAltItem {
border:solid 1px #F0F0F0;
font-size:12px;
color:#744C28;
background:#FDFCFA;
}

.ratingStar {
font-size:0;
width:14px;
height:15px;
cursor:text;
display:block;
background-repeat:no-repeat;
margin:0;
padding:0;
}

.emptyRatingStar {
cursor:text;
background:url('images/blank_star.gif');
}

.ratingStarBig {
font-size:0;
width:21px;
height:20px;
cursor:text;
display:block;
background-repeat:no-repeat;
margin:0;
padding:0;
}

.emptyRatingStarBig {
cursor:text;
background:url('images/blank_starBig.gif');
}

.ratingStarSmall {
font-size:0;
width:12px;
height:12px;
cursor:text;
display:block;
background-repeat:no-repeat;
margin:0;
padding:0;
}

.emptyRatingStarSmall {
cursor:text;
background:url('images/blank_starSmall.gif');
}

.video_text {
font-size:12px;
}

.video_bg {
background:#FFF;
color:#744C28;
padding:8px;
}

.module_heading {
font-size:13px;
font-weight:700;
color:#503A25;
}

a:link.link_video,A:active.link_video,A:visited.link_video {
text-decoration:none;
color:#3885C4;
font-size:12px;
font-weight:700;
}

a:hover.link_video,a:focus.link_video {
text-decoration:underline;
color:#3885C4;
font-size:12px;
font-weight:700;
}

.main_dnnmenu_container {
background:transparent;
}

.main_dnnmenu_bar {
cursor:hand;
height:16px;
background:;
}

.main_dnnmenu_item td {
cursor:hand;
color:#764B28;
font-size:13px;
font-weight:700;
font-style:normal;
white-space:nowrap;
background:;
padding:1px 3px 3px 1px;
}

.main_dnnmenu_rootitem {
cursor:hand;
color:#764b28;
font-size:13px;
font-weight:700;
font-style:normal;
white-space:nowrap;
border:solid 1px Transparent;
height:10px;
text-align:center;
background:;
padding:0 9px;
}

.main_dnnmenu_itemhover {
text-align:center;
text-decoration:underline;
padding:0 9px;
}

.main_dnnmenu_itemhover td {
text-align:left;
background:#FFF;
}

.main_dnnmenu_icon {
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 {
z-index:1000;
cursor:hand;
background:#F5F0EA;
padding: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 0 solid;
cursor:hand;
font:13px webdings;
}

.main_dnnmenu_rootmenuarrow {
cursor:hand;
font:13px webdings;
}

ul {
margin:0 0 0 18px;
}

.docProfileText li {
font-size:13px;
font-weight:400;
color:#8A715D;
letter-spacing:-0.03em;
word-spacing:-1px;
list-style-type:disc;
margin:10px 0 0 20px;
}

.docProfileText {
font-size:13px;
font-weight:400;
color:#8A715D;
letter-spacing:-0.03em;
word-spacing:-1px;
}

.docProfileText1 li {
font-size:13px;
font-weight:400;
color:#8A715D;
letter-spacing:-0.03em;
word-spacing:-1px;
list-style-type:disc;
margin:1px 0 0 20px;
}

ul.additional {
color:#8A6E58;
margin:0 0 0 18px;
}

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:#000;
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:0;
}

.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:400;
text-decoration:none;
}

.question_txt,a:hover.question_txt {
color:#3885C4;
font-size:13px;
line-height:14px;
font-weight:400;
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:700;
line-height:14px;
}

a:hover.link_more,a:focus.link_more {
color:#3885C4;
font-size:12px;
font-weight:700;
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:700;
line-height:14px;
}

a:hover.link_more_u,a:focus.link_more_u {
color:#3885C4;
font-size:12px;
font-weight:700;
line-height:14px;
text-decoration:none;
}

.bold_center_heading {
font-size:17px;
font-weight:700;
text-align:center;
color:#cd272d;
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:#72afdf;
font-size:20px;
font-weight:700;
letter-spacing:-0.04em;
padding:0;
}

.banner_txt,a.banner_txt,a:link.banner_txt,a:active.banner_txt,a:visited.banner_txt {
color:#744C28;
font-size:16px;
font-weight:400;
text-decoration:none;
padding:4px;
}

.banner_txt,a:hover.banner_txt {
color:#0055A5;
font-size:16px;
font-weight:400;
text-decoration:underline;
padding:4px;
}

.BrownTitle {
color:#744B28;
font-size:19px;
font-weight:700;
padding:0 5px;
}

.BrownTitleNoPadding {
color:#744B28;
font-size:19px;
font-weight:700;
}

.BrownTitleCompress {
color:#744B28;
font-size:19px;
font-weight:700;
letter-spacing:-0.03em;
padding:0 5px;
}

.BrownTitleSmall {
color:#744B28;
font-size:17px;
font-weight:700;
}

.OrangeTitle {
color:#696A6C;
font-size:18px;
font-weight:700;
letter-spacing:-0.04em;
}

.OrangeTitleSmall {
color:#744B28;
font-size:17px;
font-weight:700;
letter-spacing:-0.04em;
}

.OrangeTitleLarge {
color:#cd272d;
font-size:20px;
font-weight:700;
letter-spacing:-0.04em;
}

.OrangeTitleLargest {
color:#744B28;
font-size:22px;
font-weight:700;
letter-spacing:-0.04em;
}

.BlueTitle {
color:#0055A5;
font-size:22px;
font-weight:700;
letter-spacing:-0.04em;
}

.PgLogoTitle {
color:#744B28;
font-size:19px;
font-weight:700;
line-height:18px;
}

A.ClinicTitle:link,A.ClinicTitle:active,A.ClinicTitle:visited {
text-decoration:underline;
color:#72afdf;
font-size:18px;
font-weight:700;
}

A.ClinicTitle:hover,A.ClinicTitle:focus {
color:#72afdf;
font-size:18px;
font-weight:700;
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:400;
color:#908073;
letter-spacing:-0.03em;
word-spacing:-1px;
text-align:justify;
}

.headingReviewSummary {
font-size:27px;
color:#72afdf;
font-weight:400;
word-spacing:-2px;
}

.headingReviewRating {
font-size:22px;
color:#72afdf;
font-weight:700;
letter-spacing:0;
}

.subheadingReviewSummary {
font-size:17px;
color:#0055A5;
font-weight:700;
}

.ClickImage {
color:#F38041;
font-size:11px;
}

.bgline {
background:url('images/bg_line.gif') repeat-x;
}

.textReviewPer {
color:#72afdf;
text-align:left;
font:bold 30px Arial;
}

.bluephone {
color:#cd272d;
text-align:left;
font:bold 20px verdana;
}

.textYesNo {
color:#72afdf;
font:bold 22px Arial;
}

.reviewsummaryBoldtext {
font-size:14px;
color:#72afdf;
text-align:left;
}

.line {
background:#F38041;
}

.textagcost {
color:#8A715B;
margin-bottom:0;
font:bold 30px Times New Roman, Arial;
}

.titletext2 {
font-size:13px;
font-weight:700;
color:#8A6E58;
letter-spacing:-0.03em;
}

.reviewsummarytext {
font-size:16px;
color:#908073;
vertical-align:middle;
}

.treatmenttext {
font-size:18px;
color:#000;
font-weight:700;
}

A.docProfile:link,A.docProfile:active,A.docProfile:visited {
text-decoration:underline;
color:#3885C4;
font-size:14px;
font-weight:700;
}

A.docProfile:hover,A.docProfile:focus {
color:#3885C4;
font-size:14px;
font-weight:700;
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:700;
}

A.link_small:hover,A.link_small:focus {
color:#3885C4;
font-size:10px;
font-weight:700;
text-decoration:underline;
}

.BrownTitleLarge {
color:#744B28;
font-size:26px;
font-weight:700;
letter-spacing:-0.04em;
line-height:30px;
}

.textDocName {
font-size:13px;
color:#cd272d;
font-weight:700;
}

.textContact {
font-size:20px;
color:#cd272d;
font-weight:700;
}

.style2 {
width:127px;
vertical-align:top;
}

.style3 {
width:775px;
}

.dbox {
background:#fff;
width:120px;
color:#0b3f71;
list-style-type:none;
height:18px;
font:11px/1.7em sans-serif;
margin:0;
padding:1px 12px;
}

.txtbox {
border-right:#2a7ec5 1px solid;
border-top:#2a7ec5 1px solid;
border-left:#2a7ec5 1px solid;
width:120px;
border-bottom:#2a7ec5 1px solid;
height:18px;
font:11px sans-serif;
}

.txtboxred {
border-right:Red 1px solid;
border-top:Red 1px solid;
border-left:Red 1px solid;
width:120px;
border-bottom:Red 1px solid;
height:18px;
background:Silver;
font:11px sans-serif;
}

.txtboxbg {
border-right:#2a7ec5 1px solid;
border-top:#2a7ec5 1px solid;
border-left:#2a7ec5 1px solid;
width:250px;
border-bottom:#2a7ec5 1px solid;
height:18px;
font:11px sans-serif;
}

.content_text {
color:#000;
letter-spacing:0.01em;
list-style:disc;
font:14px/150% Arial, Verdana, Trebuchet MS;
}

.content_SubHeading {
font-size:14px;
color:#000;
font-weight:700;
line-height:30px;
letter-spacing:-0.03em;
}

.content_inlineHeading {
font-size:14px;
color:#000;
font-weight:700;
letter-spacing:-0.03em;
}

#static_content {
font-family:Arial, Verdana, Trebuchet MS;
padding-left:5px;
color:#000;
letter-spacing:-0.03em;
}

#static_content h2 {
color:#744B28;
letter-spacing:-0.04em;
margin-bottom:0;
padding-bottom:0;
font:bold 18px/24px Arial, Verdana, Trebuchet MS;
}

.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;
}

.list
{
 margin:0;
 padding:0 0 0 5px;
 }
.list li
{
 background-image: url('images/bullet_round.gif'); 
 font-size: 13px;
 list-style-type: none;
 background-position:0 5;
 background-repeat: no-repeat;
 letter-spacing:0.01em;
 text-align:left;
 list-style-position:inherit;
 padding:1 5 2 8px; 
 }
 
.listcontent
   {
    margin:0;
    padding:0 0 0 5px;
    }
.listcontent li
{
 background-image: url('images/bullet_round.gif'); 
 font-size: 13px;
 list-style-type: none;
 background-position:0 5;
 background-repeat: no-repeat;
 letter-spacing:0.01em;
 text-align:left;
 list-style-position:inherit;
 padding:1 5 0 8px; 
 }

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:700;
font-style:normal;
white-space:nowrap;
background:;
padding:1px 7px 3px;
}

.copyright {
color:#764b28;
font:9pt Trebuchet MS, Verdana, Arial;
}

A.link_large:link,A.link_large:active,A.link_large:visited {
text-decoration:underline;
color:#3885C4;
font-size:22px;
font-weight:700;
}

A.link_large:hover,A.link_large:focus {
color:#3885C4;
font-weight:700;
text-decoration:underline;
}

.OrangeDottedUnderline {
color:#F77531;
font-size:22px;
font-weight:700;
letter-spacing:-0.04em;
border-bottom:dashed 1px #F77531;
}

a.link_content,a:active.link_content,A:visited.link_content,A:link.link_content {
text-decoration:underline;
color:#3885C4;
font-size:14px;
letter-spacing:0.01em;
line-height:150%;
}

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:700;
letter-spacing:0.01em;
}

.links_top A:hover,.link_top a:focus,a.main_menu,a:hover.main_menu,a:focus.main_menu {
text-decoration:underline;
}

.links_top_menu A:hover,.links_top_menu a:focus,A.link_treatment:hover,a.link_treatment:focus {
text-decoration:none;
}

a.link_button,a:hover.link_button,a:focus.link_button,a:hover.link_orange_underline,a:hover.link_blue_underline {
text-decoration:none;
color:#3885C4;
font-size:13px;
font-weight:700;
}

.filledRatingStar,.savedRatingStar {
cursor:text;
background:url('images/fill_star.gif');
}

.filledRatingStarBig,.savedRatingStarBig {
cursor:text;
background:url('images/fill_starBig.gif');
}

.filledRatingStarSmall,.savedRatingStarSmall {
cursor:text;
background:url('images/fill_starSmall.gif');
}

.text_orange_underline,a:link.link_orange_underline,A:active.link_orange_underline,A:visited.link_orange_underline,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:700;
letter-spacing:-0.03em;
}

#static_content p,#static_content span {
font-size:14px;
color:#000;
line-height:150%;
letter-spacing:0.01em;
}
/*skin.css end */

/*container.css */
.Title {
font-family:Trebuchet MS, Verdana , Arial;
color:#72AFDF;
font-size:21px;
font-weight:700;
letter-spacing:-0.04em;
padding:0;
}

.Title26 {
font-family:Trebuchet MS, Verdana , Arial;
color:#72AFDF;
font-size:26px;
font-weight:900;
letter-spacing:-0.04em;
padding:0;
}

.Title24 {
font-family:Trebuchet MS, Verdana , Arial;
color:#72AFDF;
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:#72AFDF;
font-size:19px;
font-weight:700;
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  { 
}
.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   {
}

/* 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: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: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:transparent url(images/next-vertical.jpg) 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(images/prev-vertical.jpg) 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 -23px 6px; 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:url('combinedimages/box_gre1/box_gre1_main.gif') no-repeat -139px -126px; cursor:hand; line-height:45px}
.totalreview{font-size:14px; font-weight:normal; color:#72afdf; letter-spacing:0px; vertical-align:middle;  }
