

/* ================================
    CSS STYLES FOR RFL
   ================================
*/



/* ================================
    Category Colors

	these colors are used to select
    the different background colors
    for the different web sections
   ================================
*/
.category_bg_light
{
	background-color: #CCFF66;
}

.category_bg_dark
{
background-color:#800080;
}



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
	font-size: 9pt;
	font-family: Papyrus;
	color: #000080;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	color: #000080;
}

A.SelectedTab:visited  {
	color: #000080;
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
	font-size: 9pt;
	font-family: Papyrus;
	color: #000080;

}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	color: #000080;

}

A.OtherTabs:visited  {
	color: #000080;
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* 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: 9pt;
	font-family: Tahoma;
	color: #000080;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
	font-size: 9pt;
	font-family: Tahoma;
	font-weight: bold;
}

/* 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:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
	color: #6533FF;
}

H2  {
	color: #6533FF;
}

H3  {
	color: #6533FF;
}

H4  {
	color: #6533FF;
}

H5, DT  {
	color: #6533FF;
}

H6  {
	color: #6533FF;
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL 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 {
	background: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}

.MainMenu_MenuItem
{
	border-right: 0px;
	padding-right: 10px;
	border-top: 0px;
	padding-left: 7px;
	font-size: 12px;
	border-left: 0px;
	cursor: hand;
	color: black;
	border-bottom: 0px;
	font-style: normal;
	font-family: tahoma;
	height: 21px;
	background-color: #f1f1f1;
}

.MainMenu_MenuItemSel
{
	border-right: 0px;
	padding-right: 10px;
	border-top: 0px;
	padding-left: 7px;
	font-size: 12px;
	background: #cccccc;
	border-left: 0px;
	width: 100%;
	color: black;
	border-bottom: 0px;
	font-family: tahoma;
	height: 21px;
}

.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_SubMenu
{
	border-right: #dadada 1px solid;
	padding-right: 0px;
	border-top: #dadada 1px solid;
	padding-left: 2px;
	z-index: 1000;
	filter: none;
	background-image: none;
	padding-bottom: 2px;
	border-left: #dadada 1px solid;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom: #dadada 1px solid;
	background-color: #f1f1f1;
}

.MainMenu_MenuBreak {
	display: none;
}

.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow  {
	display: none;
}


/* ================================
    CSS STYLES FOR Module ConvergenceHealth.Modules.NavContentTypes
   ================================
*/

.chi_navContenttypes_bordertable
{
	background-color: mediumblue;
}


.chi_navContenttypes_table
{
	background-color:White;
}

.chi_navContenttypes_tr
{
}

.chi_navContenttypes_td
{
	font-size: 8pt;
	font-family: Arial;
}

.chi_navContenttypes_a
{
	font-weight: bold;
	font-size: 14pt;
	color: #FF9900;
	font-family: Verdana;
}

A.chi_navContenttypes_a:link
{
	
	font-weight:bold;
	font-size: 14pt;
	color: #FF9900;
	font-family:Verdana;

}

A.chi_navContenttypes_a:visited
{
	
	font-weight:bold;
	font-size: 14pt;
	color: #FF9900;
	font-family:Verdana;

}

A.chi_navContenttypes_a:active
{
	
	color: #A7A7A7;
	font-weight:bold;
	font-size: 14pt;
	font-family:Verdana;

}

A.chi_navContenttypes_a:hover
{
	font-weight:bold;
	font-size: 14pt;
	color:Gray;
	font-family:Verdana;


}

.chi_navContenttypes_text
{
	font-weight: bold;
	font-size: 6pt;
	text-transform: lowercase;
	color: #6533FF;
	font-family: Verdana;
}

/* ================================
    CSS STYLES FOR Module ConvergenceHealth.Modules Assessments
   ================================
*/

