﻿/* ================================
    CSS STYLES FOR Xi-PORTAL 
    v1.0, 03/2005
   ================================
*/   


/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/*Main Banner Background*/
.NavBg {
    background-color: #ffffff;
}

/*Main Banner Background*/
.BannerLine {
    background-color: #1378eb;
}

.SubnavBg 
{
	background-color: #f8941e;
}

/* style for "Search For" text in banner*/
.BannerText {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 11px;
    color: #94aeb7;
    
}
/*Style for "Go" text in banner*/
A.BannerText:link    {
    text-decoration:    none;
    color: #94aeb7;
}

A.BannerText:visited {
    text-decoration:    none;
    color:white;
}

A.BannerText:active  {
    text-decoration:    none;
    color:white;
}

A.BannerText:hover   {
    text-decoration:    underline;
    color:white;
}


/* background colour for the header and footer with style of text*/
.HeaderFooter { background-color: #1378eb; /*Leave this style on this line*/
	font-size:8pt;
    font-family: Verdana;
    font-weight :normal;
    color:White;
}


/* header and footer text */
A.HeaderFooter:link    {
    text-decoration:    none;
    color:White;
}

A.HeaderFooter:visited {
    text-decoration:    none;
    color:White;
}

A.HeaderFooter:active  {
    text-decoration:    none;
    color:White;
}

A.HeaderFooter:hover   {
    text-decoration:    underline;
    color:White;
}
  

/* background colour for the header and footer with style of text*/
.HeaderText 
{
	font-size:7.5pt;
    font-family: Verdana;
    font-weight :normal;
    color:Black;
}


/* header and footer text */
A.HeaderText:link    {
    text-decoration:    none;
    color:Black;
}

A.HeaderText:visited {
    text-decoration:    none;
    color:Black;
}

A.HeaderText:active  {
    text-decoration:    none;
    color:Black;
}

A.HeaderText:hover   {
    text-decoration:    underline;
    color:Black;
}

/* font style for use in html modules 
p {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: Navy;
}*/


/* Data list styles*/
.HeaderColumn
{     
     font-size:10pt;
     font-family: Arial, Sans-Serif;
     font-weight :bold;
     color:White;
     background-color: #1378eb;
     text-decoration:none;
     line-height: 1.5;
     
}

.HeaderColumn a:link
{
     Color: White;
}

.HeaderColumn a:hover
{
     Color: #ffffff;
}
.HeaderColumn a:Visited
{
     Color: #ffffff;
}

.AltItemStyle
{     
     Font-Size : 10pt;
     Font-family : Arial, Sans-Serif;
     background-color : #BACBF3;
     line-height: 1.5;     
}

.ItemStyle
{     
   Font-Size : 10pt;
   Font-family : Arial, Sans-Serif;
   color : "#000066";
   background-color: "#ffffff";
   line-height: 1.5;
     
}

/* Directory qpage styles*/

.Qpage 
{
	background-color:#d5eaf9;
	border-style: solid;
	border-width: thin;
	border-color: #24ade1;
}

/*Style for the Control Panel Title*/
.CPTitle 
{
	font-size:18px;
    font-family: Arial;
    font-weight: Bold;
    color:#245bd7;
}

/*Directory Tabs*/
/* background/border colors for the School selected tab */
.DirectoryTabBg {
    background-color: #245CD7;
    border-color: #245CD7;
}

/* background/border colors for the School unselected tabs */
.DirectoryOtherTabsBg {
    background-color: #80A0E9;
    border-color: #80A0E9;
}

/* text style for the School selected tab */
.DirectorySelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:black;
    font-weight: bold
}

/* text style for the School unselected tabs */
.DirectoryOtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:Black;
    text-decoration:none;
    font-weight: bold
}
/* hyperlink styles of the school selected tabs */
A.DirectoryOtherTabs:link    {
    text-decoration:    none;
    color:White;
}

A.DirectoryOtherTabs:visited {
    text-decoration:    none;
    color:White;
}

A.DirectoryOtherTabs:active  {
    text-decoration:    none;
    color:White;
}

A.DirectoryOtherTabs:hover   {
    text-decoration:    underline;
    color:White;
}



