/* ================================
    CSS STYLES FOR MAXISITE PORTAL 
    v2.0, 01/2005
   ================================
*/   


/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/*Main Banner Background*/
.NavBg {
    background-color: #6699ff;
}

/* style for "Search For" text in banner*/
.BannerText {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 11px;
    color: White
    
}
/*Style for "Go" text in banner*/
A.BannerText:link    {
    text-decoration:    none;
    color:white;
}

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: #343399; /*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;
}


/* Table header for Data lists */
.HeaderColumn
{     
     font-size:10pt;
     font-family: Verdana;
     font-weight :bold;
     color:White;
     background-color: #00619A;
     text-decoration:none;
     
}

/*This will change the colour of the text in the datalist*/
.HeaderColumn a:link
{
     Color: White;
}

.HeaderColumn a:hover
{
     Color: White;
}
.HeaderColumn a:Visited
{
     Color: White;
}


/* font style for use in html modules */
p {
    font-family: Arial, sans-serif;
    font-size: 12px;
}



/* 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
*/

/* Colour of menu background */
.solpartmenu1_spmbctr 
{
	border-bottom: none; 
	border-left: none; 
	border-top: none; 
	border-right: none;  
	background-color: #343399; /*Same as SubNavbg*/
	
}


/* Text in menu */
.solpartmenu1_spmitm 
{
	color: White; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight : bold;
	border-left: None; 
	border-bottom: None; 
	border-top: None; 
	border-right: None;
}


/* Sidebar (icon) for menu dropdowns */
.solpartmenu1_spmbicn 
{ 
	background-color: #343399; 
	border-left: none; 
	border-bottom: none; 
	border-top: none; 
	text-align: center; 
	width: 20;
	height: 20;
}

/* Background for menu dropdowns */
.solpartmenu1_spmbsub 
{
	z-index: 1000;  
	background-color: #343399; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;
	border-bottom: none; 
	border-left: none; 
	border-top: none; 
	border-right: none;
}

/* Colour, cursor and background of menu and dropdown on rollover */
.solpartmenu1_spmbitmsel 
{
	background-color: White; 
	cursor: hand; 
	color: Navy; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	}


/*Sublinks*/

/* Background for Sublinks item - !! not text !! */
.solpartSublinks
{
	background-color: #343399;
}

/* 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: #13135f;
}


/* Background of text in Sublinks */
.solpartSublinks_spmitm 
{
	z-index: 1000;  
	background-color: #04689b; 
	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: #13135f;  
	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;}