.CHIAssessmentTitle
{
    FONT-SIZE: 12pt;
    COLOR: black;
    FONT-FAMILY: Arial
}
.CHIAssessmentSummary
{
    FONT-SIZE: 9pt;
    COLOR: dimgray;
    FONT-FAMILY: Arial
}
.CHIAssessmentBorder
{
}
.CHIAssessmentListBorder
{
    BORDER-RIGHT: darkgray 1px solid;
    BORDER-TOP: darkgray 1px solid;
    BORDER-LEFT: darkgray 1px solid;
    BORDER-BOTTOM: darkgray 1px solid
}
.CHIAssessmentNormalText
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial
}
A.CHIAssessmentNormalText:link
{
    FONT-WEIGHT: bold;
    COLOR: black;
    TEXT-DECORATION: none
}
A.CHIAssessmentNormalText:visited
{
    FONT-WEIGHT: bold;
    COLOR: black;
    TEXT-DECORATION: none
}
A.CHIAssessmentNormalText:active
{
    FONT-WEIGHT: bold;
    COLOR: black;
    TEXT-DECORATION: none
}
A.CHIAssessmentNormalText:hover
{
    FONT-WEIGHT: bold;
    COLOR: red;
    TEXT-DECORATION: none
}
.CHIAssessmentsModuleSelectedTab
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: white;
    FONT-FAMILY: Arial, Verdana;
    BACKGROUND-COLOR: #a0410d
}
A.CHIAssessmentsModuleSelectedTab:link
{
    FONT-WEIGHT: bold;
    COLOR: white;
    TEXT-DECORATION: none
}
A.CHIAssessmentsModuleSelectedTab:visited
{
    FONT-WEIGHT: bold;
    COLOR: white;
    TEXT-DECORATION: none
}
A.CHIAssessmentsModuleSelectedTab:active
{
    FONT-WEIGHT: bold;
    COLOR: black;
    TEXT-DECORATION: none
}
A.CHIAssessmentsModuleSelectedTab:hover
{
    FONT-WEIGHT: bold;
    COLOR: black;
    TEXT-DECORATION: none
}
.CHIAssessmentsModuleUnselectedTab
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana;
    BACKGROUND-COLOR: #e8e8d5
}
A.CHIAssessmentsModuleUnselectedTab:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana;
    BACKGROUND-COLOR: lavender
}
A.CHIAssessmentsModuleUnselectedTab:visited
{
    COLOR: black;
    TEXT-DECORATION: none
}
A.CHIAssessmentsModuleUnselectedTab:active
{
    COLOR: white;
    TEXT-DECORATION: none
}
A.CHIAssessmentsModuleUnselectedTab:hover
{
    COLOR: white;
    TEXT-DECORATION: none
}
.CHIAssessmentsDot
{
    FONT-SIZE: 16pt;
    MARGIN: 0px;
    VERTICAL-ALIGN: baseline;
    COLOR: darkgray;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: center
}
.CHIAssessmentsModuleListEvenRow
{
    BACKGROUND-COLOR: white
}
.CHIAssessmentsModuleListOddRow
{
    BACKGROUND-COLOR: #e8e8d5
}
.CHIAssessmentsModuleContinueRow
{
    BACKGROUND-COLOR: #e8e8d5
}
.CHIAssessmentQuestions
{
    BORDER-RIGHT: gainsboro thin solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: gainsboro thin solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    BORDER-LEFT: gainsboro thin solid;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: gainsboro thin solid;
    BACKGROUND-COLOR: #f5f5ef
}
.CHIAssessmentChoices
{
    BORDER-RIGHT: gainsboro thin solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: gainsboro thin solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    BORDER-LEFT: gainsboro thin solid;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: gainsboro thin solid;
    BACKGROUND-COLOR: #fafaf0
}








/* ================================
    CSS STYLES FOR Module ConvergenceHealth.Modules Related Information
   ================================
*/




.chi_relatedinformation_table
{
    BORDER-RIGHT: darkgray 1px solid;
    BORDER-LEFT: darkgray 1px solid;
    BORDER-BOTTOM: darkgray 1px solid
}
.chi_relatedinformation_td
{
    BORDER-RIGHT: darkgray 1px solid;
    BORDER-TOP: darkgray 1px solid;
    BORDER-LEFT: darkgray 1px solid;
    BORDER-BOTTOM: darkgray 1px solid;
    BACKGROUND-COLOR: #e8e8d5
}
.chi_relatedinformation_title
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 7pt;
    FONT-FAMILY: Arial
}
.chi_relatedinformation_grid
{
}
.chi_relatedinformation_dot
{
    FONT-SIZE: 10pt;
    MARGIN: 0px;
    COLOR: darkgray;
    FONT-FAMILY: Arial;
    LIST-STYLE-TYPE: disc
}
.chi_relatedinformation_link
{
    FONT-SIZE: 7pt;
    COLOR: black;
    FONT-FAMILY: Arial
}
A.chi_relatedinformation_link:link
{
}
A.chi_relatedinformation_link:visited
{
}
A.chi_relatedinformation_link:active

