/* ================================
    CSS STYLES FOR DotNetNuke hri
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: white;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10 pt;
color: 333333;
font-weight: normal;
text-decoration: none
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.LeftPane  { 
background-color: #FFFFFF
}

.ContentPane  { 
background-color: #FFFFFF
}

.RightPane  { 
background-color: #FFFFFF
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* text style for the unselected tabs */
.OtherTabs {
    vertical-align: baseline;
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

    text-decoration:    none;
    color:#cccccc;
}

/* GENERAL */
/* style for module titles */
.Head   {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none
}

.MainHead   {
font-size: 11 pt;
color: #0E1472;
}

.SideHead   {
font-size: 8 pt;
color: #ffffff;
}

/* 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
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10 pt;
color: 333333;
font-weight: normal;
text-decoration: none
}

/* 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;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

.NormalSmall
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal
}

/* 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:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    
/* GENERIC */
H1  {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15 pt;
color: 333333;
font-weight: bold;
text-decoration: none
}

H2  {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14 pt;
color: 333333;
font-weight: bold;
text-decoration: none
}

H3  {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13 pt;
color: 333333;
font-weight: bold;
text-decoration: none
}

H4  {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12 pt;
color: 333333;
font-weight: bold;
text-decoration: none
}

H5, DT  {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11 pt;
color: 333333;
font-weight: bold;
text-decoration: none
}

H6  {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10 pt;
color: 333333;
font-weight: bold;
text-decoration: none
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #333333;
}

TH  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #333333;
}

TD  {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10 pt;
color: 333333;
font-weight: normal;
text-decoration: none

}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family: Arial, Verdana, Helvetica;
    font-size:  11px;
    font-weight:    normal;
    color: #333333;
}


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;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Menu-Styles */
/* 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; 
	cursor: hand;
	height: 16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10 pt; 
	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; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	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; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	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; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: #6B80A4;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8 pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #092B67 0px solid; 
	border-bottom: #092B67 1px solid; 
	border-top: #092B67 1px solid; 
	border-right: #092B67 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #092B67; 
	border-left: #092B67 1px solid; 
	border-bottom: #092B67 1px solid; 
	border-top: #092B67 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #092B67; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 1px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	font-family: Tahoma, Arial, Helvetica; 
	font-color: #cccccc;
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #092B67 1px solid; 
	border-bottom: #092B67 1px solid; 
	border-top: #092B67 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Verdana, Helvetica;
    font-size:  11px;
    font-weight:    normal;
    color: #333333;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Verdana, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #333333;
}

/* Form Items */
/* search module bounding table */
.Smallsearchtable  {
	height: 5 px;
}

/* search module text box */
.Smallsearchtext {
	height: 20 px;
	width: 80 px;
	color: #333333;
	font-family: arial, verdana, ms sans serif;
	font-size: 8.5 pt;
}
 
/* search module go button */
Smallsearchimage {
	height: 18 px;
}

/* text style used for most text rendered by modules */
P {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10 pt;
color: 333333;
font-weight: normal;
text-decoration: none
}


/*
=================================================================================================
 CHI Related Information module
=================================================================================================
 */

.chi_relatedinformation_table
{
}

.chi_relatedinformation_td
{
	vertical-align: top;
}

.chi_relatedinformation_title
{
	font-weight: bold;
    color: #000000;
	font-size: 7pt;
	font-family: Arial;
}

.chi_relatedinformation_grid
{
}

.chi_relatedinformation_dot
{
	font-size: 7 pt;
	margin: 0px;
	color: #000000;
	font-family: Arial;
	list-style-type: disc;
	vertical-align: top;
} 
 
.chi_relatedinformation_link
{
	font-size: 7pt;
	color: #003366;
	font-family: Arial;
}


/* hyperlink style for link */
A.chi_relatedinformation_link:link {
}

A.chi_relatedinformation_link:visited  {
}

A.chi_relatedinformation_link:active   {
}

A.chi_relatedinformation_link:hover    {
}

/* 
=================================================================================
CHI Site Search module
=================================================================================
 */

.chi_sitesearch_table
{
	/*border-right: darkgray 1px solid;*/
	/*border-left: darkgray 1px solid;*/
	/*border-bottom: darkgray 1px solid;*/
}

.chi_sitesearch_td
{
	/*border-top: darkgray 1px solid;*/
	/*border-bottom: darkgray 1px solid;*/
	/*background-color: #e8e8d5;*/
	/*border-left: darkgray 1px solid;*/
	/*border-right: darkgray 1px solid;*/
	padding: 0px 0px 20px 0px;
}

.chi_sitesearch_title
{
	font-weight: bold;
	/*font-size: 7pt;*/
	font-size: 12pt;
	font-family: Arial;
	color: #333333;
}

.chi_sitesearch_grid
{
}

.chi_sitesearch_dot
{
	font-size: 10pt;
	/*margin: 4px;*/
	padding: 0px 4px 0px 0px;
	color: #333333;
	font-family: Arial;
	list-style-type: disc;
} 
 
.chi_sitesearch_link
{
	/*font-size: 7pt;*/
	font-size: 10pt;
	color: black;
	font-family: Arial;
}


/* hyperlink style for link */
A.chi_sitesearch_link:link {
}

A.chi_sitesearch_link:visited  {
}

A.chi_sitesearch_link:active   {
}

A.chi_sitesearch_link:hover    {
}





