/* ================================
    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: #000000;
    background-color: #;
}   
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:    underline;
    color: #000000;
}


/* STYLE FOR SEPARATOR BETWEEN SITE LINKS */
.Accent {
    color: #084A6C;
}


/* BANNER BACKGROUND (BEHIND SITE TITLE AND LOGOS) */
.HeadBg {
    background-image: url(Logo/);
    background-repeat: no-repeat;
}


/* CCM LOGO USED ON BANNER */
.logo {
    background-image: url(logo/logo1.gif);
    background-repeat: no-repeat;
}


/* SITE TITLE IN CENTRE OF BANNER */
.SiteTitle {
    font-size: 1.5em;
    font-weight: bold;
    color: #336699;
}


/* THIN LINE ABOVE MENU */
.line1 {
    background-color: #336699;
	font-size:0px;
	line-height:0px;
}


/* MENU BACKGROUND COLOUR */
.bgcolor {
    background-color: #ffffff;
	border-top:#336699 1px solid;
	border-bottom:336699 1px solid;
}


/* BACKGROUND/BORDER COLOURS FOR THE SELECTED MENU TAB */
.TabBg {
    background-color: #C8D6E4;
}


/* BACKGROUND/BORDER COLOURS FOR THE UNSELECTED MENU TABS */
.OtherTabsBg {
    background-color: #F1F5F7;
}


/* TEXT STYLE FOR THE SELECTED MENU TAB */
.SelectedTab {
    font-size: 0.7em;
    font-weight: bold;
    color:#084A6C
}


/* TEXT & HYPERLINK STYLES FOR THE UNSELECTED MENU TABS */
.OtherTabs {
    font-size: 0.7em;
    font-weight: bold;
}
A.OtherTabs:link {
    text-decoration:    none;
    color:#336699;
}
A.OtherTabs:visited {
    text-decoration:    none;
    color:#336699;
}
A.OtherTabs:active {
    text-decoration:    none;
    color:#336699;
}
A.OtherTabs:hover {
    text-decoration:    underline;
    color:#336699;
}


/* THIN LINE BELOW MENU */
.line2 {
    background-color: #336699;
	font-size:0px;
	line-height:0px;
}


/* BODY BACKGROUND */
body {
    background-color: #ffffff;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	empty-cells: show;
	margin: 0px;
}


/* HYPERLINKS - EXCEPT WHERE SPECIFIED */
A:link {
    text-decoration:    none;
    color:  #336699;
}
A:visited {
    text-decoration:    none;
    color:  #336699;
}
A:active {
    text-decoration:    none;
    color:  #336699;
}
A:hover {
    text-decoration:    underline;
    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: 336699;
}
A.CommandButton:visited {
    text-decoration:    underline;
    color: 336699;
}
A.CommandButton:active {
    text-decoration:    underline;
    color: 336699;
}
A.CommandButton:hover {
    text-decoration:    underline;
    color: red;
}


/* HEADING AND NORMAL TEXT STYLES */
.Head {
    font-size:  1.1em;
    font-weight:    normal;
    color: #336699;
}
.SectionHead {
    font-size:  1.1em;
    color: #336699;
}
.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: #336699;
    background-color: #7396B8;
    border-color: #FFFFCD;
}
.DGNoResults {
	/*
	font-size: 0.9em;
    text-decoration:none;
    color: #C8D6E4;
	*/
	font-size: 0.9em;
    text-decoration:none;
    color: #F1F5F7;
}
.DGColumnFoot {
    font-size: 0.8em;
    font-weight: bold;
    text-decoration:none;
    color: #336699;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.DGPagerStyle {
    font-size: 0.8em;
    font-weight: bold;
    text-decoration:none;
    color: #336699;
    background-color: #7396B8;
    border-color: #FFFFCD;
    vertical-align: super;
}
.DGItemStyle {
    font-size: 0.8em;
    font-weight: normal;
    text-decoration:none;
    background-color: #C8D6E4;
}
.DGAlternatingItemStyle {
    font-size: 0.8em;
    font-weight: normal;
    text-decoration:none;
    background-color: #F1f5f7;
}
.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: #336699;
}

/* 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: 084A6C;
}
A.LinkButton:visited {
    text-decoration: none;
    color: 084A6C;
}
A.LinkButton:active {
    text-decoration: none;
    color: 084A6C;
}
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%;
}

TreeNode
{
	background-color: #FFFFFF;
	text-decoration: none;
	color: #FFFF99;
	font-size: 36px;
}

a.TreeNode
{
	background-color: #FFFFFF;
	text-decoration: none;
	color: #FFFF99;
	font-size: 36px;
}

a.TreeNode:active
{
	background-color: #FFFFFF;
	text-decoration: none;
	color: #FFFF99;
}

a.TreeNode:hover
{
	background-color: #FFFFFF;
	text-decoration: none;
	color: #FFFF99;
}

a.TreeNode:link
{
	background-color: #FFFFFF;
	text-decoration: none;
	color: #FFFF99;
}

a.TreeNode:visited
{
	background-color: #FFFFFF;
	text-decoration: none;
	color: #FFFF99;
}

/* #########################################################################
 * styles added by Danny Gray, Acutec Ltd.
 * #########################################################################
 */

.LeftPane
{
	background: #FFFFFF;
	background-color: #F5F7F9;
}

.RightPane
{
	background: #FFFFFF;
	background-color: #F5F7F9;
}

.SearchButton
{
	font-size: 12px;
	font-weight: normal;
	/*background-color: ;*/
	height: 22px;
	width: 50px;
	/*border: 1px ridge #000000;*/
}

.HighlightResults 
{
	text-decoration:none;
	font-weight:bold;
	color:black;
	background:yellow;
}

.AttachmentsList
{
	width:200px;
}

/* #########################################################################
 * styles added by Danny Gray, Acutec Ltd.
 * #########################################################################
 */