{
}
A.chi_relatedinformation_link:hover
{
}







/* ================================
    CSS STYLES FOR Module ConvergenceHealth Site search
   ================================
*/




.chi_sitesearch_table
{
    BORDER-RIGHT: darkgray 1px solid;
    BORDER-LEFT: darkgray 1px solid;
    BORDER-BOTTOM: darkgray 1px solid
}
.chi_sitesearch_td
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: lavender
}
.chi_sitesearch_title
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial
}
.chi_sitesearch_grid
{
}
.chi_sitesearch_dot
{
    FONT-SIZE: 10pt;
    MARGIN: 0px;
    COLOR: darkgray;
    FONT-FAMILY: Arial;
    LIST-STYLE-TYPE: disc
}
.chi_sitesearch_link
{
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: Arial
}
A.chi_sitesearch_link:link
{
}
A.chi_sitesearch_link:visited
{
}
A.chi_sitesearch_link:active
{
}
A.chi_sitesearch_link:hover
{
}


/* ================================
    CSS STYLES FOR Module ConvergenceHealth.Modules.CHIRadMenu
   ================================
*/
.chi_radmenu_MainGroup
{
height: 90px;
background-color:white;

}

.chi_radmenu_MainGroup TD
{
vertical-align:bottom;
}

.chi_radmenu_MainItemSeparator
{
	width: 5px;
}


.chi_radmenu_MainItem
{
border-width:1px;
border-style:solid;
border-color:#FD8808;
height:40;
cursor: hand;
vertical-align:middle;
position: relative; 
top: 0%;
}


.chi_radmenu_MainItem DIV
{
font-family: Papyrus;
font-size: 8pt;
color: #6533FF;
background-color:#CCFF66;
text-align:center;
padding:5px;
vertical-align:middle;
position: relative; 
top: -5px;

}


.chi_radmenu_MainItemOver
{
border-width:1px;
border-style:solid;
border-color:#FD8808;
height:60;
cursor: hand;
vertical-align:middle;
position: relative; 
top: 0%;
}

.chi_radmenu_MainItemOver DIV
{
font-family: Papyrus;
font-size: 8pt;
color: white;
background-color: #800080;
margin-top: 5px;
margin-bottom: 5px;
height:45;
text-align:center;
padding:5px;
position: relative; 
top: -2px;
}

.chi_radmenu_MainItemClicked
{
border-width:1px;
border-style:solid;
border-color:#FD8808;
height:60;
cursor: hand;
position: relative; 
top: 0%;
}

.chi_radmenu_MainItemClicked DIV
{
font-family: Papyrus;
font-size: 8pt;
color: white;
background-color: #800080;
margin-top: 5px;
margin-bottom: 5px;
height:45;
text-align:center;
padding:5px;
position: relative; 
top: -2px;
}

.chi_radmenu_MainItemDisabled
{
	font-size: 10pt;
	margin: 5px;
	cursor:default;
	color: #6533FF;
	padding-top: 5px;
	font-family: Arial;
	background-color: #00ff33;
	position: relative; 
	top: 0%;
}

.chi_radmenu_MainItemDisabled DIV
{
	font-size: 10pt;
	margin: 5px;
	cursor:default;
	color: #6533FF;
	padding-top: 5px;
	font-family: Arial;
	background-color: #00ff33;
	position: relative; 
	top: -2px;
}


.chi_radmenu_MainItemSelected
{
border-width:1px;
border-style:solid;
border-color:#FD8808;
height:60;
cursor: hand;
position: relative; 
top: 0%;
}

.chi_radmenu_MainItemSelected DIV
{
font-family: Papyrus;
font-size: 8pt;
color: white;
background-color: #800080;
margin-top: 5px;
margin-bottom: 5px;
height:45;
text-align:center;
padding:5px;
position: relative; 
top: -2px;
}

.chi_radmenu_MenuGroup
{
border-width:1px;
border-style:solid;
border-color:#FD8808;
}

.chi_radmenu_MenuItem
{
	font-size: 8pt;
	cursor: hand;
	color: #6533FF;
	font-family: Papyrus;
	background-color: #CCFF66;
	padding:2;
}


