﻿/* ================================
    CSS STYLES FOR HCANETWORK
   ================================ */



/**********************************************************************************************/
/**********************************************************************************************/
/*****                             LAYOUT SECTION                                         *****/
/**********************************************************************************************/
/**********************************************************************************************/

/* CARA: BODY - CONTROLS THE BACKGROUND OF THE ENTIRE HTML BODY - absolute bottom layer*/
Body {
    background-color: white;
    height: 100%;
}



/* CARA: PAGEMASTER - a table that is the second lowest layer, so 100% width/height hides any background image set in BODY above */
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #D69221;
}


/* CARA: SKINMASTER - a border around the inner edges of the PAGEMASTER... can change each side individually*/
.skinmaster {
	border-bottom: solid #D69221 1px;
	border-top: solid #D69221 35px;
	border-left: solid #D69221 1px;
	border-right: solid #D69221 1px;
}



/* CARA - TOPPANE - encompasses the area from the top of the header down to below the menu */
.toppane {
	background-image: url(images/toplogo_header.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-color: #003060;
}


/* CARA - TOPPANE - encompasses the area from the top of the header down to below the menu */
.midpane {
	background-image: url(images/midlogo_header.jpg);
	background-repeat: no-repeat;
	height: 17px;
	width: 100%;
	background-color: #003060;
	padding-left: 0px;
	padding: 0px;
	align : left;
}


/* CARA - INTROPANE - this is the "TopPane" content area */
.intropane {
	background-color: white;
}


/* CARA - LEFTPANE - this is the "LeftPane" content area */
.LeftPane  {
	height: 100%;
	width: 160px;
	background-color: #215184;
	background-image: url(images/bottomlogo_header.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;

}


/* CARA - CONTENTPANE - this is the center content area */
.ContentPane  { 
	background-color: #336699;
	width: 100%;
	padding-left: 5px;
	padding-right: 1px;
	padding-top: 6px;
}


/* CARA - RIGHTPANE - this is the "RightPane" content area */
.RightPane { 
	height: 100%;
	width: 160px;
	background-color: #215184;
}


/* CARA - BOTTOMPANE - this is the "BottomPane" content area */
.bottompane {
	width: 770px;
	height: 50px;
	background-color: white;
}


/* CARA - FOOTER - this is the area directly below the BottomPane content area, and is hidden by the FooterBG image */
.Footer {
	width: 770px;
	height: 55px;
	background-color: white;
	background-image: url(images/FooterBG.jpg);
}


/**********************************************************************************************/
/**********************************************************************************************/
/*****                              MENU  SECTION                                         *****/
/**********************************************************************************************/
/**********************************************************************************************/
/* Standard Menu Features  */


/*Controls the table that contains the menu*/
.MainMenu_MenuContainer {
	height: 15px;
	background-color: #003060;
	menualignment: left;
	valign: bottom;
}


/*Controls the menu text in normal state (non-rollover)*/
.MainMenu_MenuItem {
   color: #E6E8F5;
	font-family:Verdana, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	font-style: normal; 
	height: 15px;
	background-color: Transparent;
}


/*Controls the menu text in selected state (rollover)*/
.MainMenu_MenuItemSel {
   	color: #D69221; 
	font-family:Verdana, sans-serif; 
	font-size: 11px;  
	font-weight: bold; 
	font-style: normal; 
	height: 15px;
	background-color: #003060;
}


.MainMenu_RootMenuArrow {
	font-family: ARIAL; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: transparent; 
        padding-left: 0px;
        padding-right: 2px;
	width: 0px; 
	height: 0px;
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent  0px solid; 
	display: none;
}

/* this is the colour in the dropdown menu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #414241; 
	font-family:Verdana, sans-serif; 
	font-size: 11px;  
	font-weight: bold; 
	font-style: normal; 
	color: #333333;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='silver', Direction=135, Strength=0) ;
	border-left:  #FFFFFF 1px solid; 
	border-right: #FFFFFF 1px solid; 
  	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px 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_MenuArrow {
 	border-right: #ffffff 0px solid; 
 	border-bottom: #ffffff 0px solid; 
 	border-top: #ffffff 0px solid; 
 	display: none;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}


.SeparatorRight {
	rightseparator: url(images/rightTab.gif);
}

.SeparatorRight_Selected {
	rightseparatoractive: url(images/rightTab_sel.gif);
}

.SeparatorLeft {
	leftseparator: url(images/leftTab.gif);
	bgcolor: red;
}

.SeparatorLeft_Selected {
	leftseparatoractive: url(images/leftTab_sel.gif);
}




/**********************************************************************************************/
/**********************************************************************************************/
/*****                              TEXT SECTION                                          *****/
/**********************************************************************************************/
/**********************************************************************************************/
/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: white;
}

/* 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: red;
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: white;
}

/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight: bold;
    color: #42667E;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: 8080FF;
}

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:#F9F1FE;
}

A:visited   {
    text-decoration:    none;
    color:#F9F1FE;
}

A:active    {
    text-decoration:    none;
    color:#F9F1FE;
}

A:hover {
    text-decoration:    underline;
    color:#F9F1FE;
}

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;
}


.LightBG {
	background-color: transparent;
	cursor: pointer; 
	color: #336699;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-style: normal;
}


/* hyperlink style for the LightBackground tabs */
A.LightBG:link {
	cursor: hand; 
    text-decoration:    none;
    color: #336699;
}

A.LightBG:visited  {
	cursor: hand; 
    text-decoration:    none;
    color: #336699;
}

A.LightBG:active   {
    text-decoration:    none;
    color: #336699;
}

A.LightBG:hover    {
	cursor: hand; 
    text-decoration:    none;
    color: #003366;
}


.DarkBG {
	background-color: transparent;; 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-style: normal;
}

/* hyperlink style for the LightBackground tabs */
A.DarkBG:link {
    text-decoration:    none;
    color:#F9F1FE;
}

A.DarkBG:visited  {
    text-decoration:    none;
    color:#F9F1FE;
}

A.DarkBG:active   {
    text-decoration:    none;
    color:#F9F1FE;
}

A.DarkBG:hover    {
    text-decoration:    underline;
    color:#F9F1FE;
}





/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: White;
}


