/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	font-size: 12px;
}

/* 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  {
/*font-size: 14px;*/
font-size: 15px;
font-weight: bold;
color: #c67e0e;
text-decoration: none;
display: block;
margin-bottom: 11px;
}

H2  {
/*font-size: 12px;*/
font-size: 13px;
font-weight: bold;
color: #c67e0e;
text-decoration: none;
display: block;
margin-top: 0;
margin-bottom: 2px;
}

h2.homeh2 {
	padding-top: 15px;
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
color: #c7262c;
text-decoration: none;
font-weight: bold;
}

A:visited   {
color: #c7262c;
text-decoration: none;
font-weight: bold;
}

A:hover {
color: #000;
text-decoration: underline;
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
margin: 10px 0;
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
background-color: #f6f0e2;
border: none;
margin: 10px 0!important;
height: 2px;
clear: both;
}

p {
margin: 0.5em 0;
font-size: 12px;
}

/* 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{
}

/* added styles */

table#difference_table td {
	border-bottom: 1px solid #A5A5A5;
	width: 33%;
}

table#difference_table tr.thead {
	/*font-size: 14px;*/
	font-size: 15px;
}

table#difference_table tr.thead td {
	/*font-size: 14px;*/
	font-size: 15px;
	border-left: none;
	border-right: none;
}


/* callouts */

#callout {
	float: right;
	width: 199px;
	height: auto;
	margin: 0 0 20px 20px;
	padding: 0;
}

#callout_top {
	width: 199px;
	height: 12px;
	background: url(images/callout_top.jpg) bottom left no-repeat;
	margin: 0;
}

#callout_mid {
	width: 199px;
	background: url(images/callout_bg.jpg) top left repeat-y;
	margin: 0;
}

#callout_mid p {
	padding: 0 10px;
	color: #494949;
	/*font-size: 14px;*/
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

#callout_mid span.smallgrey {
	/*font-size: 12px;*/
	font-size: 13px;
}

#callout_mid span.phonenumber {
	color: #af1e25;
	/*font-size: 16px;*/
	font-size: 17px;
}

#callout_bottom {
	width: 199px;
	height: 22px;
	background: url(images/callout_bottom.jpg) top left no-repeat;
	margin: 0;
}

/* patient testimonials */

table.testimonial {
	float: left;
	width: 50%;
	margin: 0 20px 20px 0;
}

table.testimonial td {
	border-bottom: 1px solid #A5A5A5;
}


/* customized treatment plans table */


table.plan_table td {
	padding: 5px 20px;
	text-align: center;
}

table.plan_table td.top {
	background: url(images/plans_table_top.jpg) bottom left no-repeat;
	height: 18px;
}

table.plan_table tr.mid {
	background: url(images/plans_table_bg.jpg) top left repeat-y;
}

table.plan_table td.bottom {
	background: url(images/plans_table_bottom.jpg) top left no-repeat;
	height: 18px;
}

table.plan_table td div.title {
	background: url(images/plan_table_title.jpg) top left no-repeat;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size: 12px;*/
	font-size: 13px;
	font-weight: bold;
	color: #494949;
	line-height: 13px;
}

a.plan_link {
	color: #c8242b;
	text-align: center;
	font-weight: bold;
	padding-right: 15px;
	background: url(images/red_arrow.gif) bottom right no-repeat;
}