/* ================================
    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; 
    font-size: 0.8em;
    font-weight: bold;
    color: #000000;
    background-color: #ffffff;
}   
A.SiteLink:link {
    text-decoration:    none;
    color: #000000;
}
A.SiteLink:visited  {
    text-decoration:    none;
    color: #000000;
}
A.SiteLink:active   {
    text-decoration:    none;
    color: #000000;
}
A.SiteLink:hover    {
    text-decoration:    none;
    color: #0066ff;
}


/* STYLE FOR SEPARATOR BETWEEN SITE LINKS */
.Accent {
    color: #eeeeee;
}


/* BANNER BACKGROUND (BEHIND SITE TITLE AND LOGOS) */
.HeadBg {
    background-color: #ffffff;
}


/* CCM LOGO USED ON BANNER */
.logo {
    background-image: url('wmccm_logo/FFFFCC.gif');
    background-repeat: no-repeat
}


/* SITE TITLE IN CENTRE OF BANNER */
.SiteTitle {
    font-size: 1.3em;
    font-weight: bold;
    color: #00488E;
}


/* THIN LINE ABOVE MENU */
.line1 {
    background-color: #401b72;
}


/* MENU BACKGROUND COLOUR */
.bgcolor {
    background-color: #FFFFFF;
}


/* BACKGROUND/BORDER COLOURS FOR THE SELECTED MENU TAB */
.TabBg {
    background-color: #ffffff;
}


/* BACKGROUND/BORDER COLOURS FOR THE UNSELECTED MENU TABS */
.OtherTabsBg {
    background-color: #ffffff;
}


/* TEXT STYLE FOR THE SELECTED MENU TAB */
.SelectedTab {
    font-size: 0.7em;
    font-weight: bold;
}


/* TEXT & HYPERLINK STYLES FOR THE UNSELECTED MENU TABS */
.OtherTabs {
    font-size: 0.7em;
    font-weight: bold;
}
A.OtherTabs:link {
    text-decoration:    none;
    color:#401b72;
}
A.OtherTabs:visited {
    text-decoration:    none;
    color:#401b72;
}
A.OtherTabs:active {
    text-decoration:    none;
    color:#401b72;
}
A.OtherTabs:hover {
    text-decoration:    none;
    color:#ccccff;
}


/* THIN LINE BELOW MENU */
.line2 {
    background-color: #401b72;
}


/* BODY BACKGROUND */
Body {
    background-color: white;
    font-family: Verdana;
empty-cells: show;
}


/* HYPERLINKS - EXCEPT WHERE SPECIFIED */
A:link {
    text-decoration:    underline;
    color:  401b72;
}
A:visited {
    text-decoration:    underline;
    color:  401b72;
}
A:active {
    text-decoration:    underline;
    color:  401b72;
}
A:hover {
    text-decoration:    none;
    color:  ff0000;
}


/* COMMAND BUTTONS - text & HYPERLINK style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-size: 0.8em;
    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;
}


/* HEADING AND NORMAL TEXT STYLES */
.Head {
    font-size:  1.1em;
    font-weight:    normal;
    color: #00488E;
}
.SectionHead {
    font-size:  1.1em;
    color: #00488E;
}
.SubHead {
    font-size:  0.8em;
    font-weight:    bold;
    color: #990000;
}
.SubSubHead {
    font-size:  0.8em;
    font-weight: bold;
    color: black;
}
.Normal {
    font-size: 0.8em;
    font-weight: normal;
}


/* DATAGRID SPECIFIC - style for datagrid column header, foot and items including hyperlinks */
.DGColumnHead {
    font-size: 0.9em;
    font-weight: bold;
    text-decoration:none;
    color: #00488E;
    background-color: #fdfbff;
    border-color: #fdfbff;
}
.DGNoResults {
    font-size: 0.9em;
    text-decoration:none;
    color: #00488E;
}
.DGColumnFoot {
    font-size: 0.8em;
    font-weight: bold;
    text-decoration:none;
    color: #eeeeee;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.DGPagerStyle {
    font-size: 0.8em;
    font-weight: bold;
    text-decoration:none;
    color: #00488E;
    background-color: #eaeaea;
    border-color: #FFFFCD;
    vertical-align: super;
}
.DGItemStyle {
    font-size: 0.8em;
    font-weight: normal;
    text-decoration:none;
    background-color: #fdfbff;
}
.DGAlternatingItemStyle {
    font-size: 0.8em;
    font-weight: normal;
    text-decoration:none;
    background-color: #fdfbff;
}
.DGNormal {
    font-size: 0.8em;
    font-weight: normal;
    color: Black;
}
.DGNormalRed {
	font-size: 0.8em;
    font-weight: normal;
    color: Red;
}
.DGNormalBold {
    font-size: 0.8em;
    font-weight: bold;
    color: Black;
}
.DGBold {
    font-weight: bold;
    color: Black;
}
.DGItalic {
    font-weight: normal;
    font-style:italic;
    color: Black;
}
.DGLink {
    font-size: 0.8em;
    font-weight: bold;
}
A.DGLink:link {
    text-decoration: none;
    color: darkred;
}
A.DGLink:visited  {
    text-decoration: none;
    color: darkred;
}
A.DGLink:active   {
    text-decoration: none;
    color: blue;
}
A.DGLink:hover    {
    text-decoration: none;
    color: red;
}


/* 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: #E8E8E8}


/* 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: dimgrey;
    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;	
}

.DisabledTextBox
{
 font-size: 0.8em;
    font-weight: normal;
    text-decoration:none;
    background-color: #eeeeee; 
    border-color: #bbbbbb; 
    border-style: solid;
    border-width: thin;
    width: 100%;
}/* ***** modified 14/06/2005 DG/SB Acutec ***** */
.LeftPane
{
	background: #FFFFFF;
	background-color: #f0f0f0;
}

.RightPane
{
	background: #FFFFFF;
	background-color: #f0f0f0;
}
/* ***** end ***** */
