/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/   


/* TEXT & HYPERLINK STYLE FOR THE SITE LINKS (AT EXTREME TOP-RIGHT OF HEADER) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: 0.8em;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #000000;
}   
A.SiteLink:link {
    text-decoration:    none;
    color:#FFFFFF;
}
A.SiteLink:visited  {
    text-decoration:    none;
    color:#FFFFFF;
}
A.SiteLink:active   {
    text-decoration:    none;
    color:#FFFFFF;
}
A.SiteLink:hover    {
    text-decoration:    underline;
    color:#FFFFFF;
}


/* STYLE FOR SEPARATOR BETWEEN SITE LINKS */
.Accent {
    color: #000000;
}


/* BANNER BACKGROUND (BEHIND SITE TITLE AND LOGOS) */
.HeadBg {
    background-image: url('images/');
    background-repeat: no-repeat
}

/* CCM LOGO USED ON BANNER */
.logo {
    background-image: url('wmccm_logo/F4F0F0.gif');
    background-repeat: no-repeat
}


/* SITE TITLE IN CENTRE OF BANNER */
.SiteTitle {
    font-size: 1.5em;
    font-weight: bold;
    color: #222222;
}


/* THIN LINE ABOVE MENU */
.line1 {
    background-color: #01327E;
}


/* MENU BACKGROUND COLOUR */
.bgcolor {
    background-color: #e8e8e8;
}


/* BACKGROUND/BORDER COLOURS FOR THE SELECTED MENU TAB */
.TabBg {
    background-color: #e8e8e8;
    border-color: #000000;
}


/* BACKGROUND/BORDER COLOURS FOR THE UNSELECTED MENU TABS */
.OtherTabsBg {
    background-color: #e8e8e8;
    border-color: ;
}


/* TEXT STYLE FOR THE SELECTED MENU TAB */
.SelectedTab {
    font-size: 0.7em;
    font-weight: bold;
    color: #000000;
}


/* TEXT & HYPERLINK STYLES FOR THE UNSELECTED MENU TABS */
.OtherTabs {
    font-size: 0.7em;
    font-weight: bold;
    color: #000000;
    text-decoration:none;
}
A.OtherTabs:link    {
    text-decoration:    none;
    color:#000000;
}
A.OtherTabs:visited {
    text-decoration:    none;
    color:#000000;
}
A.OtherTabs:active  {
    text-decoration:    none;
    color:#000000;
}
A.OtherTabs:hover   {
    text-decoration:    none;
    color:#ff0000;
}
    

/* thin line below menu */
/* background color for thin line below the menu at the top of the page, under the logos  */
.line2 {
    background-color: #01327E;
}

/* background color for the content part of the pages */
Body
{
    background-color: #FFFFFF;
    font-family: arial;
}

A:link  {
    text-decoration: UNDERLINE;
    color:  #01327e;
}

A:visited   {
    text-decoration:    UNDERLINE;
    color:  #01327e;
}

A:active    {
    text-decoration:   UNDERLINE;
    color:  #01327e;
}

A:hover {
    text-decoration:    NONE;
    color:  #01327e;
}

/* COMMAND BUTTONS */
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-size: 0.8em;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
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;
}
    



/* GENERAL */
/* style for module titles */
.Head   {
    font-size:  1.2em;
    font-weight:    normal;
    color: #01327e;
}

.SectionHead   {
    font-size:  1.1em;
    font-weight:    bold;
    color: #7F7F7F;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  0.9em;
    font-weight:    bold;
    color: #7F7F7F;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  0.8em;
    font-weight:    bold;
    color: #7F7F7F;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-size: 0.8em;
    font-weight: normal;
    /*line-height: 12px*/
}

/* DATAGRID SPECIFIC */
/* style for datagrid column header, foot and items */

.DGColumnHead 
{
    font-size: 0.9em;
    font-weight: bold;
    text-decoration:none;
    color: #EEEEEE;
    background-color: #7F7F7F;
    border-color: #7F7F7F;
}

.DGNoResults {
    font-size: 0.9em;
    text-decoration:none;
    color: #000000;
}

.DGColumnFoot 
{
    font-size: 0.8em;
    font-weight: bold;
    text-decoration:none;
    color: #eeeeee;
    background-color: #7F7F7F;
    border-color: #7F7F7F;
}

.DGItemStyle
{
	font-size: 0.8em;
    font-weight: normal;
    text-decoration:none;
    background-color: #eeeeee;
  
}

.DGAlternatingItemStyle
{
	font-size: 0.8em;
    font-weight: normal;
    text-decoration:none;
    background-color: #CCCCCC;
  
}
	
.DGNormal
{
    font-size: 0.8em;
    font-weight: normal;
    color: Black;
}