.chi_radmenu_MenuItemOver
{
	font-size: 8pt;
	color: white;
	font-family: Papyrus;
	background-color: #800080;
	cursor: hand;
	padding:2;
}

.chi_radmenu_MenuItemClicked
{
	font-size: 8pt;
	color: white;
	font-family: Papyrus;
	background-color: #800080;
	cursor: hand;
padding:2;


}

.chi_radmenu_MenuItemDisabled
{
	font-size: 8pt;
	cursor: default;
	color: #6533FF;
	font-family: Papyrus;
	background-color: #ccff66;
	padding:2;
	
}




/* ================================
    CSS STYLES FOR Module ConvergenceHealth.Modules.ChildPages
   ================================
*/

.chi_childpages_table
{
}

.chi_childpages_tr
{
	background-color:#800080;
}

.chi_childpages_td
{
	text-align: right;
}

.chi_childpages_a
{
	font-weight: normal;
	font-size: 16pt;
	text-transform: lowercase;
	color: white;
	font-family: Papyrus;
}

A.chi_childpages_a:link
{
	
	font-size: 16pt;
		color:White;
	font-family: Papyrus;
		text-transform: lowercase;

}

A.chi_childpages_a:visited
{
	
	font-size: 16pt;
		color:White;
	font-family: Papyrus;
		text-transform: lowercase;

}

A.chi_childpages_a:active
{
	
	font-size: 16pt;
	color: yellow;
	font-family: Papyrus;
		text-transform: lowercase;

}

A.chi_childpages_a:hover
{
	font-weight: normal;
	font-size: 16pt;
	color: yellow;
	font-family: Papyrus;
	text-decoration: none;
		text-transform: lowercase;

}



/* ================================
    CSS STYLES FOR Module ConvergenceHealth.Modules.ChildPages
   ================================
*/

.chi_childpages_table
{
}

.chi_childpages_tr
{
	background-color:800080;
}

.chi_childpages_td
{
	text-align: right;
}

.chi_childpages_a
{
	font-weight: normal;
	font-size: 16pt;
	text-transform: lowercase;
	color: white;
	font-family: Papyrus;
}

A.chi_childpages_a:link
{
	
	font-size: 16pt;
		color:White;
	font-family: Papyrus;
		text-transform: lowercase;

}

A.chi_childpages_a:visited
{
	
	font-size: 16pt;
		color:White;
	font-family: Papyrus;
		text-transform: lowercase;

}

A.chi_childpages_a:active
{
	
	font-size: 16pt;
	color: yellow;
	font-family: Papyrus;
		text-transform: lowercase;

}

A.chi_childpages_a:hover
{
	font-weight: normal;
	font-size: 16pt;
	color: yellow;
	font-family: Papyrus;
	text-decoration: none;
		text-transform: lowercase;

}

/* ================================
    CSS STYLES FOR Module ConvergenceHealth.Modules.PageTitle
   ================================
*/

.chi_pagetitle_table
{
}

.chi_pagetitle_tr
{
	background-color:#800080;
}

.chi_pagetitle_td
{
	text-align:center;
}

.chi_pagetitle_text
{
	font-weight: normal;
	font-size: 16pt;
	text-transform: uppercase;
	color: white;
	font-family: Papyrus;
}



/* ================================
    CSS STYLES FOR Module ConvergenceHealth.Modules.FooterPages
   ================================
*/

.chi_sitefooterpages_table
{
}

.chi_sitefooterpages_tr
{
	background-color: #FF9900;
}

.chi_sitefooterpages_td
{
	text-align: center;
}

.chi_sitefooterpages_a
{
	font-weight: normal;
	font-size: 10pt;
	color: #000080;
	font-family: Papyrus;
	text-transform: lowercase;
}

A.chi_sitefooterpages_a:link
{
	
	font-size: 10pt;
	color: #000080;
	font-family: Papyrus;
	text-transform: lowercase;
}

A.chi_sitefooterpages_a:visited
{
	
	font-size: 10pt;
	color: #000080;
	font-family: Papyrus;
	text-transform: lowercase;
}

A.chi_sitefooterpages_a:active
{
	
	font-size: 10pt;
	color: #666666;
	font-family: Papyrus;
	text-transform: lowercase;
}

A.chi_sitefooterpages_a:hover
{
	font-weight: normal;
	font-size: 10pt;
	color: #666666;
	font-family: Papyrus;
	text-decoration: none;
	text-transform: lowercase;
}