/* text style for tabs underneath menu - colour doesn't work */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:eeeeee;
    font-weight: bold;
}

/*
Menu Styles
*/

.solpartmenu1_spmbctr 
{
	border-bottom: none; 
	border-left: none; 
	border-top: none; 
	border-right: none;  
	background-color: #f8941e; /*Same as SubNavbg*/
	
}
.solpartmenu1_spmbar
{
	cursor: hand; 
	height:27;
}
.solpartmenu1_spmitm /*Top Level Menu Item*/
{
	cursor: hand; 
	color: White; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight : bold;
	border-left: None; 
	border-bottom: None; 
	border-top: None; 
	border-right: None;
}
.solpartmenu1_spmbicn /*Icon - Probably not needed*/
{
	cursor: hand; 
	background-color: #f8941e;  /*Probably the same as sub level bg color*/ 
	border-left: none; 
	border-bottom: none; 
	border-top: none; 
	text-align: center; 
	width: 20;
	height: 20;
}
.solpartmenu1_spmbsub /*Sub Level Menu Item*/
{
	z-index: 1000; 
	cursor: hand; 
	background-color: #f8941e; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;
	border-bottom: none; 
	border-left: none; 
	border-top: none; 
	border-right: none;
}
.solpartmenu1_spmbrk 
{
	border-bottom: Gray 0px solid; 
	border-left: White 0px solid; 
	border-top: White 0px solid;  
	border-right: Gray 0px solid; 
	background-color: Gray; 
	height: 0px;
}
.solpartmenu1_spmbitmsel /*rollover*/
{
	background-color: #1177ea; 
	cursor: hand; 
	color: White; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	}
.solpartmenu1_spmbarw 
{
	font-family: webdings; 
	font-size: 9pt; 
	cursor: hand; 
	border-right: none; 
	border-bottom: none; 
	border-top: none;
}
.solpartmenu1_spmbrarw 
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand;

}

/*
ASPNetMenu Styles */


.TG
{
  color:white;
  font-family:arial;
  font-size:12px;
  font-weight:bold;
  padding:3px;
  padding-left:7px;
  padding-right:6px;
  margin-bottom:0px;
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
  background-color:#245CD7; 
  cursor:hand;
  margin:0;
}


.TGo
{
  color:white;
  font-family:arial;
  font-size:12px;
  font-weight:bold;
  padding-left:7px;
  padding-right:6px;
  background-color:#1443AB;
  cursor:hand;
}

.MI
{
  color:white;
  background-color:#245CD7;
  font-family:arial;
  font-size:12px;
  font-weight:bold;
  padding:3px;
  padding-left:17px;
  padding-right:17px;
  cursor:hand;
}

.MIo
{
  background-color:#1443AB; 
  color:white;
  font-family:arial;
  font-size:12px;
  font-weight:bold;
  padding:1px;
  padding-left:17px;
  padding-right:17px;
  cursor:hand;
}

.MG
{
  cursor:hand;
  border:1px;
  border-top-color:white;
  border-bottom-color:#5E9AFF;
  border-left-color:white;
  border-right-color:#5E9AFF;
  border-style:solid;
}


/*Style for the Control Panel Title*/
.CPTitle 
{
	font-size:18px;
    font-family: Arial;
    font-weight: Bold;
    color:#245bd7;
}

/*Style for the Control Panel Admin*/
.ControlPanelHeader 
{
	font-size:12px;
    font-family: Arial;
    font-weight: Bold;
    color:White;
}

A.ControlPanelHeader:link    {
    text-decoration:    none;
    color:White;
}

A.ControlPanelHeader:visited {
    text-decoration:    none;
    color:White;
}

A.ControlPanelHeader:active  {
    text-decoration:    none;
    color:White;
}

A.ControlPanelHeader:hover   {
    text-decoration:    underline;
    color:red;
}

/*Control Panel Left Pane Links */
.ControlPanelLinks 
{
	font-size:12px;
    font-family: Arial;
    font-weight: Bold;
    color:#235AC6;
}

A.ControlPanelLinks:link    {
    text-decoration:    none;
    color:#235AC6;
}

A.ControlPanelLinks:visited {
    text-decoration:    none;
    color:#235AC6;
}