.DGNormalBold
{
    font-size: 0.8em;
    font-weight: bold;
    color: Black;
}

.DGLink     {
    font-size: 0.8em;
    font-weight: bold;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.DGLink:link {
    text-decoration: none;
    color: darkred;
}

A.DGLink:visited  {
    text-decoration: none;
    color: darkred;
}

A.DGLink:active   {
    text-decoration: none;
    color: darkred;
}

A.DGLink:hover    {
    text-decoration: none;
    color: red;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.DBLink:link {
    text-decoration: none;
    color: darkred;
}

A.DBLink:visited  {
    text-decoration: none;
    color: darkred;
}

A.DBLink:active   {
    text-decoration: none;
    color: darkred;
}

A.DBLink:hover    {
    text-decoration: none;
    color: red;
}






/* DATAGRID SPECIFIC */
/* style for datagrid column header, foot and items */

.DGPagerStyle
{
    font-size: 0.8em;
    font-weight: bold;
    text-decoration:none;
    color: #eeeeee;
    background-color: #7F7F7F;
    border-color: #7F7F7F;
    vertical-align: super;
}

.DGNormalRed
{
	font-size: 0.8em;
    font-weight: normal;
    color: Red;
}

.DGBold
{
    font-weight: bold;
    color: Black;
}

.DGItalic
{
    font-weight: normal;
    font-style:italic;
    color: Black;
}


/* THE REMAINING STYLES ARE IDENTICAL ACROSS ALL STYLESHEETS */


/* text style for reading messages in Discussion */    
.Message    {
    font-size: 0.8em;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-size:  1em;
    font-weight:    bold;
    color: #990000;
}

/* Boxes */
.shadedbox {background: #99ffcc}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: 0.8em;
    font-weight: normal;
 width: 100%;
}
.NormalRed {
    font-size: 0.8em;
    color: #cc0000;
}
.NormalBold {
    font-size: 0.8em;
    font-weight: bold
}
.Comment {
    font-size: 0.7em;
    font-weight: normal;
    color: Red;
}


/* GENERIC */
H1 {
    font-size:  1.8em;
    font-weight:    normal;
    color: #666644;
}
H2 {
    font-size:  1.8em;
    font-weight:    normal;
    color: #666644;
}
H3 {
    font-size:  1em;
    font-weight:    normal;
    color: darkred;
}
H4  {
    font-size:  1em;
    font-weight:    normal;
    color: darkred;
}
H5, DT {
    font-size:  0.9em;
    font-weight:    bold;
    color: darkred;
}
H6 {
    font-size:  0.9em;
    font-weight:    bold;
    color: darkred;
}
TFOOT, THEAD {
    font-size:  1em;
    color: darkred;
}
TH {
    vertical-align: baseline;
    font-size:  1em;
    font-weight:    bold;
    color: darkred;
}
SMALL {
    font-size:  8px;
}
BIG {
    font-size:  1.2em;
}
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: #000000;
    height:1pt;
    text-align:left
}


/* Used by the ASP validation controls */
.ValidationError {
    font-size: 0.8em;
    color: Red;
    width: 100%;
}


/* LINK BUTTONS & HIGHLIGHTED LINK BUTTONS */
/* text & hyperlink style for A to Z link buttons and highlighted A to Z link buttons */
.LinkButton {
    font-size: 0.9em;
    font-weight: normal;
}
A.LinkButton:link {
    text-decoration: none;
    color: darkred;
}
A.LinkButton:visited {
    text-decoration: none;
    color: darkred;
}
A.LinkButton:active {
    text-decoration: none;
    color: darkred;
}
A.LinkButton:hover {
    text-decoration: none;
    color: red;
}
.HighButton     {
    font-size: 0.9em;
    font-weight: bold;
}
A.HighButton:link {
    text-decoration: overline;
    background-color: darkred;
    color: White;
}
A.HighButton:visited {
    text-decoration: overline;
    background-color: darkred;
    color: White;
}
A.HighButton:active {
    text-decoration: overline;
    background-color: darkred;
    color: White;
}
A.HighButton:hover {
    text-decoration: overline;
    background-color: red;
    color: White;
}


/* ASP.Net prevents you from defining styles for textarea so we must do it explicitly */
textarea
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
    font-weight: normal;
 width: 100%;
}

/* ASP.Net does not transfer styles for hidden buttons to netscape et al. so we must do it explicitly */
.RefreshButton
{
	border-style: none;
	background-color: Transparent;
	border-color: Transparent;	
}
/* ***** modified 14/06/2005 DG/SB Acutec ***** */
.LeftPane
{
	background: #FFFFFF;
	background-color: #F0f0f0;
}

.RightPane
{
	background: #FFFFFF;
	background-color: #F0f0f0;
}
/* ***** end ***** */