
/*****************************************************
General Anchor
*****************************************************/
a.linkSmallBold, a.linkMenuSink
{
    font-weight: bold;
}

a.linkSmall, a.LinkSmallBold, a.linkMenuSink
{
    color: navy;
    font-size: 0.7em;
}


a.linkSmallBold:visited, a.linkMenuSink:visited
{
    color: #013DA4;
}

a.linkSmallBold:Hover, a.linkMenuSink:Hover
{
    color: #DD6900;
}


/*****************************************************
Text and Anchor to display when a user is online
*****************************************************/
.userOnlineLinkBold, a.userOnlineLinkBold, a.userOnlineLinkBold:Visited, a.userOnlineLinkBold:Hover, a.userOnlineLinkBold:Link
{
    font-weight: bold;
    color: #0055E7;
}

.moderatorOnlineLinkBold, a.moderatorOnlineLinkBold, a.moderatorOnlineLinkBold:Visited, a.moderatorOnlineLinkBold:Hover, a.moderatorOnlineLinkBold:Link
{
    font-weight: bold;
    color: darkblue;
}

.adminOnlineLinkBold, a.adminOnlineLinkBold, a.adminOnlineLinkBold:Visited, a.adminOnlineLinkBold:Hover, a.adminOnlineLinkBold:Link
{
    font-weight: bold;
    color: black;
}

/*****************************************************
Text and anchors used in the navigation menu
*****************************************************/
.menuTitle
{
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: navy;
}

.menuText
{
    font-size: 0.6em;
    font-weight: bold;
    color: #FFFFFF;
}

a.menuTextLink:visited, a.menuTextLink:link
{
    font-size: 0.6em;
    text-decoration: none;
    color: #013DA4;
}

a.menuTextLink:Hover
{
    color: #000000;
}


/*****************************************************
Text and anchors used in the search
*****************************************************/
.searchPager
{
    font-size : 0.7em;
    font-weight: bold;
}

.searchItem
{
    background-color: #DDEEFF;
}

.searchAlternatingItem
{
    background-color: #FFFFFF;
}


/*****************************************************
Default separator style for PostList
*****************************************************/
td.flatViewSpacing
{
    height: 2px;
    background-color: #80B7FF;
}

/*****************************************************
Table Header and cell definitions
*****************************************************/
th
{
    background-image: url(../images/forumHeaderBackground.gif);
    background-color: #4455aa;
}

td.forumHeaderBackgroundAlternate
{
    background-image: url(../images/forumHeaderBackgroundAlternate.gif);
    /*background-color: #EBEDF6;*/
    background-color: #D6D7DB;

}

/*****************************************************
Body
*****************************************************/
body
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    scrollbar-face-color: #DEE3E7;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #DEE3E7;
    scrollbar-3dlight-color: #D1D7DC;
    scrollbar-arrow-color:  #006699;
    scrollbar-track-color: #EFEFEF;
    scrollbar-darkshadow-color: #98AAB1;
	margin:0px;
}


/*****************************************************
Validation Text
*****************************************************/
.validationWarningSmall
{
    color: Red;
    font-size : 0.7em;
}

/*****************************************************
General Text
*****************************************************/
.normalTextSmall
{
    font-size : 0.7em;
}

.normalTextSmallBold
{
    font-size : 0.7em;
    font-weight: bold;
}

.normalTextSmaller
{
    font-size: 0.6em;
}

.normalTextSmallerBold
{
    font-size: 0.6em;
    font-weight: bold;
}

.normalTextSmall, .normalTextSmallBold, .normalTextSmaller
{
    color : #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*****************************************************
Text used on tables with a background
*****************************************************/
.tableHeaderText
{
    color: white;
    font-size: 0.7em;
    font-weight:bold;
}

/*****************************************************
Border used around tables
*****************************************************/
.tableBorder
{
    border: 1px #013DA4 solid;
    background-color: #FFFFFF;
}

/*****************************************************
Main forum colors
*****************************************************/
td.forumRow
{
    /* background-color: #DDEEFF; */
    background-color: #F0F0F0;
}


td.forumAlternate
{
    /* background-color: #DAE7FD; */
    background-color: #D6D7DB;
}

/*****************************************************
Background color and text used in threaded view
*****************************************************/
td.threadTitle
{
    background-color: #D4D9EC;
}

.threadDetailTextSmall
{
    color: #0055E7;
    font-size: 0.7em;
}

.threadDetailTextSmallBold
{
    color: #0055E7;
    font-size: 0.7em;
    font-weight: bold;
}

td.forumRowHighlight
{
    background-color: #D4D9EC;
}

/*****************************************************
Text and links used in ForumGroupRepeater and ForumRepeater
*****************************************************/
.forumTitle
{
    font-size: 0.8em;
    font-weight: bold;
    color: #013DA4;
}


a.forumTitle:visited, a.forumTitle:link
{
    font-size: 0.8em;
    font-weight: bold;
    color: #013DA4;
}

a.forumTitle:hover
{
    color: #DD6900;
}

.forumName
{
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: navy;
}

a.forumName:hover
{
    color: #DD6900;
    text-decoration: underline;
}


/*****************************************************
Form Elements
*****************************************************/
select
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    font-weight: bold;
    background-color: #DAE7FD;
    border-color: Black;
}

textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    background-color: White;
    border-color: Black;
}

/*****************************************************
Menu Controls
*****************************************************/
A.linkMenuSink
{
    font-size: 0.7em;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

TD.popupMenuSink
{
    position: relative;
}

DIV.popupMenu
{
    border: 1px solid blue;
}

DIV.popupTitle
{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-weight: bold;
    background-color: #4455AA;
}

DIV.popupItem
{
    font-size: 0.8em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #DDEEFF;
}

/*****************************************************
eXperts Connection
*****************************************************/
.Head
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 1.2em;
	COLOR: black;
	PADDING-TOP: 8px;
	FONT-FAMILY: Arial, Verdana;
}

.Normal
{
	FONT-SIZE: 0.7em;
	FONT-FAMILY: Verdana, Arial;
}

.OtherTabsBg
{
	/*BACKGROUND-COLOR: #ffffdd;*/
	background-color: #CCCCCC;
	BORDER-TOP: #cccc66 1px solid;
	BORDER-RIGHT: #cccc66 1px solid;
	FONT-SIZE: 0.7em;
	COLOR: #aabbcc;
}

.SelectedTabBg
{
	/*BACKGROUND-COLOR: #ffee99;*/
	background-color: #82868F;
	BORDER-TOP: #999933 1px solid;
	BORDER-RIGHT: #999933 1px solid;
	FONT-SIZE: 0.7em;
}

.TabBg
{
	/*background-color: #ffee99;*/
	background-color: #82868F;
}

.BannerBg
{
	/*background-color: #666699;*/
	background-color: #6D1514;
}

/*****************************************************
eXperts Connection Anchor
*****************************************************/
A.OtherTabs:link
{
	text-decoration: none;
	/*color: #000080;*/
	color: #6D1514;
}

A.OtherTabs:visited
{
	text-decoration: none;
	/*color: #000080;*/
	color: #6D1514;
}

A.OtherTabs:active
{
	text-decoration: none;
	/*color: #000080;*/
	color: #6D1514;
}

A.OtherTabs:hover
{
	text-decoration: underline;
	/*color: #ff0000;*/
	color: #6D1514;
}

A.SelectedTab:link
{
	text-decoration: none;
	/*color: #000080;*/
	color: #FFFFFF;
}

A.SelectedTab:visited
{
	text-decoration: none;
	/*color: #000080;*/
	color: #FFFFFF;
}

A.SelectedTab:active
{
	text-decoration: none;
	/*color: #000080;*/
	color: #FFFFFF;
}

A.SelectedTab:hover
{
	text-decoration: underline;
	/*color: #ff0000;*/
	color: #FFFFFF;
}

A.FlareBlue:link
{
	text-decoration: none;
	color: White;
}

A.FlareBlue:visited
{
	text-decoration: none;
	color: White;
}

A.FlareBlue:active
{
	text-decoration: none;
	color: White;
}

A.FlareBlue:hover
{
	text-decoration: underline;
	color: White;
}

/************************************************************
		Added by Satoru Ikebe   From 2003/06/24
*************************************************************/

/* MainFrame */
.FrameTable
{
	width: 100%;
	height: 100%;
}

.TableOuterMost
{
	text-align:center;
	vertical-align: top;
	background-color: #82868F;
}

.TableOuterMostBanner
{
	text-align: center;
	height: 10px;
	vertical-align: top;
	background-color:#82868F;
}

.TableOuterMostFooter
{
	text-align: center;
	vertical-align: top;
	background-color:#82868F;
}

.PrincipalArea
{
	vertical-align: top;
	width: 800px;
	height: 100%;
	background-color:White;
	margin-right: auto;
	margin-left: auto;
}

.BannerTable
{
	background-color:White;
	width: 800px;
}

.FooterTable
{
	background-color:#82868F;
	color:White;
	width: 800px;
}

/* Principle Area Inner Elements */
.CenterColumn
{
	background-color:White;
}

.RightColumn
{
	background-color:White;
	width:180px;
}

.LeftColumn
{
	background-color:White;
	width:180px;
}

.LeftColumnColor
{
	background-color:White;
	width:180px;
}

.CenterSpacer
{
	background-color:White;
	width: 25px;
}

RightSpacer
{
	background-color:White;
	width: 25px;
}

.LeftSpacer
{
	background-color:White;
	width: 25px;
}

.LeftSpacerColor
{
	background-color:White;
	width: 25px;
}

/************************************************************
	Contents
*************************************************************/
.CommandlineToolsTitle
{
	background-color:#000080;
	color:White;
	font-size : 0.7em;
	font-weight: bold;
}

.CommandlineTools
{
	font-size : 0.7em;
}

.TitleFlare
{
	filter: alpha(Opacity="100", finishopacity="30", style="1");
	background-color: #cccccc;
	color: Black;
	font-weight: bold;
}

.TitleFlareBlue
{
	filter: alpha(Opacity="100", finishopacity="30", style="1");
	background-color: #0a6cce;
	color: White;
	font-weight: bold;
}

.FlareBlue
{
	background-color: #0a6cce;
	color: White;
}

.FlareBlueSmaller
{
	background-color: #0a6cce;
	color: White;
	font-size: 0.6em;
}