A.ControlPanelLinks:active  {
    text-decoration:    none;
    color:#235AC6;
}

A.ControlPanelLinks:hover   {
    text-decoration:    underline;
    color:#235AC6;
}

/*
Control Panel Menu Styles
*/

.ControlPanelTopGroup
{
  color:white;
  font-family:arial;
  font-size:12px;
  font-weight:bold;
  padding:0px;
  padding-left:3px;
  padding-right:7px;
  margin-bottom:-8px;
  margin-top:-8px;
  margin-left:-8px;
  margin-right:-8px;
  background-color:#245CD7; 
  cursor:hand;
  margin:0;
}


.ControlPanelTopGroupOver
{
  color:white;
  font-family:arial;
  font-size:12px;
  font-weight:bold;
  padding-left:3px;
  padding-right:7px;
  background-color:#1443AB;
  cursor:hand;
}

.ControlPanelMenuItem
{
  color:white;
  background-color:#245CD7;
  font-family:arial;
  font-size:12px;
  font-weight:bold;
  padding:1px;
  padding-left:17px;
  padding-right:17px;
  cursor:hand;
}

.ControlPanelMenuItemOver
{
  background-color:#1443AB; 
  color:white;
  font-family:arial;
  font-size:12px;
  font-weight:bold;
  padding:1px;
  padding-left:17px;
  padding-right:17px;
  cursor:hand;
}

.ControlPanelMenuGroup
{
  cursor:hand;
  border:1px;
  border-top-color:white;
  border-bottom-color:#5E9AFF;
  border-left-color:white;
  border-right-color:#5E9AFF;
  border-style:solid;
}

.ControlPanelMenuBackground
{
	background-color : #245CD7;
}

/*Sublinks*/

/* Background for Sublinks item - !! not text !! */
.solpartSublinks
{
	background-color: #24ade1;
}

/* Style and colour of text, also colour of column under text and background of rollover */
.solpartSublinks_spmbctr 
{
	font-family: MS Sans Serif; 
	font-size: 10pt; 
	color: white;
	border-bottom: white 0px solid; 
	border-left: White 0px solid; 
	border-top: White 0px solid; 
	border-right: White 0px solid;   
	background-color: #24ade1;
}


/* Background of text in Sublinks */
.solpartSublinks_spmitm 
{
	z-index: 1000;  
	background-color: #24ade1; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;
	border-bottom: navy 1px solid; 
	border-left: navy 1px solid; 
	border-top: navy 1px solid; 
	border-right: navy 1px solid;
	}

/* Sublinks text on rollover */
.solpartSublinks_spmbitmsel 
{
	background-color: #24ade1;  
	cursor: hand;
	color: white; 
	font-family: MS Sans Serif; 
	font-size: 10pt; 
	font-weight: bold; 

}


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events, intro to email module */
.ItemTitle    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: #333367;
}


/*NewsGrid Links*/

A.nGrid 	{
    text-decoration:    none;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

A.nGrid:link  {
    color:  red;
}

A.nGrid:visited   {
    text-decoration:    none;
    color:  red;
}

A.nGrid:active    {
    text-decoration:    none;
    color:  red;
}

A.nGrid:hover {
    text-decoration:    underline;
    color:  #FF6A6A;
}



/* GENERAL */
/* Headings on Html pages */
.Head   {
    font-family: Arial, Times New Roman;
    font-size:  18px;
    font-weight:    normal;
    color: #333367;
}

/* subheadings on Edit pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* Login text */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: Black;
}

/* Body text of Admin page, and command buttons for "More site settings" page in Admin */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px    
}

/* Editable text in Add/Edit tab */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/* Text style of "Left mini pane" etc. in Add/Edit tab */
.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}



/* All Edit, Cancel and Update buttons except in datalists, galleries etc */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}


/* Colour and style of tab text under menu, all html hyperlinks, editing/adding datalists, galleries etc */
A:link  {
    text-decoration:    none;
    color:  navy;
}

A:visited   {
    text-decoration:    none;
    color:  navy;
}

A:active    {
    text-decoration:    none;
    color:  navy;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}

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;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

A:link IMG {border: 0px none ! important;}

A:visited IMG {border: 3px none ! important;}

A:active IMG {border: 3px none ! important;}