/*============================================================================
=      Copyright(c) 2001-2002 by Interwoven Inc. All Rights Reserved.
============================================================================*/

/*****************************************************************************
*
* Synopsis: devnet v5 style sheet.
*
* For font-family, several alternative fonts are specified,
* followed finally by a supported generic family name
* ('serif', 'sans-serif', 'cursive', 'fantasy').
*
* Place the font-family declaration at the end of the list of
* declarations for a selector to account for an MSIE3 font
* declaration freak out.
*
* For correct rendering across all three browsers include a
* fictitious font name enclosed in single quotes as your
* first font choice and a fictitious font name as your last
* choice. 
*
*****************************************************************************/

/*== big tickets =============================================================
============================================================================*/

BODY { 
    font-family: 'X', sans-serif, arial, helvetica, verdana, 'X';
    font-size: 9pt;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #000000;
}

.feature, p, td { 
    font-family: 'X', sans-serif, arial, helvetica, verdana, 'X';
    font-size: 9pt;
    text-decoration: none;
    color: #333333;
}

.sidebar { 
    font-family: 'X', sans-serif, arial, helvetica, verdana, 'X';
    font-size: 9pt;
    text-decoration: none;
    color: #333333;
}

.quote { 
    font-family: 'X', sans-serif, verdana, arial, helvetica, 'X';
    font-style: italic;
    font-size: 8pt; 
    color: #333333; 
}

.more {
    font-family: 'X', sans-serif, arial, helvetica, verdana 'X';
    font-size: 8pt;
    font-weight: bold;
}

.caption { 
    font-family: 'X', sans-serif, arial, helvetica, verdana, 'X';
    text-decoration: none;
    font-size: 8pt;
    color: #000000;
}

pre {
    font-family: 'X', courier new, courier, monospace, 'X';
    font-size: 10pt;
    color: #FF9933;
}


/*== links ===================================================================
============================================================================*/

a { 
    font-weight: normal; 
    color: #000000; 
    text-decoration: underline;
}

a:link { 
    font-weight: normal;
    color: #000000;
    text-decoration: underline; 
}

a:visited { 
    /* font-weight: normal; */
    color: #000000;
    text-decoration: underline;
}

a:active { 
    /* font-weight: normal; */
    color: #000000;
    text-decoration: underline; 
}

a:hover { 
    /* font-weight: bold; */
    color: #6A7B83;
    text-decoration: underline;
}

/*
.small {
    font-family: 'X', sans-serif, arial, helvetica, verdana, 'X';
    font-size: 8pt;
    color:#003366;
}
*/

.small a {
    font-family:  'X', arial, helvetica, sans-serif, 'X';
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}
	
.copyright a {
    font-family: 'X', sans-serif, arial, helvetica, verdana, 'X';
    text-decoration: none;
    font-size: 7pt;
    color: #000000;
    text-align: center;
}
	
	
.homelink {
    font-family: 'X', sans-serif, arial, helvetica, verdana, 'X';
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}
	

/*== headers and such ========================================================
============================================================================*/

h1, p.title { 
    font-family: 'X', sans-serif, arial, helvetica, verdana, 'X'; 
    color: #333333; 
    font-weight: bold; 
    font-size: 16pt; 
    margin-bottom: 0.1cm;
}


.goldbar { 
    font-family: 'X', sans-serif, arial, helvetica, verdana, 'X'; 
    font-size: 15pt; 
    color: #ff9933; 
    margin-bottom: .1cm; 
}

.subtitle { 
    font-family: 'X', sans-serif, arial, helvetica, verdana, 'X';
    font-size: 14pt;
    font-weight: normal;
    font-style: normal;
    color: #333333;
}

.h2 a {
    font-family: 'X', arial, helvetica, sans-serif, 'X';
    font-size: 14pt;
    font-weight: normal;
    text-decoration: none;
    color: #003366;
}

h2, p.head2 { 
    font-family: 'X', sans-serif, arial, helvetica, verdana, 'X';
    font-size: 14pt;
    font-weight: normal;
    color: #333333;
    margin-top: .1cm;
    margin-bottom: .2cm;
}

h3, p.head3 { 
    font-family: 'X', sans-serif, arial, helvetica, verdana, 'X';
    font-size: 12pt;
    font-weight: bold;
    color: #333333;
    margin-bottom: 3;
}

h4, p.head3 { 
    font-family: 'X', sans-serif, arial, helvetica, verdana, 'X';
    font-size: 10pt;
    font-weight: bold;
    color: #333333;
    margin-bottom: 3;
}


/*== forms ===================================================================
============================================================================*/

input.mono {
    font-family: 'X', courier new, courier, monospace, 'X';
    font-size: 10pt;
    color: #333333;
}

form {
    margin-bottom:0cm; 
}


/*== tables ==================================================================
============================================================================*/
	
.tableheaders {  
    font-family: 'X', sans-serif, arial, helvetica, verdana, 'X';
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
}


/*== navmods =================================================================
============================================================================*/

.module_head {
    font-family: Verdana, Arial;
    font-size: x-small;
    font-weight: bold;
}

.module_body {
    font-family: Verdana, Arial;
    font-size: xx-small;
}

.xx_small {
    /* font-family: Verdana, Arial; */

    font-family: Arial, Helvetica, Sans-Serif;
    font-size: xx-small;
}


/*== navbars =================================================================
============================================================================*/

.subnav1 a {
    font-family: 'X', arial, helvetica, sans-serif, 'X';
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}
	
.subnav1 a:hover {
    text-decoration: none;
}

.nav1 a {
    font-family: 'X', arial, helvetica, sans-serif, 'X';
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

.nav1 a:hover {
    text-decoration: underline;
}

.nav2 { 
    font-family: 'X', sans-serif, arial, helvetica, verdana, 'X';
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}


/*== misc stuff ==============================================================
============================================================================*/

/* -- nothing yet -- */

/****************************************************************************/