/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 9px;
    line-height: 0em;
    color: #FFFFFF;
    font-family: Verdana,Tahoma, Arial, Helvetica;
    text-decoration: none;

}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #EFEFEF;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#EAEAEA;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#EFEFEF;
}

A.SelectedTab:hover    {
    text-decoration: underline;
    color: #FFFFF;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: #404040;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#EFEFEF;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#EFEFEF;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#FFFFFF;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#FFFFFF;
}

/* 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: #EFEFEF;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #666666;
}
    

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:  bold;
    color: #D69221;
}

/* 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: #42667E;
}

/**********************************************************************************************/
/**********************************************************************************************/












	
    

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: Black;
}


/* 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: Verdana; 
	font-size: 11px; 
	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: 0px; 
	height: 21px;
}

.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: Verdana; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	background-color: #414241;
}

.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;
}

.LinksMenu {
	padding: 0px;
	padding-bottom: 0px;
}

/* Begin Custom Tags for Skin */
.LoginTab {
 	font-weight: normal;
 	font-size: 12px;
 	line-height: 0em;
 	color: #FFFFFF;
 	font-family: Verdana,Tahoma, Arial, Helvetica;
 	text-decoration: none;
}

.DateContainer {
	font: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	font-weight: bold;
	color: #FFFFFF;
}

/* End Custom Tags for Skin */







/*Put in All DNN 3 Skins  - This is for the Gradient in the ControlPanel for DNN 3*/
.ControlPanel {
	background-image: url(images/iconbar_gradient.gif);
	height: 70px;
	background-color: #FFFFFF;
}

/* Spacer to keep Menu Off Left Hand Side - New DNN3*/
.MenuSpacer {
	width: 90px;
}


/* End */






