/* $ $ */
/* Template Data Dictionary
SECTION HEADER COLORS
C:color-picker:navbar_section
SECTION LINK COLORS
C:color-picker:navbar_link
*/
div.FrWrapperSidebar {
margin-bottom: 10px;
margin-top: 10px;
}
div.FrWrapperSidebar a,
div.FrWrapperSidebar a:hover,
div.FrWrapperSidebar a:visited {
color: <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColorsidebar_color_color()
{
window.insertColor = insertColorsidebar_color_color;
var fld = document.getElementById ('sidebar_color_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundsidebar_color_color()
{
window.insertColor = insertBackgroundsidebar_color_color;
var fld = document.getElementById ('sidebar_color_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColorsidebar_color_color(val)
{
document.getElementById('sidebar_color_color').value = val;
document.getElementById('sidebar_color_color_sample').style.color = val;
}
function insertBackgroundsidebar_color_color(val)
{
document.getElementById('sidebar_color_background').value = val;
document.getElementById('sidebar_color_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="sidebar_color_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="sidebar_color_color" id="sidebar_color_color" value="#ffffff" size="7" maxlength="7"
onblur="insertColorsidebar_color_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColorsidebar_color_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="sidebar_color_color_sample"
style="color: #ffffff; background-color: #868686;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="sidebar_color_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="sidebar_color_background" id="sidebar_color_background" value="#868686" size="7" maxlength="7"
onblur="insertBackgroundsidebar_color_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundsidebar_color_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="sidebar_color_submit" id="sidebar_color_submit" value="true" />
;
}

div.FrNavbarSection {
background-color: <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColornavbar_section_color()
{
window.insertColor = insertColornavbar_section_color;
var fld = document.getElementById ('navbar_section_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundnavbar_section_color()
{
window.insertColor = insertBackgroundnavbar_section_color;
var fld = document.getElementById ('navbar_section_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColornavbar_section_color(val)
{
document.getElementById('navbar_section_color').value = val;
document.getElementById('navbar_section_color_sample').style.color = val;
}
function insertBackgroundnavbar_section_color(val)
{
document.getElementById('navbar_section_background').value = val;
document.getElementById('navbar_section_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="navbar_section_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_color" id="navbar_section_color" value="#ffffff" size="7" maxlength="7"
onblur="insertColornavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColornavbar_section_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="navbar_section_color_sample"
style="color: #ffffff; background-color: #000000;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="navbar_section_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_background" id="navbar_section_background" value="#000000" size="7" maxlength="7"
onblur="insertBackgroundnavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundnavbar_section_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="navbar_section_submit" id="navbar_section_submit" value="true" />
;
color: <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColornavbar_section_color()
{
window.insertColor = insertColornavbar_section_color;
var fld = document.getElementById ('navbar_section_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundnavbar_section_color()
{
window.insertColor = insertBackgroundnavbar_section_color;
var fld = document.getElementById ('navbar_section_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColornavbar_section_color(val)
{
document.getElementById('navbar_section_color').value = val;
document.getElementById('navbar_section_color_sample').style.color = val;
}
function insertBackgroundnavbar_section_color(val)
{
document.getElementById('navbar_section_background').value = val;
document.getElementById('navbar_section_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="navbar_section_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_color" id="navbar_section_color" value="#ffffff" size="7" maxlength="7"
onblur="insertColornavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColornavbar_section_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="navbar_section_color_sample"
style="color: #ffffff; background-color: #000000;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="navbar_section_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_background" id="navbar_section_background" value="#000000" size="7" maxlength="7"
onblur="insertBackgroundnavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundnavbar_section_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="navbar_section_submit" id="navbar_section_submit" value="true" />
;
}


div.FrNavbarLinks ul li a,
div.FrNavbarLinks ul li a:hover,
div.FrNavbarLinks ul li a:visited {
background-color: <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColornavbar_link_color()
{
window.insertColor = insertColornavbar_link_color;
var fld = document.getElementById ('navbar_link_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundnavbar_link_color()
{
window.insertColor = insertBackgroundnavbar_link_color;
var fld = document.getElementById ('navbar_link_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColornavbar_link_color(val)
{
document.getElementById('navbar_link_color').value = val;
document.getElementById('navbar_link_color_sample').style.color = val;
}
function insertBackgroundnavbar_link_color(val)
{
document.getElementById('navbar_link_background').value = val;
document.getElementById('navbar_link_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="navbar_link_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_link_color" id="navbar_link_color" value="#000000" size="7" maxlength="7"
onblur="insertColornavbar_link_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColornavbar_link_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="navbar_link_color_sample"
style="color: #000000; background-color: #868686;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="navbar_link_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_link_background" id="navbar_link_background" value="#868686" size="7" maxlength="7"
onblur="insertBackgroundnavbar_link_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundnavbar_link_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="navbar_link_submit" id="navbar_link_submit" value="true" />
;
color: <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColornavbar_link_color()
{
window.insertColor = insertColornavbar_link_color;
var fld = document.getElementById ('navbar_link_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundnavbar_link_color()
{
window.insertColor = insertBackgroundnavbar_link_color;
var fld = document.getElementById ('navbar_link_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColornavbar_link_color(val)
{
document.getElementById('navbar_link_color').value = val;
document.getElementById('navbar_link_color_sample').style.color = val;
}
function insertBackgroundnavbar_link_color(val)
{
document.getElementById('navbar_link_background').value = val;
document.getElementById('navbar_link_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="navbar_link_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_link_color" id="navbar_link_color" value="#000000" size="7" maxlength="7"
onblur="insertColornavbar_link_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColornavbar_link_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="navbar_link_color_sample"
style="color: #000000; background-color: #868686;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="navbar_link_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_link_background" id="navbar_link_background" value="#868686" size="7" maxlength="7"
onblur="insertBackgroundnavbar_link_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundnavbar_link_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="navbar_link_submit" id="navbar_link_submit" value="true" />
;
}

body {
background-color: <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColorbody_color_color()
{
window.insertColor = insertColorbody_color_color;
var fld = document.getElementById ('body_color_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundbody_color_color()
{
window.insertColor = insertBackgroundbody_color_color;
var fld = document.getElementById ('body_color_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColorbody_color_color(val)
{
document.getElementById('body_color_color').value = val;
document.getElementById('body_color_color_sample').style.color = val;
}
function insertBackgroundbody_color_color(val)
{
document.getElementById('body_color_background').value = val;
document.getElementById('body_color_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">


<tr valign="middle">
<td width="10%">
<label for="body_color_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="body_color_background" id="body_color_background" value="" size="7" maxlength="7"
onblur="insertBackgroundbody_color_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundbody_color_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

<td align="center" width="70%" id="body_color_color_sample" style="background-color: #ffffff;">
&nbsp;
</td>

</tr>

</table>
<input type="hidden" name="body_color_submit" id="body_color_submit" value="true" />
;
}
table#fr_wrapper_tbl {
}
td.FrWrapperSidebarCell {

background-color:<script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColorsidebar_color_color()
{
window.insertColor = insertColorsidebar_color_color;
var fld = document.getElementById ('sidebar_color_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundsidebar_color_color()
{
window.insertColor = insertBackgroundsidebar_color_color;
var fld = document.getElementById ('sidebar_color_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColorsidebar_color_color(val)
{
document.getElementById('sidebar_color_color').value = val;
document.getElementById('sidebar_color_color_sample').style.color = val;
}
function insertBackgroundsidebar_color_color(val)
{
document.getElementById('sidebar_color_background').value = val;
document.getElementById('sidebar_color_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="sidebar_color_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="sidebar_color_color" id="sidebar_color_color" value="#ffffff" size="7" maxlength="7"
onblur="insertColorsidebar_color_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColorsidebar_color_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="sidebar_color_color_sample"
style="color: #ffffff; background-color: #868686;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="sidebar_color_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="sidebar_color_background" id="sidebar_color_background" value="#868686" size="7" maxlength="7"
onblur="insertBackgroundsidebar_color_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundsidebar_color_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="sidebar_color_submit" id="sidebar_color_submit" value="true" />
;
color:<script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColorsidebar_color_color()
{
window.insertColor = insertColorsidebar_color_color;
var fld = document.getElementById ('sidebar_color_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundsidebar_color_color()
{
window.insertColor = insertBackgroundsidebar_color_color;
var fld = document.getElementById ('sidebar_color_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColorsidebar_color_color(val)
{
document.getElementById('sidebar_color_color').value = val;
document.getElementById('sidebar_color_color_sample').style.color = val;
}
function insertBackgroundsidebar_color_color(val)
{
document.getElementById('sidebar_color_background').value = val;
document.getElementById('sidebar_color_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="sidebar_color_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="sidebar_color_color" id="sidebar_color_color" value="#ffffff" size="7" maxlength="7"
onblur="insertColorsidebar_color_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColorsidebar_color_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="sidebar_color_color_sample"
style="color: #ffffff; background-color: #868686;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="sidebar_color_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="sidebar_color_background" id="sidebar_color_background" value="#868686" size="7" maxlength="7"
onblur="insertBackgroundsidebar_color_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundsidebar_color_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="sidebar_color_submit" id="sidebar_color_submit" value="true" />
;
width:
<label for="sidebar_width.field"><span style="display:none">150</span></label>
<input type="text" name="sidebar_width.field" id="sidebar_width.field" value="150" size="5" maxlength="5" />
<input type="hidden" name="sidebar_width.submit" value="true" />
px;
}
td.topNavBar {
background-color: <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColornavbar_section_color()
{
window.insertColor = insertColornavbar_section_color;
var fld = document.getElementById ('navbar_section_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundnavbar_section_color()
{
window.insertColor = insertBackgroundnavbar_section_color;
var fld = document.getElementById ('navbar_section_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColornavbar_section_color(val)
{
document.getElementById('navbar_section_color').value = val;
document.getElementById('navbar_section_color_sample').style.color = val;
}
function insertBackgroundnavbar_section_color(val)
{
document.getElementById('navbar_section_background').value = val;
document.getElementById('navbar_section_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="navbar_section_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_color" id="navbar_section_color" value="#ffffff" size="7" maxlength="7"
onblur="insertColornavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColornavbar_section_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="navbar_section_color_sample"
style="color: #ffffff; background-color: #000000;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="navbar_section_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_background" id="navbar_section_background" value="#000000" size="7" maxlength="7"
onblur="insertBackgroundnavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundnavbar_section_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="navbar_section_submit" id="navbar_section_submit" value="true" />
;
}
#topDropdownLayer {
background-color: <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColornavbar_section_color()
{
window.insertColor = insertColornavbar_section_color;
var fld = document.getElementById ('navbar_section_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundnavbar_section_color()
{
window.insertColor = insertBackgroundnavbar_section_color;
var fld = document.getElementById ('navbar_section_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColornavbar_section_color(val)
{
document.getElementById('navbar_section_color').value = val;
document.getElementById('navbar_section_color_sample').style.color = val;
}
function insertBackgroundnavbar_section_color(val)
{
document.getElementById('navbar_section_background').value = val;
document.getElementById('navbar_section_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="navbar_section_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_color" id="navbar_section_color" value="#ffffff" size="7" maxlength="7"
onblur="insertColornavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColornavbar_section_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="navbar_section_color_sample"
style="color: #ffffff; background-color: #000000;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="navbar_section_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_background" id="navbar_section_background" value="#000000" size="7" maxlength="7"
onblur="insertBackgroundnavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundnavbar_section_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="navbar_section_submit" id="navbar_section_submit" value="true" />
;
}
.topnavSectionCell {
border-right: 1px solid <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColornavbar_section_color()
{
window.insertColor = insertColornavbar_section_color;
var fld = document.getElementById ('navbar_section_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundnavbar_section_color()
{
window.insertColor = insertBackgroundnavbar_section_color;
var fld = document.getElementById ('navbar_section_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColornavbar_section_color(val)
{
document.getElementById('navbar_section_color').value = val;
document.getElementById('navbar_section_color_sample').style.color = val;
}
function insertBackgroundnavbar_section_color(val)
{
document.getElementById('navbar_section_background').value = val;
document.getElementById('navbar_section_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="navbar_section_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_color" id="navbar_section_color" value="#ffffff" size="7" maxlength="7"
onblur="insertColornavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColornavbar_section_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="navbar_section_color_sample"
style="color: #ffffff; background-color: #000000;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="navbar_section_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_background" id="navbar_section_background" value="#000000" size="7" maxlength="7"
onblur="insertBackgroundnavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundnavbar_section_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="navbar_section_submit" id="navbar_section_submit" value="true" />
;
background-color: <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColornavbar_section_color()
{
window.insertColor = insertColornavbar_section_color;
var fld = document.getElementById ('navbar_section_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundnavbar_section_color()
{
window.insertColor = insertBackgroundnavbar_section_color;
var fld = document.getElementById ('navbar_section_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColornavbar_section_color(val)
{
document.getElementById('navbar_section_color').value = val;
document.getElementById('navbar_section_color_sample').style.color = val;
}
function insertBackgroundnavbar_section_color(val)
{
document.getElementById('navbar_section_background').value = val;
document.getElementById('navbar_section_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="navbar_section_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_color" id="navbar_section_color" value="#ffffff" size="7" maxlength="7"
onblur="insertColornavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColornavbar_section_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="navbar_section_color_sample"
style="color: #ffffff; background-color: #000000;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="navbar_section_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_background" id="navbar_section_background" value="#000000" size="7" maxlength="7"
onblur="insertBackgroundnavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundnavbar_section_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="navbar_section_submit" id="navbar_section_submit" value="true" />
;
padding: 1px 0px 0px 0px;
position: relative;
text-align: center;
width: 110px;
}
TD.topnavSectionCell_sel {
border-right: 1px solid <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColornavbar_section_color()
{
window.insertColor = insertColornavbar_section_color;
var fld = document.getElementById ('navbar_section_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundnavbar_section_color()
{
window.insertColor = insertBackgroundnavbar_section_color;
var fld = document.getElementById ('navbar_section_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColornavbar_section_color(val)
{
document.getElementById('navbar_section_color').value = val;
document.getElementById('navbar_section_color_sample').style.color = val;
}
function insertBackgroundnavbar_section_color(val)
{
document.getElementById('navbar_section_background').value = val;
document.getElementById('navbar_section_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="navbar_section_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_color" id="navbar_section_color" value="#ffffff" size="7" maxlength="7"
onblur="insertColornavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColornavbar_section_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="navbar_section_color_sample"
style="color: #ffffff; background-color: #000000;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="navbar_section_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_background" id="navbar_section_background" value="#000000" size="7" maxlength="7"
onblur="insertBackgroundnavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundnavbar_section_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="navbar_section_submit" id="navbar_section_submit" value="true" />
;
background-color: <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColornavbar_section_color()
{
window.insertColor = insertColornavbar_section_color;
var fld = document.getElementById ('navbar_section_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundnavbar_section_color()
{
window.insertColor = insertBackgroundnavbar_section_color;
var fld = document.getElementById ('navbar_section_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColornavbar_section_color(val)
{
document.getElementById('navbar_section_color').value = val;
document.getElementById('navbar_section_color_sample').style.color = val;
}
function insertBackgroundnavbar_section_color(val)
{
document.getElementById('navbar_section_background').value = val;
document.getElementById('navbar_section_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="navbar_section_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_color" id="navbar_section_color" value="#ffffff" size="7" maxlength="7"
onblur="insertColornavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColornavbar_section_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="navbar_section_color_sample"
style="color: #ffffff; background-color: #000000;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="navbar_section_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_background" id="navbar_section_background" value="#000000" size="7" maxlength="7"
onblur="insertBackgroundnavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundnavbar_section_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="navbar_section_submit" id="navbar_section_submit" value="true" />
;
padding: 1px 0px 0px 0px;
position: relative;
text-align: center;
width: 110px;
}
.topnavSectionCellRight {
background-color: <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColornavbar_section_color()
{
window.insertColor = insertColornavbar_section_color;
var fld = document.getElementById ('navbar_section_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundnavbar_section_color()
{
window.insertColor = insertBackgroundnavbar_section_color;
var fld = document.getElementById ('navbar_section_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColornavbar_section_color(val)
{
document.getElementById('navbar_section_color').value = val;
document.getElementById('navbar_section_color_sample').style.color = val;
}
function insertBackgroundnavbar_section_color(val)
{
document.getElementById('navbar_section_background').value = val;
document.getElementById('navbar_section_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="navbar_section_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_color" id="navbar_section_color" value="#ffffff" size="7" maxlength="7"
onblur="insertColornavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColornavbar_section_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="navbar_section_color_sample"
style="color: #ffffff; background-color: #000000;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="navbar_section_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_background" id="navbar_section_background" value="#000000" size="7" maxlength="7"
onblur="insertBackgroundnavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundnavbar_section_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="navbar_section_submit" id="navbar_section_submit" value="true" />
;
padding: 1px 0px 0px 0px;
position: relative;
text-align: center;
width: 110px;
}
TD.topnavSectionCellRight_sel {
background-color: <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColornavbar_section_color()
{
window.insertColor = insertColornavbar_section_color;
var fld = document.getElementById ('navbar_section_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundnavbar_section_color()
{
window.insertColor = insertBackgroundnavbar_section_color;
var fld = document.getElementById ('navbar_section_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColornavbar_section_color(val)
{
document.getElementById('navbar_section_color').value = val;
document.getElementById('navbar_section_color_sample').style.color = val;
}
function insertBackgroundnavbar_section_color(val)
{
document.getElementById('navbar_section_background').value = val;
document.getElementById('navbar_section_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="navbar_section_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_color" id="navbar_section_color" value="#ffffff" size="7" maxlength="7"
onblur="insertColornavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColornavbar_section_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="navbar_section_color_sample"
style="color: #ffffff; background-color: #000000;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="navbar_section_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_background" id="navbar_section_background" value="#000000" size="7" maxlength="7"
onblur="insertBackgroundnavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundnavbar_section_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="navbar_section_submit" id="navbar_section_submit" value="true" />
;
padding: 1px 0px 0px 0px;
position: relative;
text-align: center;
width: 110px;
}
A.topnavSectionCellLink {
background-color: <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColornavbar_section_color()
{
window.insertColor = insertColornavbar_section_color;
var fld = document.getElementById ('navbar_section_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundnavbar_section_color()
{
window.insertColor = insertBackgroundnavbar_section_color;
var fld = document.getElementById ('navbar_section_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColornavbar_section_color(val)
{
document.getElementById('navbar_section_color').value = val;
document.getElementById('navbar_section_color_sample').style.color = val;
}
function insertBackgroundnavbar_section_color(val)
{
document.getElementById('navbar_section_background').value = val;
document.getElementById('navbar_section_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="navbar_section_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_color" id="navbar_section_color" value="#ffffff" size="7" maxlength="7"
onblur="insertColornavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColornavbar_section_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="navbar_section_color_sample"
style="color: #ffffff; background-color: #000000;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="navbar_section_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_background" id="navbar_section_background" value="#000000" size="7" maxlength="7"
onblur="insertBackgroundnavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundnavbar_section_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="navbar_section_submit" id="navbar_section_submit" value="true" />
;
color: <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColornavbar_section_color()
{
window.insertColor = insertColornavbar_section_color;
var fld = document.getElementById ('navbar_section_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundnavbar_section_color()
{
window.insertColor = insertBackgroundnavbar_section_color;
var fld = document.getElementById ('navbar_section_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColornavbar_section_color(val)
{
document.getElementById('navbar_section_color').value = val;
document.getElementById('navbar_section_color_sample').style.color = val;
}
function insertBackgroundnavbar_section_color(val)
{
document.getElementById('navbar_section_background').value = val;
document.getElementById('navbar_section_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="navbar_section_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_color" id="navbar_section_color" value="#ffffff" size="7" maxlength="7"
onblur="insertColornavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColornavbar_section_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="navbar_section_color_sample"
style="color: #ffffff; background-color: #000000;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="navbar_section_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_background" id="navbar_section_background" value="#000000" size="7" maxlength="7"
onblur="insertBackgroundnavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundnavbar_section_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="navbar_section_submit" id="navbar_section_submit" value="true" />
;
font-weight: bold;
}
A.topnavSectionCellLink_sel,
A.topnavSectionCellLink_sel:visited,
A.topnavSectionCellLink_sel:hover,
A.topnavSectionCellLink_sel:active {
background-color: <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColornavbar_section_color()
{
window.insertColor = insertColornavbar_section_color;
var fld = document.getElementById ('navbar_section_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundnavbar_section_color()
{
window.insertColor = insertBackgroundnavbar_section_color;
var fld = document.getElementById ('navbar_section_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColornavbar_section_color(val)
{
document.getElementById('navbar_section_color').value = val;
document.getElementById('navbar_section_color_sample').style.color = val;
}
function insertBackgroundnavbar_section_color(val)
{
document.getElementById('navbar_section_background').value = val;
document.getElementById('navbar_section_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="navbar_section_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_color" id="navbar_section_color" value="#ffffff" size="7" maxlength="7"
onblur="insertColornavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColornavbar_section_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="navbar_section_color_sample"
style="color: #ffffff; background-color: #000000;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="navbar_section_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_background" id="navbar_section_background" value="#000000" size="7" maxlength="7"
onblur="insertBackgroundnavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundnavbar_section_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="navbar_section_submit" id="navbar_section_submit" value="true" />
;
color: <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColornavbar_section_color()
{
window.insertColor = insertColornavbar_section_color;
var fld = document.getElementById ('navbar_section_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundnavbar_section_color()
{
window.insertColor = insertBackgroundnavbar_section_color;
var fld = document.getElementById ('navbar_section_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColornavbar_section_color(val)
{
document.getElementById('navbar_section_color').value = val;
document.getElementById('navbar_section_color_sample').style.color = val;
}
function insertBackgroundnavbar_section_color(val)
{
document.getElementById('navbar_section_background').value = val;
document.getElementById('navbar_section_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="navbar_section_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_color" id="navbar_section_color" value="#ffffff" size="7" maxlength="7"
onblur="insertColornavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColornavbar_section_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="navbar_section_color_sample"
style="color: #ffffff; background-color: #000000;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="navbar_section_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_background" id="navbar_section_background" value="#000000" size="7" maxlength="7"
onblur="insertBackgroundnavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundnavbar_section_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="navbar_section_submit" id="navbar_section_submit" value="true" />
;
font-weight: bold;
}
TD.topnavLinkCell {
background-color: <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColornavbar_link_color()
{
window.insertColor = insertColornavbar_link_color;
var fld = document.getElementById ('navbar_link_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundnavbar_link_color()
{
window.insertColor = insertBackgroundnavbar_link_color;
var fld = document.getElementById ('navbar_link_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColornavbar_link_color(val)
{
document.getElementById('navbar_link_color').value = val;
document.getElementById('navbar_link_color_sample').style.color = val;
}
function insertBackgroundnavbar_link_color(val)
{
document.getElementById('navbar_link_background').value = val;
document.getElementById('navbar_link_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="navbar_link_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_link_color" id="navbar_link_color" value="#000000" size="7" maxlength="7"
onblur="insertColornavbar_link_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColornavbar_link_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="navbar_link_color_sample"
style="color: #000000; background-color: #868686;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="navbar_link_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_link_background" id="navbar_link_background" value="#868686" size="7" maxlength="7"
onblur="insertBackgroundnavbar_link_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundnavbar_link_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="navbar_link_submit" id="navbar_link_submit" value="true" />
;
border-top: 1px solid <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColornavbar_section_color()
{
window.insertColor = insertColornavbar_section_color;
var fld = document.getElementById ('navbar_section_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundnavbar_section_color()
{
window.insertColor = insertBackgroundnavbar_section_color;
var fld = document.getElementById ('navbar_section_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColornavbar_section_color(val)
{
document.getElementById('navbar_section_color').value = val;
document.getElementById('navbar_section_color_sample').style.color = val;
}
function insertBackgroundnavbar_section_color(val)
{
document.getElementById('navbar_section_background').value = val;
document.getElementById('navbar_section_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="navbar_section_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_color" id="navbar_section_color" value="#ffffff" size="7" maxlength="7"
onblur="insertColornavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColornavbar_section_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="navbar_section_color_sample"
style="color: #ffffff; background-color: #000000;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="navbar_section_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_background" id="navbar_section_background" value="#000000" size="7" maxlength="7"
onblur="insertBackgroundnavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundnavbar_section_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="navbar_section_submit" id="navbar_section_submit" value="true" />
;
color: <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColornavbar_link_color()
{
window.insertColor = insertColornavbar_link_color;
var fld = document.getElementById ('navbar_link_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundnavbar_link_color()
{
window.insertColor = insertBackgroundnavbar_link_color;
var fld = document.getElementById ('navbar_link_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColornavbar_link_color(val)
{
document.getElementById('navbar_link_color').value = val;
document.getElementById('navbar_link_color_sample').style.color = val;
}
function insertBackgroundnavbar_link_color(val)
{
document.getElementById('navbar_link_background').value = val;
document.getElementById('navbar_link_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="navbar_link_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_link_color" id="navbar_link_color" value="#000000" size="7" maxlength="7"
onblur="insertColornavbar_link_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColornavbar_link_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="navbar_link_color_sample"
style="color: #000000; background-color: #868686;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="navbar_link_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_link_background" id="navbar_link_background" value="#868686" size="7" maxlength="7"
onblur="insertBackgroundnavbar_link_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundnavbar_link_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="navbar_link_submit" id="navbar_link_submit" value="true" />
;
padding: 1px 5px 1px 5px;
text-align: left;
width: 100px;
}
TD.topnavLinkCell_high {
background-color: <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColornavbar_link_color()
{
window.insertColor = insertColornavbar_link_color;
var fld = document.getElementById ('navbar_link_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundnavbar_link_color()
{
window.insertColor = insertBackgroundnavbar_link_color;
var fld = document.getElementById ('navbar_link_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColornavbar_link_color(val)
{
document.getElementById('navbar_link_color').value = val;
document.getElementById('navbar_link_color_sample').style.color = val;
}
function insertBackgroundnavbar_link_color(val)
{
document.getElementById('navbar_link_background').value = val;
document.getElementById('navbar_link_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="navbar_link_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_link_color" id="navbar_link_color" value="#000000" size="7" maxlength="7"
onblur="insertColornavbar_link_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColornavbar_link_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="navbar_link_color_sample"
style="color: #000000; background-color: #868686;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="navbar_link_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_link_background" id="navbar_link_background" value="#868686" size="7" maxlength="7"
onblur="insertBackgroundnavbar_link_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundnavbar_link_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="navbar_link_submit" id="navbar_link_submit" value="true" />
;
border-top: 1px solid <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColornavbar_section_color()
{
window.insertColor = insertColornavbar_section_color;
var fld = document.getElementById ('navbar_section_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundnavbar_section_color()
{
window.insertColor = insertBackgroundnavbar_section_color;
var fld = document.getElementById ('navbar_section_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColornavbar_section_color(val)
{
document.getElementById('navbar_section_color').value = val;
document.getElementById('navbar_section_color_sample').style.color = val;
}
function insertBackgroundnavbar_section_color(val)
{
document.getElementById('navbar_section_background').value = val;
document.getElementById('navbar_section_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="navbar_section_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_color" id="navbar_section_color" value="#ffffff" size="7" maxlength="7"
onblur="insertColornavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColornavbar_section_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="navbar_section_color_sample"
style="color: #ffffff; background-color: #000000;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="navbar_section_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_section_background" id="navbar_section_background" value="#000000" size="7" maxlength="7"
onblur="insertBackgroundnavbar_section_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundnavbar_section_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="navbar_section_submit" id="navbar_section_submit" value="true" />
;
color: <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColornavbar_link_color()
{
window.insertColor = insertColornavbar_link_color;
var fld = document.getElementById ('navbar_link_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundnavbar_link_color()
{
window.insertColor = insertBackgroundnavbar_link_color;
var fld = document.getElementById ('navbar_link_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColornavbar_link_color(val)
{
document.getElementById('navbar_link_color').value = val;
document.getElementById('navbar_link_color_sample').style.color = val;
}
function insertBackgroundnavbar_link_color(val)
{
document.getElementById('navbar_link_background').value = val;
document.getElementById('navbar_link_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="navbar_link_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_link_color" id="navbar_link_color" value="#000000" size="7" maxlength="7"
onblur="insertColornavbar_link_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColornavbar_link_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="navbar_link_color_sample"
style="color: #000000; background-color: #868686;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="navbar_link_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_link_background" id="navbar_link_background" value="#868686" size="7" maxlength="7"
onblur="insertBackgroundnavbar_link_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundnavbar_link_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="navbar_link_submit" id="navbar_link_submit" value="true" />
;
padding: 1px 5px 1px 5px;
text-align: left;
width: 100px;
}
A.topnavLinkCellLink,
A.topnavLinkCellLink:visited {
background-color: <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColornavbar_link_color()
{
window.insertColor = insertColornavbar_link_color;
var fld = document.getElementById ('navbar_link_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundnavbar_link_color()
{
window.insertColor = insertBackgroundnavbar_link_color;
var fld = document.getElementById ('navbar_link_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColornavbar_link_color(val)
{
document.getElementById('navbar_link_color').value = val;
document.getElementById('navbar_link_color_sample').style.color = val;
}
function insertBackgroundnavbar_link_color(val)
{
document.getElementById('navbar_link_background').value = val;
document.getElementById('navbar_link_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="navbar_link_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_link_color" id="navbar_link_color" value="#000000" size="7" maxlength="7"
onblur="insertColornavbar_link_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColornavbar_link_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="navbar_link_color_sample"
style="color: #000000; background-color: #868686;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="navbar_link_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_link_background" id="navbar_link_background" value="#868686" size="7" maxlength="7"
onblur="insertBackgroundnavbar_link_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundnavbar_link_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="navbar_link_submit" id="navbar_link_submit" value="true" />
;
color: <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColornavbar_link_color()
{
window.insertColor = insertColornavbar_link_color;
var fld = document.getElementById ('navbar_link_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundnavbar_link_color()
{
window.insertColor = insertBackgroundnavbar_link_color;
var fld = document.getElementById ('navbar_link_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColornavbar_link_color(val)
{
document.getElementById('navbar_link_color').value = val;
document.getElementById('navbar_link_color_sample').style.color = val;
}
function insertBackgroundnavbar_link_color(val)
{
document.getElementById('navbar_link_background').value = val;
document.getElementById('navbar_link_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="navbar_link_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_link_color" id="navbar_link_color" value="#000000" size="7" maxlength="7"
onblur="insertColornavbar_link_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColornavbar_link_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="navbar_link_color_sample"
style="color: #000000; background-color: #868686;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="navbar_link_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_link_background" id="navbar_link_background" value="#868686" size="7" maxlength="7"
onblur="insertBackgroundnavbar_link_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundnavbar_link_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="navbar_link_submit" id="navbar_link_submit" value="true" />
;
font-weight: bold;
text-decoration: none;
}
A.topnavLinkCellLink_high,
A.topnavLinkCellLink_high:visited,
A.topnavLinkCellLink_high:hover,
A.topnavLinkCellLink_high:active {
background-color: <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColornavbar_link_color()
{
window.insertColor = insertColornavbar_link_color;
var fld = document.getElementById ('navbar_link_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundnavbar_link_color()
{
window.insertColor = insertBackgroundnavbar_link_color;
var fld = document.getElementById ('navbar_link_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColornavbar_link_color(val)
{
document.getElementById('navbar_link_color').value = val;
document.getElementById('navbar_link_color_sample').style.color = val;
}
function insertBackgroundnavbar_link_color(val)
{
document.getElementById('navbar_link_background').value = val;
document.getElementById('navbar_link_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="navbar_link_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_link_color" id="navbar_link_color" value="#000000" size="7" maxlength="7"
onblur="insertColornavbar_link_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColornavbar_link_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="navbar_link_color_sample"
style="color: #000000; background-color: #868686;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="navbar_link_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_link_background" id="navbar_link_background" value="#868686" size="7" maxlength="7"
onblur="insertBackgroundnavbar_link_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundnavbar_link_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="navbar_link_submit" id="navbar_link_submit" value="true" />
;
color: <script type="text/javascript">
<!--
var CCP_WIDTH = 420;
var CCP_HEIGHT = 535;
function chooseColornavbar_link_color()
{
window.insertColor = insertColornavbar_link_color;
var fld = document.getElementById ('navbar_link_color');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function chooseBackgroundnavbar_link_color()
{
window.insertColor = insertBackgroundnavbar_link_color;
var fld = document.getElementById ('navbar_link_background');
var url = appendToUrl ('../html_editor/ColorSelector.html', 'color', escape (fld.value));
openModelessDialog (url, 'SELECT_COLOR_WINDOW', 420, 535);
}
function insertColornavbar_link_color(val)
{
document.getElementById('navbar_link_color').value = val;
document.getElementById('navbar_link_color_sample').style.color = val;
}
function insertBackgroundnavbar_link_color(val)
{
document.getElementById('navbar_link_background').value = val;
document.getElementById('navbar_link_color_sample').style.backgroundColor = val;
}
// -->
</script>
<noscript>Enter hexadecimal number in the format # followed by six digits or letters a through f. </noscript>

<table border="0" cellspacing="0" cellpadding="0" width="300">

<tr valign="middle">
<td width="10%">
<label for="navbar_link_color">Text Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_link_color" id="navbar_link_color" value="#000000" size="7" maxlength="7"
onblur="insertColornavbar_link_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseColornavbar_link_color()" title="Choose text color. Opens new window.">
<img src="../images/wysiwyg/tpaint.gif" border="0"
alt="Choose text color. Opens new window." />
</a>
</td>
<td align="center" rowspan="2" width="70%" id="navbar_link_color_sample"
style="color: #000000; background-color: #868686;">
Sample Text
</td>
</tr>


<tr valign="middle">
<td width="10%">
<label for="navbar_link_background">Background Color:</label>
</td>
<td width="10%">
<input type="text" name="navbar_link_background" id="navbar_link_background" value="#868686" size="7" maxlength="7"
onblur="insertBackgroundnavbar_link_color(this.value)"/>
</td>
<td width="10%">
<a href="javascript:chooseBackgroundnavbar_link_color()" title="Choose background color. Opens new window.">
<img src="../images/wysiwyg/parea.gif" border="0"
alt="Choose background color. Opens new window." />
</a>
</td>

</tr>

</table>
<input type="hidden" name="navbar_link_submit" id="navbar_link_submit" value="true" />
;
font-weight: bold;
text-decoration: underline;
}

